Date: Monday, January 16, 2023 @ 22:17:49
  Author: foutrelis
Revision: 466818

upgpkg: xfce4-datetime-plugin 0.8.3-1: end-of-line release

Last release as the stock clock plugin has reached feature parity.

Add a post_{install,upgrade} message and remove from xfce4-goodies.

Added:
  xfce4-datetime-plugin/trunk/xfce4-datetime-plugin.install
Modified:
  xfce4-datetime-plugin/trunk/PKGBUILD

-------------------------------+
 PKGBUILD                      |    6 +++---
 xfce4-datetime-plugin.install |   10 ++++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-16 22:11:44 UTC (rev 466817)
+++ PKGBUILD    2023-01-16 22:17:49 UTC (rev 466818)
@@ -3,17 +3,17 @@
 # Contributor: Aurelien Foret <[email protected]>
 
 pkgname=xfce4-datetime-plugin
-pkgver=0.8.2
+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";
-groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
+install=$pkgname.install
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6c388cc457015f629fecf546f1ee815d7c12e29576718f19bea5d496a8d7e037')
+sha256sums=('6b2eeb79fb586868737426cbd2a4cd43c7f8c58507d8a2f578e0150187cc00b0')
 
 build() {
   cd $pkgname-$pkgver

Added: xfce4-datetime-plugin.install
===================================================================
--- xfce4-datetime-plugin.install                               (rev 0)
+++ xfce4-datetime-plugin.install       2023-01-16 22:17:49 UTC (rev 466818)
@@ -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