pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kcoreaddons



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Aug 27 20:25:31 UTC 2019

Modified Files:
        pkgsrc/devel/kcoreaddons: Makefile PLIST distinfo

Log Message:
kcoreaddons: update to 5.61.0

5.61.0
  Add KFileUtils::suggestName function to suggest a unique filename
5.60.0
  KPluginMetaData: use Q_DECLARE_METATYPE
5.59.0
  Fix compilation for python bindings
  Add GetProcessList for retrieving the list of currently active processes
5.58.0
  Fix wrong "Unable to find service type" warnings
  New class KOSRelease - a parser for os-release files


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/kcoreaddons/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/kcoreaddons/PLIST \
    pkgsrc/devel/kcoreaddons/distinfo

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

Modified files:

Index: pkgsrc/devel/kcoreaddons/Makefile
diff -u pkgsrc/devel/kcoreaddons/Makefile:1.32 pkgsrc/devel/kcoreaddons/Makefile:1.33
--- pkgsrc/devel/kcoreaddons/Makefile:1.32      Sat Apr 27 21:42:50 2019
+++ pkgsrc/devel/kcoreaddons/Makefile   Tue Aug 27 20:25:31 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2019/04/27 21:42:50 markd Exp $
+# $NetBSD: Makefile,v 1.33 2019/08/27 20:25:31 markd Exp $
 
 DISTNAME=      kcoreaddons-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -10,16 +9,6 @@ LICENSE=      gnu-lgpl-v2 AND gnu-lgpl-v2.1 A
 
 .include "../../meta-pkgs/kde/kf5.mk"
 
-SUBST_CLASSES+=                xdg
-SUBST_STAGE.xdg=       pre-configure
-SUBST_MESSAGE.xdg=     Install via examples dir.
-SUBST_FILES.xdg=       CMakeLists.txt
-SUBST_SED.xdg=         -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
-
-MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg
-CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/kcoreaddons.categories \
-               ${PKG_SYSCONFDIR}/xdg/kcoreaddons.categories
-
 .if ${OPSYS} != "SunOS"
 .include "../../devel/libinotify/buildlink3.mk"
 .endif

Index: pkgsrc/devel/kcoreaddons/PLIST
diff -u pkgsrc/devel/kcoreaddons/PLIST:1.6 pkgsrc/devel/kcoreaddons/PLIST:1.7
--- pkgsrc/devel/kcoreaddons/PLIST:1.6  Sat Apr 27 21:42:50 2019
+++ pkgsrc/devel/kcoreaddons/PLIST      Tue Aug 27 20:25:31 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/04/27 21:42:50 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/08/27 20:25:31 markd Exp $
 bin/desktoptojson
 include/KF5/KCoreAddons/KAboutData
 include/KF5/KCoreAddons/KAutoSaveFile
@@ -8,16 +8,19 @@ include/KF5/KCoreAddons/KCoreAddons
 include/KF5/KCoreAddons/KDirWatch
 include/KF5/KCoreAddons/KExportPlugin
 include/KF5/KCoreAddons/KFileSystemType
+include/KF5/KCoreAddons/KFileUtils
 include/KF5/KCoreAddons/KFormat
 include/KF5/KCoreAddons/KJob
 include/KF5/KCoreAddons/KJobTrackerInterface
 include/KF5/KCoreAddons/KJobUiDelegate
 include/KF5/KCoreAddons/KMacroExpander
 include/KF5/KCoreAddons/KMessage
+include/KF5/KCoreAddons/KOSRelease
 include/KF5/KCoreAddons/KPluginFactory
 include/KF5/KCoreAddons/KPluginLoader
 include/KF5/KCoreAddons/KPluginMetaData
 include/KF5/KCoreAddons/KProcess
+include/KF5/KCoreAddons/KProcessList
 include/KF5/KCoreAddons/KRandom
 include/KF5/KCoreAddons/KRandomSequence
 include/KF5/KCoreAddons/KSharedDataCache
