pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 12:18:42 UTC 2024

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/kf6-kiconthemes: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
kf6-kiconthemes: add version 6.2.0

KDE Frameworks 6 kiconthemes.

This library contains classes to improve the handling of icons
in applications using the KDE Frameworks. Provided are:

- KIconDialog: Dialog class to let the user select an icon
    from the list of installed icons.
- KIconButton: Custom button class that displays an icon.
    When clicking it, the user can change it using the icon dialog.
- KIconEffect: Applies various colorization effects to icons,
    which can be used to create selected/disabled icon images.

Other classes in this repository are used internally by the icon
theme configuration dialogs, and should not be used by applications.


To generate a diff of this commit:
cvs rdiff -u -r1.1051 -r1.1052 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/kf6-kiconthemes/DESCR \
    pkgsrc/graphics/kf6-kiconthemes/Makefile \
    pkgsrc/graphics/kf6-kiconthemes/PLIST \
    pkgsrc/graphics/kf6-kiconthemes/buildlink3.mk \
    pkgsrc/graphics/kf6-kiconthemes/distinfo

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

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1051 pkgsrc/graphics/Makefile:1.1052
--- pkgsrc/graphics/Makefile:1.1051     Mon May  6 18:05:31 2024
+++ pkgsrc/graphics/Makefile    Sun May 26 12:18:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1051 2024/05/06 18:05:31 nia Exp $
+# $NetBSD: Makefile,v 1.1052 2024/05/26 12:18:42 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -299,6 +299,7 @@ SUBDIR+=    kdegraphics-mobipocket
 SUBDIR+=       kdegraphics-strigi-analyzer
 SUBDIR+=       kdegraphics-thumbnailers
 SUBDIR+=       kdiagram
+SUBDIR+=       kf6-kiconthemes
 SUBDIR+=       kgamma
 SUBDIR+=       kiconthemes
 SUBDIR+=       kimageannotator

Added files:

