Skip to content
Snippets Groups Projects
Commit 6eece59d authored by alice's avatar alice
Browse files

community/gedit: upgrade to 41.0

parent e343b8d7
No related branches found
No related tags found
1 merge request!31013gedit 41
Pipeline #112790 canceled
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gedit
pkgver=40.1
pkgrel=2
pkgver=41.0
pkgrel=0
pkgdesc="gedit is the GNOME text editor"
url="https://wiki.gnome.org/Apps/Gedit"
arch="all"
......@@ -16,6 +16,15 @@ depends="gsettings-desktop-schemas"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/gedit/${pkgver%.*}/gedit-$pkgver.tar.xz"
prepare() {
default_prepare
case $CARCH in
# sigsegv
s390x) sed -i '/test-open-links/d' plugins/openlinks/unit-tests/meson.build ;;
esac
}
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
......@@ -29,4 +38,6 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="ac4cd2864af63625dbdb5c55fcc5e7ea403d84d7cc25d9f1c121f544ef1cf686ab9b7c0d50ef73b4bf24e573cdf528622a49d82f675b0c1673c46f691b79ac09 gedit-40.1.tar.xz"
sha512sums="
97c51ef24e53d6bd4b29350a8749eacbfcfb90b7c66c9f6d462101c53966282452f6a02043628e157e8179cf6260f103b41c61d7ba2a31da08b0687f8031974e gedit-41.0.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment