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

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 18 19:22:52 UTC 2014


    Date: Thursday, September 18, 2014 @ 21:22:52
  Author: foutrelis
Revision: 221965

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

Added:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
    (from rev 221964, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
    (from rev 221964, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 221964, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install
    (from rev 221964, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
Deleted:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install

---------------------------------------------+
 /PKGBUILD                                   |   72 ++++++++++++++++++++++++++
 /xfce4-mailwatch-plugin.install             |   26 +++++++++
 extra-i686/PKGBUILD                         |   32 -----------
 extra-i686/xfce4-mailwatch-plugin.install   |   11 ---
 extra-x86_64/PKGBUILD                       |   32 -----------
 extra-x86_64/xfce4-mailwatch-plugin.install |   11 ---
 6 files changed, 98 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-09-18 19:22:43 UTC (rev 221964)
+++ extra-i686/PKGBUILD	2014-09-18 19:22:52 UTC (rev 221965)
@@ -1,32 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 221964, xfce4-mailwatch-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-09-18 19:22:52 UTC (rev 221965)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Multi-protocol, multi-mailbox mail watcher 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/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mailwatch-plugin.install
===================================================================
--- extra-i686/xfce4-mailwatch-plugin.install	2014-09-18 19:22:43 UTC (rev 221964)
+++ extra-i686/xfce4-mailwatch-plugin.install	2014-09-18 19:22:52 UTC (rev 221965)
@@ -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 221964, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
===================================================================
--- extra-i686/xfce4-mailwatch-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-mailwatch-plugin.install	2014-09-18 19:22:52 UTC (rev 221965)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-09-18 19:22:43 UTC (rev 221964)
+++ extra-x86_64/PKGBUILD	2014-09-18 19:22:52 UTC (rev 221965)
@@ -1,32 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 221964, xfce4-mailwatch-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-09-18 19:22:52 UTC (rev 221965)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Multi-protocol, multi-mailbox mail watcher 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/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/xfce4-mailwatch-plugin.install
===================================================================
--- extra-x86_64/xfce4-mailwatch-plugin.install	2014-09-18 19:22:43 UTC (rev 221964)
+++ extra-x86_64/xfce4-mailwatch-plugin.install	2014-09-18 19:22:52 UTC (rev 221965)
@@ -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-x86_64/xfce4-mailwatch-plugin.install (from rev 221964, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install)
===================================================================
--- extra-x86_64/xfce4-mailwatch-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-mailwatch-plugin.install	2014-09-18 19:22:52 UTC (rev 221965)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list