21 lines
707 B
Plaintext
21 lines
707 B
Plaintext
|
# 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
|
||
|
release=1
|
||
|
|
||
|
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
|
||
|
}
|