cinnamon: update to 5.8.4.
This commit is contained in:
parent
3a1a43662b
commit
95d20393e2
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'cinnamon'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=5.4.9
|
version=5.8.4
|
||||||
revision=2
|
revision=1
|
||||||
build_helper=gir
|
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="libtool pkg-config gobject-introspection gettext
|
build_helper="gir"
|
||||||
gettext-devel glib-devel intltool xmlto gtk-doc"
|
hostmakedepends="pkg-config gettext gettext-devel glib-devel intltool xmlto
|
||||||
|
gtk-doc"
|
||||||
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
|
makedepends="cjs-devel clutter-gtk-devel cinnamon-menus-devel gstreamer1-devel
|
||||||
muffin-devel libgnomekbd-devel polkit-devel libcanberra-devel gtk+3-devel
|
muffin-devel libgnomekbd-devel polkit-devel libcanberra-devel gtk+3-devel
|
||||||
startup-notification-devel pulseaudio-devel dbus-glib-devel xapps-devel
|
startup-notification-devel pulseaudio-devel dbus-glib-devel xapps-devel
|
||||||
libgnome-keyring-devel NetworkManager-devel libcroco-devel libsoup-devel
|
libgnome-keyring-devel NetworkManager-devel libcroco-devel
|
||||||
cinnamon-desktop-devel"
|
cinnamon-desktop-devel"
|
||||||
depends="accountsservice libcaribou cinnamon-settings-daemon>=${version%.*}
|
depends="accountsservice libcaribou cinnamon-settings-daemon>=${version%.*}
|
||||||
cinnamon-session>=${version%.*} muffin>=${version%.*} gsound
|
cinnamon-session>=${version%.*} muffin>=${version%.*} gsound
|
||||||
|
@ -18,14 +18,15 @@ depends="accountsservice libcaribou cinnamon-settings-daemon>=${version%.*}
|
||||||
gnome-themes-standard gnome-themes-standard-metacity gnome-backgrounds
|
gnome-themes-standard gnome-themes-standard-metacity gnome-backgrounds
|
||||||
network-manager-applet polkit-gnome upower>=0.99.7 libkeybinder3 python3-dbus
|
network-manager-applet polkit-gnome upower>=0.99.7 libkeybinder3 python3-dbus
|
||||||
python3-gobject python3-pam python3-pexpect python3-Pillow python3-inotify
|
python3-gobject python3-pam python3-pexpect python3-Pillow python3-inotify
|
||||||
python3-tinycss python3-pytz python3-distro python3-requests libtimezonemap"
|
python3-tinycss python3-pytz python3-distro python3-requests libtimezonemap
|
||||||
|
libsoup"
|
||||||
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://github.com/linuxmint/cinnamon"
|
homepage="https://github.com/linuxmint/cinnamon"
|
||||||
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon/${version}/debian/changelog"
|
changelog="https://raw.githubusercontent.com/linuxmint/cinnamon/${version}/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/cinnamon/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/cinnamon/archive/${version}.tar.gz"
|
||||||
checksum=19c5e85f65baacc79f961cbcebb20fb0050ad6f21678638a9dd1868d197b4727
|
checksum=df80f8dad174b56fd0dc652f7af45f1638d73fedd5345af0617efe2b23edbc3c
|
||||||
|
|
||||||
python_version=3
|
python_version=3
|
||||||
pycompile_dirs="
|
pycompile_dirs="
|
||||||
|
@ -45,9 +46,6 @@ pre_configure() {
|
||||||
vsed -e '/RequiredComponents/s/$/polkit-gnome-authentication-agent-1;/' \
|
vsed -e '/RequiredComponents/s/$/polkit-gnome-authentication-agent-1;/' \
|
||||||
-i cinnamon2d.session.in 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
|
|
||||||
|
|
||||||
# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
|
# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
|
||||||
vsed -i 's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|' \
|
vsed -i 's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|' \
|
||||||
files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
|
files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
|
||||||
|
|
Loading…
Reference in New Issue