meld: update to 3.20.2.
This commit is contained in:
parent
9ac32448dd
commit
b6ec8f1e86
2 changed files with 3 additions and 15 deletions
|
@ -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'
|
|
@ -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 <helmut@pozimski.eu>"
|
|||
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 \
|
||||
|
|
Loading…
Reference in a new issue