summaryrefslogtreecommitdiff
path: root/graphics/oxygen-icons/patches
diff options
context:
space:
mode:
authormarkd <markd>2016-08-21 21:19:53 +0000
committermarkd <markd>2016-08-21 21:19:53 +0000
commit8020e60cbb5ea5b5e939c10b3e0cf42d318cb36a (patch)
tree1a6a659d1661ea6914930423e75a283344555fe7 /graphics/oxygen-icons/patches
parent72a03a9ae47ddcf1a94ae4855f378ca7eee1230c (diff)
downloadpkgsrc-8020e60cbb5ea5b5e939c10b3e0cf42d318cb36a.tar.gz
Update KDE Frameworks to 5.25.0
5.22: Breeze Icons * Many new action and application icons. * Specify offered extensions as per change in kiconthemes KIconThemes * Use appropriate container for internal pointer array * Add opportunity to reduce unneeded disk accesses, introduces KDE-Extensions * Save some disk accesses 5.23: Breeze Icons * Add a CMake option to build binary Qt resource out of icons dir * Many new and updated icons * update disconnect network icon for bigger diference to conntected * update mount and unmount icon * add some avatars from plasma-desktop/kcms/useraccount/pics/sources * remove chromium icon cause the default chromium icon fit's well * make the konsole icons lighter * add mail icons for thunderbird * add public key icon * remove process-working-kde cause the konqueror icons should be used * update krusader icons according to * rename the mic icons according D1291 * add some script mimetype icons * add virtual keyboard and touchpad on/off functionality for OSD KIconThemes * Don't make KIconThemes depend on Oxygen * Selected state concept for icons * Use system colors for monochrome icons Oxygen Icons * Sync weather icons with breeze * Add update icons 5.24: Breeze Icons * Many new or improved icons * fix bug 364931 user-idle icon was not visible * Add a program to convert symbolically linked files to qrc aliases KIconThemes * Add support for loading and using an icontheme in a RCC file automatically * Document icon theme deployment on MacOS and Windows, see https://api.kde.org/frameworks/kiconthemes/html/index.html 5.25: Breeze Icons * update mail- 16px icons to recognize the icons better * update mic and audio status icons to have the same layout and size * New System Settings app icon * add symbolic status gnome icons * add gnome 3 symbolic icon support * Added icons for Diaspora and Vector, see phabricator.kde.org/M59 * New icons for Dolphin and Gwenview * weather icons are status icons no app icons * add some links to xliff thanks gnastyle * add kig icon * add mimetype icons, krdc icon, other app icons from gnastyle * add certificate mimetype icon * update gimp icons thanks gnastyle * globe action icon is now no linked file please use it in digikam * update labplot icons according to mail 13.07. from Alexander Semke * add app icons from gnastyle * add kruler icon from Yuri Fabirovsky * fix broken svg files thanks fuchs KIconThemes * Greatly improve the performance of makeCacheKey, as it is a critical code path in icon lookup * KIconLoader: reduce number of lookups when doing fallbacks * KIconLoader: massive speed improvement for loading unavailable icons * Do not clear search line when switching category * KIconEngine: Fix QIcon::hasThemeIcon always returning true Oxygen Icons * add application-menu to oxygen
Diffstat (limited to 'graphics/oxygen-icons/patches')
-rw-r--r--graphics/oxygen-icons/patches/patch-CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/oxygen-icons/patches/patch-CMakeLists.txt b/graphics/oxygen-icons/patches/patch-CMakeLists.txt
index c868fda5da8..4e0bb488741 100644
--- a/graphics/oxygen-icons/patches/patch-CMakeLists.txt
+++ b/graphics/oxygen-icons/patches/patch-CMakeLists.txt
@@ -1,12 +1,12 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2016/04/26 09:27:11 markd Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2016/08/21 21:19:53 markd Exp $
Dont do tests as requires Qt5
---- CMakeLists.txt.orig 2016-04-05 12:50:58.000000000 +0000
+--- CMakeLists.txt.orig 2016-08-06 08:43:14.000000000 +0000
+++ CMakeLists.txt
@@ -18,7 +18,7 @@ include(KDECompilerSettings)
# Dependencies
- set(REQUIRED_QT_VERSION 5.4.0)
+ set(REQUIRED_QT_VERSION 5.5.0)
-add_subdirectory(autotests)
+#add_subdirectory(autotests)