düzeltme-ekleme

This commit is contained in:
yasarciv 2017-08-15 19:22:12 +03:00
parent 169678453d
commit fdc8320a69
2 changed files with 19 additions and 2 deletions

View File

@ -5,13 +5,13 @@
name=gnome-shell-extensions name=gnome-shell-extensions
version=3.22.2 version=3.22.2
release=1 release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session --enable-extensions=all --enable-classic-mode
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -0,0 +1,17 @@
# Description: Gnome kapatma menüsüne uyku tuşu ekler
# URL: https://github.com/laserb/gnome-shell-extension-suspend-button
# Packagers: yasarciv67@gmail.com
# Depends on: gnome-shell
name=gnome-suspend-button
_name=gnome-shell-extension-suspend-button
version=1
release=1
source=()
build() {
git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git
cd $_name
make
make DESTDIR=$PKG install
}