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

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 30 04:20:06 UTC 2012


    Date: Monday, April 30, 2012 @ 00:20:05
  Author: foutrelis
Revision: 157841

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

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

------------------------------+
 PKGBUILD                     |   72 ++++++++++++++++++++---------------------
 xfce4-clipman-plugin.install |   24 ++++++-------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-30 04:20:04 UTC (rev 157840)
+++ extra-x86_64/PKGBUILD	2012-04-30 04:20:05 UTC (rev 157841)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.3
-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')
-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/extra-x86_64/PKGBUILD (from rev 157813, xfce4-clipman-plugin/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-30 04:20:05 UTC (rev 157841)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orelien at 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
+}

Deleted: extra-x86_64/xfce4-clipman-plugin.install
===================================================================
--- extra-x86_64/xfce4-clipman-plugin.install	2012-04-30 04:20:04 UTC (rev 157840)
+++ extra-x86_64/xfce4-clipman-plugin.install	2012-04-30 04:20:05 UTC (rev 157841)
@@ -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 157813, xfce4-clipman-plugin/repos/testing-x86_64/xfce4-clipman-plugin.install)
===================================================================
--- extra-x86_64/xfce4-clipman-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-clipman-plugin.install	2012-04-30 04:20:05 UTC (rev 157841)
@@ -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