summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4f2b0d17f652883ea2423c1cbca23648b172bb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: lestb <tkhdlstfl dot l plus aur at gmail dot com>
# Contributor: 謝致邦<Yeking@Red54.com>

pkgname=lubuntu-artwork
pkgver=0.41
pkgrel=1
pkgdesc='artwork of Lubuntu'
arch=('any')
url='http://wiki.ubuntu.com/Lubuntu/Artwork'
license=('GPL')
optdepends=('gtk-engine-murrine: gtk2 theme support'
'elementary-icon-theme: icons support'
'gtk-engine-unico: gtk3 theme support')
source=("http://archive.ubuntu.com/ubuntu/pool/universe/l/lubuntu-artwork/lubuntu-artwork_$pkgver.tar.gz")
sha256sums=('a802683b13956478f10fbee35555c107bec436aae59fc3beda1050bbdfc45db6')

package(){
	cp -r $srcdir/lubuntu-artwork-$pkgver/usr $pkgdir
}