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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:25:02 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:25:02
  Author: foutrelis
Revision: 232289

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

Added:
  xfce4-timer-plugin/repos/staging-i686/
  xfce4-timer-plugin/repos/staging-i686/PKGBUILD
    (from rev 232287, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/staging-i686/xfce4-timer-plugin.install
    (from rev 232287, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
  xfce4-timer-plugin/repos/staging-x86_64/
  xfce4-timer-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 232287, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/staging-x86_64/xfce4-timer-plugin.install
    (from rev 232287, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)

-------------------------------------------+
 staging-i686/PKGBUILD                     |   36 ++++++++++++++++++++++++++++
 staging-i686/xfce4-timer-plugin.install   |   13 ++++++++++
 staging-x86_64/PKGBUILD                   |   36 ++++++++++++++++++++++++++++
 staging-x86_64/xfce4-timer-plugin.install |   13 ++++++++++
 4 files changed, 98 insertions(+)

Copied: xfce4-timer-plugin/repos/staging-i686/PKGBUILD (from rev 232287, xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:25:02 UTC (rev 232289)
@@ -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=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/staging-i686/xfce4-timer-plugin.install (from rev 232287, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===================================================================
--- staging-i686/xfce4-timer-plugin.install	                        (rev 0)
+++ staging-i686/xfce4-timer-plugin.install	2015-03-01 11:25:02 UTC (rev 232289)
@@ -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:

Copied: xfce4-timer-plugin/repos/staging-x86_64/PKGBUILD (from rev 232287, xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:25:02 UTC (rev 232289)
@@ -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=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/staging-x86_64/xfce4-timer-plugin.install (from rev 232287, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===================================================================
--- staging-x86_64/xfce4-timer-plugin.install	                        (rev 0)
+++ staging-x86_64/xfce4-timer-plugin.install	2015-03-01 11:25:02 UTC (rev 232289)
@@ -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