[arch-commits] Commit in xfce4-appfinder/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Apr 29 02:53:54 UTC 2012
Date: Saturday, April 28, 2012 @ 22:53:53
Author: foutrelis
Revision: 157650
db-move: moved xfce4-appfinder from [staging] to [testing] (i686)
Added:
xfce4-appfinder/repos/testing-i686/
xfce4-appfinder/repos/testing-i686/PKGBUILD
(from rev 157627, xfce4-appfinder/repos/staging-i686/PKGBUILD)
xfce4-appfinder/repos/testing-i686/xfce4-appfinder.install
(from rev 157627, xfce4-appfinder/repos/staging-i686/xfce4-appfinder.install)
Deleted:
xfce4-appfinder/repos/staging-i686/
-------------------------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
xfce4-appfinder.install | 13 +++++++++++++
2 files changed, 52 insertions(+)
Copied: xfce4-appfinder/repos/testing-i686/PKGBUILD (from rev 157627, xfce4-appfinder/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-29 02:53:53 UTC (rev 157650)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-appfinder
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="An application finder for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/projects/xfce4-appfinder"
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
+makedepends=('intltool')
+replaces=('xfce-utils')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('042aae7e366428a6a92b6353b3f2727d64823076a7752b8e0a15f1f8f3645439')
+
+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: xfce4-appfinder/repos/testing-i686/xfce4-appfinder.install (from rev 157627, xfce4-appfinder/repos/staging-i686/xfce4-appfinder.install)
===================================================================
--- testing-i686/xfce4-appfinder.install (rev 0)
+++ testing-i686/xfce4-appfinder.install 2012-04-29 02:53:53 UTC (rev 157650)
@@ -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