cinnamon: update to 4.8.6.
Fix homepage.
This commit is contained in:
parent
43608e482f
commit
e5ea05be79
@ -1,13 +1,11 @@
|
|||||||
# Template file for 'cinnamon'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=4.6.7
|
version=4.8.6
|
||||||
revision=1
|
revision=1
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
hostmakedepends="libtool pkg-config gobject-introspection gettext
|
||||||
--enable-compile-warnings=no --disable-gtk-doc"
|
gettext-devel glib-devel intltool xmlto gtk-doc"
|
||||||
hostmakedepends="automake libtool pkg-config gobject-introspection gettext
|
|
||||||
gettext-devel glib-devel intltool xmlto autoconf-archive 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
|
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"
|
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="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
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/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/cinnamon/archive/${version}.tar.gz"
|
||||||
checksum=fcc6182a074b15d599dd53014086bb77b0bdceb3e667627e9125331f5ad0195e
|
checksum=00f82253f44c694c379e29959aa6e57b4878b722df1f08d68f9466272ef64893
|
||||||
|
|
||||||
python_version=3
|
python_version=3
|
||||||
pycompile_dirs="
|
pycompile_dirs="
|
||||||
@ -45,7 +43,7 @@ pycompile_dirs="
|
|||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Add polkit agent to required components
|
# Add polkit agent to required components
|
||||||
vsed -e '/RequiredComponents/s/$/polkit-gnome-authentication-agent-1;/' \
|
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
|
# 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
|
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
|
# Remove broken symlink
|
||||||
rm -f files/etc/xdg/menus/cinnamon-applications-merged
|
rm -f files/etc/xdg/menus/cinnamon-applications-merged
|
||||||
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user