diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-30 13:29:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-30 20:15:07 +0700 |
commit | 95ffd75f9a39dd9805e303ba7ea21b637e848f01 (patch) | |
tree | 2802f4ef8fcf67786721fe6a8c3e5b0502382210 | |
parent | d4ab5bf88f7ba1f37b5eb44e8c1f3fa99fd6fd14 (diff) | |
download | slackbuilds-95ffd75f9a39dd9805e303ba7ea21b637e848f01.tar.gz |
network/EarthReader-Web: Updated for version 0.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/EarthReader-Web/EarthReader-Web.SlackBuild | 4 | ||||
-rw-r--r-- | network/EarthReader-Web/EarthReader-Web.info | 8 | ||||
-rw-r--r-- | network/EarthReader-Web/doinst.sh | 4 | ||||
-rw-r--r-- | network/EarthReader-Web/slack-desc | 2 |
4 files changed, 7 insertions, 11 deletions
diff --git a/network/EarthReader-Web/EarthReader-Web.SlackBuild b/network/EarthReader-Web/EarthReader-Web.SlackBuild index dfc22f6b33..6040387258 100644 --- a/network/EarthReader-Web/EarthReader-Web.SlackBuild +++ b/network/EarthReader-Web/EarthReader-Web.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=EarthReader-Web -VERSION=${VERSION:-0.1.1} +VERSION=${VERSION:-0.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python3 setup.py install --root=$PKG +python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/network/EarthReader-Web/EarthReader-Web.info b/network/EarthReader-Web/EarthReader-Web.info index b03bbe3fb5..db73df8103 100644 --- a/network/EarthReader-Web/EarthReader-Web.info +++ b/network/EarthReader-Web/EarthReader-Web.info @@ -1,10 +1,10 @@ PRGNAM="EarthReader-Web" -VERSION="0.1.1" +VERSION="0.2.0" HOMEPAGE="http://earthreader.org/" -DOWNLOAD="https://pypi.python.org/packages/source/E/EarthReader-Web/EarthReader-Web-0.1.1.tar.gz" -MD5SUM="9d7824d68d7a0622178705e321ef5c34" +DOWNLOAD="https://pypi.python.org/packages/source/E/EarthReader-Web/EarthReader-Web-0.2.0.tar.gz" +MD5SUM="4901533c4b209dcf0df61ef563afe919" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pysetuptools MarkupSafe Flask libearth waitress" +REQUIRES="python-libsass Flask libearth waitress" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/EarthReader-Web/doinst.sh b/network/EarthReader-Web/doinst.sh index 9a8ded3c60..5fb28930db 100644 --- a/network/EarthReader-Web/doinst.sh +++ b/network/EarthReader-Web/doinst.sh @@ -1,7 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi diff --git a/network/EarthReader-Web/slack-desc b/network/EarthReader-Web/slack-desc index 33a8b0c3be..96778ff272 100644 --- a/network/EarthReader-Web/slack-desc +++ b/network/EarthReader-Web/slack-desc @@ -12,8 +12,8 @@ EarthReader-Web: We are trying to make the RSS reader possible to run on various EarthReader-Web: devices and be synchronized without any particular centralized EarthReader-Web: proprietary services. EarthReader-Web: +EarthReader-Web: Homepage: http://earthreader.org/ EarthReader-Web: EarthReader-Web: EarthReader-Web: -EarthReader-Web: Homepage: http://earthreader.org/ EarthReader-Web: |