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

22 lines
594 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.

# Tanım: GNOME oturum yöneticisi
# URL: http://www.gnome.org
# Paketçi: yasarciv67@gmail.com
# Gerekler: openbox xorg-libsm gconf gtk3 json-glib startup-notification upower xmlto consolekit2 gnome-desktop gtk-update-icon-cache
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)
derle() {
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
}