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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 06:16:21 UTC 2015


    Date: Sunday, March 1, 2015 @ 07:16:20
  Author: foutrelis
Revision: 232144

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

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

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

Copied: libxfce4ui/repos/staging-i686/PKGBUILD (from rev 232143, libxfce4ui/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 06:16:20 UTC (rev 232144)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=libxfce4ui
+pkgver=4.12.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' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+         'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+#replaces=('libxfcegui4') - later when all is ported
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987')
+
+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 232143, libxfce4ui/trunk/libxfce4ui.install)
===================================================================
--- staging-i686/libxfce4ui.install	                        (rev 0)
+++ staging-i686/libxfce4ui.install	2015-03-01 06:16:20 UTC (rev 232144)
@@ -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 232143, libxfce4ui/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 06:16:20 UTC (rev 232144)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=libxfce4ui
+pkgver=4.12.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' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+         'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+#replaces=('libxfcegui4') - later when all is ported
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987')
+
+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 232143, libxfce4ui/trunk/libxfce4ui.install)
===================================================================
--- staging-x86_64/libxfce4ui.install	                        (rev 0)
+++ staging-x86_64/libxfce4ui.install	2015-03-01 06:16:20 UTC (rev 232144)
@@ -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