updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / yakuake-skin-pixelnine / PKGBUILD
blob6046d5409b5f8e668761833fba8bbfcc635bb959
1 # Contributor: Kirill Silin <kirill@silin.in>
2 pkgname=yakuake-skin-pixelnine
3 pkgver=0.3.0
4 pkgrel=1
5 pkgdesc="Yakuake skin based on Pixelate. Colors are neutral and dark."
6 arch=('i686' 'x86_64')
7 url="http://kde-look.org/content/show.php/Pixelnine?content=139649"
8 license=('MIT License')
9 depends=('yakuake')
10 source=(http://kde-look.org/CONTENT/content-files/139649-pixelnine.tar.gz)
12 build() {
14   mkdir -p ${pkgdir}/usr/share/apps/yakuake/skins/
15   cp -r ${srcdir}/pixelnine ${pkgdir}/usr/share/apps/yakuake/skins/
18 md5sums=('25ee3259da9af6008271db2f7c37fc3b')