Index: pkgsrc/graphics/kf6-kiconthemes/DESCR
diff -u /dev/null pkgsrc/graphics/kf6-kiconthemes/DESCR:1.1
--- /dev/null   Sun May 26 12:18:42 2024
+++ pkgsrc/graphics/kf6-kiconthemes/DESCR       Sun May 26 12:18:42 2024
@@ -0,0 +1,12 @@
+This library contains classes to improve the handling of icons
+in applications using the KDE Frameworks. Provided are:
+
+- KIconDialog: Dialog class to let the user select an icon
+    from the list of installed icons.
+- KIconButton: Custom button class that displays an icon.
+    When clicking it, the user can change it using the icon dialog.
+- KIconEffect: Applies various colorization effects to icons,
+    which can be used to create selected/disabled icon images.
+
+Other classes in this repository are used internally by the icon
+theme configuration dialogs, and should not be used by applications.
Index: pkgsrc/graphics/kf6-kiconthemes/Makefile
diff -u /dev/null pkgsrc/graphics/kf6-kiconthemes/Makefile:1.1
--- /dev/null   Sun May 26 12:18:42 2024
+++ pkgsrc/graphics/kf6-kiconthemes/Makefile    Sun May 26 12:18:42 2024
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 12:18:42 markd Exp $
+
+DISTNAME=      kiconthemes-${KF6VER}
+CATEGORIES=    graphics
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Support for icon themes
+LICENSE=       gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+USE_TOOLS+=    msgmerge
+
+.include "../../lang/python/tool.mk"
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../devel/kf6-kcolorscheme/buildlink3.mk"
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
+.include "../../x11/kf6-kconfigwidgets/buildlink3.mk"
+.include "../../x11/kf6-kitemviews/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/kf6-kiconthemes/PLIST
diff -u /dev/null pkgsrc/graphics/kf6-kiconthemes/PLIST:1.1
--- /dev/null   Sun May 26 12:18:42 2024
+++ pkgsrc/graphics/kf6-kiconthemes/PLIST       Sun May 26 12:18:42 2024
@@ -0,0 +1,128 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 12:18:42 markd Exp $
+bin/kiconfinder6
+include/KF6/KIconThemes/KIconColors
+include/KF6/KIconThemes/KIconEffect
+include/KF6/KIconThemes/KIconEngine
+include/KF6/KIconThemes/KIconLoader
+include/KF6/KIconThemes/KIconTheme
+include/KF6/KIconThemes/KQuickIconProvider
+include/KF6/KIconThemes/kiconcolors.h
+include/KF6/KIconThemes/kiconeffect.h
+include/KF6/KIconThemes/kiconengine.h
+include/KF6/KIconThemes/kiconloader.h
+include/KF6/KIconThemes/kicontheme.h
+include/KF6/KIconThemes/kiconthemes_export.h
+include/KF6/KIconThemes/kiconthemes_version.h
+include/KF6/KIconThemes/kquickiconprovider.h
+include/KF6/KIconWidgets/KIconButton
+include/KF6/KIconWidgets/KIconDialog
+include/KF6/KIconWidgets/KPixmapSequenceLoader
+include/KF6/KIconWidgets/kiconbutton.h
+include/KF6/KIconWidgets/kicondialog.h
+include/KF6/KIconWidgets/kiconwidgets_export.h
+include/KF6/KIconWidgets/kpixmapsequenceloader.h
+lib/cmake/KF6IconThemes/KF6IconThemesConfig.cmake
+lib/cmake/KF6IconThemes/KF6IconThemesConfigVersion.cmake
+lib/cmake/KF6IconThemes/KF6IconThemesTargets-noconfig.cmake
+lib/cmake/KF6IconThemes/KF6IconThemesTargets.cmake
+lib/libKF6IconThemes.so
+lib/libKF6IconThemes.so.6
+lib/libKF6IconThemes.so.${PKGVERSION}
+lib/libKF6IconWidgets.so
+lib/libKF6IconWidgets.so.6
+lib/libKF6IconWidgets.so.${PKGVERSION}
+qt6/plugins/designer/kiconthemes6widgets.so
+qt6/plugins/iconengines/KIconEnginePlugin.so
+qt6/qml/org/kde/iconthemes/iconthemesplugin.qmltypes
+qt6/qml/org/kde/iconthemes/kde-qmlmodule.version
+qt6/qml/org/kde/iconthemes/libiconthemesplugin.so
+qt6/qml/org/kde/iconthemes/qmldir
+share/locale/af/LC_MESSAGES/kiconthemes6.mo
+share/locale/ar/LC_MESSAGES/kiconthemes6.mo
+share/locale/ast/LC_MESSAGES/kiconthemes6.mo
+share/locale/az/LC_MESSAGES/kiconthemes6.mo
+share/locale/be/LC_MESSAGES/kiconthemes6.mo
+share/locale/be@latin/LC_MESSAGES/kiconthemes6.mo
+share/locale/bg/LC_MESSAGES/kiconthemes6.mo
+share/locale/bn/LC_MESSAGES/kiconthemes6.mo
+share/locale/br/LC_MESSAGES/kiconthemes6.mo
+share/locale/bs/LC_MESSAGES/kiconthemes6.mo
+share/locale/ca/LC_MESSAGES/kiconthemes6.mo
+share/locale/ca@valencia/LC_MESSAGES/kiconthemes6.mo
+share/locale/cs/LC_MESSAGES/kiconthemes6.mo
+share/locale/csb/LC_MESSAGES/kiconthemes6.mo
+share/locale/cy/LC_MESSAGES/kiconthemes6.mo
+share/locale/da/LC_MESSAGES/kiconthemes6.mo
+share/locale/de/LC_MESSAGES/kiconthemes6.mo
+share/locale/el/LC_MESSAGES/kiconthemes6.mo
+share/locale/en_GB/LC_MESSAGES/kiconthemes6.mo
+share/locale/eo/LC_MESSAGES/kiconthemes6.mo
+share/locale/es/LC_MESSAGES/kiconthemes6.mo
+share/locale/et/LC_MESSAGES/kiconthemes6.mo
+share/locale/eu/LC_MESSAGES/kiconthemes6.mo
+share/locale/fa/LC_MESSAGES/kiconthemes6.mo
+share/locale/fi/LC_MESSAGES/kiconthemes6.mo
+share/locale/fr/LC_MESSAGES/kiconthemes6.mo
+share/locale/fy/LC_MESSAGES/kiconthemes6.mo
+share/locale/ga/LC_MESSAGES/kiconthemes6.mo
+share/locale/gd/LC_MESSAGES/kiconthemes6.mo
+share/locale/gl/LC_MESSAGES/kiconthemes6.mo
+share/locale/gu/LC_MESSAGES/kiconthemes6.mo
+share/locale/he/LC_MESSAGES/kiconthemes6.mo
+share/locale/hi/LC_MESSAGES/kiconthemes6.mo
+share/locale/hr/LC_MESSAGES/kiconthemes6.mo
+share/locale/hsb/LC_MESSAGES/kiconthemes6.mo
+share/locale/hu/LC_MESSAGES/kiconthemes6.mo
+share/locale/ia/LC_MESSAGES/kiconthemes6.mo
+share/locale/id/LC_MESSAGES/kiconthemes6.mo
+share/locale/is/LC_MESSAGES/kiconthemes6.mo
+share/locale/it/LC_MESSAGES/kiconthemes6.mo
+share/locale/ja/LC_MESSAGES/kiconthemes6.mo
+share/locale/ka/LC_MESSAGES/kiconthemes6.mo
+share/locale/kk/LC_MESSAGES/kiconthemes6.mo
+share/locale/km/LC_MESSAGES/kiconthemes6.mo
+share/locale/ko/LC_MESSAGES/kiconthemes6.mo
+share/locale/ku/LC_MESSAGES/kiconthemes6.mo
+share/locale/lt/LC_MESSAGES/kiconthemes6.mo
+share/locale/lv/LC_MESSAGES/kiconthemes6.mo
+share/locale/mai/LC_MESSAGES/kiconthemes6.mo
+share/locale/mk/LC_MESSAGES/kiconthemes6.mo
+share/locale/ml/LC_MESSAGES/kiconthemes6.mo
+share/locale/mr/LC_MESSAGES/kiconthemes6.mo
+share/locale/ms/LC_MESSAGES/kiconthemes6.mo
+share/locale/nb/LC_MESSAGES/kiconthemes6.mo
+share/locale/nds/LC_MESSAGES/kiconthemes6.mo
+share/locale/ne/LC_MESSAGES/kiconthemes6.mo
+share/locale/nl/LC_MESSAGES/kiconthemes6.mo
+share/locale/nn/LC_MESSAGES/kiconthemes6.mo
+share/locale/oc/LC_MESSAGES/kiconthemes6.mo
+share/locale/pa/LC_MESSAGES/kiconthemes6.mo
+share/locale/pl/LC_MESSAGES/kiconthemes6.mo
+share/locale/pt/LC_MESSAGES/kiconthemes6.mo
+share/locale/pt_BR/LC_MESSAGES/kiconthemes6.mo
+share/locale/ro/LC_MESSAGES/kiconthemes6.mo
+share/locale/ru/LC_MESSAGES/kiconthemes6.mo
+share/locale/se/LC_MESSAGES/kiconthemes6.mo
+share/locale/sk/LC_MESSAGES/kiconthemes6.mo
+share/locale/sl/LC_MESSAGES/kiconthemes6.mo
+share/locale/sq/LC_MESSAGES/kiconthemes6.mo
+share/locale/sr/LC_MESSAGES/kiconthemes6.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kiconthemes6.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kiconthemes6.mo
+share/locale/sr@latin/LC_MESSAGES/kiconthemes6.mo
+share/locale/sv/LC_MESSAGES/kiconthemes6.mo
+share/locale/ta/LC_MESSAGES/kiconthemes6.mo
+share/locale/tg/LC_MESSAGES/kiconthemes6.mo
+share/locale/th/LC_MESSAGES/kiconthemes6.mo
+share/locale/tr/LC_MESSAGES/kiconthemes6.mo
+share/locale/ug/LC_MESSAGES/kiconthemes6.mo
+share/locale/uk/LC_MESSAGES/kiconthemes6.mo
+share/locale/uz/LC_MESSAGES/kiconthemes6.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kiconthemes6.mo
+share/locale/vi/LC_MESSAGES/kiconthemes6.mo
+share/locale/wa/LC_MESSAGES/kiconthemes6.mo
+share/locale/xh/LC_MESSAGES/kiconthemes6.mo
+share/locale/zh_CN/LC_MESSAGES/kiconthemes6.mo
+share/locale/zh_TW/LC_MESSAGES/kiconthemes6.mo
+share/qlogging-categories6/kiconthemes.categories
+share/qlogging-categories6/kiconthemes.renamecategories
Index: pkgsrc/graphics/kf6-kiconthemes/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/kf6-kiconthemes/buildlink3.mk:1.1
--- /dev/null   Sun May 26 12:18:42 2024
+++ pkgsrc/graphics/kf6-kiconthemes/buildlink3.mk       Sun May 26 12:18:42 2024
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 12:18:42 markd Exp $
+
+BUILDLINK_TREE+=       kf6-kiconthemes
+
+.if !defined(KF6_KICONTHEMES_BUILDLINK3_MK)
+KF6_KICONTHEMES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-kiconthemes+=        kf6-kiconthemes>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-kiconthemes?=  ../../graphics/kf6-kiconthemes
+
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../devel/kf6-kcolorscheme/buildlink3.mk"
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
+.include "../../x11/kf6-kconfigwidgets/buildlink3.mk"
+.include "../../x11/kf6-kitemviews/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_KICONTHEMES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-kiconthemes
Index: pkgsrc/graphics/kf6-kiconthemes/distinfo
diff -u /dev/null pkgsrc/graphics/kf6-kiconthemes/distinfo:1.1
--- /dev/null   Sun May 26 12:18:42 2024
+++ pkgsrc/graphics/kf6-kiconthemes/distinfo    Sun May 26 12:18:42 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 12:18:42 markd Exp $
+
+BLAKE2s (kiconthemes-6.2.0.tar.xz) = cf15a789bb93f46ce313288b5e84ac805be3c17953a814bb1cc24a3fef851f36
+SHA512 (kiconthemes-6.2.0.tar.xz) = 6525a43146949ff97e3ccfa8b71298ea5c4ea911093e5b29f2d34ed843fbdc653e18bb3fa23ea2ae251cf6e477fa0115eedccca65867021cee1d4c90f511ea01
+Size (kiconthemes-6.2.0.tar.xz) = 1312884 bytes



Home | Main Index | Thread Index | Old Index