[arch-commits] Commit in xfce4-wavelan-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-24 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 24, 2020 @ 16:33:44
  Author: foutrelis
Revision: 404996

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-24 16:33:40 UTC (rev 404995)
+++ PKGBUILD2020-12-24 16:33:44 UTC (rev 404996)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.6.1
-pkgrel=2
-pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin";
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f41f81ea063ae3c7d7904e1ee647a6b5efafc7436f47caed662ee417038eed17')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD (from rev 404995, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-24 16:33:44 UTC (rev 404996)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin";
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ea7aa36650c596b1a29567d100776c68ed732aaf0f48c92245c4466058b5481d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-wavelan-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 14, 2019 @ 10:13:07
  Author: foutrelis
Revision: 359828

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-14 10:13:03 UTC (rev 359827)
+++ PKGBUILD2019-08-14 10:13:07 UTC (rev 359828)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
-arch=('x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4d5bd6654cfd077f3432b08d296f7bd052e765e51b77c629886a9542f4e5ecdc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD (from rev 359827, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-14 10:13:07 UTC (rev 359828)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Plugin to monitor wifi connectivity for the Xfce4 panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/";
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f41f81ea063ae3c7d7904e1ee647a6b5efafc7436f47caed662ee417038eed17')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et: