[arch-commits] Commit in xfce4-timer-plugin/repos (5 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 30 04:21:30 UTC 2012
Date: Monday, April 30, 2012 @ 00:21:30
Author: foutrelis
Revision: 157894
db-move: moved xfce4-timer-plugin from [testing] to [extra] (i686)
Added:
xfce4-timer-plugin/repos/extra-i686/PKGBUILD
(from rev 157813, xfce4-timer-plugin/repos/testing-i686/PKGBUILD)
xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install
(from rev 157813, xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install)
Deleted:
xfce4-timer-plugin/repos/extra-i686/PKGBUILD
xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install
xfce4-timer-plugin/repos/testing-i686/
----------------------------+
PKGBUILD | 66 +++++++++++++++++++++----------------------
xfce4-timer-plugin.install | 22 +++++++-------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-04-30 04:21:28 UTC (rev 157893)
+++ extra-i686/PKGBUILD 2012-04-30 04:21:30 UTC (rev 157894)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-timer-plugin
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="plugin to track time for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-options=('!libtool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c2f9e113dcda742cd1559129b79f609b')
-
-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-timer-plugin/repos/extra-i686/PKGBUILD (from rev 157813, xfce4-timer-plugin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-30 04:21:30 UTC (rev 157894)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-timer-plugin
+pkgver=0.6.4
+pkgrel=2
+pkgdesc="plugin to track time for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+options=('!libtool')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c2f9e113dcda742cd1559129b79f609b')
+
+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
+}
Deleted: extra-i686/xfce4-timer-plugin.install
===================================================================
--- extra-i686/xfce4-timer-plugin.install 2012-04-30 04:21:28 UTC (rev 157893)
+++ extra-i686/xfce4-timer-plugin.install 2012-04-30 04:21:30 UTC (rev 157894)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install (from rev 157813, xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install)
===================================================================
--- extra-i686/xfce4-timer-plugin.install (rev 0)
+++ extra-i686/xfce4-timer-plugin.install 2012-04-30 04:21:30 UTC (rev 157894)
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list