Date: Sunday, September 24, 2017 @ 08:28:55
  Author: foutrelis
Revision: 306173

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-clipman-plugin/repos/staging-i686/
  xfce4-clipman-plugin/repos/staging-i686/PKGBUILD
    (from rev 306172, xfce4-clipman-plugin/trunk/PKGBUILD)
  xfce4-clipman-plugin/repos/staging-x86_64/
  xfce4-clipman-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 306172, xfce4-clipman-plugin/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: xfce4-clipman-plugin/repos/staging-i686/PKGBUILD (from rev 306172, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2017-09-24 08:28:55 UTC (rev 306173)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evange...@foutrelis.com>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orel...@chez.com>
+
+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/staging-x86_64/PKGBUILD (from rev 306172, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2017-09-24 08:28:55 UTC (rev 306173)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evange...@foutrelis.com>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orel...@chez.com>
+
+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:

Reply via email to