summaryrefslogtreecommitdiff
path: root/x11/lxde-common/Makefile
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2016-05-23 10:06:29 +0000
committeryouri <youri@pkgsrc.org>2016-05-23 10:06:29 +0000
commit17465fc0398d49a2e45fe20502d919d257034c77 (patch)
tree26a1b5110978326fec8690603fd3bd2f991968ae /x11/lxde-common/Makefile
parent2082d23c205e9c01d70d3acea1e53cd8e2439b20 (diff)
downloadpkgsrc-17465fc0398d49a2e45fe20502d919d257034c77.tar.gz
Import lxde-common-0.99.1 as x11/lxde-common.
lxde-common package provides a set of default configurations and startup and logout scripts for LXDE.
Diffstat (limited to 'x11/lxde-common/Makefile')
-rw-r--r--x11/lxde-common/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/x11/lxde-common/Makefile b/x11/lxde-common/Makefile
new file mode 100644
index 00000000000..d793ed96b2c
--- /dev/null
+++ b/x11/lxde-common/Makefile
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2016/05/23 10:06:29 youri Exp $
+
+DISTNAME= lxde-common-0.99.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://lxde.sourceforge.net/
+COMMENT= Default configuration settings and scripts for LXDE
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= intltool pkg-config gmake
+
+DEPENDS+= dbus>=1:../../sysutils/dbus
+DEPENDS+= gtk2-engines>=0:../../x11/gtk2-engines
+DEPENDS+= lxpanel>=0:../../sysutils/lxpanel
+DEPENDS+= lxsession>=0:../../x11/lxsession
+DEPENDS+= openbox>=0:../../wm/openbox
+DEPENDS+= xprop>=0:../../x11/xprop
+
+GNU_CONFIGURE= yes
+LXDE_CONF= share/examples/lxde
+PKG_SYSCONFSUBDIR= xdg
+
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/lxpanel/LXDE/panels \
+ ${PKG_SYSCONFDIR}/lxsession/LXDE \
+ ${PKG_SYSCONFDIR}/openbox/LXDE \
+ ${PKG_SYSCONFDIR}/pcmanfm/LXDE
+
+CONF_FILES+= ${LXDE_CONF}/lxpanel/LXDE/config \
+ ${PKG_SYSCONFDIR}/lxpanel/LXDE/config \
+ ${LXDE_CONF}/lxpanel/LXDE/panels/panel \
+ ${PKG_SYSCONFDIR}/lxpanel/LXDE/panels/panel \
+ ${LXDE_CONF}/lxsession/LXDE/autostart \
+ ${PKG_SYSCONFDIR}/lxsession/LXDE/autostart \
+ ${LXDE_CONF}/lxsession/LXDE/desktop.conf \
+ ${PKG_SYSCONFDIR}/lxsession/LXDE/desktop.conf \
+ ${LXDE_CONF}/openbox/LXDE/menu.xml \
+ ${PKG_SYSCONFDIR}/openbox/LXDE/menu.xml \
+ ${LXDE_CONF}/openbox/LXDE/rc.xml \
+ ${PKG_SYSCONFDIR}/openbox/LXDE/rc.xml \
+ ${LXDE_CONF}/pcmanfm/LXDE/pcmanfm.conf \
+ ${PKG_SYSCONFDIR}/pcmanfm/LXDE/pcmanfm.conf
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"