[arch-commits] Commit in liferea/trunk (PKGBUILD libnotify-0.7.patch)

Eric Bélanger eric at archlinux.org
Thu Jun 23 00:19:46 UTC 2011


    Date: Wednesday, June 22, 2011 @ 20:19:46
  Author: eric
Revision: 128336

upgpkg: liferea 1.6.6b-1
Upstream update, Updated libnotify patch, Cleaned up depends

Modified:
  liferea/trunk/PKGBUILD
  liferea/trunk/libnotify-0.7.patch

---------------------+
 PKGBUILD            |   14 +++++++-------
 libnotify-0.7.patch |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-22 20:48:49 UTC (rev 128335)
+++ PKGBUILD	2011-06-23 00:19:46 UTC (rev 128336)
@@ -2,13 +2,13 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=liferea
-pkgver=1.6.5
-pkgrel=3
+pkgver=1.6.6b
+pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
 url="http://liferea.sourceforge.net/"
 license=('GPL')
-depends=('gconf' 'libwebkit' 'libxslt' 'libglade' 'sqlite3' 'hicolor-icon-theme')
+depends=('gconf' 'libwebkit' 'libglade' 'hicolor-icon-theme')
 makedepends=('pkg-config' 'intltool' 'lua' 'libnotify')
 optdepends=('lua: for lua scripting support'
             'libnotify: for notification support')
@@ -16,10 +16,10 @@
 install=liferea.install
 source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz
         libnotify-0.7.patch)
-md5sums=('b5a2c0803eec5d0aff0b9ca4114eaf16'
-         'fca97e3316c1c51e0179c4c7dcce47a2')
-sha1sums=('f24dbd0e81c5a8309f0d19853211fc02ff818477'
-          '52e53dd11a0ffe62304c4f17e80bfe1412cfbf29')
+md5sums=('1db10281f5ade2fa350f2a245733a74e'
+         '9cab1ef7ba1c1e815e2acb275c59cc80')
+sha1sums=('e483a1356cc7ff653a178dde520b21faa18a2ce5'
+          'a88fd7682e040b7f09936b641967496dc35c67a3')
 
 build() {
   cd "${srcdir}/liferea-${pkgver}"

Modified: libnotify-0.7.patch
===================================================================
--- libnotify-0.7.patch	2011-06-22 20:48:49 UTC (rev 128335)
+++ libnotify-0.7.patch	2011-06-23 00:19:46 UTC (rev 128336)
@@ -19,3 +19,50 @@
  	g_free(labelSummary_p);
  
  	notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));
+diff -Naur liferea-1.6.6b/configure liferea-1.6.6b-new/configure
+--- liferea-1.6.6b/configure	2011-06-22 11:16:46.000000000 -0400
++++ liferea-1.6.6b-new/configure	2011-06-22 19:41:18.000000000 -0400
+@@ -12567,12 +12567,12 @@
+     pkg_cv_LIBNOTIFY_CFLAGS="$LIBNOTIFY_CFLAGS"
+  elif test -n "$PKG_CONFIG"; then
+     if test -n "$PKG_CONFIG" && \
+-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.3.2, libnotify <= 0.5\""; } >&5
+-  ($PKG_CONFIG --exists --print-errors "libnotify >= 0.3.2, libnotify <= 0.5") 2>&5
++    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.3.2, libnotify <= 0.8\""; } >&5
++  ($PKG_CONFIG --exists --print-errors "libnotify >= 0.3.2, libnotify <= 0.8") 2>&5
+   ac_status=$?
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; then
+-  pkg_cv_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= 0.3.2, libnotify <= 0.5" 2>/dev/null`
++  pkg_cv_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= 0.3.2, libnotify <= 0.8" 2>/dev/null`
+ else
+   pkg_failed=yes
+ fi
+@@ -12583,12 +12583,12 @@
+     pkg_cv_LIBNOTIFY_LIBS="$LIBNOTIFY_LIBS"
+  elif test -n "$PKG_CONFIG"; then
+     if test -n "$PKG_CONFIG" && \
+-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.3.2, libnotify <= 0.5\""; } >&5
+-  ($PKG_CONFIG --exists --print-errors "libnotify >= 0.3.2, libnotify <= 0.5") 2>&5
++    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.3.2, libnotify <= 0.8\""; } >&5
++  ($PKG_CONFIG --exists --print-errors "libnotify >= 0.3.2, libnotify <= 0.8") 2>&5
+   ac_status=$?
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; then
+-  pkg_cv_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= 0.3.2, libnotify <= 0.5" 2>/dev/null`
++  pkg_cv_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= 0.3.2, libnotify <= 0.8" 2>/dev/null`
+ else
+   pkg_failed=yes
+ fi
+@@ -12608,9 +12608,9 @@
+         _pkg_short_errors_supported=no
+ fi
+         if test $_pkg_short_errors_supported = yes; then
+-	        LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnotify >= 0.3.2, libnotify <= 0.5" 2>&1`
++	        LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnotify >= 0.3.2, libnotify <= 0.8" 2>&1`
+         else
+-	        LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnotify >= 0.3.2, libnotify <= 0.5" 2>&1`
++	        LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnotify >= 0.3.2, libnotify <= 0.8" 2>&1`
+         fi
+ 	# Put the nasty error message in config.log where it belongs
+ 	echo "$LIBNOTIFY_PKG_ERRORS" >&5




More information about the arch-commits mailing list