#Maintainer: Christopher Rey P. Baluyut pkgname=qtcurve-gtk2 pkgver=0.69.2 pkgrel=1 zenver=64 arch=i686 source=("http://home.freeuk.com/cpdrummond/QtCurve-Gtk2-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/$pkgname/source docs=('AUTHORS' 'COPYING' 'ChangeLog' 'README' 'TODO') url="http://www.kde-look.org/content/show.php?content=40492/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "QtCurve-Gtk2 (theme for Gtk2 based apps)" "This is a theme for Gtk2 based apps. The fonts and colours for the GTK" "themes will be read in from your Qt settings - so any KDE font/colour" "changes will also affect your GTK apps." ) build() { cd $startdir/src/QtCurve-Gtk2-$pkgver mkdir -p build cd build cmake \ -DCMAKE_C_FLAGS:STRING="-O2 -march=i686 -mtune=i686" \ -DCMAKE_CXX_FLAGS:STRING="-O2 -march=i686 -mtune=i686" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX="" \ -DMAN_INSTALL_DIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$startdir/pkg }