mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
35 lines
953 B
Plaintext
35 lines
953 B
Plaintext
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=cinnamon-desktop
|
|
pkgver=5.6.2
|
|
pkgrel=2
|
|
pkgdesc="Library providing shared API for Cinnamon applications"
|
|
arch="all"
|
|
url="https://github.com/linuxmint/cinnamon-desktop"
|
|
license="GPL-2.0-only"
|
|
makedepends="
|
|
accountsservice-dev
|
|
dconf-dev
|
|
gobject-introspection-dev
|
|
gtk+3.0-dev
|
|
libxkbfile-dev
|
|
meson
|
|
pulseaudio-dev
|
|
xkeyboard-config-dev
|
|
"
|
|
source="https://github.com/linuxmint/cinnamon-desktop/archive/$pkgver/cinnamon-desktop-$pkgver.tar.gz"
|
|
options="!check" # no tests
|
|
subpackages="$pkgname-dev $pkgname-lang"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
sha512sums="
|
|
cfa50697991c41916f53d2e902ff37671e547e362cb8c70eace1b482a97bf139b6a28375d0e399c738cb705ca3aa8768c3ecd13551b677c5446288259ed5deeb cinnamon-desktop-5.6.2.tar.gz
|
|
"
|