# Maintainer: jc_gargma # # I maintain this because: # I like some of the legacy wallpapers pkgname=plasma-workspace-wallpapers-legacy pkgver=1.0 pkgrel=3 pkgdesc='Older wallpapers for the Plasma Workspace' arch=(any) url='https://www.kde.org/workspaces/plasmadesktop/' license=(LGPL) groups=(plasma) makedepends=(lzip) source=($pkgname.tar.lz) b2sums=('d8b257d1a02fd325d7a5f225574bbecf1f6659c765dc9ae9ce832b23e61390df6ad142b625d0494f0770d89d47c36d4c473756093ef639a21dcf1694441f37c1') package() { mkdir -p ${pkgdir}/usr/share/wallpapers/ cp -r ${srcdir}/${pkgname}/* ${pkgdir}/usr/share/wallpapers/ }