diff --git a/srcpkgs/meld/patches/python3.8.patch b/srcpkgs/meld/patches/python3.8.patch deleted file mode 100644 index 77e48d945ee..00000000000 --- a/srcpkgs/meld/patches/python3.8.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- meld/build_helpers.py.orig -+++ meld/build_helpers.py -@@ -379,7 +379,7 @@ - def finalize_options(self): - special_cases = ('debian', 'ubuntu', 'linuxmint') - if (platform.system() == 'Linux' and -- platform.linux_distribution()[0].lower() in special_cases): -+ False): - # Maintain an explicit install-layout, but use deb by default - specified_layout = getattr(self, 'install_layout', None) - self.install_layout = specified_layout or 'deb' diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template index 3f32a5c5d8f..486d3b7104b 100644 --- a/srcpkgs/meld/template +++ b/srcpkgs/meld/template @@ -1,10 +1,9 @@ # Template file for 'meld' pkgname=meld -version=3.20.1 -revision=2 +version=3.20.2 +revision=1 archs=noarch build_style=python3-module -pycompile_module="meld" configure_args="--disable-schemas-compile" hostmakedepends="pkg-config intltool gnome-doc-utils python3 itstool gtk-update-icon-cache libxml2-python3" depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme" @@ -13,7 +12,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="http://meldmerge.org/" distfiles="${GNOME_SITE}/meld/${version%.*}/meld-${version}.tar.xz" -checksum=a54843bc4d6cb1d31d0a58aa725091622194d50c32ef67026b35c86dda3cb249 +checksum=ac0985f986ca44c25927ca31ac4d75b60f1f5f1a9e439bc1f3828ffc4d091d28 post_install() { rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \