diff options
author | Paul Bredbury <brebs@sent.com> | 2018-12-15 13:53:40 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-18 13:56:50 +0000 |
commit | 237e3efecead87fcbfdb8f51893f0b111383e2ab (patch) | |
tree | 97a234f81db8c907e926bb18cae052059ec9af10 | |
parent | 8f01b5fd00a19f1af3e267bfe1226160dfb8ba02 (diff) | |
download | aports-237e3efecead87fcbfdb8f51893f0b111383e2ab.tar.bz2 aports-237e3efecead87fcbfdb8f51893f0b111383e2ab.tar.xz |
community/marco: upgrade to 1.21.1
Add xpresent, for low-latency vertical sync.
Add startup-notification, to prevent temporary black screen on xorg
start.
Prevent ambiguity of whether default CFLAGS are included, e.g. -Os.
-rw-r--r-- | community/marco/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/marco/APKBUILD b/community/marco/APKBUILD index 86afb176a5..f56fdb2184 100644 --- a/community/marco/APKBUILD +++ b/community/marco/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=marco -pkgver=1.21.0 -pkgrel=1 +pkgver=1.21.1 +pkgrel=0 pkgdesc="MATE window manager" url="https://github.com/mate-desktop/marco" arch="all" license="GPL-2.0-or-later" depends="mate-common yelp-tools libxml2-utils" makedepends="libtool itstool zenity intltool glib-dev gtk+3.0-dev - libxcomposite-dev libcanberra-dev" + libxcomposite-dev libxpresent-dev libcanberra-dev startup-notification-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" @@ -23,7 +23,7 @@ build() { --localstatedir=/var \ --enable-static=no \ --prefix=/usr - make CFLAGS='-D_GNU_SOURCE' + make CFLAGS+=" -D_GNU_SOURCE" } check() { @@ -36,4 +36,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="13d44023230d566eb67026d2a3f80c4fae13e61573740becdc535d48d6b032f4906ca939059090f839ef1e2bce1263869c5a3963b58ae1d74d37ce1b2d2740d5 marco-1.21.0.tar.xz" +sha512sums="f0bf852122a9b432a1a77352887e5a980e4da36469b0c7721aad83c7bbf7ff958312f72ceefe18c146b4d0dcdefef3d9bd40cfb157cb44bef840c2d80065c406 marco-1.21.1.tar.xz" |