diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-16 15:15:38 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:27:24 +0700 |
commit | 38717a89521d58cb01f3459c277e64cfbce17906 (patch) | |
tree | 02c169331663d7ded62695c17c672acb1af3f13e | |
parent | de476e7ec313b17b38f85c44fc3dea9701825794 (diff) | |
download | slackbuilds-38717a89521d58cb01f3459c277e64cfbce17906.tar.gz |
desktop/mimi: Fixed VERSION in .info and typos in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/mimi/README | 14 | ||||
-rw-r--r-- | desktop/mimi/mimi.info | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/desktop/mimi/README b/desktop/mimi/README index cfb9b41e96..18281ef75d 100644 --- a/desktop/mimi/README +++ b/desktop/mimi/README @@ -1,10 +1,12 @@ -mimi is an improved verision of xdg-open. The original xdg-open works horribly without DE environment. +mimi is an improved verision of xdg-open. The original xdg-open works horribly +without DE environment. Note: -This WILL overwrite xdg-open. If you desire to go back to the original xdg-open script, be sure to -reinstall xdg-utils from Slackware's repo. +This WILL overwrite xdg-open. If you desire to go back to the original +xdg-open script, be sure to reinstall xdg-utils from Slackware's repo. -You specifically define what applications should be opened by which mime type. Simple make a text file -at "~/.config/mimi/mime.conf" and edit it to your liking. If you don't feel like doing, this mimi will -automatically find the best suited desktop file for the file. More info on the Github page. +You specifically define what applications should be opened by which mime type. +Simply make a text file at "~/.config/mimi/mime.conf" and edit it to your +liking. If you don't feel like doing this, mimi will automatically find the +best suited desktop file for the file. More info on the Github page. diff --git a/desktop/mimi/mimi.info b/desktop/mimi/mimi.info index 56a91c6185..24d9732888 100644 --- a/desktop/mimi/mimi.info +++ b/desktop/mimi/mimi.info @@ -1,5 +1,5 @@ PRGNAM="mimi" -VERSION="d85ea8256ed627e93b387cd42e4ab39bfab9504c" +VERSION="d85ea825" HOMEPAGE="https://github.com/march-linux/mimi/" DOWNLOAD="https://github.com/march-linux/mimi/archive/d85ea8256ed627e93b387cd42e4ab39bfab9504c.zip" MD5SUM="e3b70b4473fb1a319c36688cea356efc" |