Date: Monday, January 16, 2023 @ 22:17:55
  Author: foutrelis
Revision: 466819

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 466818, xfce4-datetime-plugin/trunk/PKGBUILD)
  xfce4-datetime-plugin/repos/extra-x86_64/xfce4-datetime-plugin.install
    (from rev 466818, xfce4-datetime-plugin/trunk/xfce4-datetime-plugin.install)
Deleted:
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD

-------------------------------+
 PKGBUILD                      |   70 ++++++++++++++++++++--------------------
 xfce4-datetime-plugin.install |   10 +++++
 2 files changed, 45 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-16 22:17:49 UTC (rev 466818)
+++ PKGBUILD    2023-01-16 22:17:55 UTC (rev 466819)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Andreas Radke <[email protected]>
-# Contributor: Aurelien Foret <[email protected]>
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A date and time display plugin for the Xfce panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6c388cc457015f629fecf546f1ee815d7c12e29576718f19bea5d496a8d7e037')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD (from rev 466818, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-16 22:17:55 UTC (rev 466819)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+# Contributor: Aurelien Foret <[email protected]>
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="A date and time display plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin";
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6b2eeb79fb586868737426cbd2a4cd43c7f8c58507d8a2f578e0150187cc00b0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-datetime-plugin/repos/extra-x86_64/xfce4-datetime-plugin.install 
(from rev 466818, xfce4-datetime-plugin/trunk/xfce4-datetime-plugin.install)
===================================================================
--- xfce4-datetime-plugin.install                               (rev 0)
+++ xfce4-datetime-plugin.install       2023-01-16 22:17:55 UTC (rev 466819)
@@ -0,0 +1,10 @@
+post_install() {
+  echo "=> The datetime plugin is unmaintained. Consider switching"
+  echo "   to the panel's clock plugin which has similar features."
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to