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

Evangelos Foutras foutrelis at archlinux.org
Tue Dec 23 14:18:18 UTC 2014


    Date: Tuesday, December 23, 2014 @ 15:18:18
  Author: foutrelis
Revision: 227952

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

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

----------------------------------------+
 /PKGBUILD                              |   74 +++++++++++++++++++++++++++++++
 /xfce4-eyes-plugin.install             |   26 ++++++++++
 extra-i686/PKGBUILD                    |   37 ---------------
 extra-i686/xfce4-eyes-plugin.install   |   13 -----
 extra-x86_64/PKGBUILD                  |   37 ---------------
 extra-x86_64/xfce4-eyes-plugin.install |   13 -----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-23 14:18:08 UTC (rev 227951)
+++ extra-i686/PKGBUILD	2014-12-23 14:18:18 UTC (rev 227952)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.2
-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' 'perlxml')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021')
-
-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/extra-i686/PKGBUILD (from rev 227951, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-23 14:18:18 UTC (rev 227952)
@@ -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=1
+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' 'perlxml')
+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:

Deleted: extra-i686/xfce4-eyes-plugin.install
===================================================================
--- extra-i686/xfce4-eyes-plugin.install	2014-12-23 14:18:08 UTC (rev 227951)
+++ extra-i686/xfce4-eyes-plugin.install	2014-12-23 14:18:18 UTC (rev 227952)
@@ -1,13 +0,0 @@
-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/extra-i686/xfce4-eyes-plugin.install (from rev 227951, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- extra-i686/xfce4-eyes-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-eyes-plugin.install	2014-12-23 14:18:18 UTC (rev 227952)
@@ -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-12-23 14:18:08 UTC (rev 227951)
+++ extra-x86_64/PKGBUILD	2014-12-23 14:18:18 UTC (rev 227952)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.2
-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' 'perlxml')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021')
-
-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/extra-x86_64/PKGBUILD (from rev 227951, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-23 14:18:18 UTC (rev 227952)
@@ -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=1
+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' 'perlxml')
+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:

Deleted: extra-x86_64/xfce4-eyes-plugin.install
===================================================================
--- extra-x86_64/xfce4-eyes-plugin.install	2014-12-23 14:18:08 UTC (rev 227951)
+++ extra-x86_64/xfce4-eyes-plugin.install	2014-12-23 14:18:18 UTC (rev 227952)
@@ -1,13 +0,0 @@
-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/extra-x86_64/xfce4-eyes-plugin.install (from rev 227951, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- extra-x86_64/xfce4-eyes-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-eyes-plugin.install	2014-12-23 14:18:18 UTC (rev 227952)
@@ -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