milis/talimatname/genel/gnome-shell/talimat

21 lines
707 B
Plaintext
Raw Normal View History

2017-07-25 22:21:02 +02:00
# Description: Yeni nesil GNOME kabuğu
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: 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
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
}