milis/talimatname/genel/oxygen-gtk3/talimat

23 lines
504 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Oxygen-gtk3, gtk3 uygulamaları için Oksijen teması.
# URL: https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake gtk3 dbus-glib cairo
name=oxygen-gtk3
version=1.4.1
release=1
source=(http://download.kde.org/stable/$name/$version/src/$name-$version.tar.bz2)
build() {
cd $name-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
..
make
make DESTDIR=$PKG install
}