17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
# Description: Gnome-shell için bir kabuk teması
|
||
# URL: https://www.opendesktop.org/p/1013006/
|
||
# Packager: yasarciv67@gmail.com
|
||
# Depends on: gnome-shell
|
||
|
||
name=gnome-shell-theme-nightingale
|
||
_name=Nightingale
|
||
version=1
|
||
release=1
|
||
source=(https://dl.opendesktop.org/api/files/download/id/1460760205/166760-Nightingale.tar.gz)
|
||
|
||
build() {
|
||
cd Nightingale
|
||
install -d "$PKG/usr/share/themes/$_name"
|
||
cp -a * "$PKG/usr/share/themes/$_name/"
|
||
}
|