diff options
author | khorben <khorben@pkgsrc.org> | 2015-08-25 22:58:58 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-08-25 22:58:58 +0000 |
commit | 44ca01bbe55f599ad59ee9d0bb6df892629ad921 (patch) | |
tree | 09edda46d6c1f785b7267c7e9f0edbf7f0c1afe7 /x11 | |
parent | 6409a1be49b68979e57279cdbaf89540558d78a2 (diff) | |
download | pkgsrc-44ca01bbe55f599ad59ee9d0bb6df892629ad921.tar.gz |
Package DeforaOS Integration 0.0.1
This package contains extensions to different components of the DeforaOS
desktop environment, where it would have brought unnecessary
(inter-)dependencies on the original releases. It also features a few HTML
applications, completing basic functionality for the environment.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-integration/DESCR | 6 | ||||
-rw-r--r-- | x11/deforaos-integration/Makefile | 37 | ||||
-rw-r--r-- | x11/deforaos-integration/PLIST | 17 | ||||
-rw-r--r-- | x11/deforaos-integration/distinfo | 5 |
4 files changed, 65 insertions, 0 deletions
diff --git a/x11/deforaos-integration/DESCR b/x11/deforaos-integration/DESCR new file mode 100644 index 00000000000..7e1f40ce355 --- /dev/null +++ b/x11/deforaos-integration/DESCR @@ -0,0 +1,6 @@ +DeforaOS desktop integration + +This package contains extensions to different components of the DeforaOS +desktop environment, where it would have brought unnecessary +(inter-)dependencies on the original releases. It also features a few HTML +applications, completing basic functionality for the environment. diff --git a/x11/deforaos-integration/Makefile b/x11/deforaos-integration/Makefile new file mode 100644 index 00000000000..c8d74e72a11 --- /dev/null +++ b/x11/deforaos-integration/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1 2015/08/25 22:58:58 khorben Exp $ + +DISTNAME= Integration-0.0.1 +PKGNAME= deforaos-integration-0.0.1 +CATEGORIES= x11 +MASTER_SITES= http://www.defora.org/os/download/download/4367/ + +MAINTAINER= khorben@defora.org +HOMEPAGE= http://www.defora.org/ +COMMENT= DeforaOS desktop integration + +LICENSE= gnu-gpl-v3 + +USE_TOOLS+= pkg-config +USE_TOOLS+= xgettext + +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl + +DEPENDS+= deforaos-icon-theme>=0.1.1:../../graphics/deforaos-icon-theme + +MAKE_FLAGS+= DESTDIR=${DESTDIR} +MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} +AUTO_MKDIRS= yes + +.include "../../mk/bsd.prefs.mk" + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../chat/libpurple/buildlink3.mk" +.include "../../devel/sofia-sip/buildlink3.mk" +.include "../../comms/deforaos-phone/buildlink3.mk" +.include "../../multimedia/deforaos-player/buildlink3.mk" +.include "../../x11/deforaos-panel/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/deforaos-integration/PLIST b/x11/deforaos-integration/PLIST new file mode 100644 index 00000000000..27b07517090 --- /dev/null +++ b/x11/deforaos-integration/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2015/08/25 22:58:58 khorben Exp $ +bin/calculator +bin/deforaos-session +bin/stopwatch +lib/Locker/plugins/panel.so +lib/Panel/applets/keyboard.so +lib/Panel/applets/player.so +lib/Phone/modem/purple.so +lib/Phone/modem/sofia.so +lib/Phone/plugins/locker.so +lib/Phone/plugins/notify.so +lib/Phone/plugins/pulseaudio.so +lib/Surfer/htmlapps/calculator.html +lib/Surfer/htmlapps/stopwatch.html +share/applications/deforaos-calculator.desktop +share/applications/deforaos-stopwatch.desktop +share/xsessions/DeforaOS.desktop diff --git a/x11/deforaos-integration/distinfo b/x11/deforaos-integration/distinfo new file mode 100644 index 00000000000..15360904359 --- /dev/null +++ b/x11/deforaos-integration/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/08/25 22:58:58 khorben Exp $ + +SHA1 (Integration-0.0.1.tar.gz) = a303a72b142f0d5a0f754711fc08b389586b9057 +RMD160 (Integration-0.0.1.tar.gz) = b637bc940d1f9f2cf2ffba1bb03aa1f99c7459d3 +Size (Integration-0.0.1.tar.gz) = 43523 bytes |