@@ -40,16 +43,19 @@ include/KF5/KCoreAddons/kdelibs4migratio
 include/KF5/KCoreAddons/kdirwatch.h
 include/KF5/KCoreAddons/kexportplugin.h
 include/KF5/KCoreAddons/kfilesystemtype.h
+include/KF5/KCoreAddons/kfileutils.h
 include/KF5/KCoreAddons/kformat.h
 include/KF5/KCoreAddons/kjob.h
 include/KF5/KCoreAddons/kjobtrackerinterface.h
 include/KF5/KCoreAddons/kjobuidelegate.h
 include/KF5/KCoreAddons/kmacroexpander.h
 include/KF5/KCoreAddons/kmessage.h
+include/KF5/KCoreAddons/kosrelease.h
 include/KF5/KCoreAddons/kpluginfactory.h
 include/KF5/KCoreAddons/kpluginloader.h
 include/KF5/KCoreAddons/kpluginmetadata.h
 include/KF5/KCoreAddons/kprocess.h
+include/KF5/KCoreAddons/kprocesslist.h
 include/KF5/KCoreAddons/krandom.h
 include/KF5/KCoreAddons/krandomsequence.h
 include/KF5/KCoreAddons/kshareddatacache.h
@@ -71,7 +77,6 @@ lib/libKF5CoreAddons.so
 lib/libKF5CoreAddons.so.5
 lib/libKF5CoreAddons.so.${PKGVERSION}
 qt5/mkspecs/modules/qt_KCoreAddons.pri
-share/examples/kde-xdg/kcoreaddons.categories
 share/kf5/licenses/ARTISTIC
 share/kf5/licenses/BSD
 share/kf5/licenses/GPL_V2
@@ -181,3 +186,4 @@ share/locale/zh_CN/LC_MESSAGES/kcoreaddo
 share/locale/zh_HK/LC_MESSAGES/kcoreaddons5_qt.qm
 share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm
 share/mime/packages/kde5.xml
+share/qlogging-categories5/kcoreaddons.categories
Index: pkgsrc/devel/kcoreaddons/distinfo
diff -u pkgsrc/devel/kcoreaddons/distinfo:1.6 pkgsrc/devel/kcoreaddons/distinfo:1.7
--- pkgsrc/devel/kcoreaddons/distinfo:1.6       Thu Apr 25 20:50:23 2019
+++ pkgsrc/devel/kcoreaddons/distinfo   Tue Aug 27 20:25:31 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/04/25 20:50:23 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/08/27 20:25:31 markd Exp $
 
-SHA1 (kcoreaddons-5.57.0.tar.xz) = 908c1b5ee54f995624ca7b62d80ef4ef38e62c38
-RMD160 (kcoreaddons-5.57.0.tar.xz) = 8902d697f847a7290b9f13397d0a049f963e4818
-SHA512 (kcoreaddons-5.57.0.tar.xz) = 838cc6a2541b3c8216629d7920725790b5bbe10fe74cd6d8b6c503aefec1c9c1f5d966ce3685785792f2078a97c1e156bb79bd083347cedcdda106a58c8e9115
-Size (kcoreaddons-5.57.0.tar.xz) = 361424 bytes
+SHA1 (kcoreaddons-5.61.0.tar.xz) = 21a04fcddaa8f036e575d630b264ab8daf265916
+RMD160 (kcoreaddons-5.61.0.tar.xz) = e11f6b6695469946dbe841647a00d6272f22f1ee
+SHA512 (kcoreaddons-5.61.0.tar.xz) = fcabf9655753cddd56b3dc3a68e80b2223ca60e9d8401eb30abca9c94298e5e0e288b51933085b2c4f7e7c86f1e6c4a36b6c0dc031b3931d34e7ba67dcdb30f5
+Size (kcoreaddons-5.61.0.tar.xz) = 367972 bytes
 SHA1 (patch-src_lib_caching_kshareddatacache_p.h) = a3dff380dd98bbef3f9bbfe32f1e852b985b6306



Home | Main Index | Thread Index | Old Index