cinnamon: update to

This commit is contained in:
Alessio Sergi 2016-12-14 15:14:10 +01:00
parent ca8bb5e9b2
commit 53dc3dfde5

View file

@ -1,6 +1,6 @@
# Template file for 'cinnamon'
pkgname=cinnamon
version=3.2.5
version=3.2.6
revision=1
wrksrc="Cinnamon-${version}"
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
@ -8,7 +8,7 @@ build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile
--enable-compile-warnings=no"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
gettext-devel glib-devel intltool xmlto docbook-xml gtk-doc git autoconf-archive"
gettext-devel glib-devel intltool xmlto docbook-xml gtk-doc autoconf-archive"
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
muffin-devel webkitgtk-devel libgnomekbd-devel polkit-devel libcanberra-devel
startup-notification-devel pulseaudio-devel dbus-glib-devel GConf-devel
@ -24,7 +24,7 @@ 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=70c623fe8fadea0af96d3b6d30af7b9b756f1177121283832e6a93e0bfc90f0e
checksum=ab2e5681e4780e065ebf4aebf4b909e9b723a69d7d437ea490c7a9a39ffce8a5
pycompile_dirs="
/usr/share/cinnamon/cinnamon-slideshow
@ -57,5 +57,8 @@ pre_configure() {
sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
# Remove broken symlink
rm -f files/etc/xdg/menus/cinnamon-applications-merged
NOCONFIGURE=1 ./autogen.sh
}