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

22 lines
594 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME oturum yöneticisi
2017-07-25 22:21:02 +02:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: openbox xorg-libsm gconf gtk3 json-glib startup-notification upower xmlto consolekit2 gnome-desktop gtk-update-icon-cache
2017-07-25 22:21:02 +02:00
name=gnome-session
version=3.22.2
release=1
source=(timeout.patch
http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
patch -Np1 -i ../timeout.patch
./configure --prefix=/usr --docdir=/usr/share/doc/gnome-session-$version \
--enable-consolekit \
--enable-docbook-docs
make
make DESTDIR=$PKG install
}