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

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:48:44 UTC 2012


    Date: Monday, January 30, 2012 @ 13:48:44
  Author: ibiru
Revision: 148227

db-move: moved libxfcegui4 from [staging] to [testing] (x86_64)

Added:
  libxfcegui4/repos/testing-x86_64/
  libxfcegui4/repos/testing-x86_64/PKGBUILD
    (from rev 148047, libxfcegui4/repos/staging-x86_64/PKGBUILD)
  libxfcegui4/repos/testing-x86_64/libxfcegui4.install
    (from rev 148047, libxfcegui4/repos/staging-x86_64/libxfcegui4.install)
Deleted:
  libxfcegui4/repos/staging-x86_64/

---------------------+
 PKGBUILD            |   38 ++++++++++++++++++++++++++++++++++++++
 libxfcegui4.install |   14 ++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libxfcegui4/repos/testing-x86_64/PKGBUILD (from rev 148047, libxfcegui4/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:48:44 UTC (rev 148227)
@@ -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:

Copied: libxfcegui4/repos/testing-x86_64/libxfcegui4.install (from rev 148047, libxfcegui4/repos/staging-x86_64/libxfcegui4.install)
===================================================================
--- testing-x86_64/libxfcegui4.install	                        (rev 0)
+++ testing-x86_64/libxfcegui4.install	2012-01-30 18:48:44 UTC (rev 148227)
@@ -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