milis/talimatname/genel/oxygen-gtk2/talimat

22 lines
515 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-gtk2, gtk2 uygulamaları için Oksijen teması.
# URL: https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake gtk2 dbus-glib cairo
name=oxygen-gtk2
version=1.4.6
release=1
source=(http://download.kde.org/stable/oxygen-gtk2/$version/src/$name-$version.tar.bz2)
build() {
cd $name-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
..
make
make DESTDIR=$PKG install
}