cinnamon: update to 1.8.1.
This commit is contained in:
parent
d9c7d4db07
commit
5f3016415f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cinnamon'
|
||||
pkgname=cinnamon
|
||||
version=1.6.7
|
||||
revision=2
|
||||
version=1.8.1
|
||||
revision=1
|
||||
short_desc="The Cinnamon desktop (gnome-shell fork)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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"
|
||||
|
||||
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
|
||||
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
|
||||
polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.6.0
|
||||
gnome-desktop-devel>=3.6.0 gnome-bluetooth-devel>=3.6.0 pulseaudio-devel
|
||||
startup-notification-devel"
|
||||
polkit-devel NetworkManager-devel libgnome-keyring-devel>=3.8
|
||||
gnome-desktop-devel>=3.8 pulseaudio-devel startup-notification-devel
|
||||
caribou mesa-demos python-gconf python-lxml python-imaging"
|
||||
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
LDFLAGS="-lgthread-2.0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/linuxmint/Cinnamon.git"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
|
@ -63,10 +61,9 @@ pre_configure() {
|
|||
cinnamon_package() {
|
||||
pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor"
|
||||
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"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue