# Tanım: Çeşitli GNOME modülleri için ortak API'li kitaplık. # URL: http://www.gnome.org # Paketçi: milisarge # Gerekler: iso-codes itstool xorg-app gtk3 docbook-xml gnome-doc-utils gsettings-desktop-schemas gobject-introspection startup-notification xorg-xkeyboard-config name=gnome-desktop version=3.24.2 release=1 source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) derle() { cd $name-$version ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ --libexecdir=/usr/lib/$name \ --with-gnome-distributor="Milis" make make DESTDIR=$PKG install }