[arch-commits] Commit in libxfcegui4/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Apr 29 02:53:35 UTC 2012
Date: Saturday, April 28, 2012 @ 22:53:35
Author: foutrelis
Revision: 157636
db-move: moved libxfcegui4 from [staging] to [testing] (i686)
Added:
libxfcegui4/repos/testing-i686/
libxfcegui4/repos/testing-i686/PKGBUILD
(from rev 157627, libxfcegui4/repos/staging-i686/PKGBUILD)
libxfcegui4/repos/testing-i686/libxfcegui4.install
(from rev 157627, libxfcegui4/repos/staging-i686/libxfcegui4.install)
Deleted:
libxfcegui4/repos/staging-i686/
---------------------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
libxfcegui4.install | 13 +++++++++++++
2 files changed, 51 insertions(+)
Copied: libxfcegui4/repos/testing-i686/PKGBUILD (from rev 157627, libxfcegui4/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-29 02:53:35 UTC (rev 157636)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=libxfcegui4
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Various Gtk widgets for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+depends=('startup-notification' 'xfconf' 'libglade' 'libsm'
+ 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533')
+
+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:
Copied: libxfcegui4/repos/testing-i686/libxfcegui4.install (from rev 157627, libxfcegui4/repos/staging-i686/libxfcegui4.install)
===================================================================
--- testing-i686/libxfcegui4.install (rev 0)
+++ testing-i686/libxfcegui4.install 2012-04-29 02:53:35 UTC (rev 157636)
@@ -0,0 +1,13 @@
+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