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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:53:32 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:53:32
  Author: foutrelis
Revision: 157633

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

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

--------------------+
 PKGBUILD           |   41 +++++++++++++++++++++++++++++++++++++++++
 libxfce4ui.install |   13 +++++++++++++
 2 files changed, 54 insertions(+)

Copied: libxfce4ui/repos/testing-x86_64/PKGBUILD (from rev 157627, libxfce4ui/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:53:32 UTC (rev 157633)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=libxfce4ui
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification'
+         'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+#replaces=('libxfcegui4') - later when all is ported
+options=('!libtool')
+install=libxfce4ui.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-gtk-doc \
+    --disable-debug \
+    --with-vendor-info='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libxfce4ui/repos/testing-x86_64/libxfce4ui.install (from rev 157627, libxfce4ui/repos/staging-x86_64/libxfce4ui.install)
===================================================================
--- testing-x86_64/libxfce4ui.install	                        (rev 0)
+++ testing-x86_64/libxfce4ui.install	2012-04-29 02:53:32 UTC (rev 157633)
@@ -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