cinnamon-session: update to 3.6.1.
This commit is contained in:
parent
21daf077cd
commit
715ac52d4d
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'cinnamon-session'
|
||||
pkgname=cinnamon-session
|
||||
version=3.2.0
|
||||
version=3.6.1
|
||||
revision=1
|
||||
short_desc="The Cinnamon session handler"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile --disable-gconf --disable-systemd"
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||
gettext-devel dbus-glib-devel glib-devel intltool"
|
||||
makedepends="gtk+3-devel dbus-devel json-glib-devel libSM-devel
|
||||
pangox-compat-devel cinnamon-desktop-devel libcanberra-devel upower0-devel"
|
||||
depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme"
|
||||
pangox-compat-devel cinnamon-desktop-devel libcanberra-devel upower-devel
|
||||
elogind-devel GConf-devel libXtst-devel"
|
||||
depends="cinnamon-desktop desktop-file-utils hicolor-icon-theme elogind"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=d7c3d951ae0dddef96941c9f08f028a099443888db41981524f618a92624e0ca
|
||||
checksum=1de855afe097c2fe4d63f0edd4f8876ace2d73620edb65b3c665e91e5a115d9e
|
||||
|
||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
||||
# Fix gcc6 build for -Wformat-nonliteral
|
||||
|
|
Loading…
Reference in a new issue