summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e71ffcc8bc3c9320aaa9082859d2bf4f13682fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: archjo
pkgname=ubuntu-mate-themes
pkgver=23.04.1
pkgrel=1
pkgdesc="GTK2, GTK3, Unity and Metacity themes from Ubuntu MATE."
arch=('any')
url="https://launchpad.net/ubuntu-mate/"
license=('GPL3')
groups=('mate-extra')
depends=('gtk-engine-murrine')
optdepends=("ubuntu-mate-icon-themes: The official icon themes for Ubuntu MATE.")
source=("http://mirrors.kernel.org/ubuntu/pool/universe/u/ubuntu-mate-artwork/${pkgname}_${pkgver}_all.deb")
sha256sums=('3959a85e53087cd8893a54ddaef8fea124c5bee4d7000d418756a5919c26a036')

package() {
    tar xf data.tar.zst
    mv usr $pkgdir/
}