mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
mate-desktop: update to 1.12.0.
This commit is contained in:
parent
9cc835a0ca
commit
ce3dc1a078
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'mate-desktop'
|
# Template file for 'mate-desktop'
|
||||||
pkgname=mate-desktop
|
pkgname=mate-desktop
|
||||||
version=1.10.2
|
version=1.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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)"
|
--disable-schemas-compile $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config intltool itstool glib-devel gobject-introspection"
|
||||||
makedepends="gtk+-devel dconf-devel libXrandr-devel startup-notification-devel"
|
makedepends="gtk+3-devel dconf-devel libXrandr-devel startup-notification-devel"
|
||||||
depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
|
depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
|
||||||
short_desc="Library with common API for various MATE modules"
|
short_desc="Library with common API for various MATE modules"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://mate-desktop.org"
|
homepage="http://mate-desktop.org"
|
||||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8b09bc357f8fc874cda06944fee6fa828e2e6e45730bbc07dc0bb2eeed3cbad6
|
checksum=3d88e0624acb5afdf2a3d2887f061b8185746a9e037e35b1a05503027b58167f
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue