aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-shell-extensions/APKBUILD
blob: 4def00d7b2caffd5142220039496b55241ce9487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: team/gnome <ablocorrea@hotmail.com>
pkgname=gnome-shell-extensions
pkgver=46.0
pkgrel=0
pkgdesc="collection of extensions for GNOME Shell"
url="https://apps.gnome.org/Extensions"
arch="noarch"
license="GPL-2.0-or-later"
makedepends="
	gettext-dev
	glib-dev
	meson
	sassc
	"
subpackages="$pkgname-lang"
source="https://download.gnome.org/sources/gnome-shell-extensions/${pkgver%.*}/gnome-shell-extensions-$pkgver.tar.xz"

build() {
	abuild-meson \
		-Dextension_set=all \
		-Dclassic_mode=true \
		. output
	meson compile -C output
}

check() {
	meson test --no-rebuild --print-errorlogs -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="
1188495684a45919fd191dd866d61dba29ae453d2cfa7ea36e283150e3e2aa45fc5be7407a6858dc592575cd679eaae214b6144912a2453e278d20ecf3c737a3  gnome-shell-extensions-46.0.tar.xz
"