[arch-commits] Commit in xfce4-timer-plugin/repos (8 files)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Jun 9 00:50:25 UTC 2014
Date: Monday, June 9, 2014 @ 02:50:25
Author: eric
Revision: 214400
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-timer-plugin/repos/extra-i686/PKGBUILD
(from rev 214399, xfce4-timer-plugin/trunk/PKGBUILD)
xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install
(from rev 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 214399, xfce4-timer-plugin/trunk/PKGBUILD)
xfce4-timer-plugin/repos/extra-x86_64/xfce4-timer-plugin.install
(from rev 214399, xfce4-timer-plugin/trunk/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/extra-x86_64/PKGBUILD
xfce4-timer-plugin/repos/extra-x86_64/xfce4-timer-plugin.install
-----------------------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++
/xfce4-timer-plugin.install | 22 ++++++++++
extra-i686/PKGBUILD | 32 ---------------
extra-i686/xfce4-timer-plugin.install | 11 -----
extra-x86_64/PKGBUILD | 32 ---------------
extra-x86_64/xfce4-timer-plugin.install | 11 -----
6 files changed, 84 insertions(+), 86 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-i686/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-timer-plugin
-pkgver=1.0.0
-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')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
-
-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 214399, xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
+license=('GPL2')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/ \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/xfce4-timer-plugin.install
===================================================================
--- extra-i686/xfce4-timer-plugin.install 2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-i686/xfce4-timer-plugin.install 2014-06-09 00:50:25 UTC (rev 214400)
@@ -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 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===================================================================
--- extra-i686/xfce4-timer-plugin.install (rev 0)
+++ extra-i686/xfce4-timer-plugin.install 2014-06-09 00:50:25 UTC (rev 214400)
@@ -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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-x86_64/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-timer-plugin
-pkgver=1.0.0
-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')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
-
-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-x86_64/PKGBUILD (from rev 214399, xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
+license=('GPL2')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/ \
+ --localstatedir=/var
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/xfce4-timer-plugin.install
===================================================================
--- extra-x86_64/xfce4-timer-plugin.install 2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-x86_64/xfce4-timer-plugin.install 2014-06-09 00:50:25 UTC (rev 214400)
@@ -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-x86_64/xfce4-timer-plugin.install (from rev 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===================================================================
--- extra-x86_64/xfce4-timer-plugin.install (rev 0)
+++ extra-x86_64/xfce4-timer-plugin.install 2014-06-09 00:50:25 UTC (rev 214400)
@@ -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