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

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


    Date: Monday, April 30, 2012 @ 00:20:16
  Author: foutrelis
Revision: 157850

db-move: moved xfce4-dict from [testing] to [extra] (i686)

Added:
  xfce4-dict/repos/extra-i686/PKGBUILD
    (from rev 157813, xfce4-dict/repos/testing-i686/PKGBUILD)
  xfce4-dict/repos/extra-i686/xfce4-dict.install
    (from rev 157813, xfce4-dict/repos/testing-i686/xfce4-dict.install)
Deleted:
  xfce4-dict/repos/extra-i686/PKGBUILD
  xfce4-dict/repos/extra-i686/xfce4-dict.install
  xfce4-dict/repos/testing-i686/

--------------------+
 PKGBUILD           |   82 +++++++++++++++++++++++++--------------------------
 xfce4-dict.install |   22 ++++++-------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-30 04:20:15 UTC (rev 157849)
+++ extra-i686/PKGBUILD	2012-04-30 04:20:16 UTC (rev 157850)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=xfce4-dict
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme' 'librsvg')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/xfce4-dict/0.6/xfce4-dict-${pkgver}.tar.bz2)
-md5sums=('c371c5c0bbe45a2bfac336cfe01dfe01')
-
-build() {
-  cd ${srcdir}/xfce4-dict-${pkgver}
-
-  # Work around DSO linking issue
-  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
-
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/xfce4-dict-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-dict/repos/extra-i686/PKGBUILD (from rev 157813, xfce4-dict/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-30 04:20:16 UTC (rev 157850)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-dict
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/applications/xfce4-dict"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme' 'librsvg')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/xfce4-dict/0.6/xfce4-dict-${pkgver}.tar.bz2)
+md5sums=('c371c5c0bbe45a2bfac336cfe01dfe01')
+
+build() {
+  cd ${srcdir}/xfce4-dict-${pkgver}
+
+  # Work around DSO linking issue
+  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
+
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/xfce4-dict-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-dict.install
===================================================================
--- extra-i686/xfce4-dict.install	2012-04-30 04:20:15 UTC (rev 157849)
+++ extra-i686/xfce4-dict.install	2012-04-30 04:20:16 UTC (rev 157850)
@@ -1,11 +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-dict/repos/extra-i686/xfce4-dict.install (from rev 157813, xfce4-dict/repos/testing-i686/xfce4-dict.install)
===================================================================
--- extra-i686/xfce4-dict.install	                        (rev 0)
+++ extra-i686/xfce4-dict.install	2012-04-30 04:20:16 UTC (rev 157850)
@@ -0,0 +1,11 @@
+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