diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-29 19:33:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-29 19:33:55 +0000 |
commit | c19bb81b58ddf1d790e6c8021a1d68ac7e729184 (patch) | |
tree | 61b8c402f733adba05b0f89f76f5f6d0385ddf62 /x11/xfce4-appfinder | |
parent | eca8f1df782e3429c49df35b7262db8c9429b5f2 (diff) | |
download | aports-c19bb81b58ddf1d790e6c8021a1d68ac7e729184.tar.bz2 aports-c19bb81b58ddf1d790e6c8021a1d68ac7e729184.tar.xz |
x11/xfce4-appfinder: new aport
Diffstat (limited to 'x11/xfce4-appfinder')
-rw-r--r-- | x11/xfce4-appfinder/APKBUILD | 30 | ||||
l--------- | x11/xfce4-appfinder/xfce4-appfinder.post-deinstall | 1 | ||||
-rw-r--r-- | x11/xfce4-appfinder/xfce4-appfinder.post-install | 4 | ||||
l--------- | x11/xfce4-appfinder/xfce4-appfinder.post-upgrade | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/xfce4-appfinder/APKBUILD b/x11/xfce4-appfinder/APKBUILD new file mode 100644 index 0000000000..10b8132e66 --- /dev/null +++ b/x11/xfce4-appfinder/APKBUILD @@ -0,0 +1,30 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=xfce4-appfinder +pkgver=4.6.1 +pkgrel=0 +pkgdesc="Xfce application finder" +url="http://www.xfce.org/" +license="GPL-2" +depends="hicolor-icon-theme" +makedepends="pkgconfig thunar-dev libxfce4menu-dev intltool gtk+-dev + libxfce4util-dev libxfcegui4-dev gettext-dev libiconv-dev + startup-notification-dev libsm-dev expat-dev" +install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" +source="http://www.xfce.org/archive/xfce-$pkgver/src/$pkgname-$pkgver.tar.bz2 + $install" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static || return 1 + make || return 1 + make DESTDIR="$pkgdir" install || return 1 +} +md5sums="a1bc7d88100cfd92714a300be531589b xfce4-appfinder-4.6.1.tar.bz2 +db51db79681eadc47be4932355a77c25 xfce4-appfinder.post-install +db51db79681eadc47be4932355a77c25 xfce4-appfinder.post-upgrade +db51db79681eadc47be4932355a77c25 xfce4-appfinder.post-deinstall" diff --git a/x11/xfce4-appfinder/xfce4-appfinder.post-deinstall b/x11/xfce4-appfinder/xfce4-appfinder.post-deinstall new file mode 120000 index 0000000000..18abfee4f8 --- /dev/null +++ b/x11/xfce4-appfinder/xfce4-appfinder.post-deinstall @@ -0,0 +1 @@ +xfce4-appfinder.post-install
\ No newline at end of file diff --git a/x11/xfce4-appfinder/xfce4-appfinder.post-install b/x11/xfce4-appfinder/xfce4-appfinder.post-install new file mode 100644 index 0000000000..c523d78da0 --- /dev/null +++ b/x11/xfce4-appfinder/xfce4-appfinder.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + diff --git a/x11/xfce4-appfinder/xfce4-appfinder.post-upgrade b/x11/xfce4-appfinder/xfce4-appfinder.post-upgrade new file mode 120000 index 0000000000..18abfee4f8 --- /dev/null +++ b/x11/xfce4-appfinder/xfce4-appfinder.post-upgrade @@ -0,0 +1 @@ +xfce4-appfinder.post-install
\ No newline at end of file |