cinnamon: update to 4.8.6.

Fix homepage.
This commit is contained in:
mobinmob 2020-12-21 22:03:39 +02:00 committed by Érico Nogueira Rolim
parent 43608e482f
commit e5ea05be79

View file

@ -1,13 +1,11 @@
# Template file for 'cinnamon'
pkgname=cinnamon
version=4.6.7
version=4.8.6
revision=1
build_helper=gir
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile
--enable-compile-warnings=no --disable-gtk-doc"
hostmakedepends="automake libtool pkg-config gobject-introspection gettext
gettext-devel glib-devel intltool xmlto autoconf-archive gtk-doc"
build_style=meson
hostmakedepends="libtool pkg-config gobject-introspection gettext
gettext-devel glib-devel intltool xmlto gtk-doc"
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
muffin-devel libgnomekbd-devel polkit-devel libcanberra-devel gtk+3-devel
startup-notification-devel pulseaudio-devel dbus-glib-devel
@ -24,10 +22,10 @@ depends="accountsservice libcaribou cinnamon-settings-daemon>=${version%.*}
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
changelog="https://raw.githubusercontent.com/linuxmint/Cinnamon/${version}/debian/changelog"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=fcc6182a074b15d599dd53014086bb77b0bdceb3e667627e9125331f5ad0195e
homepage="https://github.com/linuxmint/cinnamon"
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon/${version}/debian/changelog"
distfiles="https://github.com/linuxmint/cinnamon/archive/${version}.tar.gz"
checksum=00f82253f44c694c379e29959aa6e57b4878b722df1f08d68f9466272ef64893
python_version=3
pycompile_dirs="
@ -45,7 +43,7 @@ pycompile_dirs="
pre_configure() {
# Add polkit agent to required components
vsed -e '/RequiredComponents/s/$/polkit-gnome-authentication-agent-1;/' \
-i files/cinnamon2d.session.in files/cinnamon.session.in
-i cinnamon2d.session.in cinnamon.session.in
# Check for the cc-panel path, not for the unneeded binary
vsed -i 's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' files/usr/bin/cinnamon-settings
@ -56,6 +54,4 @@ pre_configure() {
# Remove broken symlink
rm -f files/etc/xdg/menus/cinnamon-applications-merged
NOCONFIGURE=1 ./autogen.sh
}