[arch-commits] Commit in xfce4-mailwatch-plugin/trunk (2 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 29 14:05:40 UTC 2011


    Date: Saturday, January 29, 2011 @ 09:05:40
  Author: andyrtr
Revision: 108113

upgpkg: xfce4-mailwatch-plugin 1.1.0-3
add a fix for panel 4.8 from Fedora

Added:
  xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin-1.1.0-underlink.patch
Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD

----------------------------------------------+
 PKGBUILD                                     |   13 +++++++++----
 xfce4-mailwatch-plugin-1.1.0-underlink.patch |   21 +++++++++++++++++++++
 2 files changed, 30 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-29 13:46:40 UTC (rev 108112)
+++ PKGBUILD	2011-01-29 14:05:40 UTC (rev 108113)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
 
 pkgname=xfce4-mailwatch-plugin
@@ -11,14 +11,19 @@
 url="http://spurint.org/projects/xfce4-mailwatch-plugin/"
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4' 'gnutls>=2.4.1' 'hicolor-icon-theme')
-makedepends=('intltool')
+makedepends=('intltool' 'xfce4-dev-tools')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f84dce86be1d7f25f169f262aaacee4e')
+source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2
+	xfce4-mailwatch-plugin-1.1.0-underlink.patch)
+md5sums=('f84dce86be1d7f25f169f262aaacee4e'
+         '47fe8588e3bb642e1b507a854927e6db')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # fix for panel4.8 from Fedora
+  patch -Np1 -i ${srcdir}/xfce4-mailwatch-plugin-1.1.0-underlink.patch
+  xdt-autogen
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \

Added: xfce4-mailwatch-plugin-1.1.0-underlink.patch
===================================================================
--- xfce4-mailwatch-plugin-1.1.0-underlink.patch	                        (rev 0)
+++ xfce4-mailwatch-plugin-1.1.0-underlink.patch	2011-01-29 14:05:40 UTC (rev 108113)
@@ -0,0 +1,21 @@
+--- xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am	2008-08-26 03:42:36.000000000 +0100
++++ xfce4-mailwatch-plugin-1.1.0/panel-plugin/Makefile.am.new	2011-01-14 17:27:44.116199383 +0000
+@@ -50,6 +50,7 @@
+ 	-I$(top_srcdir)/libmailwatch-core \
+ 	@GTHREAD_CFLAGS@ \
+ 	@LIBXFCE4PANEL_CFLAGS@ \
++	@LIBXFCEGUI4_CFLAGS@ \
+ 	-DDATADIR=\"$(datadir)\" \
+ 	-DLOCALEDIR=\"$(localedir)\"
+ 
+@@ -60,7 +61,9 @@
+ 	$(top_builddir)/libmailwatch-core/libmailwatch-core.la \
+ 	@GTHREAD_LIBS@ \
+ 	@LIBXFCE4PANEL_LIBS@ \
+-	@GNUTLS_LIBS@
++	@LIBXFCEGUI4_LIBS@ \
++	@GNUTLS_LIBS@ \
++	-lgcrypt
+ 
+ if HAVE_CYGWIN
+   xfce4_mailwatch_plugin_LDFLAGS += \




More information about the arch-commits mailing list