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

21 lines
690 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: Yeni nesil GNOME kabuğu
# URL: http://www.gnome.org
# Paketçi: yasarciv67@gmail.com
# Gerekler: telepathy-logger telepathy-mission-control caribou evolution-data-server gjs gnome-control-center libcroco mutter startup-notification gnome-bluetooth gstreamer1-plugins-base network-manager-applet gtk-doc adwaita-icon-theme dconf gnome-backgrounds gnome-menus gnome-themes-standard telepathy-mission-control
isim=gnome-shell
surum=3.22.2
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz
nm-libexecdir.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../nm-libexecdir.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}