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

2020-04-04 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 5, 2020 @ 00:01:55
  Author: foutrelis
Revision: 379519

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 00:01:41 UTC (rev 379518)
+++ PKGBUILD2020-04-05 00:01:55 UTC (rev 379519)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxtst' 'qrencode')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7')
-
-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-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 379518, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 00:01:55 UTC (rev 379519)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4')
+
+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:


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

2020-03-29 Thread Evangelos Foutras via arch-commits
Date: Sunday, March 29, 2020 @ 23:11:27
  Author: foutrelis
Revision: 378693

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-29 23:11:22 UTC (rev 378692)
+++ PKGBUILD2020-03-29 23:11:27 UTC (rev 378693)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxtst' 'qrencode')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('08e14c5d0fcee9adb4bc77efc0ab4af2b12b3fe1ee5e2121fc60e877ac9c29a0')
-
-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-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 378692, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-29 23:11:27 UTC (rev 378693)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7')
+
+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:


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

2020-03-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, March 1, 2020 @ 18:23:27
  Author: foutrelis
Revision: 376465

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-01 18:23:21 UTC (rev 376464)
+++ PKGBUILD2020-03-01 18:23:27 UTC (rev 376465)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.3
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxtst' 'qrencode')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2')
-
-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-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 376464, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-01 18:23:27 UTC (rev 376465)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('08e14c5d0fcee9adb4bc77efc0ab4af2b12b3fe1ee5e2121fc60e877ac9c29a0')
+
+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:


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:29:02
  Author: foutrelis
Revision: 337577

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 13:28:57 UTC (rev 337576)
+++ PKGBUILD2018-10-30 13:29:02 UTC (rev 337577)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxtst' 'qrencode')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3')
-
-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-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 337576, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 13:29:02 UTC (rev 337577)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2')
+
+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: