22 lines
560 B
Plaintext
22 lines
560 B
Plaintext
# Description: GNOME için bir pencere yöneticisi
|
|
# URL: http://www.gnome.org/
|
|
# Packager: yasarciv67@gmail.com
|
|
# Depends on: libinput clutter gnome-desktop libxkbcommon upower zenity gobject-introspection libcanberra startup-notification gtk-doc
|
|
|
|
name=mutter
|
|
version=3.22.2
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--disable-static \
|
|
--enable-gtk-doc \
|
|
--disable-wayland \
|
|
--enable-compile-warnings=minimum
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|