summaryrefslogtreecommitdiffstats
path: root/gnome-panel/Pkgfile
blob: f8d13e1b4cb090222b4bfcc4aa08cf1e692f2260 (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
26
27
28
29
# Description: Contient le sous-menu système de gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: xorg-libsm, evolution-data-server, gnome-desktop, gnome-menus, libcanberra, libgweather, librsvg, libwnck3, dconf, networkmanager
# Run on: xorg-libsm,evolution-data-server,gnome-desktop,gnome-menus,libcanberra,libgweather,librsvg,libwnck3,dconf,networkmanager

name=gnome-panel
version=3.4.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--libexecdir=/usr/lib/gnome-panel \
		--mandir=/usr/share/man \
		--disable-gtk-doc
	make
	make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install

	install -m755 -d $PKG/usr/share/gconf/schemas
	gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain gnome-panel-3.0 $PKG/etc/gconf/schemas/*.schemas
	rm -f $PKG/etc/gconf/schemas/*.schemas

        rm -rf $PKG/usr/share/gtk-doc
}