pkgsrc-WIP-changes archive

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

Import lxde-1.0 as wip/lxde.



Module Name:	pkgsrc-wip
Committed By:	youri <youri.mout%gmail.com@localhost>
Pushed By:	youri
Date:		Tue Apr 5 19:26:36 2016 +0200
Changeset:	415b02fe3955c1d43c74ec101dcfda835b525478

Added Files:
	lxde/DESCR
	lxde/Makefile

Log Message:
Import lxde-1.0 as wip/lxde.

Meta package for the LXDE desktop environment.

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

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

diffstat:
 lxde/DESCR    |  1 +
 lxde/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diffs:
diff --git a/lxde/DESCR b/lxde/DESCR
new file mode 100644
index 0000000..c840f29
--- /dev/null
+++ b/lxde/DESCR
@@ -0,0 +1 @@
+LXDE desktop environment.
diff --git a/lxde/Makefile b/lxde/Makefile
new file mode 100644
index 0000000..0db33b3
--- /dev/null
+++ b/lxde/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: $
+
+META_PACKAGE=	yes
+
+DISTNAME=	lxde-1.0
+
+MAINTAINER=	youri%NetBSD.org@localhost
+CATEGORIES=	meta-pkgs
+COMMENT=	Lxde
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=	lxmenu-data-[0-9]*:../../wip/lxmenu-data
+DEPENDS+=	lxappearance-[0-9]*:../../wip/lxappearance
+#DEPENDS+=	lxappearance-obconf-[0-9]*:../../wip/lxappearance-obconf
+DEPENDS+=	gpicview-[0-9]*:../../graphics/gpicview
+DEPENDS+=	openbox-[0-9]*:../../wm/openbox
+DEPENDS+=	lxpanel-[0-9]*:../../wip/lxpanel
+DEPENDS+=	lxde-common-[0-9]*:../../wip/lxde-common
+DEPENDS+=	menu-cache-[0-9]*:../../sysutils/menu-cache
+DEPENDS+=	lxrandr-[0-9]*:../../wip/lxrandr
+DEPENDS+=	lxterminal-[0-9]*:../../wip/lxterminal
+DEPENDS+=	lxlauncher-[0-9]*:../../wip/lxlauncher
+DEPENDS+=	lxsession-[0-9]*:../../wip/lxsession
+DEPENDS+=	lxde-icon-theme-[0-9]*:../../wip/lxde-icon-theme
+DEPENDS+=	pcmanfm-[0-9]*:../../wip/pcmanfm
+DEPENDS+=	lxinput-[0-9]*:../../wip/lxinput
+DEPENDS+=	lxtask-[0-9]*:../../wip/lxtask
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux"
+DEPENDS+=	lxdm-[0-9]*:../../wip/lxdm
+.endif
+
+pre-extract:
+	${MKDIR} ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index