1 # Contributor: Jan Mette (funkyou) <jan.mette@berlin.de>
3 pkgname=kdestyle-domino
6 pkgdesc="Domino is a style with a soft look. It allows to fine adjust the shininess of the widgets by customizable color gradients."
7 url="http://www.kde-look.org/content/show.php?content=42804"
10 arch=('i686' 'x86_64')
11 source=(http://www.kde-look.org/CONTENT/content-files/42804-domino-$pkgver.tar.bz2 \
12 domino-0.4_indicate_focus_on_qtoolbuttons.patch \
13 domino-0.4_reset_global_config_group.patch \
14 domino-0.4-fix-invisible-cursor-when-marking-text.patch)
16 md5sums=('c67bb1b986c4ff98ae640acff7b8562f' \
17 '740ce0c6eea64697728fb98ebf4ec855' \
18 '6f816799bbe56d1e26bf2c14f7f64e44' \
19 'bae3effd6154ddbd9cf9e2e3640599b7')
22 source /etc/profile.d/qt3.sh
23 source /etc/profile.d/kde3.sh
25 cd $srcdir/domino-$pkgver
26 patch -p0 -i $startdir/src/domino-0.4_indicate_focus_on_qtoolbuttons.patch || return 1
27 patch -p0 -i $startdir/src/domino-0.4_reset_global_config_group.patch || return 1
28 patch -p1 -i $startdir/src/domino-0.4-fix-invisible-cursor-when-marking-text.patch || return 1
30 ./configure --prefix=/opt/kde --without-arts
32 make DESTDIR=$pkgdir install