2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Yeni nesil GNOME kabuğu
|
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: 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
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gnome-shell
|
|
|
|
|
surum=3.22.2
|
|
|
|
|
devir=2
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz
|
2017-07-25 22:21:02 +02:00
|
|
|
|
nm-libexecdir.patch)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-07-25 22:21:02 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-25 22:21:02 +02:00
|
|
|
|
patch -Np1 -i ../nm-libexecdir.patch
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|