pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kde-runtime4
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 16 10:20:27 UTC 2023
Modified Files:
pkgsrc/x11/kde-runtime4: Makefile PLIST distinfo
Added Files:
pkgsrc/x11/kde-runtime4/patches: patch-CMakeLists.txt
Log Message:
kde-runtime4: drop kdepimlib dependency. dont build drkonqi
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/x11/kde-runtime4/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/kde-runtime4/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/kde-runtime4/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/kde-runtime4/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kde-runtime4/Makefile
diff -u pkgsrc/x11/kde-runtime4/Makefile:1.150 pkgsrc/x11/kde-runtime4/Makefile:1.151
--- pkgsrc/x11/kde-runtime4/Makefile:1.150 Mon Aug 14 05:25:33 2023
+++ pkgsrc/x11/kde-runtime4/Makefile Wed Aug 16 10:20:27 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.150 2023/08/14 05:25:33 wiz Exp $
+# $NetBSD: Makefile,v 1.151 2023/08/16 10:20:27 markd Exp $
DISTNAME= kde-runtime-15.12.0
PKGNAME= ${DISTNAME:S/-1/4-1/}
-PKGREVISION= 82
+PKGREVISION= 83
CATEGORIES= x11
COMMENT= Runtime requirements for the KDE integrated X11 desktop
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/}
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_KDE:=applica
# BUILD_MAKE_FLAGS+= VERBOSE=1
CMAKE_ARGS+= -DWITH_LibSSH:BOOL=OFF
CMAKE_ARGS+= -DBUILD_khelpcenter=OFF
+CMAKE_ARGS+= -DBUILD_drkonqi=OFF
.include "../../mk/bsd.prefs.mk"
CMAKE_ARGS+= -DLIBLZMA_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.xz}/include
@@ -80,7 +81,9 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
# not the libssh the package wants
#.include "../../security/libssh/buildlink3.mk"
.include "../../security/qca2/buildlink3.mk"
-.include "../../misc/kdepimlibs4/buildlink3.mk"
+#.include "../../misc/kdepimlibs4/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
.include "../../multimedia/phonon/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/exiv2/buildlink3.mk"
Index: pkgsrc/x11/kde-runtime4/PLIST
diff -u pkgsrc/x11/kde-runtime4/PLIST:1.13 pkgsrc/x11/kde-runtime4/PLIST:1.14
--- pkgsrc/x11/kde-runtime4/PLIST:1.13 Sun Jul 11 20:53:12 2021
+++ pkgsrc/x11/kde-runtime4/PLIST Wed Aug 16 10:20:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2021/07/11 20:53:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/08/16 10:20:27 markd Exp $
bin/kcmshell4
bin/kde-cp
bin/kde-mv
@@ -165,7 +165,6 @@ lib/kde4/kio_trash.so
lib/kde4/kshorturifilter.so
lib/kde4/kuriikwsfilter.so
lib/kde4/kurisearchfilter.so
-lib/kde4/libexec/drkonqi
lib/kde4/libexec/kcmremotewidgetshelper
lib/kde4/libexec/kdeeject
lib/kde4/libexec/kdesu
@@ -749,13 +748,6 @@ share/kde/apps/desktoptheme/oxygen/widge
share/kde/apps/desktoptheme/oxygen/widgets/tooltip.svgz
share/kde/apps/desktoptheme/oxygen/widgets/translucentbackground.svgz
share/kde/apps/desktoptheme/oxygen/widgets/viewitem.svgz
-share/kde/apps/drkonqi/debuggers/external/gdbrc
-share/kde/apps/drkonqi/debuggers/external/kdbgrc
-share/kde/apps/drkonqi/debuggers/internal/dbxrc
-share/kde/apps/drkonqi/debuggers/internal/gdbrc
-share/kde/apps/drkonqi/debuggers/internal/kdbgwinrc
-share/kde/apps/drkonqi/mappings
-share/kde/apps/drkonqi/pics/crash.png
share/kde/apps/hardwarenotifications/hardwarenotifications.notifyrc
share/kde/apps/kcm_componentchooser/kcm_browser.desktop
share/kde/apps/kcm_componentchooser/kcm_filemanager.desktop
@@ -765,7 +757,6 @@ share/kde/apps/kcm_componentchooser/kcm_
share/kde/apps/kcm_phonon/listview-background.png
share/kde/apps/kcmlocale/pics/background.png
share/kde/apps/kconf_update/devicepreference.upd
-share/kde/apps/kconf_update/drkonqi-rename-config-section.upd
share/kde/apps/kconf_update/kuriikwsfilter.upd
share/kde/apps/kconf_update/kwallet-4.13.upd
share/kde/apps/kde/kde.notifyrc
Index: pkgsrc/x11/kde-runtime4/distinfo
diff -u pkgsrc/x11/kde-runtime4/distinfo:1.16 pkgsrc/x11/kde-runtime4/distinfo:1.17
--- pkgsrc/x11/kde-runtime4/distinfo:1.16 Tue Oct 26 11:33:55 2021
+++ pkgsrc/x11/kde-runtime4/distinfo Wed Aug 16 10:20:27 2023
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:33:55 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/08/16 10:20:27 markd Exp $
BLAKE2s (kde-runtime-15.12.0.tar.xz) = 5089d35093c9a46c61f4af511a7f2fbb346f8cd638f9a3581d76a5294a4e0a58
SHA512 (kde-runtime-15.12.0.tar.xz) = 453f0538147bb3ea95d4d9e6c503f128f30a383ebe139dcf6df411688d9c245779e931c609e38ca7b94b58907e496af3299646654f53518bf2cb7aa22c8f9137
Size (kde-runtime-15.12.0.tar.xz) = 7903824 bytes
+SHA1 (patch-CMakeLists.txt) = dc15af452f774f3726573b21b3e9e5fbf328a5c5
SHA1 (patch-ab) = f6af1c3e2502a91add9ceaa5375e76aee1e8c20c
SHA1 (patch-ac) = fadc0c0d3b7c8f893a9249724f26e2fc2c7f0f1e
SHA1 (patch-ad) = 285fbd72b3be665776acc61a55f3d65f35e338c4
Added files:
Index: pkgsrc/x11/kde-runtime4/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/x11/kde-runtime4/patches/patch-CMakeLists.txt:1.1
--- /dev/null Wed Aug 16 10:20:28 2023
+++ pkgsrc/x11/kde-runtime4/patches/patch-CMakeLists.txt Wed Aug 16 10:20:27 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2023/08/16 10:20:27 markd Exp $
+
+Don't build drkonqi
+
+--- CMakeLists.txt.orig 2021-02-25 05:28:06.355694442 +0000
++++ CMakeLists.txt
+@@ -107,7 +107,7 @@ add_subdirectory(kimgio)
+ macro_optional_add_subdirectory(renamedlgplugins)
+
+ # UI Helper applications
+-add_subdirectory(drkonqi)
++#add_subdirectory(drkonqi)
+ add_subdirectory(kcmshell)
+ add_subdirectory(kdebugdialog)
+ macro_optional_add_subdirectory(khelpcenter)
Home |
Main Index |
Thread Index |
Old Index