Date: Sunday, March 1, 2015 @ 12:20:40
  Author: foutrelis
Revision: 232240

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 232239, xfce4-clipman-plugin/trunk/PKGBUILD)
  xfce4-clipman-plugin/repos/staging-i686/xfce4-clipman-plugin.install
    (from rev 232239, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
  xfce4-clipman-plugin/repos/staging-x86_64/
  xfce4-clipman-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 232239, xfce4-clipman-plugin/trunk/PKGBUILD)
  xfce4-clipman-plugin/repos/staging-x86_64/xfce4-clipman-plugin.install
    (from rev 232239, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)

---------------------------------------------+
 staging-i686/PKGBUILD                       |   37 ++++++++++++++++++++++++++
 staging-i686/xfce4-clipman-plugin.install   |   13 +++++++++
 staging-x86_64/PKGBUILD                     |   37 ++++++++++++++++++++++++++
 staging-x86_64/xfce4-clipman-plugin.install |   13 +++++++++
 4 files changed, 100 insertions(+)

Copied: xfce4-clipman-plugin/repos/staging-i686/PKGBUILD (from rev 232239, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-03-01 11:20:40 UTC (rev 232240)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <[email protected]>
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.6
+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' 'libunique' 'libxtst' 'qrencode')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
+
+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-i686/xfce4-clipman-plugin.install 
(from rev 232239, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- staging-i686/xfce4-clipman-plugin.install                           (rev 0)
+++ staging-i686/xfce4-clipman-plugin.install   2015-03-01 11:20:40 UTC (rev 
232240)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-clipman-plugin/repos/staging-x86_64/PKGBUILD (from rev 232239, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-03-01 11:20:40 UTC (rev 232240)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <[email protected]>
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.6
+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' 'libunique' 'libxtst' 'qrencode')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
+
+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/xfce4-clipman-plugin.install 
(from rev 232239, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- staging-x86_64/xfce4-clipman-plugin.install                         (rev 0)
+++ staging-x86_64/xfce4-clipman-plugin.install 2015-03-01 11:20:40 UTC (rev 
232240)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to