mate-desktop: update to 1.12.0.
This commit is contained in:
parent
9cc835a0ca
commit
ce3dc1a078
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'mate-desktop'
|
||||
pkgname=mate-desktop
|
||||
version=1.10.2
|
||||
version=1.12.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --enable-mpaste
|
||||
configure_args="--with-gtk=3.0 --disable-static --enable-mpaste
|
||||
--disable-schemas-compile $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="gtk+-devel dconf-devel libXrandr-devel startup-notification-devel"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel gobject-introspection"
|
||||
makedepends="gtk+3-devel dconf-devel libXrandr-devel startup-notification-devel"
|
||||
depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
|
||||
short_desc="Library with common API for various MATE modules"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=8b09bc357f8fc874cda06944fee6fa828e2e6e45730bbc07dc0bb2eeed3cbad6
|
||||
checksum=3d88e0624acb5afdf2a3d2887f061b8185746a9e037e35b1a05503027b58167f
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue