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

Eric Bélanger eric at archlinux.org
Fri Oct 28 04:36:42 UTC 2011


    Date: Friday, October 28, 2011 @ 00:36:42
  Author: eric
Revision: 141285

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

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

-------------------------------------------+
 extra-i686/PKGBUILD                       |   76 ++++++++++++++--------------
 extra-i686/xfce4-clipman-plugin.install   |   24 ++++----
 extra-x86_64/PKGBUILD                     |   76 ++++++++++++++--------------
 extra-x86_64/xfce4-clipman-plugin.install |   24 ++++----
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-28 04:36:15 UTC (rev 141284)
+++ extra-i686/PKGBUILD	2011-10-28 04:36:42 UTC (rev 141285)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
-groups=('xfce4-goodies')
-depends=('libxfcegui4' 'xfce4-panel' 'libunique' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2ba70c6bd710e2a18cba5add66d297dc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix for exo 0.5.6
-  sed -i -e "s/exo-0.3/exo-1/g" configure
-  ./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
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-clipman-plugin/repos/extra-i686/PKGBUILD (from rev 141284, xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-28 04:36:42 UTC (rev 141285)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+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=('9df2441d188e90d5304e5da84dca9969')
+
+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
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+}

Deleted: extra-i686/xfce4-clipman-plugin.install
===================================================================
--- extra-i686/xfce4-clipman-plugin.install	2011-10-28 04:36:15 UTC (rev 141284)
+++ extra-i686/xfce4-clipman-plugin.install	2011-10-28 04:36:42 UTC (rev 141285)
@@ -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 141284, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- extra-i686/xfce4-clipman-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-clipman-plugin.install	2011-10-28 04:36:42 UTC (rev 141285)
@@ -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	2011-10-28 04:36:15 UTC (rev 141284)
+++ extra-x86_64/PKGBUILD	2011-10-28 04:36:42 UTC (rev 141285)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
-groups=('xfce4-goodies')
-depends=('libxfcegui4' 'xfce4-panel' 'libunique' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2ba70c6bd710e2a18cba5add66d297dc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # fix for exo 0.5.6
-  sed -i -e "s/exo-0.3/exo-1/g" configure
-  ./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
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 141284, xfce4-clipman-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-28 04:36:42 UTC (rev 141285)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+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=('9df2441d188e90d5304e5da84dca9969')
+
+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
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+}

Deleted: extra-x86_64/xfce4-clipman-plugin.install
===================================================================
--- extra-x86_64/xfce4-clipman-plugin.install	2011-10-28 04:36:15 UTC (rev 141284)
+++ extra-x86_64/xfce4-clipman-plugin.install	2011-10-28 04:36:42 UTC (rev 141285)
@@ -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 141284, xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install)
===================================================================
--- extra-x86_64/xfce4-clipman-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-clipman-plugin.install	2011-10-28 04:36:42 UTC (rev 141285)
@@ -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