breeze-icons: update to 6.3.0.
This commit is contained in:
parent
010dbd5d9c
commit
4d954cd8f6
|
@ -1941,6 +1941,7 @@ libQt6Xdg.so.4 libqtxdg-4.0.0_1
|
||||||
libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
|
libQt6XdgIconLoader.so.4 libqtxdg-4.0.0_1
|
||||||
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
||||||
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
||||||
|
libKF6BreezeIcons.so.6 breeze-icons-6.3.0_1
|
||||||
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
||||||
libKF6Attica.so.6 kf6-attica-6.0.0_1
|
libKF6Attica.so.6 kf6-attica-6.0.0_1
|
||||||
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
--- a/icons-dark/CMakeLists.txt 2024-02-21 12:23:01.000000000 +0100
|
diff --git a/icons-dark/CMakeLists.txt b/icons-dark/CMakeLists.txt
|
||||||
+++ - 2024-03-03 19:55:58.951073163 +0100
|
index 5ec0138..6674add 100644
|
||||||
@@ -18,7 +18,7 @@
|
--- a/icons-dark/CMakeLists.txt
|
||||||
|
+++ b/icons-dark/CMakeLists.txt
|
||||||
|
@@ -15,7 +15,7 @@ if(WITH_ICON_GENERATION)
|
||||||
# No trainling slashes on dirs. It will break scripts.
|
# No trainling slashes on dirs. It will break scripts.
|
||||||
add_custom_target(breeze-generate-symbolic-dark ALL
|
add_custom_target(breeze-generate-symbolic-dark ALL
|
||||||
COMMENT "Generating symbolic dark icons"
|
COMMENT "Generating symbolic dark icons"
|
||||||
- COMMAND $<TARGET_FILE:generate-symbolic-dark> ${CMAKE_SOURCE_DIR}/icons ${CMAKE_CURRENT_BINARY_DIR}/generated
|
- COMMAND $<TARGET_FILE:generate-symbolic-dark> ${CMAKE_SOURCE_DIR}/icons ${ICON_GEN_DIR}
|
||||||
+ COMMAND generate-symbolic-dark ${CMAKE_SOURCE_DIR}/icons ${CMAKE_CURRENT_BINARY_DIR}/generated
|
+ COMMAND generate-symbolic-dark ${CMAKE_SOURCE_DIR}/icons ${ICON_GEN_DIR}
|
||||||
)
|
)
|
||||||
# Auto-generate 24px monochrome icons from 22px versions
|
# Auto-generate 24px monochrome icons from 22px versions
|
||||||
add_custom_target(breeze-generate-24px-versions-dark ALL
|
add_custom_target(breeze-generate-24px-versions-dark ALL
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'breeze-icons'
|
# Template file for 'breeze-icons'
|
||||||
pkgname=breeze-icons
|
pkgname=breeze-icons
|
||||||
version=6.2.0
|
version=6.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -13,7 +13,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://community.kde.org/Frameworks"
|
homepage="https://community.kde.org/Frameworks"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b
|
checksum=67266378f2d7dbf13dc4f691de43f30b5aca4e4a3336e9f60f0efba2a474e626
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue