milis/talimatname/genel/o/oxygen-gtk2/talimat

22 lines
514 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.

# Tanım: Oxygen-gtk2, gtk2 uygulamaları için Oksijen teması.
# URL: https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: cmake gtk2 dbus-glib cairo
# Grup: tasarım
isim=oxygen-gtk2
surum=1.4.6
devir=1
kaynak=(http://download.kde.org/stable/oxygen-gtk2/$surum/src/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
..
make
make DESTDIR=$PKG install
}