diff options
Diffstat (limited to 'community/oxygen-icons/APKBUILD')
-rw-r--r-- | community/oxygen-icons/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/oxygen-icons/APKBUILD b/community/oxygen-icons/APKBUILD index 1204c4ccdd..56e51e9c6a 100644 --- a/community/oxygen-icons/APKBUILD +++ b/community/oxygen-icons/APKBUILD @@ -3,7 +3,7 @@ pkgname=oxygen-icons _pkgname=oxygen-icons5 pkgver=5.67.0 -pkgrel=0 +pkgrel=1 arch="noarch !armhf" # # armhf blocked by extra-cmake-modules pkgdesc="Oxygen icon theme" url="https://community.kde.org/Frameworks" @@ -21,7 +21,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON |