[arch-commits] Commit in xfce4-mailwatch-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 9 02:37:11 UTC 2020
Date: Monday, November 9, 2020 @ 02:37:10
Author: foutrelis
Revision: 399649
archrelease: copy trunk to extra-x86_64
Added:
xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
(from rev 399648, xfce4-mailwatch-plugin/trunk/PKGBUILD)
Deleted:
xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 02:37:05 UTC (rev 399648)
+++ PKGBUILD 2020-11-09 02:37:10 UTC (rev 399649)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.2.0
-pkgrel=9
-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' 'libgcrypt')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
-
-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 399648, xfce4-mailwatch-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-09 02:37:10 UTC (rev 399649)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+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:
More information about the arch-commits
mailing list