[arch-commits] Commit in xfce4-mailwatch-plugin/repos (7 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Aug 18 15:04:57 UTC 2011


    Date: Thursday, August 18, 2011 @ 11:04:57
  Author: andyrtr
Revision: 135815

db-move: moved xfce4-mailwatch-plugin from [testing] to [extra] (i686)

Added:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
    (from rev 135766, xfce4-mailwatch-plugin/repos/testing-i686/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch
    (from rev 135766, xfce4-mailwatch-plugin/repos/testing-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch)
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
    (from rev 135766, xfce4-mailwatch-plugin/repos/testing-i686/xfce4-mailwatch-plugin.install)
Deleted:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
  xfce4-mailwatch-plugin/repos/testing-i686/

----------------------------------------------+
 PKGBUILD                                     |   78 ++++++++++++-------------
 xfce4-mailwatch-plugin-1.1.0-underlink.patch |   42 ++++++-------
 xfce4-mailwatch-plugin.install               |   22 +++----
 3 files changed, 71 insertions(+), 71 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-08-18 15:04:55 UTC (rev 135814)
+++ extra-i686/PKGBUILD	2011-08-18 15:04:57 UTC (rev 135815)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://spurint.org/projects/xfce4-mailwatch-plugin/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'gnutls>=2.4.1' 'hicolor-icon-theme')
-makedepends=('intltool' 'xfce4-dev-tools')
-options=('!libtool')
-install=${pkgname}.install
-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 \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD (from rev 135766, xfce4-mailwatch-plugin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-08-18 15:04:57 UTC (rev 135815)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://spurint.org/projects/xfce4-mailwatch-plugin/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'gnutls' 'libgcrypt' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+options=('!libtool')
+install=${pkgname}.install
+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 \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch
===================================================================
--- extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch	2011-08-18 15:04:55 UTC (rev 135814)
+++ extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch	2011-08-18 15:04:57 UTC (rev 135815)
@@ -1,21 +0,0 @@
---- 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 += \

Copied: xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch (from rev 135766, xfce4-mailwatch-plugin/repos/testing-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch)
===================================================================
--- extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch	                        (rev 0)
+++ extra-i686/xfce4-mailwatch-plugin-1.1.0-underlink.patch	2011-08-18 15:04:57 UTC (rev 135815)
@@ -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 += \

Deleted: extra-i686/xfce4-mailwatch-plugin.install
===================================================================
--- extra-i686/xfce4-mailwatch-plugin.install	2011-08-18 15:04:55 UTC (rev 135814)
+++ extra-i686/xfce4-mailwatch-plugin.install	2011-08-18 15:04:57 UTC (rev 135815)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install (from rev 135766, xfce4-mailwatch-plugin/repos/testing-i686/xfce4-mailwatch-plugin.install)
===================================================================
--- extra-i686/xfce4-mailwatch-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-mailwatch-plugin.install	2011-08-18 15:04:57 UTC (rev 135815)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list