pkgsrc-WIP-changes archive

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

filelight: Add filelight 16.04.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon May 9 23:16:05 2016 +1200
Changeset:	d2a5b92d7c35f5feb72f007183829bf14050f340

Added Files:
	filelight/DESCR
	filelight/Makefile
	filelight/PLIST
	filelight/distinfo
	filelight/patches/patch-misc_CMakeLists.txt

Log Message:
filelight: Add filelight 16.04.0

Filelight allows you to understand exactly where your diskspace is being
used by graphically representating your filesystem as a set of
concentric segmented-rings.

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

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

diffstat:
 filelight/DESCR                             |  3 +++
 filelight/Makefile                          | 24 ++++++++++++++++++++++++
 filelight/PLIST                             | 20 ++++++++++++++++++++
 filelight/distinfo                          |  7 +++++++
 filelight/patches/patch-misc_CMakeLists.txt | 15 +++++++++++++++
 5 files changed, 69 insertions(+)

diffs:
diff --git a/filelight/DESCR b/filelight/DESCR
new file mode 100644
index 0000000..55cd52c
--- /dev/null
+++ b/filelight/DESCR
@@ -0,0 +1,3 @@
+Filelight allows you to understand exactly where your diskspace is being
+used by graphically representating your filesystem as a set of
+concentric segmented-rings.
diff --git a/filelight/Makefile b/filelight/Makefile
new file mode 100644
index 0000000..65a9b45
--- /dev/null
+++ b/filelight/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	filelight-${KAPPSVER}
+CATEGORIES=	sysutils
+
+HOMEPAGE=	http://kde.org/applications/utilities/filelight/
+COMMENT=	Graphical filesystem usage monitor
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
+
+.include "../../wip/kde5/applications.mk"
+
+BUILD_DEPENDS+=	kdoctools>=5.19.0:../../wip/kdoctools
+
+USE_TOOLS+=	msgmerge
+
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/xdg
+CONF_FILES+=	${PREFIX}/share/examples/kde-xdg/filelightrc \
+		${PKG_SYSCONFDIR}/xdg/filelightrc
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/kparts/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/filelight/PLIST b/filelight/PLIST
new file mode 100644
index 0000000..339b2fb
--- /dev/null
+++ b/filelight/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+bin/filelight
+qt5/plugins/filelightpart.so
+share/applications/org.kde.filelight.desktop
+share/doc/HTML/en/filelight/config_appear.png
+share/doc/HTML/en/filelight/config_scan.png
+share/doc/HTML/en/filelight/index.cache.bz2
+share/doc/HTML/en/filelight/index.docbook
+share/doc/HTML/en/filelight/radial_map.png
+share/doc/HTML/en/filelight/radial_map_context_menu.png
+share/examples/kde-xdg/filelightrc
+share/icons/hicolor/16x16/apps/filelight.png
+share/icons/hicolor/22x22/apps/filelight.png
+share/icons/hicolor/32x32/actions/views_filelight.png
+share/icons/hicolor/32x32/apps/filelight.png
+share/icons/hicolor/48x48/apps/filelight.png
+share/icons/hicolor/64x64/apps/filelight.png
+share/kservices5/filelightpart.desktop
+share/kxmlgui5/filelight/filelightui.rc
+share/kxmlgui5/filelightpart/filelightpartui.rc
diff --git a/filelight/distinfo b/filelight/distinfo
new file mode 100644
index 0000000..bb0f20a
--- /dev/null
+++ b/filelight/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (filelight-16.04.0.tar.xz) = b79d75065731d9db7981ae9ab6ce2e17df19ad04
+RMD160 (filelight-16.04.0.tar.xz) = ca9a1ed181a06992c788c221793db9013aabf832
+SHA512 (filelight-16.04.0.tar.xz) = 86c6cc1921fff745670ae55c6989b102df53c59766d82a9f893772e50532a95f72f4557fb71c50f31fca1dd07da4724c5913139e8c25c07c6775c7ab02dbb3e6
+Size (filelight-16.04.0.tar.xz) = 287608 bytes
+SHA1 (patch-misc_CMakeLists.txt) = 8743a16a7f55f715bef5846cf26eacea0eab9808
diff --git a/filelight/patches/patch-misc_CMakeLists.txt b/filelight/patches/patch-misc_CMakeLists.txt
new file mode 100644
index 0000000..a788d40
--- /dev/null
+++ b/filelight/patches/patch-misc_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Install via examples dir
+
+--- misc/CMakeLists.txt.orig	2016-04-06 02:54:51.000000000 +0000
++++ misc/CMakeLists.txt
+@@ -20,7 +20,7 @@
+ 
+ install(FILES filelightpart.desktop DESTINATION ${SERVICES_INSTALL_DIR})
+ install(PROGRAMS org.kde.filelight.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+-install(FILES filelightrc DESTINATION ${CONFIG_INSTALL_DIR})
++install(FILES filelightrc DESTINATION ${KDE_INSTALL_DATAROOTDIR}/examples/kde-xdg)
+ install(FILES filelightpartui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}//filelightpart)
+ install(FILES filelightui.rc DESTINATION ${KXMLGUI_INSTALL_DIR}//filelight)
+ 


Home | Main Index | Thread Index | Old Index