milis/talimatname/genel/g/gnome-suspend-button/talimat

18 lines
406 B
Plaintext
Raw Normal View History

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
2017-10-28 14:10:23 +02:00
isim=gnome-suspend-button
_isim=gnome-shell-extension-suspend-button
surum=1
devir=1
kaynak=()
2017-08-15 18:22:12 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-08-15 18:22:12 +02:00
git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git
cd $_name
make
make DESTDIR=$PKG install
}