pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/mate



Module Name:    pkgsrc
Committed By:   youri
Date:           Wed Jan 16 14:47:01 UTC 2019

Modified Files:
        pkgsrc/meta-pkgs/mate: Makefile Makefile.common

Log Message:
Start updating MATE to 1.21.x.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/meta-pkgs/mate/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/meta-pkgs/mate/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/mate/Makefile
diff -u pkgsrc/meta-pkgs/mate/Makefile:1.17 pkgsrc/meta-pkgs/mate/Makefile:1.18
--- pkgsrc/meta-pkgs/mate/Makefile:1.17 Wed Nov 14 22:22:01 2018
+++ pkgsrc/meta-pkgs/mate/Makefile      Wed Jan 16 14:47:01 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/11/14 22:22:01 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2019/01/16 14:47:01 youri Exp $
 
 PKGNAME=       mate-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    meta-pkgs
 
 COMMENT=       Meta-package for MATE desktop environment
@@ -12,7 +11,7 @@ META_PACKAGE= yes
 
 DEPENDS+=      atril>=${VERSION}:../../print/atril
 DEPENDS+=      caja>=${VERSION}:../../sysutils/caja
-DEPENDS+=      caja-dropbox>=${VERSION}:../../sysutils/caja-dropbox
+DEPENDS+=      caja-dropbox>=1.20.0:../../sysutils/caja-dropbox
 DEPENDS+=      caja-extensions>=${VERSION}:../../sysutils/caja-extensions
 DEPENDS+=      engrampa>=${VERSION}:../../archivers/engrampa
 DEPENDS+=      eom>=${VERSION}:../../graphics/eom
@@ -20,17 +19,17 @@ DEPENDS+=   libmatekbd>=${VERSION}:../../x
 DEPENDS+=      libmateweather>=${VERSION}:../../misc/libmateweather
 DEPENDS+=      marco>=${VERSION}:../../wm/marco
 DEPENDS+=      mate-applets>=${VERSION}:../../x11/mate-applets
-DEPENDS+=      mate-backgrounds>=${VERSION}:../../graphics/mate-backgrounds
+DEPENDS+=      mate-backgrounds>=1.20.0:../../graphics/mate-backgrounds
 DEPENDS+=      mate-calc>=${VERSION}:../../misc/mate-calc
-DEPENDS+=      mate-common>=${VERSION}:../../devel/mate-common
+DEPENDS+=      mate-common>=1.20.0:../../devel/mate-common
 DEPENDS+=      mate-control-center>=${VERSION}:../../x11/mate-control-center
 DEPENDS+=      mate-desktop>=${VERSION}:../../x11/mate-desktop
 DEPENDS+=      mate-icon-theme>=${VERSION}:../../graphics/mate-icon-theme
-DEPENDS+=      mate-icon-theme-faenza>=${VERSION}:../../graphics/mate-icon-theme-faenza
-DEPENDS+=      mate-indicator-applet>=${VERSION}:../../x11/mate-indicator-applet
+DEPENDS+=      mate-icon-theme-faenza>=1.20.0:../../graphics/mate-icon-theme-faenza
+DEPENDS+=      mate-indicator-applet>=1.20.1:../../x11/mate-indicator-applet
 DEPENDS+=      mate-media>=${VERSION}:../../multimedia/mate-media
 DEPENDS+=      mate-menus>=${VERSION}:../../x11/mate-menus
-DEPENDS+=      mate-netbook>=${VERSION}:../../wm/mate-netbook
+DEPENDS+=      mate-netbook>=1.20.0:../../wm/mate-netbook
 DEPENDS+=      mate-notification-daemon>=${VERSION}:../../sysutils/mate-notification-daemon
 DEPENDS+=      mate-panel>=${VERSION}:../../x11/mate-panel
 DEPENDS+=      mate-polkit>=${VERSION}:../../security/mate-polkit
@@ -42,7 +41,7 @@ DEPENDS+=     mate-settings-daemon>=${VERSIO
 #DEPENDS+=     mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor
 DEPENDS+=      mate-terminal>=${VERSION}:../../x11/mate-terminal
 DEPENDS+=      mate-themes>=${VERSION}:../../graphics/mate-themes
-DEPENDS+=      mate-user-share>=${VERSION}:../../net/mate-user-share
+#DEPENDS+=     mate-user-share>=1.20.0:../../net/mate-user-share
 DEPENDS+=      mate-utils>=${VERSION}:../../misc/mate-utils
 DEPENDS+=      mozo>=${VERSION}:../../x11/mozo
 DEPENDS+=      pluma>=${VERSION}:../../editors/pluma

Index: pkgsrc/meta-pkgs/mate/Makefile.common
diff -u pkgsrc/meta-pkgs/mate/Makefile.common:1.6 pkgsrc/meta-pkgs/mate/Makefile.common:1.7
--- pkgsrc/meta-pkgs/mate/Makefile.common:1.6   Fri Jun  1 14:21:40 2018
+++ pkgsrc/meta-pkgs/mate/Makefile.common       Wed Jan 16 14:47:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2018/06/01 14:21:40 youri Exp $
+# $NetBSD: Makefile.common,v 1.7 2019/01/16 14:47:01 youri Exp $
 # used by meta-pkgs/mate/Makefile
 # used by print/atril/Makefile
 # used by sysutils/caja/Makefile
@@ -38,7 +38,7 @@
 # used by x11/mozo/Makefile
 # used by editors/pluma/Makefile
 
-VERSION=       1.20.0
+VERSION=       1.21.0
 MASTER_SITES+= http://pub.mate-desktop.org/releases/${VERSION:R}/
 EXTRACT_SUFX=  .tar.xz
 



Home | Main Index | Thread Index | Old Index