grup-düzenlemeleri
This commit is contained in:
parent
7521142c52
commit
71fc22d886
|
@ -1,7 +1,8 @@
|
||||||
# Tanım: Gnome kapatma menüsüne uyku tuşu ekler
|
# Tanım: Gnome kapatma menüsüne uyku tuşu ekler
|
||||||
# URL: https://github.com/laserb/gnome-shell-extension-suspend-button
|
# URL: https://github.com/laserb/gnome-shell-extension-suspend-button
|
||||||
# Paketçi: yasarciv67@gmail.com
|
# Paketçi: yasarciv67
|
||||||
# Gerekler: gnome-shell
|
# Gerekler: gnome-shell
|
||||||
|
# Grup: sistem
|
||||||
|
|
||||||
isim=gnome-suspend-button
|
isim=gnome-suspend-button
|
||||||
_isim=gnome-shell-extension-suspend-button
|
_isim=gnome-shell-extension-suspend-button
|
||||||
|
@ -11,7 +12,7 @@ kaynak=()
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git
|
git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git
|
||||||
cd $_name
|
cd $_isim
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue