2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Çeşitli GNOME modülleri için ortak API'li kitaplık.
|
2017-03-24 09:33:56 +01:00
|
|
|
|
# URL: http://www.gnome.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# 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
|
2016-10-17 22:43:50 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gnome-desktop
|
|
|
|
|
surum=3.24.2
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=( http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
|
2016-10-17 22:43:50 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-10-17 22:43:50 +02:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--sysconfdir=/etc \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
--libexecdir=/usr/lib/$isim \
|
2016-10-17 22:43:50 +02:00
|
|
|
|
--with-gnome-distributor="Milis"
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|