From: Niki Roo Date: Tue, 4 Jul 2017 12:19:58 +0000 (+0200) Subject: Move from jexer-0.0.4 to jexer-0.0.4-niki0 X-Git-Tag: fanfix-1.6.0~20 X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=3871aa4ef9fb5786c5a8bb43cc744434e8a11d26;hp=e42573a004fac26378c693ce9ef0d6319713c682 Move from jexer-0.0.4 to jexer-0.0.4-niki0 --- diff --git a/Makefile.base b/Makefile.base index e44b5d5..3304c83 100644 --- a/Makefile.base +++ b/Makefile.base @@ -64,14 +64,16 @@ test: test-resources clean: rm -rf bin/ @echo Removing sources taken from libs... - @for lib in libs/*-sources.jar; do \ - basename "$$lib"; \ - jar tf "$$lib" | while read -r ln; do \ - [ -f "src/$$ln" ] && rm "src/$$ln"; \ - done; \ - jar tf "$$lib" | tac | while read -r ln; do \ - [ -d "src/$$ln" ] && rmdir "src/$$ln" 2>/dev/null || true; \ - done; \ + @for lib in libs/*-sources.jar libs/*-sources.patch.jar; do \ + if [ "$$lib" != 'libs/*-sources.jar' -a "$$lib" != 'libs/*-sources.patch.jar' ]; then \ + basename "$$lib"; \ + jar tf "$$lib" | while read -r ln; do \ + [ -f "src/$$ln" ] && rm "src/$$ln"; \ + done; \ + jar tf "$$lib" | tac | while read -r ln; do \ + [ -d "src/$$ln" ] && rmdir "src/$$ln" 2>/dev/null || true; \ + done; \ + fi \ done mrproper: mrpropre diff --git a/README.md b/README.md index d80d3c5..98a0c9b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Currently, the following websites are supported: - http://mangafox.me/: a well filled repository of mangas, or, as their website states: most popular manga scanlations read online for free at mangafox, as well as a close-knit community to chat and make friends - https://e621.net/: a Furry website supporting comics, including MLP - https://sofurry.com/: same thing, but story-oriented +- https://e-hentai.org/: upon request (feel free to ask for more websites!) ## A note about file support @@ -102,7 +103,7 @@ Currently missing, but either in progress or planned: - [x] YiffStar - [ ] [Two Kinds](http://twokinds.keenspot.com/) - [ ] [Slightly damned](http://www.sdamned.com/) - - [ ] Others? Any ideas? + - [ ] Others? Any ideas? I'm open for requests - [x] [e-Hentai](https://e-hentai.org/) requested - [x] A GUI (work in progress) - [x] Make one diff --git a/libs/jexer-0.0.4-sources.jar b/libs/jexer-0.0.4-niki0-sources.jar similarity index 69% rename from libs/jexer-0.0.4-sources.jar rename to libs/jexer-0.0.4-niki0-sources.jar index b0819e0..f843897 100644 Binary files a/libs/jexer-0.0.4-sources.jar and b/libs/jexer-0.0.4-niki0-sources.jar differ diff --git a/libs/jexer-0.0.4-sources.patch.jar b/libs/jexer-0.0.4-sources.patch.jar deleted file mode 100644 index 5b1539c..0000000 Binary files a/libs/jexer-0.0.4-sources.patch.jar and /dev/null differ