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

pkgname=lubuntu-artwork
pkgver=23.04.1
pkgrel=1
pkgdesc='artwork of Lubuntu'
arch=('any')
options=(!strip)
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.xz")
sha512sums=('ad96a53f03983856c1d01b393187d1d6e963ee12586a7803ab862b596c208e65d4d844f00316fadef2542485bf7159bd217d7597d09cc36dbd99603253292d32')

package(){
    cp -r "${srcdir}/artwork/src/usr" "${pkgdir}"
}