summaryrefslogtreecommitdiffstats
path: root/gnome-applets/Pkgfile
blob: 59ace16261fc80fdb9b7d6aded38289ef8ef11ac (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: Petites applications fonctionnant en tâche de fond
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: gnome-icon-theme, gnome-panel, libgtop, libgweather, gst-plugins-base, libgnomekbd, gucharmap, system-tools-backends, libnotify
# Run on: gnome-icon-theme,gnome-panel,libgtop,libgweather,gst-plugins-base,libgnomekbd,gucharmap,system-tools-backends,libnotify

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

build() {
	cd $name-$version
	PYTHON=python2 ./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--libexecdir=/usr/lib/gnome-applets \
		--mandir=/usr/share/man \
		--enable-mixer-applet \
		--disable-scrollkeeper \
		--disable-schemas-install
	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-applets-3.0 $PKG/etc/gconf/schemas/*.schemas
	rm -f $PKG/etc/gconf/schemas/*.schemas
}