diff options
Diffstat (limited to 'x11/cinnamon-desktop/Makefile')
-rw-r--r-- | x11/cinnamon-desktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/cinnamon-desktop/Makefile b/x11/cinnamon-desktop/Makefile index ee2d40bf9..029c5113c 100644 --- a/x11/cinnamon-desktop/Makefile +++ b/x11/cinnamon-desktop/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= cinnamon-desktop -PORTVERSION= 2.0.4 +PORTVERSION= 2.2.0 CATEGORIES= x11 gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 @@ -44,8 +44,7 @@ GLIB_SCHEMAS= org.cinnamon.desktop.a11y.applications.gschema.xml \ org.cinnamon.desktop.sound.gschema.xml \ org.cinnamon.desktop.thumbnail-cache.gschema.xml \ org.cinnamon.desktop.thumbnailers.gschema.xml \ - org.cinnamon.desktop.wm.preferences.gschema.xml \ - org.cinnamon.system.locale.gschema.xml + org.cinnamon.desktop.wm.preferences.gschema.xml pre-configure: cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh |