diff options
author | Kyle Guinn <elyk03@gmail.com> | 2013-11-15 07:33:59 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-14 23:00:13 -0600 |
commit | 67494a6421be6fb297098b95dd20bc58c00f1d1b (patch) | |
tree | 374c9863c0b3257915142eeb728bb43d486ff0fd /network/liferea | |
parent | ff45a8fbd7d2decefbdf7e13aa405d3ef79a596d (diff) | |
download | slackbuilds-67494a6421be6fb297098b95dd20bc58c00f1d1b.tar.gz |
network/liferea: Updated for version 1.10.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/liferea')
-rw-r--r-- | network/liferea/doinst.sh | 16 | ||||
-rw-r--r-- | network/liferea/liferea.SlackBuild | 7 | ||||
-rw-r--r-- | network/liferea/liferea.info | 8 | ||||
-rw-r--r-- | network/liferea/slack-desc | 10 |
4 files changed, 19 insertions, 22 deletions
diff --git a/network/liferea/doinst.sh b/network/liferea/doinst.sh index 737429b66e..0254ea06d8 100644 --- a/network/liferea/doinst.sh +++ b/network/liferea/doinst.sh @@ -1,13 +1,3 @@ -schema_install() { - SCHEMA="$1" - GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \ - chroot . gconftool-2 --makefile-install-rule \ - /etc/gconf/schemas/$SCHEMA \ - 1>/dev/null -} - -schema_install liferea.schemas - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi @@ -17,3 +7,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi + +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi diff --git a/network/liferea/liferea.SlackBuild b/network/liferea/liferea.SlackBuild index 454c944916..69c90d731d 100644 --- a/network/liferea/liferea.SlackBuild +++ b/network/liferea/liferea.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=liferea -VERSION=${VERSION:-1.8.12} +VERSION=${VERSION:-1.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -chmod -R u+w,go+r-w,a-s . +chmod -R u+w,go-w,a+rX-st . CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -73,7 +73,8 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var/lib \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux + --build=$ARCH-slackware-linux \ + --disable-schemas-compile make V=1 make install-strip DESTDIR=$PKG diff --git a/network/liferea/liferea.info b/network/liferea/liferea.info index 3e406b3fa9..61038b40d3 100644 --- a/network/liferea/liferea.info +++ b/network/liferea/liferea.info @@ -1,10 +1,10 @@ PRGNAM="liferea" -VERSION="1.8.12" +VERSION="1.10.2" HOMEPAGE="http://liferea.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.8.12.tar.bz2" -MD5SUM="2bc6436f94281c71117a7fdedde1acba" +DOWNLOAD="http://downloads.sourceforge.net/liferea/liferea-1.10.2.tar.bz2" +MD5SUM="36dcec17ecb4bced0efb58564e80e066" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="json-glib libunique webkitgtk" +REQUIRES="json-glib libpeas webkitgtk3" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" diff --git a/network/liferea/slack-desc b/network/liferea/slack-desc index 4abe9c1653..1b248ed0dd 100644 --- a/network/liferea/slack-desc +++ b/network/liferea/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| liferea: liferea (A simple and free GTK desktop news aggregator for Unix) |