mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
breeze-icons: update to 6.0.4
This commit is contained in:
parent
7f98fba49e
commit
1312471268
2 changed files with 16 additions and 4 deletions
11
srcpkgs/breeze-icons/patches/cross.patch
Normal file
11
srcpkgs/breeze-icons/patches/cross.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/icons-dark/CMakeLists.txt 2024-02-21 12:23:01.000000000 +0100
|
||||||
|
+++ - 2024-03-03 19:55:58.951073163 +0100
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
# No trainling slashes on dirs. It will break scripts.
|
||||||
|
add_custom_target(breeze-generate-symbolic-dark ALL
|
||||||
|
COMMENT "Generating symbolic dark icons"
|
||||||
|
- COMMAND $<TARGET_FILE:generate-symbolic-dark> ${CMAKE_SOURCE_DIR}/icons ${CMAKE_CURRENT_BINARY_DIR}/generated
|
||||||
|
+ COMMAND generate-symbolic-dark ${CMAKE_SOURCE_DIR}/icons ${CMAKE_CURRENT_BINARY_DIR}/generated
|
||||||
|
)
|
||||||
|
# Auto-generate 24px monochrome icons from 22px versions
|
||||||
|
add_custom_target(breeze-generate-24px-versions-dark ALL
|
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'breeze-icons'
|
# Template file for 'breeze-icons'
|
||||||
pkgname=breeze-icons
|
pkgname=breeze-icons
|
||||||
version=5.115.0
|
version=6.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-devel
|
build_helper=qemu
|
||||||
|
hostmakedepends="kcoreaddons extra-cmake-modules qt6-base qt6-tools
|
||||||
python3-lxml libxml2"
|
python3-lxml libxml2"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt6-base-devel"
|
||||||
checkdepends="fdupes"
|
checkdepends="fdupes"
|
||||||
short_desc="Breeze icon theme"
|
short_desc="Breeze icon theme"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
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=c4fc87a0ea961dc849e1feac97b3c53ce0af79df76a9dd508eb4ba5a006f09b9
|
checksum=b1ba802d0d0dbd0ecd786cbdfaaf545f2dd3c217966b894b9321a2a18426a16a
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue