[arch-commits] Commit in xfce4-timer-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-23 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 23, 2020 @ 23:57:38
  Author: foutrelis
Revision: 392474

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 392473, xfce4-timer-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 23:57:34 UTC (rev 392473)
+++ PKGBUILD2020-07-23 23:57:38 UTC (rev 392474)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-timer-plugin
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="Plugin to track time for the Xfce4 panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD (from rev 392473, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 23:57:38 UTC (rev 392474)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-timer-plugin
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4b52d2911b1949e945971be6533155ee6ba99c77078eac7fd43b0f2aeca824e3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-timer-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 03:27:01
  Author: allan
Revision: 382508

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 382507, xfce4-timer-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 03:26:44 UTC (rev 382507)
+++ PKGBUILD2020-05-07 03:27:01 UTC (rev 382508)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-timer-plugin
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Plugin to track time for the Xfce4 panel"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD (from rev 382507, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 03:27:01 UTC (rev 382508)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-timer-plugin
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-timer-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 27, 2018 @ 06:18:18
  Author: foutrelis
Revision: 315485

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 315484, xfce4-timer-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 06:18:11 UTC (rev 315484)
+++ PKGBUILD2018-01-27 06:18:18 UTC (rev 315485)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=4
-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')
-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/extra-x86_64/PKGBUILD (from rev 315484, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 06:18:18 UTC (rev 315485)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-timer-plugin
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: