2017-03-24 09:33:56 +01:00
|
|
|
|
# Description: Çeşitli GNOME modülleri için ortak API'li kitaplık.
|
|
|
|
|
# URL: http://www.gnome.org
|
2016-10-17 22:43:50 +02:00
|
|
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Depends on: 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.18.0
|
|
|
|
|
release=1
|
|
|
|
|
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
|
--with-gnome-distributor="Milis"
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|