breeze-icons: initial import

This commit is contained in:
Matt Housh 2024-03-18 14:09:52 -05:00
parent 5840807749
commit 70a971edf4
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
4 changed files with 27765 additions and 0 deletions

27736
breeze-icons/.footprint Normal file

File diff suppressed because it is too large Load Diff

0
breeze-icons/.md5sum Normal file
View File

5
breeze-icons/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3gx0Hk5iPISaBftfkNgTSrOuvEsqL3SSG1X+hP2S1PEyWvk6DOVciTK07BSeHXUEkiPzAT57SskbqO5BxjlbgwU=
SHA256 (Pkgfile) = d619e44bf1ff646444945ea4ba0696f655982cd54fb0495825837e007a864e80
SHA256 (.footprint) = b35c2d7f921b8deee7bc67fdedccd29948fa474be51494697f41c1bc365a5a9e
SHA256 (breeze-icons-6.0.0.tar.xz) = 473e9851e4f84a64f1e808d58fd8760219a1b08feaf4b514a1399c8e5c889dc4

24
breeze-icons/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: Breeze icon theme
# URL: https://community.kde.org/Frameworks
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
# Depends on: extra-cmake-modules qt6-base
name=breeze-icons
version=6.0.0
release=1
source=(https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz)
build() {
cmake -S $name-$version -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D BUILD_TESTING=OFF \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
}
# vim: set ts=4 et: