21 lines
690 B
Plaintext
21 lines
690 B
Plaintext
# 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
|
||
}
|