16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
|
# Description: Linux için bir Gtk teması
|
|||
|
# URL: https://www.xfce-look.org/p/1176474/
|
|||
|
# Packager: yasarciv67@gmail.com
|
|||
|
# Depends on:
|
|||
|
|
|||
|
name=greybird-gtk-theme
|
|||
|
version=3.22
|
|||
|
release=1
|
|||
|
source=(https://dl.opendesktop.org/api/files/download/id/1495049712/GreybirdClassicTR_GTK3_22.tar.gz)
|
|||
|
|
|||
|
build() {
|
|||
|
cd GreybirdClassicTR_GTK3_22
|
|||
|
install -d "$PKG/usr/share/themes"
|
|||
|
cp -a * "$PKG/usr/share/themes/"
|
|||
|
}
|