[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)

2017-09-24 Thread Evangelos Foutras
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 
+# 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/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 
+# 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:


[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)

2017-07-21 Thread Evangelos Foutras
Date: Friday, July 21, 2017 @ 12:58:38
  Author: foutrelis
Revision: 300885

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

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

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-21 12:58:29 UTC (rev 300884)
+++ extra-i686/PKGBUILD 2017-07-21 12:58:38 UTC (rev 300885)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.1
-pkgrel=1
-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=('341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f')
-
-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-i686/PKGBUILD (from rev 300884, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-21 12:58:38 UTC (rev 300885)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.2
+pkgrel=1
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-21 12:58:29 UTC (rev 300884)
+++ extra-x86_64/PKGBUILD   2017-07-21 12:58:38 UTC (rev 300885)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.1
-pkgrel=1
-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=('341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f')
-
-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 300884, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-21 12:58:38 UTC (rev 300885)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('i686' 

[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)

2016-11-28 Thread Evangelos Foutras
Date: Tuesday, November 29, 2016 @ 06:55:05
  Author: foutrelis
Revision: 282316

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

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

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-29 06:54:42 UTC (rev 282315)
+++ extra-i686/PKGBUILD 2016-11-29 06:55:05 UTC (rev 282316)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.0
-pkgrel=1
-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=('a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294')
-
-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-i686/PKGBUILD (from rev 282315, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-29 06:55:05 UTC (rev 282316)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.1
+pkgrel=1
+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=('341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-29 06:54:42 UTC (rev 282315)
+++ extra-x86_64/PKGBUILD   2016-11-29 06:55:05 UTC (rev 282316)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.0
-pkgrel=1
-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=('a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294')
-
-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 282315, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-29 06:55:05 UTC (rev 282316)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"

[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)

2016-09-15 Thread Evangelos Foutras
Date: Thursday, September 15, 2016 @ 10:13:59
  Author: foutrelis
Revision: 276441

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

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

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-15 10:13:15 UTC (rev 276440)
+++ extra-i686/PKGBUILD 2016-09-15 10:13:59 UTC (rev 276441)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.6
-pkgrel=3
-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')
-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/extra-i686/PKGBUILD (from rev 276440, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-15 10:13:59 UTC (rev 276441)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.0
+pkgrel=1
+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=('a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-15 10:13:15 UTC (rev 276440)
+++ extra-x86_64/PKGBUILD   2016-09-15 10:13:59 UTC (rev 276441)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.6
-pkgrel=3
-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')
-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/extra-x86_64/PKGBUILD (from rev 276440, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-15 10:13:59 UTC (rev 276441)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A clipboard plugin for 

[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 22:53:59
  Author: foutrelis
Revision: 157654

db-move: moved xfce4-clipman-plugin from [staging] to [testing] (i686)

Added:
  xfce4-clipman-plugin/repos/testing-i686/
  xfce4-clipman-plugin/repos/testing-i686/PKGBUILD
(from rev 157627, xfce4-clipman-plugin/repos/staging-i686/PKGBUILD)
  xfce4-clipman-plugin/repos/testing-i686/xfce4-clipman-plugin.install
(from rev 157627, 
xfce4-clipman-plugin/repos/staging-i686/xfce4-clipman-plugin.install)
Deleted:
  xfce4-clipman-plugin/repos/staging-i686/

--+
 PKGBUILD |   36 
 xfce4-clipman-plugin.install |   12 
 2 files changed, 48 insertions(+)

Copied: xfce4-clipman-plugin/repos/testing-i686/PKGBUILD (from rev 157627, 
xfce4-clipman-plugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-29 02:53:59 UTC (rev 157654)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: tobias tobias at archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.3
+pkgrel=2
+pkgdesc=A clipboard plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libunique' 'libxtst')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('61f3be97efa379cb358980c94e14692a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|$(TARGET_DIR)/C/media|$(docdir)/html/C/media|' doc/Makefile.in
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-unique \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-clipman-plugin/repos/testing-i686/xfce4-clipman-plugin.install 
(from rev 157627, 
xfce4-clipman-plugin/repos/staging-i686/xfce4-clipman-plugin.install)
===
--- testing-i686/xfce4-clipman-plugin.install   (rev 0)
+++ testing-i686/xfce4-clipman-plugin.install   2012-04-29 02:53:59 UTC (rev 
157654)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+



[arch-commits] Commit in xfce4-clipman-plugin/repos (4 files)

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 22:54:00
  Author: foutrelis
Revision: 157655

db-move: moved xfce4-clipman-plugin from [staging] to [testing] (x86_64)

Added:
  xfce4-clipman-plugin/repos/testing-x86_64/
  xfce4-clipman-plugin/repos/testing-x86_64/PKGBUILD
(from rev 157627, xfce4-clipman-plugin/repos/staging-x86_64/PKGBUILD)
  xfce4-clipman-plugin/repos/testing-x86_64/xfce4-clipman-plugin.install
(from rev 157627, 
xfce4-clipman-plugin/repos/staging-x86_64/xfce4-clipman-plugin.install)
Deleted:
  xfce4-clipman-plugin/repos/staging-x86_64/

--+
 PKGBUILD |   36 
 xfce4-clipman-plugin.install |   12 
 2 files changed, 48 insertions(+)

Copied: xfce4-clipman-plugin/repos/testing-x86_64/PKGBUILD (from rev 157627, 
xfce4-clipman-plugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-29 02:54:00 UTC (rev 157655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: tobias tobias at archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.3
+pkgrel=2
+pkgdesc=A clipboard plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libunique' 'libxtst')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('61f3be97efa379cb358980c94e14692a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|$(TARGET_DIR)/C/media|$(docdir)/html/C/media|' doc/Makefile.in
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-unique \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-clipman-plugin/repos/testing-x86_64/xfce4-clipman-plugin.install 
(from rev 157627, 
xfce4-clipman-plugin/repos/staging-x86_64/xfce4-clipman-plugin.install)
===
--- testing-x86_64/xfce4-clipman-plugin.install (rev 0)
+++ testing-x86_64/xfce4-clipman-plugin.install 2012-04-29 02:54:00 UTC (rev 
157655)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+