2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Gnome kapatma menüsüne uyku tuşu ekler
|
2017-08-15 18:22:12 +02:00
|
|
|
|
# URL: https://github.com/laserb/gnome-shell-extension-suspend-button
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: gnome-shell
|
2017-08-15 18:22:12 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|