gtk-theme-config
This commit is contained in:
parent
f28182da64
commit
a476298f25
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: Gtk tema renklerini yapılandırmak için bir araç
|
||||||
|
# URL: https://github.com/satya164/gtk-theme-config
|
||||||
|
# Packager: yasarciv67@gmail.com
|
||||||
|
# Depends on: vala gconf gsettings-desktop-schemas hicolor-icon-theme gtk3
|
||||||
|
|
||||||
|
name=gtk-theme-config
|
||||||
|
version=1.1
|
||||||
|
release=1
|
||||||
|
source=(https://github.com/yasarciv/$name/archive/v$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
make DESTDIR="$PKG/" install
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue