Move from jexer-0.0.4 to jexer-0.0.4-niki0
authorNiki Roo <niki@nikiroo.be>
Tue, 4 Jul 2017 12:19:58 +0000 (14:19 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 4 Jul 2017 12:19:58 +0000 (14:19 +0200)
Makefile.base
README.md
libs/jexer-0.0.4-niki0-sources.jar [moved from libs/jexer-0.0.4-sources.jar with 69% similarity]
libs/jexer-0.0.4-sources.patch.jar [deleted file]

index e44b5d52cd5a6d09e2a6c2cad323f4aa92f24a39..3304c83c802f47d4d5ede0e5cb33c5a252bd0552 100644 (file)
@@ -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
index d80d3c5cb7f64afa88bba49195ae1d950d610395..98a0c9b4f0b211612a784fc59c33f3c0c8bf194d 100644 (file)
--- 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
similarity index 69%
rename from libs/jexer-0.0.4-sources.jar
rename to libs/jexer-0.0.4-niki0-sources.jar
index b0819e01ab9eb38166bfa2ed761ab53edf238886..f84389747c65f934560fb2ec8cb21bc57777560c 100644 (file)
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 (file)
index 5b1539c..0000000
Binary files a/libs/jexer-0.0.4-sources.patch.jar and /dev/null differ