summaryrefslogtreecommitdiffstats
path: root/libxfce4ui/Pkgfile
blob: 2aad35a3eef5c977532755a7e31615ec698e9c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Librairie de l'interface graphique pour Xfce4
# URL: http://www.xfce.org/projects/libraries/
# Maintainer: git.xfce.org/xfce/libxfce4ui
# Packager: tyrry33 at gmail dot com
# Depends on: startup-notification, xfconf
# Run on: startup-notification,xfconf

name=libxfce4ui
version=4.10.0
release=1
source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
for i in usr/bin/xfce4-about usr/share/applications/xfce4-about.desktop usr/share/icons/hicolor/48x48/apps/xfce4-logo.png
do rm $PKG/$i
done	
}