diff options
author | youri <youri@pkgsrc.org> | 2016-05-23 22:48:30 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-05-23 22:48:30 +0000 |
commit | 646cfff9432fa8026f6969998e0a2b70ff24f3cd (patch) | |
tree | c46918b986fa49af406416df0b9bc59dde1e0632 /meta-pkgs | |
parent | 4b860ca0fc388e7fe9afba2ec2fe4dd9f4eeae99 (diff) | |
download | pkgsrc-646cfff9432fa8026f6969998e0a2b70ff24f3cd.tar.gz |
Import lxde-1.0 as meta-pkgs/lxde.
LXDE desktop environment.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/lxde/DESCR | 1 | ||||
-rw-r--r-- | meta-pkgs/lxde/Makefile | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-pkgs/lxde/DESCR b/meta-pkgs/lxde/DESCR new file mode 100644 index 00000000000..c840f299743 --- /dev/null +++ b/meta-pkgs/lxde/DESCR @@ -0,0 +1 @@ +LXDE desktop environment. diff --git a/meta-pkgs/lxde/Makefile b/meta-pkgs/lxde/Makefile new file mode 100644 index 00000000000..d65bd388aa2 --- /dev/null +++ b/meta-pkgs/lxde/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2016/05/23 22:48:30 youri Exp $ + +META_PACKAGE= yes + +DISTNAME= lxde-1.0 +CATEGORIES= meta-pkgs +COMMENT= Lxde + +MAINTAINER= youri@NetBSD.org +LICENSE= gnu-gpl-v2 + +DEPENDS+= lxmenu-data-[0-9]*:../../sysutils/lxmenu-data +DEPENDS+= lxappearance-[0-9]*:../../x11/lxappearance +DEPENDS+= obconf-[0-9]*:../../wm/obconf +DEPENDS+= gpicview-[0-9]*:../../graphics/gpicview +DEPENDS+= openbox-[0-9]*:../../wm/openbox +DEPENDS+= lxpanel-[0-9]*:../../sysutils/lxpanel +DEPENDS+= lxde-common-[0-9]*:../../x11/lxde-common +DEPENDS+= menu-cache-[0-9]*:../../sysutils/menu-cache +DEPENDS+= lxrandr-[0-9]*:../../x11/lxrandr +DEPENDS+= lxterminal-[0-9]*:../../x11/lxterminal +DEPENDS+= lxlauncher-[0-9]*:../../x11/lxlauncher +DEPENDS+= lxsession-[0-9]*:../../x11/lxsession +DEPENDS+= lxde-icon-theme-[0-9]*:../../graphics/lxde-icon-theme +DEPENDS+= pcmanfm-[0-9]*:../../sysutils/pcmanfm +DEPENDS+= lxinput-[0-9]*:../../x11/lxinput +DEPENDS+= lxtask-[0-9]*:../../sysutils/lxtask + +pre-extract: + ${MKDIR} ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" |