[arch-commits] Commit in xfce4-time-out-plugin/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:55:25 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:55:25
  Author: foutrelis
Revision: 157706

db-move: moved xfce4-time-out-plugin from [staging] to [testing] (i686)

Added:
  xfce4-time-out-plugin/repos/testing-i686/
  xfce4-time-out-plugin/repos/testing-i686/PKGBUILD
    (from rev 157627, xfce4-time-out-plugin/repos/staging-i686/PKGBUILD)
  xfce4-time-out-plugin/repos/testing-i686/xfce4-time-out-plugin.install
    (from rev 157627, xfce4-time-out-plugin/repos/staging-i686/xfce4-time-out-plugin.install)
Deleted:
  xfce4-time-out-plugin/repos/staging-i686/

-------------------------------+
 PKGBUILD                      |   35 +++++++++++++++++++++++++++++++++++
 xfce4-time-out-plugin.install |   11 +++++++++++
 2 files changed, 46 insertions(+)

Copied: xfce4-time-out-plugin/repos/testing-i686/PKGBUILD (from rev 157627, xfce4-time-out-plugin/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-29 02:55:25 UTC (rev 157706)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Take a break from your computer with this plugin for XFCE4."
+arch=('i686' 'x86_64')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel>=4.7.0')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+md5sums=('b6e4a3145d31c341e2506fb17b014587')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./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-time-out-plugin/repos/testing-i686/xfce4-time-out-plugin.install (from rev 157627, xfce4-time-out-plugin/repos/staging-i686/xfce4-time-out-plugin.install)
===================================================================
--- testing-i686/xfce4-time-out-plugin.install	                        (rev 0)
+++ testing-i686/xfce4-time-out-plugin.install	2012-04-29 02:55:25 UTC (rev 157706)
@@ -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