Date: Thursday, April 20, 2023 @ 19:31:17
  Author: foutrelis
Revision: 474804

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 19:31:12 UTC (rev 474803)
+++ PKGBUILD    2023-04-20 19:31:17 UTC (rev 474804)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: AndyRTR <[email protected]>
-# Contributor: Suzy Williams <[email protected]>
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'gnutls')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e')
-
-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-mailwatch-plugin/repos/extra-x86_64/PKGBUILD (from rev 474803, 
xfce4-mailwatch-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-20 19:31:17 UTC (rev 474804)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: AndyRTR <[email protected]>
+# Contributor: Suzy Williams <[email protected]>
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'gnutls')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a')
+
+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