[arch-commits] Commit in libxfcegui4/repos (5 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 30 04:19:34 UTC 2012
Date: Monday, April 30, 2012 @ 00:19:33
Author: foutrelis
Revision: 157822
db-move: moved libxfcegui4 from [testing] to [extra] (i686)
Added:
libxfcegui4/repos/extra-i686/PKGBUILD
(from rev 157813, libxfcegui4/repos/testing-i686/PKGBUILD)
libxfcegui4/repos/extra-i686/libxfcegui4.install
(from rev 157813, libxfcegui4/repos/testing-i686/libxfcegui4.install)
Deleted:
libxfcegui4/repos/extra-i686/PKGBUILD
libxfcegui4/repos/extra-i686/libxfcegui4.install
libxfcegui4/repos/testing-i686/
---------------------+
PKGBUILD | 76 +++++++++++++++++++++++++-------------------------
libxfcegui4.install | 27 ++++++++---------
2 files changed, 51 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-04-30 04:19:32 UTC (rev 157821)
+++ extra-i686/PKGBUILD 2012-04-30 04:19:33 UTC (rev 157822)
@@ -1,38 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 157813, libxfcegui4/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-30 04:19:33 UTC (rev 157822)
@@ -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:
Deleted: extra-i686/libxfcegui4.install
===================================================================
--- extra-i686/libxfcegui4.install 2012-04-30 04:19:32 UTC (rev 157821)
+++ extra-i686/libxfcegui4.install 2012-04-30 04:19:33 UTC (rev 157822)
@@ -1,14 +0,0 @@
-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: libxfcegui4/repos/extra-i686/libxfcegui4.install (from rev 157813, libxfcegui4/repos/testing-i686/libxfcegui4.install)
===================================================================
--- extra-i686/libxfcegui4.install (rev 0)
+++ extra-i686/libxfcegui4.install 2012-04-30 04:19:33 UTC (rev 157822)
@@ -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