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

21 lines
700 B
Plaintext
Raw Normal View History

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
name=gnome-shell
version=3.22.2
2017-09-11 23:07:31 +02:00
release=2
2017-07-25 22:21:02 +02:00
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz
nm-libexecdir.patch)
build() {
cd $name-$version
patch -Np1 -i ../nm-libexecdir.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}