# Description: Containt le programme About, les icons et fichiers graphics de gnome # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: b at juglas dot name # Depends on: gnome-doc-utils, startup-notification, gnome-doc-utils, gsettings-desktop-schemas, gnome-themes-standard # Run on: startup-notification,rarian,gsettings-desktop-schemas,gnome-themes-standard name=gnome-desktop 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/lib \ --with-gnome-distributor="NuTyX" \ --disable-gtk-doc \ --disable-scrollkeeper make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }