pkgsrc-WIP-changes archive

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

mate: - update to 1.14.0 - use a common Makefile - retire unneeded packages - use gtk3 theme



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Wed Apr 20 13:22:37 2016 +0200
Changeset:	ae9c8666e21bbf6c286e872d6b5b3ba9d2cc963f

Modified Files:
	mate/Makefile
Added Files:
	mate/Makefile.common

Log Message:
mate:
- update to 1.14.0
- use a common Makefile
- retire unneeded packages
- use gtk3 theme

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae9c8666e21bbf6c286e872d6b5b3ba9d2cc963f

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

diffstat:
 mate/Makefile        | 82 +++++++++++++++++++++++++---------------------------
 mate/Makefile.common | 52 +++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+), 43 deletions(-)

diffs:
diff --git a/mate/Makefile b/mate/Makefile
index c7b38b9..ee048af 100644
--- a/mate/Makefile
+++ b/mate/Makefile
@@ -1,52 +1,48 @@
-# $NetBSD: Makefile,v 1.6 2015/04/09 20:312:31 krytarowski Exp $
+# $NetBSD: $
 
-PKGNAME=	mate-1.12
+.include "../../wip/mate/Makefile.common"
+
+PKGNAME=	mate-${MATE_VERSION}
 CATEGORIES=	meta-pkgs
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.mate-desktop.org/
 COMMENT=	Meta-package for MATE desktop environment
 
 META_PACKAGE=	yes
 
-# see http://pub.mate-desktop.org/releases/1.12/
-
-DEPENDS+=	atril>=1.12.0:../../wip/atril
-DEPENDS+=	caja>=1.12.0:../../wip/caja
-DEPENDS+=	caja-dropbox>=1.12.0:../../wip/caja-dropbox
-DEPENDS+=	caja-extensions>=1.12.0:../../wip/caja-extensions
-DEPENDS+=	engrampa>=1.12.0:../../wip/engrampa
-DEPENDS+=	eom>=1.12.0:../../wip/eom
-DEPENDS+=	libmatekbd>=1.12.0:../../wip/libmatekbd
-DEPENDS+=	libmateweather>=1.12.0:../../wip/libmateweather
-DEPENDS+=	marco>=1.12.0:../../wip/marco
-DEPENDS+=	mate-applets>=1.12.0:../../wip/mate-applets
-DEPENDS+=	mate-backgrounds>=1.12.0:../../wip/mate-backgrounds
-DEPENDS+=	mate-common>=1.12.0:../../wip/mate-common
-DEPENDS+=	mate-control-center>=1.12.0:../../wip/mate-control-center
-DEPENDS+=	mate-desktop>=1.12.0:../../wip/mate-desktop
-DEPENDS+=	mate-icon-theme>=1.12.0:../../wip/mate-icon-theme
-DEPENDS+=	mate-icon-theme-faenza>=1.12.0:../../wip/mate-icon-theme-faenza
-DEPENDS+=	mate-indicator-applet>=1.12.0:../../wip/mate-indicator-applet
-DEPENDS+=	mate-media>=1.12.0:../../wip/mate-media
-DEPENDS+=	mate-menus>=1.12.0:../../wip/mate-menus
-DEPENDS+=	mate-netbook>=1.12.0:../../wip/mate-netbook
-DEPENDS+=	mate-netspeed>=1.12.0:../../wip/mate-netspeed
-DEPENDS+=	mate-notification-daemon>=1.12.0:../../wip/mate-notification-daemon
-DEPENDS+=	mate-panel>=1.12.0:../../wip/mate-panel
-DEPENDS+=	mate-polkit>=1.12.0:../../wip/mate-polkit
-DEPENDS+=	mate-power-manager>=1.12.0:../../wip/mate-power-manager
-DEPENDS+=	mate-screensaver>=1.12.0:../../wip/mate-screensaver
-DEPENDS+=	mate-sensors-applet>=1.12.0:../../wip/mate-sensors-applet
-DEPENDS+=	mate-session-manager>=1.12.0:../../wip/mate-session-manager
-DEPENDS+=	mate-settings-daemon>=1.12.0:../../wip/mate-settings-daemon
-DEPENDS+=	mate-system-monitor>=1.12.0:../../wip/mate-system-monitor
-DEPENDS+=	mate-terminal>=1.12.0:../../wip/mate-terminal
-DEPENDS+=	mate-themes>=1.9.0:../../wip/mate-themes
-DEPENDS+=	mate-user-share>=1.12.0:../../wip/mate-user-share
-DEPENDS+=	mate-utils>=1.12.0:../../wip/mate-utils
-DEPENDS+=	mozo>=1.12.0:../../wip/mozo
-DEPENDS+=	pluma>=1.12.0:../../wip/pluma
-DEPENDS+=	python-caja>=1.12.0:../../wip/python-caja
+DEPENDS+=	atril>=1.14.0:../../wip/atril
+DEPENDS+=	caja>=1.14.0:../../wip/caja
+DEPENDS+=	caja-dropbox>=1.14.0:../../wip/caja-dropbox
+DEPENDS+=	caja-extensions>=1.14.0:../../wip/caja-extensions
+DEPENDS+=	engrampa>=1.14.0:../../wip/engrampa
+DEPENDS+=	eom>=1.14.0:../../wip/eom
+DEPENDS+=	libmatekbd>=1.14.0:../../wip/libmatekbd
+DEPENDS+=	libmateweather>=1.14.0:../../wip/libmateweather
+DEPENDS+=	marco>=1.14.0:../../wip/marco
+DEPENDS+=	mate-applets>=1.14.0:../../wip/mate-applets
+DEPENDS+=	mate-backgrounds>=1.14.0:../../wip/mate-backgrounds
+DEPENDS+=	mate-common>=1.14.0:../../wip/mate-common
+DEPENDS+=	mate-control-center>=1.14.0:../../wip/mate-control-center
+DEPENDS+=	mate-desktop>=1.14.0:../../wip/mate-desktop
+DEPENDS+=	mate-icon-theme>=1.14.0:../../wip/mate-icon-theme
+DEPENDS+=	mate-icon-theme-faenza>=1.14.0:../../wip/mate-icon-theme-faenza
+DEPENDS+=	mate-indicator-applet>=1.14.0:../../wip/mate-indicator-applet
+DEPENDS+=	mate-media>=1.14.0:../../wip/mate-media
+DEPENDS+=	mate-menus>=1.14.0:../../wip/mate-menus
+DEPENDS+=	mate-netbook>=1.14.0:../../wip/mate-netbook
+DEPENDS+=	mate-notification-daemon>=1.14.0:../../wip/mate-notification-daemon
+DEPENDS+=	mate-panel>=1.14.0:../../wip/mate-panel
+DEPENDS+=	mate-polkit>=1.14.0:../../wip/mate-polkit
+DEPENDS+=	mate-power-manager>=1.14.0:../../wip/mate-power-manager
+DEPENDS+=	mate-screensaver>=1.14.0:../../wip/mate-screensaver
+DEPENDS+=	mate-sensors-applet>=1.14.0:../../wip/mate-sensors-applet
+DEPENDS+=	mate-session-manager>=1.14.0:../../wip/mate-session-manager
+DEPENDS+=	mate-settings-daemon>=1.14.0:../../wip/mate-settings-daemon
+DEPENDS+=	mate-system-monitor>=1.14.0:../../wip/mate-system-monitor
+DEPENDS+=	mate-terminal>=1.14.0:../../wip/mate-terminal
+DEPENDS+=	mate-themes>=3.20.0:../../wip/mate-themes
+DEPENDS+=	mate-user-share>=1.14.0:../../wip/mate-user-share
+DEPENDS+=	mate-utils>=1.14.0:../../wip/mate-utils
+DEPENDS+=	mozo>=1.14.0:../../wip/mozo
+DEPENDS+=	pluma>=1.14.0:../../wip/pluma
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/mate/Makefile.common b/mate/Makefile.common
new file mode 100644
index 0000000..faeafdd
--- /dev/null
+++ b/mate/Makefile.common
@@ -0,0 +1,52 @@
+# $NetBSD: $
+# used by wip/mate/Makefile
+# used by wip/atril/Makefile
+# used by wip/caja/Makefile
+# used by wip/caja-dropbox/Makefile
+# used by wip/caja-extensions/Makefile
+# used by wip/engrampa/Makefile
+# used by wip/eom/Makefile
+# used by wip/libmatekbd/Makefile
+# used by wip/libmatemixer/Makefile
+# used by wip/libmateweather/Makefile
+# used by wip/marco/Makefile
+# used by wip/mate-applets/Makefile
+# used by wip/mate-backgrounds/Makefile
+# used by wip/mate-common/Makefile
+# used by wip/mate-control-center/Makefile
+# used by wip/mate-desktop/Makefile
+# used by wip/mate-icon-theme/Makefile
+# used by wip/mate-icon-theme-faenza/Makefile
+# used by wip/mate-indicator-applet/Makefile
+# used by wip/mate-media/Makefile
+# used by wip/mate-menus/Makefile
+# used by wip/mate-netbook/Makefile
+# used by wip/mate-notification-daemon/Makefile
+# used by wip/mate-panel/Makefile
+# used by wip/mate-polkit/Makefile
+# used by wip/mate-power-manager/Makefile
+# used by wip/mate-screensaver/Makefile
+# used by wip/mate-sensors-applet/Makefile
+# used by wip/mate-session-manager/Makefile
+# used by wip/mate-settings-daemon/Makefile
+# used by wip/mate-system-monitor/Makefile
+# used by wip/mate-terminal/Makefile
+# used by wip/mate-themes/Makefile
+# used by wip/mate-user-guide/Makefile
+# used by wip/mate-user-share/Makefile
+# used by wip/mate-utils/Makefile
+# used by wip/mozo/Makefile
+# used by wip/pluma/Makefile
+# used by wip/python-caja/Makefile
+
+MATE_VERSION=	1.14.0
+MASTER_SITES=	http://pub.mate-desktop.org/releases/1.14/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	youri%NetBSD.org@localhost
+HOMEPAGE=	http://www.mate-desktop.org/
+LICENSE=	gnu-gpl-v3
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	gmake intltool msgfmt pkg-config


Home | Main Index | Thread Index | Old Index