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

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 28 21:01:40 UTC 2012


    Date: Saturday, April 28, 2012 @ 17:01:39
  Author: foutrelis
Revision: 157495

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libxfce4ui/repos/staging-i686/
  libxfce4ui/repos/staging-i686/PKGBUILD
    (from rev 157494, libxfce4ui/trunk/PKGBUILD)
  libxfce4ui/repos/staging-i686/libxfce4ui.install
    (from rev 157494, libxfce4ui/trunk/libxfce4ui.install)
  libxfce4ui/repos/staging-x86_64/
  libxfce4ui/repos/staging-x86_64/PKGBUILD
    (from rev 157494, libxfce4ui/trunk/PKGBUILD)
  libxfce4ui/repos/staging-x86_64/libxfce4ui.install
    (from rev 157494, libxfce4ui/trunk/libxfce4ui.install)

-----------------------------------+
 staging-i686/PKGBUILD             |   41 ++++++++++++++++++++++++++++++++++++
 staging-i686/libxfce4ui.install   |   13 +++++++++++
 staging-x86_64/PKGBUILD           |   41 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/libxfce4ui.install |   13 +++++++++++
 4 files changed, 108 insertions(+)

Copied: libxfce4ui/repos/staging-i686/PKGBUILD (from rev 157494, libxfce4ui/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-28 21:01:39 UTC (rev 157495)
@@ -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/staging-i686/libxfce4ui.install (from rev 157494, libxfce4ui/trunk/libxfce4ui.install)
===================================================================
--- staging-i686/libxfce4ui.install	                        (rev 0)
+++ staging-i686/libxfce4ui.install	2012-04-28 21:01:39 UTC (rev 157495)
@@ -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:

Copied: libxfce4ui/repos/staging-x86_64/PKGBUILD (from rev 157494, libxfce4ui/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-28 21:01:39 UTC (rev 157495)
@@ -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/staging-x86_64/libxfce4ui.install (from rev 157494, libxfce4ui/trunk/libxfce4ui.install)
===================================================================
--- staging-x86_64/libxfce4ui.install	                        (rev 0)
+++ staging-x86_64/libxfce4ui.install	2012-04-28 21:01:39 UTC (rev 157495)
@@ -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