milis/talimatname/genel/gnome-desktop/talimat

21 lines
619 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Çeşitli GNOME modülleri için ortak API'li kitaplık.
# URL: http://www.gnome.org
# Packager: milisarge
# 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.24.2
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
}