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

Eric Bélanger eric at nymeria.archlinux.org
Tue Dec 17 22:10:45 UTC 2013


    Date: Tuesday, December 17, 2013 @ 23:10:45
  Author: eric
Revision: 201677

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-mailwatch-plugin/repos/staging-i686/
  xfce4-mailwatch-plugin/repos/staging-i686/PKGBUILD
    (from rev 201676, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/staging-i686/xfce4-mailwatch-plugin.install
    (from rev 201676, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
  xfce4-mailwatch-plugin/repos/staging-x86_64/
  xfce4-mailwatch-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 201676, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/staging-x86_64/xfce4-mailwatch-plugin.install
    (from rev 201676, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)

-----------------------------------------------+
 staging-i686/PKGBUILD                         |   32 ++++++++++++++++++++++++
 staging-i686/xfce4-mailwatch-plugin.install   |   11 ++++++++
 staging-x86_64/PKGBUILD                       |   32 ++++++++++++++++++++++++
 staging-x86_64/xfce4-mailwatch-plugin.install |   11 ++++++++
 4 files changed, 86 insertions(+)

Copied: xfce4-mailwatch-plugin/repos/staging-i686/PKGBUILD (from rev 201676, xfce4-mailwatch-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-12-17 22:10:45 UTC (rev 201677)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7263114ec0f2987a3aff15afeeb45577')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xfce4-mailwatch-plugin/repos/staging-i686/xfce4-mailwatch-plugin.install (from rev 201676, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
===================================================================
--- staging-i686/xfce4-mailwatch-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-mailwatch-plugin.install	2013-12-17 22:10:45 UTC (rev 201677)
@@ -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
+}

Copied: xfce4-mailwatch-plugin/repos/staging-x86_64/PKGBUILD (from rev 201676, xfce4-mailwatch-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-12-17 22:10:45 UTC (rev 201677)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7263114ec0f2987a3aff15afeeb45577')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xfce4-mailwatch-plugin/repos/staging-x86_64/xfce4-mailwatch-plugin.install (from rev 201676, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
===================================================================
--- staging-x86_64/xfce4-mailwatch-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-mailwatch-plugin.install	2013-12-17 22:10:45 UTC (rev 201677)
@@ -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