diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-09 22:36:14 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 18:16:06 -0300 |
commit | ce8e69f7bc65ac7974d848b22c053cd1ad828b79 (patch) | |
tree | fbf1e691c3306763572246219e3b5d4666f81d5c /testing | |
parent | dd022dade2393efef60cfda5d5d7e91cdae62998 (diff) | |
download | aports-ce8e69f7bc65ac7974d848b22c053cd1ad828b79.tar.bz2 aports-ce8e69f7bc65ac7974d848b22c053cd1ad828b79.tar.xz |
testing/mutter: upgrade to 3.34.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mutter/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/mutter/APKBUILD b/testing/mutter/APKBUILD index 1e47d94e0e..a68dd099c6 100644 --- a/testing/mutter/APKBUILD +++ b/testing/mutter/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=mutter -pkgver=3.32.2 -pkgrel=2 +pkgver=3.34.0 +pkgrel=0 pkgdesc="clutter-based window manager and compositor" url="https://wiki.gnome.org/Projects/Mutter/" arch="all !s390x" # limited by gnome-settings-daemon @@ -16,7 +16,7 @@ makedepends="gnome-desktop-dev libcanberra-dev upower-dev json-glib-dev xorg-server" options="!check" # Can't be run with release builds subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +source="https://download.gnome.org/sources/mutter/${pkgver%.*}/mutter-$pkgver.tar.xz fix-cogl-path-build-ordering.patch fixudev-req.patch" @@ -33,6 +33,7 @@ build() { -Dintrospection=true \ -Dxwayland_path=/usr/bin/Xwayland \ -Dremote_desktop=true \ + -Dprofiler=false \ . output ninja -C output } @@ -41,6 +42,6 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="e4494d028ae71441fbdc584bd8acd9c2559d52ac72402bad9a7cb43f4f519487d11df6453172fd27a9df7f2cade020d6317931613bd0be343c66170e6cda0269 mutter-3.32.2.tar.xz +sha512sums="0f75712fe0c252755f69e7649fa1eb64c149a840e945514a45e27f0f7d5996a6ec5a9117c0e29beb04f46cbc4512844953dc68329e2f8e800100734f5c02ed88 mutter-3.34.0.tar.xz 7959d301a89ba067b7b34a474abcc0f22a2355571b5a10508efd852b3f1a1bd6f17f0e16345552ebc3654d07bb7167588afee1d73ad66bc0237ee308757ac3b8 fix-cogl-path-build-ordering.patch 6f21171bbd0ad0fc67cbaf5fb1478b22b482a9ae33b9328cc51a5dd31bcf7d95cd41e6cbbac21d3d8801cc064a62a64ae38ed7d0501ab605b861058c32f3bc30 fixudev-req.patch" |