[arch-commits] Commit in xfce4-eyes-plugin/repos (8 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Mar 15 19:51:13 UTC 2015
Date: Sunday, March 15, 2015 @ 20:51:13
Author: foutrelis
Revision: 233884
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 233883, xfce4-eyes-plugin/trunk/PKGBUILD)
xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
(from rev 233883, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233883, xfce4-eyes-plugin/trunk/PKGBUILD)
xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install
(from rev 233883, 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 2015-03-15 19:51:01 UTC (rev 233883)
+++ extra-i686/PKGBUILD 2015-03-15 19:51:13 UTC (rev 233884)
@@ -1,37 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 233883, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-15 19:51:13 UTC (rev 233884)
@@ -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.4
+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' 'perl-xml-parser')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
+
+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 2015-03-15 19:51:01 UTC (rev 233883)
+++ extra-i686/xfce4-eyes-plugin.install 2015-03-15 19:51:13 UTC (rev 233884)
@@ -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 233883, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- extra-i686/xfce4-eyes-plugin.install (rev 0)
+++ extra-i686/xfce4-eyes-plugin.install 2015-03-15 19:51:13 UTC (rev 233884)
@@ -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 2015-03-15 19:51:01 UTC (rev 233883)
+++ extra-x86_64/PKGBUILD 2015-03-15 19:51:13 UTC (rev 233884)
@@ -1,37 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 233883, xfce4-eyes-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-03-15 19:51:13 UTC (rev 233884)
@@ -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.4
+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' 'perl-xml-parser')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
+
+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 2015-03-15 19:51:01 UTC (rev 233883)
+++ extra-x86_64/xfce4-eyes-plugin.install 2015-03-15 19:51:13 UTC (rev 233884)
@@ -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 233883, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===================================================================
--- extra-x86_64/xfce4-eyes-plugin.install (rev 0)
+++ extra-x86_64/xfce4-eyes-plugin.install 2015-03-15 19:51:13 UTC (rev 233884)
@@ -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