22 lines
635 B
Plaintext
22 lines
635 B
Plaintext
# Description="Library with common API for various GNOME modules."
|
|
# Url="http://www.gnome.org/"
|
|
# 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
|
|
}
|