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

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:52:44 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:52:44
  Author: ibiru
Revision: 148847

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

Added:
  libxfcegui4/repos/extra-i686/PKGBUILD
    (from rev 148654, libxfcegui4/repos/testing-i686/PKGBUILD)
  libxfcegui4/repos/extra-i686/libxfcegui4.install
    (from rev 148654, libxfcegui4/repos/testing-i686/libxfcegui4.install)
Deleted:
  libxfcegui4/repos/extra-i686/PKGBUILD
  libxfcegui4/repos/extra-i686/libxfcegui4.install
  libxfcegui4/repos/testing-i686/

---------------------+
 PKGBUILD            |   71 ++++++++++++++++++++++++++------------------------
 libxfcegui4.install |   26 +++++++++---------
 2 files changed, 52 insertions(+), 45 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 11:52:43 UTC (rev 148846)
+++ extra-i686/PKGBUILD	2012-02-05 11:52:44 UTC (rev 148847)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=libxfcegui4
-pkgver=4.8.1
-pkgrel=3
-pkgdesc="Various gtk widgets for Xfce"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://www.xfce.org/"
-depends=('startup-notification' "xfconf>=4.8.0" "libglade" 'libsm' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ca0cdeff99f1732307d0fc0672d382ef')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libxfcegui4/repos/extra-i686/PKGBUILD (from rev 148654, libxfcegui4/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 11:52:44 UTC (rev 148847)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=libxfcegui4
+pkgver=4.8.1
+pkgrel=4
+pkgdesc="Various Gtk widgets for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+depends=('startup-notification' "xfconf>=4.8.0" "libglade" 'libsm'
+         'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('309a81823cdfdb7301bc6a5199e14f0df29b58dae89a9302c7839b9b94812443')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libxfcegui4.install
===================================================================
--- extra-i686/libxfcegui4.install	2012-02-05 11:52:43 UTC (rev 148846)
+++ extra-i686/libxfcegui4.install	2012-02-05 11:52:44 UTC (rev 148847)
@@ -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: libxfcegui4/repos/extra-i686/libxfcegui4.install (from rev 148654, libxfcegui4/repos/testing-i686/libxfcegui4.install)
===================================================================
--- extra-i686/libxfcegui4.install	                        (rev 0)
+++ extra-i686/libxfcegui4.install	2012-02-05 11:52:44 UTC (rev 148847)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list