~alpine/aports

community/mate-desktop: Downgrade back to stable branch 1.22 v1 PROPOSED

Paul Bredbury: 1
 community/mate-desktop: Downgrade back to stable branch 1.22

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2920/mbox | git am -3
Learn more about email & git

[PATCH] community/mate-desktop: Downgrade back to stable branch 1.22 Export this patch

... to unbreak mouse cursor, and window decorations.

1.23 is an *unstable* branch.
---
 community/mate-desktop/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/mate-desktop/APKBUILD b/community/mate-desktop/APKBUILD
index ff269bebc9..34ebfa680b 100644
--- a/community/mate-desktop/APKBUILD
+++ b/community/mate-desktop/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-desktop
pkgver=1.23.2
pkgrel=0
pkgver=1.22.1
pkgrel=3
pkgdesc="The MATE Desktop Environment"
url="https://wiki.mate-desktop.org/mate-desktop"
arch="all"
@@ -11,7 +11,7 @@ depends="mate-common yelp-tools"
makedepends="startup-notification itstool intltool dconf-dev gtk+3.0-dev
	libxrandr-dev libxml2-utils iso-codes-dev librsvg"
subpackages="$pkgname-lang $pkgname-dev $pkgname-doc"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-desktop-$pkgver.tar.xz"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"

build() {
	./configure \
@@ -31,4 +31,4 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="d7cf5830c845b2d8f864ef4f4625903738e54ac7cd014fd82e14e86106fdece4b7c3ad19cc34ea477140b48171d790cec2b5359a4fbd4f8e2212dbee2e77a559  mate-desktop-1.23.2.tar.xz"
sha512sums="bb2bf9de05439a0fcd4ab01ac628a2a235808cd07c1b7ce9abfbf2e64f98dc572603dfbd4a52bca5f03446825fba199715d7e08fcdc84f0df8d2ffeb4c87da62  mate-desktop-1.22.1.tar.xz"
-- 
2.22.1