milis/talimatname/genel/g/gnome-desktop/talimat

21 lines
612 B
Plaintext
Raw Normal View History

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
name=gnome-desktop
2017-06-22 00:08:11 +02:00
version=3.24.2
2016-10-17 22:43:50 +02:00
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-10-17 22:43:50 +02:00
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \
--with-gnome-distributor="Milis"
make
make DESTDIR=$PKG install
}