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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:21:46 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:21:45
  Author: foutrelis
Revision: 232252

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 232251, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/staging-i686/xfce4-eyes-plugin.install
    (from rev 232251, 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 232251, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/staging-x86_64/xfce4-eyes-plugin.install
    (from rev 232251, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)

------------------------------------------+
 staging-i686/PKGBUILD                    |   37 +++++++++++++++++++++++++++++
 staging-i686/xfce4-eyes-plugin.install   |   13 ++++++++++
 staging-x86_64/PKGBUILD                  |   37 +++++++++++++++++++++++++++++
 staging-x86_64/xfce4-eyes-plugin.install |   13 ++++++++++
 4 files changed, 100 insertions(+)

Copied: xfce4-eyes-plugin/repos/staging-i686/PKGBUILD (from rev 232251, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:21:45 UTC (rev 232252)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.3
+pkgrel=2
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/staging-i686/xfce4-eyes-plugin.install (from rev 232251, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- staging-i686/xfce4-eyes-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-eyes-plugin.install	2015-03-01 11:21:45 UTC (rev 232252)
@@ -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-eyes-plugin/repos/staging-x86_64/PKGBUILD (from rev 232251, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:21:45 UTC (rev 232252)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.3
+pkgrel=2
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/staging-x86_64/xfce4-eyes-plugin.install (from rev 232251, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- staging-x86_64/xfce4-eyes-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-eyes-plugin.install	2015-03-01 11:21:45 UTC (rev 232252)
@@ -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