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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 01:30:27 UTC 2012


    Date: Saturday, April 28, 2012 @ 21:30:26
  Author: foutrelis
Revision: 157605

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

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

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

Copied: xfce4-eyes-plugin/repos/staging-i686/PKGBUILD (from rev 157604, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-29 01:30:26 UTC (rev 157605)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.1
+pkgrel=3
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool' 'perlxml')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/4.4/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dcbf6ea9035d379d168b479be0d09f14')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-eyes-plugin/repos/staging-i686/xfce4-eyes-plugin.install (from rev 157604, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- staging-i686/xfce4-eyes-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-eyes-plugin.install	2012-04-29 01:30:26 UTC (rev 157605)
@@ -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-eyes-plugin/repos/staging-x86_64/PKGBUILD (from rev 157604, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-29 01:30:26 UTC (rev 157605)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.1
+pkgrel=3
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool' 'perlxml')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/4.4/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dcbf6ea9035d379d168b479be0d09f14')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-eyes-plugin/repos/staging-x86_64/xfce4-eyes-plugin.install (from rev 157604, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- staging-x86_64/xfce4-eyes-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-eyes-plugin.install	2012-04-29 01:30:26 UTC (rev 157605)
@@ -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