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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Mar 24 17:55:39 UTC 2011


    Date: Thursday, March 24, 2011 @ 13:55:38
  Author: andyrtr
Revision: 116662

upgpkg: xfce4-genmon-plugin 3.3.0-1
upstream update 3.3.0

Modified:
  xfce4-genmon-plugin/trunk/PKGBUILD
Deleted:
  xfce4-genmon-plugin/trunk/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch

---------------------------------------------------+
 PKGBUILD                                          |   15 +++-------
 xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch |   29 --------------------
 2 files changed, 5 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-24 16:50:39 UTC (rev 116661)
+++ PKGBUILD	2011-03-24 17:55:38 UTC (rev 116662)
@@ -3,26 +3,21 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-genmon-plugin
-pkgver=3.2
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('LGPL2.1')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool' 'xfce4-dev-tools')
+makedepends=('intltool')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2
-	xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch)
-md5sums=('5f292aa102a87d45207b6a373939a35d'
-         '7938f59509aca83ea8d3adc62d8f5892')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7c95234dc99efc21bbf9d2b056dd21f9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=6754
-  patch -Np1 -i ${srcdir}/xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch
-  xdt-autogen
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \

Deleted: xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch
===================================================================
--- xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch	2011-03-24 16:50:39 UTC (rev 116661)
+++ xfce4-genmon-plugin-3.2-link_to_libxfcegui4.patch	2011-03-24 17:55:38 UTC (rev 116662)
@@ -1,29 +0,0 @@
-diff -ur xfce4-genmon-plugin-3.2.orig/configure.ac xfce4-genmon-plugin-3.2/configure.ac
---- xfce4-genmon-plugin-3.2.orig/configure.ac	2008-03-15 23:38:12.000000000 +0200
-+++ xfce4-genmon-plugin-3.2/configure.ac	2010-08-08 15:49:35.000000000 +0300
-@@ -32,6 +32,7 @@
- 
- dnl configure the panel plugin
- XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
-+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.22])
- 
- dnl Translations
- XDT_I18N([ca cs en_GB eu fr pl pt_PT sq])
-diff -ur xfce4-genmon-plugin-3.2.orig/panel-plugin/Makefile.am xfce4-genmon-plugin-3.2/panel-plugin/Makefile.am
---- xfce4-genmon-plugin-3.2.orig/panel-plugin/Makefile.am	2007-11-23 17:32:40.000000000 +0200
-+++ xfce4-genmon-plugin-3.2/panel-plugin/Makefile.am	2010-08-08 15:50:27.000000000 +0300
-@@ -3,10 +3,12 @@
- 
- xfce4_genmon_plugin_CFLAGS =					\
- 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
--	@LIBXFCE4PANEL_CFLAGS@
-+	@LIBXFCE4PANEL_CFLAGS@					\
-+	@LIBXFCEGUI4_CFLAGS@
- 
- xfce4_genmon_plugin_LDADD =					\
--	@LIBXFCE4PANEL_LIBS@
-+	@LIBXFCE4PANEL_LIBS@					\
-+	@LIBXFCEGUI4_LIBS@
- 
- xfce4_genmon_plugin_SOURCES =	\
- 	main.c			\




More information about the arch-commits mailing list