summaryrefslogtreecommitdiffstats
path: root/libwnck/Pkgfile
blob: 23f1a5c2972d3acbcf94543209df1ce87c58f162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Contient un kit de contruction de navigateur de fenêtres
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: tyrry33 at gmail dot com
# Depends on: gtk, p5-xml-parser, xorg-libxt, xorg-libxres, startup-notification, xorg-libxinerama, xorg-libxrandr, xorg-libxcursor, xorg-libxdamage
# Run on: gtk,p5-xml-parser,startup-notification,xorg-xcb-util,xorg-libxres

name=libwnck
version=2.31.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
	# Les binaires sont disponnible dans libwnck3
	rm -f $PKG/usr/bin/wnckprop
	rm -f $PKG/usr/bin/wnck-urgency-monitor
}