pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 kde: update KDE Frameworks to 5.57.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/2db7820fae5e
branches: trunk
changeset: 332850:2db7820fae5e
user: markd <markd%pkgsrc.org@localhost>
date: Thu Apr 25 21:17:13 2019 +0000
description:
kde: update KDE Frameworks to 5.57.0
Framework Integration
use more appropriate plasma-specific icon for plasma category
use plasma icon as icon for plasma notification category
KDELibs 4 Support
Remove find modules provided by ECM
Kirigami
fix listItems implicitWidth
shannon entropy to guess monochrome icon
Prevent context drawer from disappearing
remove actionmenuitembase
don't try to get the version on static builds
[Mnemonic Handling] Replace only first occurrence
sync when any model property updates
use icon.name in back/forward
fix toolbars for layers
Fix errors in kirigami example files
Add a SearchField and PasswordField component
fix handle icons
[InlineMessage] Do not draw shadows around the message
immediately layout on order changed
fix breadcrumb layout
never show toolbar when the current item asks not to
manage back/forward in the filter as well
support back/forward mouse buttons
Add lazy instantiation for submenus
fix toolbars for layers
kirigami_package_breeze_icons: Search among size 16 icons as well
Fix Qmake based build
get the attached property of the proper item
fix logic when to show the toolbar
possible to disable toolbar for layer's pages
always show global toolbar on global modes
signal Page.contextualActionsAboutToShow
a bit of space to the right of the title
relayout when visibility changes
ActionTextField: Properly place actions
topPadding and BottomPadding
text on images always need to be white
clip overlaysheet
avoid parenting OverlaySheet to ColumnView
use a qpointer for the theme instance
hide breadcrumb on pages that don't want a toolbar
don't try to override the enabled property
Possibility for custom header and footer in ContextDrawer
KJobWidgets
[KUiServerJobTracker] Update destUrl before finishing the job
KWidgetsAddons
Make KFontRequester consistent
Update kcharselect-data to Unicode 12.0
KWindowSystem
Send blur/background contrast in device pixels
Plasma Framework
[AppletInterface] Check for corona before accessing it
[Dialog] Don't forward hover event when there is nowhere to forward it to
[Menu] Fix triggered signal
Reduce the importance of some debug information so actual warnings can be seen
[PlasmaComponents3 ComboBox] Fix textColor
FrameSvgItem: catch margin changes of FrameSvg also outside own methods
Add Theme::blurBehindEnabled()
FrameSvgItem: fix textureRect for tiled subitems to not shrink to 0
Fix breeze dialog background with Qt 5.12.2
Remove crash in plasmashell
[Icon Item] Also clear image icon when using Plasma Svg
textfield height based only on clear text
bind alternateBackgroundColor
diffstat:
x11/frameworkintegration/Makefile | 3 +--
x11/frameworkintegration/distinfo | 10 +++++-----
x11/kactivities-stats/Makefile | 3 +--
x11/kactivities-stats/distinfo | 10 +++++-----
x11/kactivities5/Makefile | 13 +++++++++++--
x11/kactivities5/PLIST | 3 ++-
x11/kactivities5/distinfo | 10 +++++-----
x11/kconfigwidgets/Makefile | 3 +--
x11/kconfigwidgets/PLIST | 6 +++---
x11/kconfigwidgets/distinfo | 10 +++++-----
x11/kded/Makefile | 13 +++++++++++--
x11/kded/PLIST | 3 ++-
x11/kded/distinfo | 10 +++++-----
x11/kdelibs4support/Makefile | 3 +--
x11/kdelibs4support/PLIST | 10 +++++-----
x11/kdelibs4support/distinfo | 10 +++++-----
x11/kdesignerplugin/Makefile | 3 +--
x11/kdesignerplugin/PLIST | 3 +--
x11/kdesignerplugin/distinfo | 10 +++++-----
x11/kglobalaccel/Makefile | 3 +--
x11/kglobalaccel/PLIST | 3 +--
x11/kglobalaccel/distinfo | 10 +++++-----
x11/kguiaddons/Makefile | 3 +--
x11/kguiaddons/distinfo | 10 +++++-----
x11/kinit/Makefile | 13 +++++++++++--
x11/kinit/PLIST | 4 ++--
x11/kinit/distinfo | 10 +++++-----
x11/kirigami2/Makefile | 3 +--
x11/kirigami2/PLIST | 26 ++++++++++++++++++--------
x11/kirigami2/distinfo | 10 +++++-----
x11/kitemviews/Makefile | 3 +--
x11/kitemviews/PLIST | 3 +--
x11/kitemviews/distinfo | 10 +++++-----
x11/kjobwidgets/Makefile | 3 +--
x11/kjobwidgets/PLIST | 3 +--
x11/kjobwidgets/distinfo | 10 +++++-----
x11/ktextwidgets/Makefile | 3 +--
x11/ktextwidgets/PLIST | 3 +--
x11/ktextwidgets/distinfo | 10 +++++-----
x11/kwidgetsaddons/Makefile | 3 +--
x11/kwidgetsaddons/PLIST | 3 +--
x11/kwidgetsaddons/distinfo | 10 +++++-----
x11/kwindowsystem/Makefile | 3 +--
x11/kwindowsystem/PLIST | 3 +--
x11/kwindowsystem/distinfo | 10 +++++-----
x11/kxmlgui/Makefile | 8 +++++---
x11/kxmlgui/PLIST | 4 ++--
x11/kxmlgui/distinfo | 10 +++++-----
x11/plasma-framework/Makefile | 3 +--
x11/plasma-framework/PLIST | 12 ++++++++++--
x11/plasma-framework/distinfo | 10 +++++-----
x11/qqc2-desktop-style/Makefile | 3 +--
x11/qqc2-desktop-style/PLIST | 6 ++++--
x11/qqc2-desktop-style/distinfo | 10 +++++-----
54 files changed, 203 insertions(+), 174 deletions(-)
diffs (truncated from 1054 to 300 lines):
diff -r cdf0de0878e8 -r 2db7820fae5e x11/frameworkintegration/Makefile
--- a/x11/frameworkintegration/Makefile Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/frameworkintegration/Makefile Thu Apr 25 21:17:13 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/04/03 00:33:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2019/04/25 21:17:13 markd Exp $
DISTNAME= frameworkintegration-${KF5VER}
-PKGREVISION= 6
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
diff -r cdf0de0878e8 -r 2db7820fae5e x11/frameworkintegration/distinfo
--- a/x11/frameworkintegration/distinfo Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/frameworkintegration/distinfo Thu Apr 25 21:17:13 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 07:06:58 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:17:13 markd Exp $
-SHA1 (frameworkintegration-5.47.0.tar.xz) = 94587623c288c29d39ded590bcc36b822dedb88b
-RMD160 (frameworkintegration-5.47.0.tar.xz) = 9f52d7f3193ae82a8919fc90eb32719e17998b11
-SHA512 (frameworkintegration-5.47.0.tar.xz) = 99682597ebf4167f88eea0b95951fc85a7628a4db6d3c4c5075c6a08ca1cb3ae14561c939be784190455e4412f4778c2952f968778a5cb064a2d3d77928a3940
-Size (frameworkintegration-5.47.0.tar.xz) = 1753288 bytes
+SHA1 (frameworkintegration-5.57.0.tar.xz) = 26c6175e34b4b9dde0bdbabae8c8df291f817c47
+RMD160 (frameworkintegration-5.57.0.tar.xz) = ab4d94a297fc67f948f1066c7719b40121c349dd
+SHA512 (frameworkintegration-5.57.0.tar.xz) = e8aadd2d4ead08ada18809b0a54879415dbf699885ec74c56dd689226a235fe6a034600a0b357162eee475c8798863ef0b50ea1384c603756b3dbfbf3425df1b
+Size (frameworkintegration-5.57.0.tar.xz) = 1753224 bytes
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kactivities-stats/Makefile
--- a/x11/kactivities-stats/Makefile Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kactivities-stats/Makefile Thu Apr 25 21:17:13 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2019/04/03 00:33:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/25 21:17:13 markd Exp $
DISTNAME= kactivities-stats-${KF5VER}
-PKGREVISION= 8
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kactivities-stats/distinfo
--- a/x11/kactivities-stats/distinfo Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kactivities-stats/distinfo Thu Apr 25 21:17:13 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 07:11:21 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:17:13 markd Exp $
-SHA1 (kactivities-stats-5.47.0.tar.xz) = bf50c371f2989e3253f0ef9d3ce6d6529d0457d8
-RMD160 (kactivities-stats-5.47.0.tar.xz) = 04eed89ac8d3229389ed2adfde624d0278f44449
-SHA512 (kactivities-stats-5.47.0.tar.xz) = 4b80cd67c786bea2c14537e5ed1fba3c16f3a7a3d76686637d8e957885792f04466db306c8f916c45e07cdc695ec73bb3c64d53ae48b12b8cd5767d730b922e1
-Size (kactivities-stats-5.47.0.tar.xz) = 61000 bytes
+SHA1 (kactivities-stats-5.57.0.tar.xz) = bc6ec14600c2462dbc8aff7e084acd00712f95f5
+RMD160 (kactivities-stats-5.57.0.tar.xz) = ed700a73685fae78ad348d7e87501f166324d9d7
+SHA512 (kactivities-stats-5.57.0.tar.xz) = 8f009ce2f97b2ed6fb7b09293992a9922ca7306cb77a0aa9cdc7f134ea72cd7c37ff9d3e6e9fc7b44b95377602e42a144bbb8dbc4759b07d94a965fbed883c51
+Size (kactivities-stats-5.57.0.tar.xz) = 61176 bytes
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kactivities5/Makefile
--- a/x11/kactivities5/Makefile Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kactivities5/Makefile Thu Apr 25 21:17:13 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2019/04/03 00:33:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/25 21:17:13 markd Exp $
DISTNAME= kactivities-${KF5VER}
PKGNAME= kactivities5-${KF5VER}
-PKGREVISION= 8
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
@@ -13,6 +12,16 @@
PKGCONFIG_OVERRIDE+= src/lib/libKActivities.pc.cmake
+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/kactivities.categories \
+ ${PKG_SYSCONFDIR}/xdg/kactivities.categories
+
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/kio/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kactivities5/PLIST
--- a/x11/kactivities5/PLIST Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kactivities5/PLIST Thu Apr 25 21:17:13 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/21 21:29:45 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/25 21:17:13 markd Exp $
bin/kactivities-cli
include/KF5/KActivities/KActivities/ActivitiesModel
include/KF5/KActivities/KActivities/Consumer
@@ -25,3 +25,4 @@
qt5/mkspecs/modules/qt_KActivities.pri
qt5/qml/org/kde/activities/libkactivitiesextensionplugin.so
qt5/qml/org/kde/activities/qmldir
+share/examples/kde-xdg/kactivities.categories
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kactivities5/distinfo
--- a/x11/kactivities5/distinfo Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kactivities5/distinfo Thu Apr 25 21:17:13 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 07:09:44 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:17:13 markd Exp $
-SHA1 (kactivities-5.47.0.tar.xz) = 75e7814a6dc1c92dd489144ba2292b018541d9f8
-RMD160 (kactivities-5.47.0.tar.xz) = a45196bc73c313b9474a6adc4127615427292547
-SHA512 (kactivities-5.47.0.tar.xz) = 72822c656a69998efd9724b43abacffd656fe5593d914ace5105fbb8bd438c3f40c69cff20d01880c935bc541b780b3c3600ee6dfb4075f7f6e3f242ae14c49b
-Size (kactivities-5.47.0.tar.xz) = 61344 bytes
+SHA1 (kactivities-5.57.0.tar.xz) = e5b4314e6a4f2a409c918d4bd7a62cbdd2613cb7
+RMD160 (kactivities-5.57.0.tar.xz) = f8210aa768bf4069f1ed2cca933a42bdee066f91
+SHA512 (kactivities-5.57.0.tar.xz) = b4ac393181f97112c717898cf1b3ae07379029d5fb4e762bce859326ddcd178711cfbe62743b77e1746678c2288e41a22412180a833e00be0140e67d8d54c216
+Size (kactivities-5.57.0.tar.xz) = 61532 bytes
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kconfigwidgets/Makefile
--- a/x11/kconfigwidgets/Makefile Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kconfigwidgets/Makefile Thu Apr 25 21:17:13 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/04/25 07:33:30 maya Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/25 21:17:14 markd Exp $
DISTNAME= kconfigwidgets-${KF5VER}
-PKGREVISION= 6
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kconfigwidgets/PLIST
--- a/x11/kconfigwidgets/PLIST Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kconfigwidgets/PLIST Thu Apr 25 21:17:13 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/04/11 11:50:39 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/04/25 21:17:14 markd Exp $
bin/preparetips5
include/KF5/KConfigWidgets/KCModule
include/KF5/KConfigWidgets/KCodecAction
@@ -9,6 +9,7 @@
include/KF5/KConfigWidgets/KConfigViewStateSaver
include/KF5/KConfigWidgets/KHelpClient
include/KF5/KConfigWidgets/KLanguageButton
+include/KF5/KConfigWidgets/KLanguageName
include/KF5/KConfigWidgets/KPasteTextAction
include/KF5/KConfigWidgets/KRecentFilesAction
include/KF5/KConfigWidgets/KStandardAction
@@ -24,6 +25,7 @@
include/KF5/KConfigWidgets/kconfigwidgets_export.h
include/KF5/KConfigWidgets/khelpclient.h
include/KF5/KConfigWidgets/klanguagebutton.h
+include/KF5/KConfigWidgets/klanguagename.h
include/KF5/KConfigWidgets/kpastetextaction.h
include/KF5/KConfigWidgets/krecentfilesaction.h
include/KF5/KConfigWidgets/kstandardaction.h
@@ -57,8 +59,6 @@
share/locale/ar/kf5_entry.desktop
share/locale/as/LC_MESSAGES/kconfigwidgets5.mo
share/locale/as/kf5_entry.desktop
-share/locale/ast/LC_MESSAGES/kconfigwidgets5.mo
-share/locale/ast/kf5_entry.desktop
share/locale/be/LC_MESSAGES/kconfigwidgets5.mo
share/locale/be/kf5_entry.desktop
share/locale/be@latin/LC_MESSAGES/kconfigwidgets5.mo
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kconfigwidgets/distinfo
--- a/x11/kconfigwidgets/distinfo Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kconfigwidgets/distinfo Thu Apr 25 21:17:13 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 07:13:22 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:17:14 markd Exp $
-SHA1 (kconfigwidgets-5.47.0.tar.xz) = 7c495df374bfc86f3e863869d30d731b76e933f7
-RMD160 (kconfigwidgets-5.47.0.tar.xz) = b9ad90e3fcd66eac3f43f616e53d1522895bc90d
-SHA512 (kconfigwidgets-5.47.0.tar.xz) = 207e6342c70661775b3c9b8c4f4fa9e77c9135c171230b9c00ab08322b10c6b50f5ff49735370f68d78294b0db8430ef70065085f301ae9fd103be61d00fd96d
-Size (kconfigwidgets-5.47.0.tar.xz) = 375384 bytes
+SHA1 (kconfigwidgets-5.57.0.tar.xz) = a4de9f440ab230e430c448c957bd09ebefc49d44
+RMD160 (kconfigwidgets-5.57.0.tar.xz) = ef4bf96702679cf01e33ffd05ecb89c647a672f9
+SHA512 (kconfigwidgets-5.57.0.tar.xz) = 4df0d23c08ddb63ccb1bd372a68b279beec4a5183ebd96bfca3c892f60311e72d29ccf35ef9afc84c87d13d014eccbf37b8f062fa45890a2b43571a04591403a
+Size (kconfigwidgets-5.57.0.tar.xz) = 376756 bytes
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kded/Makefile
--- a/x11/kded/Makefile Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kded/Makefile Thu Apr 25 21:17:13 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/04/03 00:33:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2019/04/25 21:17:14 markd Exp $
DISTNAME= kded-${KF5VER}
-PKGREVISION= 4
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
@@ -13,6 +12,16 @@
BUILD_DEPENDS+= kdoctools>=${KF5VER}:../../devel/kdoctools
DEPENDS+= kinit>=${KF5VER}:../../x11/kinit
+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/kded.categories \
+ ${PKG_SYSCONFDIR}/xdg/kded.categories
+
.include "../../devel/kservice/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kded/PLIST
--- a/x11/kded/PLIST Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kded/PLIST Thu Apr 25 21:17:13 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/17 20:16:57 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/25 21:17:14 markd Exp $
bin/kded5
lib/cmake/KDED/KDEDConfig.cmake
lib/cmake/KDED/KDEDConfigVersion.cmake
@@ -18,4 +18,5 @@
man/uk/man8/kded5.8
share/dbus-1/interfaces/org.kde.kded5.xml
share/dbus-1/services/org.kde.kded5.service
+share/examples/kde-xdg/kded.categories
share/kservicetypes5/kdedmodule.desktop
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kded/distinfo
--- a/x11/kded/distinfo Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kded/distinfo Thu Apr 25 21:17:13 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 07:14:55 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:17:14 markd Exp $
-SHA1 (kded-5.47.0.tar.xz) = 09dd0bfc20b56a7c92d40f174704b8e313e718e9
-RMD160 (kded-5.47.0.tar.xz) = 77b4f66a1154125cc3263d33f39aa38999ca3a36
-SHA512 (kded-5.47.0.tar.xz) = db020d194bef308981a2180e959957276c50c2cedf5a500f20e99fa03ab6517223aedc881fdd160fe547da8e296d78bdb5f1bca518f54301ab7e31119200725d
-Size (kded-5.47.0.tar.xz) = 37876 bytes
+SHA1 (kded-5.57.0.tar.xz) = 0959cb1a9b7cc621e08be2605a8fab5a96133ab8
+RMD160 (kded-5.57.0.tar.xz) = 06a35d6d9a155069a0ef3effa0557d9c88393611
+SHA512 (kded-5.57.0.tar.xz) = fa6fc76d1c50e23706ce944797cd6370cee9bfdc9c83eb0029092c7d8db70aa55718e401396dba6b57923e202209990be305e956516133d8da1dcc0594d2f045
+Size (kded-5.57.0.tar.xz) = 38140 bytes
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kdelibs4support/Makefile
--- a/x11/kdelibs4support/Makefile Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kdelibs4support/Makefile Thu Apr 25 21:17:13 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/04/03 00:33:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2019/04/25 21:17:14 markd Exp $
DISTNAME= kdelibs4support-${KF5VER}
-PKGREVISION= 7
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kdelibs4support/PLIST
--- a/x11/kdelibs4support/PLIST Thu Apr 25 21:10:45 2019 +0000
+++ b/x11/kdelibs4support/PLIST Thu Apr 25 21:17:13 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/11 11:50:39 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/04/25 21:17:14 markd Exp $
bin/kdebugdialog5
bin/kf5-config
include/KF5/KDELibs4Support/KDE/ConversionCheck/QVconvertible
@@ -920,8 +920,6 @@
lib/cmake/KF5KDELibs4Support/FindExiv2.cmake
lib/cmake/KF5KDELibs4Support/FindFFmpeg.cmake
lib/cmake/KF5KDELibs4Support/FindFlac.cmake
-lib/cmake/KF5KDELibs4Support/FindFontconfig.cmake
-lib/cmake/KF5KDELibs4Support/FindGLIB2.cmake
lib/cmake/KF5KDELibs4Support/FindGMP.cmake
lib/cmake/KF5KDELibs4Support/FindGObject.cmake
lib/cmake/KF5KDELibs4Support/FindGStreamer.cmake
@@ -951,7 +949,6 @@
lib/cmake/KF5KDELibs4Support/FindOggVorbis.cmake
lib/cmake/KF5KDELibs4Support/FindPlasma.cmake
lib/cmake/KF5KDELibs4Support/FindPopplerQt4.cmake
-lib/cmake/KF5KDELibs4Support/FindPulseAudio.cmake
lib/cmake/KF5KDELibs4Support/FindPythonLibrary.cmake
lib/cmake/KF5KDELibs4Support/FindQImageBlitz.cmake
lib/cmake/KF5KDELibs4Support/FindQt5Transitional.cmake
@@ -1017,8 +1014,10 @@
share/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.xml
share/dbus-1/interfaces/kf5_org.kde.Solid.Networking.Client.xml
share/dbus-1/interfaces/kf5_org.kde.Solid.PowerManagement.PolicyAgent.xml
+share/doc/HTML/ca/kcontrol5/kcm_ssl/details.png
share/doc/HTML/ca/kcontrol5/kcm_ssl/index.cache.bz2
share/doc/HTML/ca/kcontrol5/kcm_ssl/index.docbook
+share/doc/HTML/ca/kcontrol5/kcm_ssl/module.png
share/doc/HTML/ca/kdebugdialog5/index.cache.bz2
share/doc/HTML/ca/kdebugdialog5/index.docbook
share/doc/HTML/de/kcontrol5/kcm_ssl/index.cache.bz2
@@ -1053,6 +1052,8 @@
share/doc/HTML/pt_BR/kcontrol5/kcm_ssl/module.png
share/doc/HTML/pt_BR/kdebugdialog5/index.cache.bz2
share/doc/HTML/pt_BR/kdebugdialog5/index.docbook
+share/doc/HTML/ru/kcontrol5/kcm_ssl/index.cache.bz2
+share/doc/HTML/ru/kcontrol5/kcm_ssl/index.docbook
share/doc/HTML/sr/kdebugdialog5/index.cache.bz2
share/doc/HTML/sr/kdebugdialog5/index.docbook
share/doc/HTML/sr@latin/kdebugdialog5/index.cache.bz2
@@ -1819,7 +1820,6 @@
share/locale/af/LC_MESSAGES/kdelibs4support.mo
share/locale/ar/LC_MESSAGES/kdelibs4support.mo
share/locale/as/LC_MESSAGES/kdelibs4support.mo
-share/locale/ast/LC_MESSAGES/kdelibs4support.mo
share/locale/be/LC_MESSAGES/kdelibs4support.mo
share/locale/be@latin/LC_MESSAGES/kdelibs4support.mo
share/locale/bg/LC_MESSAGES/kdelibs4support.mo
diff -r cdf0de0878e8 -r 2db7820fae5e x11/kdelibs4support/distinfo
Home |
Main Index |
Thread Index |
Old Index