mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
cinnamon: update to 1.8.1.
This commit is contained in:
parent
d9c7d4db07
commit
5f3016415f
1 changed files with 9 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cinnamon'
|
# Template file for 'cinnamon'
|
||||||
pkgname=cinnamon
|
pkgname=cinnamon
|
||||||
version=1.6.7
|
version=1.8.1
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="The Cinnamon desktop (gnome-shell fork)"
|
short_desc="The Cinnamon desktop (gnome-shell fork)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -21,20 +21,18 @@ configure_args="--disable-schemas-compile --enable-compile-warnings=yes
|
||||||
--disable-static --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
--disable-static --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
||||||
hostmakedepends="pkg-config which gnome-common gettext-devel
|
hostmakedepends="pkg-config which gnome-common gettext-devel
|
||||||
gnome-doc-utils intltool gobject-introspection"
|
gnome-doc-utils intltool gobject-introspection>=1.36.0_2"
|
||||||
|
|
||||||
makedepends="dbus-glib-devel libxml2-devel gtk+3-devel
|
makedepends="dbus-glib-devel libxml2-devel gtk+3-devel
|
||||||
libmuffin-devel>=1.1.2_2 gjs-devel gnome-menus-devel>=3.6.0 GConf-devel
|
libmuffin-devel>=1.8 gjs-devel gnome-menus-devel>=3.8 GConf-devel
|
||||||
libsoup-devel libcanberra-devel libcroco-devel MesaLib-devel clutter-devel>=1.14
|
libsoup-devel libcanberra-devel libcroco-devel MesaLib-devel clutter-devel>=1.14
|
||||||
polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.6.0
|
polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.8
|
||||||
gnome-desktop-devel>=3.6.0 gnome-bluetooth-devel>=3.6.0 pulseaudio-devel
|
gnome-desktop-devel>=3.8 pulseaudio-devel startup-notification-devel
|
||||||
startup-notification-devel"
|
caribou mesa-demos python-gconf python-lxml python-imaging"
|
||||||
|
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
LDFLAGS="-lgthread-2.0"
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/linuxmint/Cinnamon.git"
|
local url="git://github.com/linuxmint/Cinnamon.git"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
@ -63,10 +61,9 @@ pre_configure() {
|
||||||
cinnamon_package() {
|
cinnamon_package() {
|
||||||
pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor"
|
pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor"
|
||||||
depends="desktop-file-utils caribou pulseaudio mesa-demos
|
depends="desktop-file-utils caribou pulseaudio mesa-demos
|
||||||
libmuffin>=1.1.2_2 muffin>=1.1.2_2 python-gconf
|
libmuffin>=1.8 muffin>=1.8 python-gconf
|
||||||
python-lxml python-imaging"
|
python-lxml python-imaging"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue