mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
libbreeze-icons: split from breeze-icons
This commit is contained in:
parent
586bfe21f4
commit
8ffb34c865
4 changed files with 20 additions and 2 deletions
|
@ -1961,7 +1961,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
|
libKF6BreezeIcons.so.6 libbreeze-icons-6.3.0_2
|
||||||
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,7 +1,7 @@
|
||||||
# Template file for 'breeze-icons'
|
# Template file for 'breeze-icons'
|
||||||
pkgname=breeze-icons
|
pkgname=breeze-icons
|
||||||
version=6.3.0
|
version=6.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt6-base qt6-tools
|
hostmakedepends="kcoreaddons extra-cmake-modules qt6-base qt6-tools
|
||||||
|
@ -21,3 +21,19 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
else
|
else
|
||||||
configure_args="-DBINARY_ICONS_RESOURCE=OFF"
|
configure_args="-DBINARY_ICONS_RESOURCE=OFF"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
libbreeze-icons_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/*.so.*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libbreeze-icons-devel_package() {
|
||||||
|
depends="libbreeze-icons>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/libbreeze-icons
Symbolic link
1
srcpkgs/libbreeze-icons
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
breeze-icons
|
1
srcpkgs/libbreeze-icons-devel
Symbolic link
1
srcpkgs/libbreeze-icons-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
breeze-icons
|
Loading…
Add table
Reference in a new issue