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

Eric Bélanger eric at nymeria.archlinux.org
Mon Jun 2 02:32:12 UTC 2014


    Date: Monday, June 2, 2014 @ 04:32:12
  Author: eric
Revision: 214033

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

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

-------------------------------------------+
 /PKGBUILD                                 |   64 ++++++++++++++++++++++++++++
 /xfce4-clipman-plugin.install             |   24 ++++++++++
 extra-i686/PKGBUILD                       |   32 --------------
 extra-i686/xfce4-clipman-plugin.install   |   12 -----
 extra-x86_64/PKGBUILD                     |   32 --------------
 extra-x86_64/xfce4-clipman-plugin.install |   12 -----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-02 02:29:46 UTC (rev 214032)
+++ extra-i686/PKGBUILD	2014-06-02 02:32:12 UTC (rev 214033)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.4
-pkgrel=1
-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' 'qrencode')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d787962058f21a4cc2e354764375a6b84eba7e08')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-clipman-plugin/repos/extra-i686/PKGBUILD (from rev 214032, xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-02 02:32:12 UTC (rev 214033)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.6
+pkgrel=1
+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' 'qrencode')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('71767fef0a8366bb9a6bd3edeacf4a8dabdcaa40')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/xfce4-clipman-plugin.install
===================================================================
--- extra-i686/xfce4-clipman-plugin.install	2014-06-02 02:29:46 UTC (rev 214032)
+++ extra-i686/xfce4-clipman-plugin.install	2014-06-02 02:32:12 UTC (rev 214033)
@@ -1,12 +0,0 @@
-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
-}
-

Copied: xfce4-clipman-plugin/repos/extra-i686/xfce4-clipman-plugin.install (from rev 214032, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- extra-i686/xfce4-clipman-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-clipman-plugin.install	2014-06-02 02:32:12 UTC (rev 214033)
@@ -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
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-02 02:29:46 UTC (rev 214032)
+++ extra-x86_64/PKGBUILD	2014-06-02 02:32:12 UTC (rev 214033)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.4
-pkgrel=1
-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' 'qrencode')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('d787962058f21a4cc2e354764375a6b84eba7e08')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 214032, xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-02 02:32:12 UTC (rev 214033)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.6
+pkgrel=1
+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' 'qrencode')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('71767fef0a8366bb9a6bd3edeacf4a8dabdcaa40')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/xfce4-clipman-plugin.install
===================================================================
--- extra-x86_64/xfce4-clipman-plugin.install	2014-06-02 02:29:46 UTC (rev 214032)
+++ extra-x86_64/xfce4-clipman-plugin.install	2014-06-02 02:32:12 UTC (rev 214033)
@@ -1,12 +0,0 @@
-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
-}
-

Copied: xfce4-clipman-plugin/repos/extra-x86_64/xfce4-clipman-plugin.install (from rev 214032, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- extra-x86_64/xfce4-clipman-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-clipman-plugin.install	2014-06-02 02:32:12 UTC (rev 214033)
@@ -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
+}
+




More information about the arch-commits mailing list