cinnamon: update to 4.0.6.
This commit is contained in:
parent
5fbffed2dc
commit
e8260338b9
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'cinnamon'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=3.8.8
|
version=4.0.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Cinnamon-${version}"
|
wrksrc="Cinnamon-${version}"
|
||||||
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
--enable-compile-warnings=no"
|
--enable-compile-warnings=no --disable-gtk-doc"
|
||||||
hostmakedepends="automake libtool pkg-config gobject-introspection
|
hostmakedepends="automake libtool pkg-config gobject-introspection
|
||||||
gettext-devel glib-devel intltool xmlto gtk-doc autoconf-archive"
|
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 GConf-devel
|
startup-notification-devel pulseaudio-devel dbus-glib-devel GConf-devel
|
||||||
|
@ -22,12 +21,13 @@ depends="
|
||||||
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"
|
||||||
|
short_desc="GNOME3 fork of Linux Mint with GNOME2 aspect"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
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/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=8ee90bb1fc9e1189a58f0807cb6cb671ab8779ce2caec6f52d9445708496a574
|
checksum=f0b5d203c563abcd8fd7e705797a3f9d4d726104809e46a715aca3a58271b2b7
|
||||||
nocross="gobject-introspection"
|
nocross="gobject-introspection"
|
||||||
|
|
||||||
pycompile_version="$py3_ver"
|
pycompile_version="$py3_ver"
|
||||||
|
@ -41,10 +41,6 @@ pycompile_dirs="
|
||||||
/usr/share/cinnamon/cinnamon-json-makepot
|
/usr/share/cinnamon/cinnamon-json-makepot
|
||||||
/usr/share/cinnamon/cinnamon-desktop-editor"
|
/usr/share/cinnamon/cinnamon-desktop-editor"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Add polkit agent to required components
|
# Add polkit agent to required components
|
||||||
sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' files/usr/share/cinnamon-session/sessions/cinnamon*.session
|
sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' files/usr/share/cinnamon-session/sessions/cinnamon*.session
|
||||||
|
|
Loading…
Reference in New Issue