1 # Contributor: Darwin Bautista <djclue917@gmail.com>
3 pkgname=kdecolorschemes
6 pkgdesc="Top 10 highest-rated KDE color schemes"
8 url="http://www.kde-look.org/index.php?xcontentmode=28&xsortmode=high"
9 license=('GPL' 'LGPL' 'custom:Artistic 2.0')
10 source=(http://www.kde-look.org/CONTENT/content-files/36678-Black.kcsrc \
11 http://www.kde-look.org/CONTENT/content-files/30795-puretechnology.kcsrc \
12 http://www.kde-look.org/CONTENT/content-files/34888-windowmaker.kcsrc \
13 http://www.kde-look.org/CONTENT/content-files/39745-Paper.tar.gz \
14 57098-New_Kubuntu.tar.gz \
15 http://www.kde-look.org/CONTENT/content-files/48004-DarkNights.kcsrc \
16 30815-Black-White_n_Green_Beauty.tar.gz \
17 http://www.kde-look.org/CONTENT/content-files/46345-openBC.kcsrc \
18 http://www.kde-look.org/CONTENT/content-files/55551-Pink.kcsrc \
19 http://www.kde-look.org/CONTENT/content-files/55993-FreeGreen.kcsrc \
21 md5sums=('e65375f405ebcc3a91312cd62fb1b89a'
22 '878d3db3d2a4ac777ba514db37db9080'
23 '165eccd74e58c6fc737a2413ba834fad'
24 '0aaefef69ea7996e1c6bf3ec3d6c4436'
25 'c77fce36ce22f1a3d30aebc8aa391b61'
26 'df6538e610f226562748a8b6a7d5afe4'
27 '7ff52141d76fe2e7918457abaa80358b'
28 'bc185fe7b5fb5aa10d0ba3df13d02ec9'
29 'e75c818b813496113482402a2d98b930'
30 '6cfac892e175206157ff8fc9868c7193'
31 'f5ad524cea1c5a49aa3a98afc23b36c3')
34 mkdir -p ${startdir}/pkg/opt/kde/share/apps/kdisplay/color-schemes
35 find -iname "*.kcsrc" -exec install -m644 "{}" ${startdir}/pkg/opt/kde/share/apps/kdisplay/color-schemes/ ";"
37 install -D -m644 Artistic2.txt ${startdir}/pkg/usr/share/licenses/${pkgname}/Artistic2.txt
40 # vim:set ts=2 sw=2 et: