Date: Tuesday, April 18, 2023 @ 16:58:59
  Author: foutrelis
Revision: 474154

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-18 16:58:54 UTC (rev 474153)
+++ PKGBUILD    2023-04-18 16:58:59 UTC (rev 474154)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: AndyRTR <[email protected]>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-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:

Copied: xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD (from rev 474153, 
xfce4-timer-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-18 16:58:59 UTC (rev 474154)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: AndyRTR <[email protected]>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-timer-plugin
+pkgver=1.7.2
+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=('feb3b8c2d39505e816683540a3226bd7bda870ccbcb4c7d0f6abfeeff5c58b7d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to