pkgsrc-WIP-changes archive

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

qlipper: fix checksum step, fill in PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Sep 14 10:24:29 2024 +0200
Changeset:	c43341df94903d7bacbe2ad01d33c048c7f71bb8

Modified Files:
	qlipper/Makefile
	qlipper/PLIST
	qlipper/distinfo

Log Message:
qlipper: fix checksum step, fill in PLIST

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

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

diffstat:
 qlipper/Makefile |  3 ++-
 qlipper/PLIST    | 15 ++++++++++++---
 qlipper/distinfo |  6 +++---
 3 files changed, 17 insertions(+), 7 deletions(-)

diffs:
diff --git a/qlipper/Makefile b/qlipper/Makefile
index cffd8d3a3f..dcb3a40e7f 100644
--- a/qlipper/Makefile
+++ b/qlipper/Makefile
@@ -17,6 +17,7 @@ CMAKE_CONFIGURE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
-.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qlipper/PLIST b/qlipper/PLIST
index 92ba51a2d7..7844d750e5 100644
--- a/qlipper/PLIST
+++ b/qlipper/PLIST
@@ -1,4 +1,13 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/qlipper
+share/applications/qlipper.desktop
+share/icons/hicolor/128x128/apps/qlipper.png
+share/qlipper/translations/qlipper_ca.qm
+share/qlipper/translations/qlipper_cs.qm
+share/qlipper/translations/qlipper_de.qm
+share/qlipper/translations/qlipper_es.qm
+share/qlipper/translations/qlipper_it.qm
+share/qlipper/translations/qlipper_lt.qm
+share/qlipper/translations/qlipper_pl.qm
+share/qlipper/translations/qlipper_sr.qm
+share/qlipper/translations/qlipper_zh_CN.qm
diff --git a/qlipper/distinfo b/qlipper/distinfo
index e730f77378..83e0f167a4 100644
--- a/qlipper/distinfo
+++ b/qlipper/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (qlipper/5.1.2.tar.gz) = 6427200953aeb15ed836e668e5e28f4e753994765b043d19bc56be924d12238f
-SHA512 (qlipper/5.1.2.tar.gz) = 1ad49424855abf5f446026856178291b6ed8c1152338013f2228bbe5a923bc2e989754fe41e8b03f069f815c3850073eb1063842b5f40462005693a9029b187b
-Size (qlipper/5.1.2.tar.gz) = 104652 bytes
+BLAKE2s (qlipper-5.1.2.tar.gz) = 6427200953aeb15ed836e668e5e28f4e753994765b043d19bc56be924d12238f
+SHA512 (qlipper-5.1.2.tar.gz) = 1ad49424855abf5f446026856178291b6ed8c1152338013f2228bbe5a923bc2e989754fe41e8b03f069f815c3850073eb1063842b5f40462005693a9029b187b
+Size (qlipper-5.1.2.tar.gz) = 104652 bytes


Home | Main Index | Thread Index | Old Index