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

pkgname=lubuntu-artwork
pkgver=0.47
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/${pkgname}/${pkgname}_${pkgver}.tar.gz")
sha256sums=('3b14f1e6d13f3e07b53d1c3f2f40441fbee00f432575aac3eb14448698294b60')

package(){
    cp -r "${srcdir}/${pkgname}-${pkgver}/usr" "${pkgdir}"
}