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

Evangelos Foutras foutrelis at archlinux.org
Fri Mar 6 16:12:57 UTC 2015


    Date: Friday, March 6, 2015 @ 17:12:57
  Author: foutrelis
Revision: 232949

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

Added:
  xfce4-timer-plugin/repos/testing-i686/PKGBUILD
    (from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install
    (from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
  xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD
    (from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install
    (from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
Deleted:
  xfce4-timer-plugin/repos/testing-i686/PKGBUILD
  xfce4-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install
  xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD
  xfce4-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install

-------------------------------------------+
 /PKGBUILD                                 |   72 ++++++++++++++++++++++++++++
 /xfce4-timer-plugin.install               |   26 ++++++++++
 testing-i686/PKGBUILD                     |   36 --------------
 testing-i686/xfce4-timer-plugin.install   |   13 -----
 testing-x86_64/PKGBUILD                   |   36 --------------
 testing-x86_64/xfce4-timer-plugin.install |   13 -----
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-03-06 16:12:45 UTC (rev 232948)
+++ testing-i686/PKGBUILD	2015-03-06 16:12:57 UTC (rev 232949)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=2
-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')
-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)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/ \
-    --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/testing-i686/PKGBUILD (from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-06 16:12:57 UTC (rev 232949)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=3
+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')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/ \
+    --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/xfce4-timer-plugin.install
===================================================================
--- testing-i686/xfce4-timer-plugin.install	2015-03-06 16:12:45 UTC (rev 232948)
+++ testing-i686/xfce4-timer-plugin.install	2015-03-06 16:12:57 UTC (rev 232949)
@@ -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-timer-plugin/repos/testing-i686/xfce4-timer-plugin.install (from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===================================================================
--- testing-i686/xfce4-timer-plugin.install	                        (rev 0)
+++ testing-i686/xfce4-timer-plugin.install	2015-03-06 16:12:57 UTC (rev 232949)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-03-06 16:12:45 UTC (rev 232948)
+++ testing-x86_64/PKGBUILD	2015-03-06 16:12:57 UTC (rev 232949)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=2
-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')
-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)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/ \
-    --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/testing-x86_64/PKGBUILD (from rev 232948, xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-06 16:12:57 UTC (rev 232949)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=3
+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')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/ \
+    --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/xfce4-timer-plugin.install
===================================================================
--- testing-x86_64/xfce4-timer-plugin.install	2015-03-06 16:12:45 UTC (rev 232948)
+++ testing-x86_64/xfce4-timer-plugin.install	2015-03-06 16:12:57 UTC (rev 232949)
@@ -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-timer-plugin/repos/testing-x86_64/xfce4-timer-plugin.install (from rev 232948, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===================================================================
--- testing-x86_64/xfce4-timer-plugin.install	                        (rev 0)
+++ testing-x86_64/xfce4-timer-plugin.install	2015-03-06 16:12:57 UTC (rev 232949)
@@ -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