Date: Sunday, March 1, 2015 @ 12:22:16 Author: foutrelis Revision: 232258
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 232257, xfce4-mailwatch-plugin/trunk/PKGBUILD) xfce4-mailwatch-plugin/repos/staging-i686/xfce4-mailwatch-plugin.install (from rev 232257, 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 232257, xfce4-mailwatch-plugin/trunk/PKGBUILD) xfce4-mailwatch-plugin/repos/staging-x86_64/xfce4-mailwatch-plugin.install (from rev 232257, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install) -----------------------------------------------+ staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++ staging-i686/xfce4-mailwatch-plugin.install | 13 ++++++++ staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++ staging-x86_64/xfce4-mailwatch-plugin.install | 13 ++++++++ 4 files changed, 98 insertions(+) Copied: xfce4-mailwatch-plugin/repos/staging-i686/PKGBUILD (from rev 232257, xfce4-mailwatch-plugin/trunk/PKGBUILD) =================================================================== --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-03-01 11:22:16 UTC (rev 232258) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Contributor: Suzy Williams <suzanne.willia...@verizon.net> + +pkgname=xfce4-mailwatch-plugin +pkgver=1.2.0 +pkgrel=5 +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' 'gnutls' 'libgcrypt') +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: Copied: xfce4-mailwatch-plugin/repos/staging-i686/xfce4-mailwatch-plugin.install (from rev 232257, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install) =================================================================== --- staging-i686/xfce4-mailwatch-plugin.install (rev 0) +++ staging-i686/xfce4-mailwatch-plugin.install 2015-03-01 11:22:16 UTC (rev 232258) @@ -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: Copied: xfce4-mailwatch-plugin/repos/staging-x86_64/PKGBUILD (from rev 232257, xfce4-mailwatch-plugin/trunk/PKGBUILD) =================================================================== --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2015-03-01 11:22:16 UTC (rev 232258) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: AndyRTR <andy...@archlinux.org> +# Contributor: Suzy Williams <suzanne.willia...@verizon.net> + +pkgname=xfce4-mailwatch-plugin +pkgver=1.2.0 +pkgrel=5 +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' 'gnutls' 'libgcrypt') +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: Copied: xfce4-mailwatch-plugin/repos/staging-x86_64/xfce4-mailwatch-plugin.install (from rev 232257, xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install) =================================================================== --- staging-x86_64/xfce4-mailwatch-plugin.install (rev 0) +++ staging-x86_64/xfce4-mailwatch-plugin.install 2015-03-01 11:22:16 UTC (rev 232258) @@ -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: