mate-utils: update to 1.20.1.
This commit is contained in:
parent
6d241fa49c
commit
3a30ac86ef
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-utils'
|
||||
pkgname=mate-utils
|
||||
version=1.20.0
|
||||
version=1.20.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
|
@ -14,11 +14,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://mate-desktop.org"
|
||||
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681
|
||||
checksum=6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/include
|
||||
rm -r ${DESTDIR}/usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue