1 # Maintainer: William Díaz <wdiaz [at] archlinux [dot] us>
6 pkgdesc="Top 10 highest-rated themes for Plasma (Except the themes in kdeartwork)"
9 url="http://kde-look.org/index.php?xcontentmode=76"
10 depends=('kdebase-plasma')
11 makedepends=('findutils')
12 _url="http://kde-look.org/CONTENT/content-files"
13 source=(${_url}/81388-Glassified.tar.gz
14 ${_url}/107252-Carbon.tar.gz
15 ${_url}/84403-Arezzo.tar.gz
16 ${_url}/107902-ghost.tar.gz
17 ${_url}/105796-Oxyzone.tar.gz
18 ${_url}/109479-Gaia_Recycled.tar.gz
19 ${_url}/98341-Eleonora.tar.gz
20 ${_url}/94798-Nitro2.0.tar.gz
21 ${_url}/80239-Marysia.tar.gz
22 ${_url}/83976-Glaze-0.4.tar.bz2)
26 install -d ${pkgdir}/usr/share/apps/desktoptheme
27 find . -type d -print0 | xargs -0 chmod 0775
28 find . -type f -print0 | xargs -0 chmod 0664
29 find . -name '*.desktop' -print0 | xargs -0 chmod 777
30 cp -rf "Glassified" "Carbon" "Arezzo" "Ghost" "Oxyzone" \
31 "Gaia_Recycled" "Eleonora" "Nitro2.0" "Marysia" "Glaze" \
32 ${pkgdir}/usr/share/apps/desktoptheme
34 md5sums=('64cec8bf2796860ffee638fcca1233de'
35 '54c49965081278f1edf361af936bc804'
36 'e04d04a6c65f8c86503df74978eaaac6'
37 '9c7d942d5bd70957ea0b6f4d58f30da4'
38 '40eb9d3e9533b0cd506576aea4a356a7'
39 '296aad1768b0108da7075cf5b37f90e1'
40 '161662ec066dffb52a6ba1872b7cb7a6'
41 '0113c1e9d63368473b23c4afaae7c591'
42 '2d7907aabdf05849339dcfc769c9009f'
43 'f4dfb8ccf687b927e0bd9b04f706fe53')