diff options
373 files changed, 753 insertions, 747 deletions
diff --git a/community/aom/APKBUILD b/community/aom/APKBUILD index 674bc506ab..59efb4b761 100644 --- a/community/aom/APKBUILD +++ b/community/aom/APKBUILD @@ -3,7 +3,7 @@ pkgname=aom pkgver=0_git20191223 _commit=db8f273c9d83b1e6d602b2d1c4e2f055a6f58acc -pkgrel=0 +pkgrel=1 pkgdesc="Alliance for Open Media (AOM) AV1 codec SDK" url="https://aomedia.org/" arch="all !armv7 !armhf" # ASM inlining fails on armhf/armv7 @@ -26,7 +26,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" diff --git a/community/appstream-glib/APKBUILD b/community/appstream-glib/APKBUILD index 97c51dede4..6bd8ecfd78 100644 --- a/community/appstream-glib/APKBUILD +++ b/community/appstream-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=appstream-glib pkgver=0.7.17 -pkgrel=0 +pkgrel=1 pkgdesc="Library for AppStream metadata" url="https://people.freedesktop.org/~hughsient/appstream-glib/" arch="all" @@ -36,7 +36,7 @@ options="!check" # selftest fails due to updated metadata at upstream build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddep11=true \ -Dbuilder=true \ -Drpm=false \ diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD index 2a5d98d737..b9dbe6fd1a 100644 --- a/community/appstream/APKBUILD +++ b/community/appstream/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=appstream pkgver=0.12.10 -pkgrel=0 +pkgrel=1 pkgdesc="Provides a standard for creating app stores across distributions" url="https://distributions.freedesktop.org/wiki/AppStream" arch="all" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dqt=true \ -Ddocs=false \ -Dapidocs=false \ diff --git a/community/ark/APKBUILD b/community/ark/APKBUILD index 57cc8632bf..7adf9f48e0 100644 --- a/community/ark/APKBUILD +++ b/community/ark/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ark pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Graphical file compression/decompression utility with support for multiple formats" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.ark" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/attica/APKBUILD b/community/attica/APKBUILD index 982cf4c9bd..caea20e6d0 100644 --- a/community/attica/APKBUILD +++ b/community/attica/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=attica pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Freedesktop OCS binding for Qt" url="http://www.kde.org/" arch="all !armhf" # Blocked by extra-cmake-modules @@ -20,7 +20,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 diff --git a/community/audiocd-kio/APKBUILD b/community/audiocd-kio/APKBUILD index 3a73bb6237..23aa5ef850 100644 --- a/community/audiocd-kio/APKBUILD +++ b/community/audiocd-kio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=audiocd-kio pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/multimedia/" pkgdesc="Kioslave for accessing audio CDs" @@ -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 make diff --git a/community/awesome/APKBUILD b/community/awesome/APKBUILD index dce22a989e..75c4345e05 100644 --- a/community/awesome/APKBUILD +++ b/community/awesome/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=awesome pkgver=4.3 -pkgrel=0 +pkgrel=1 pkgdesc="lua-configurable window manager framework" url="http://awesome.naquadah.org/" arch="all" @@ -36,7 +36,7 @@ build() { cd "$_builddir" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ "$_srcdir" make || return 1 } diff --git a/community/babl/APKBUILD b/community/babl/APKBUILD index dbdd205b93..595976c874 100644 --- a/community/babl/APKBUILD +++ b/community/babl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=babl pkgver=0.1.74 -pkgrel=0 +pkgrel=1 pkgdesc="Dynamic, any to any, pixel format conversion library" url="http://gegl.org/babl" arch="all" @@ -16,7 +16,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/baloo-widgets/APKBUILD b/community/baloo-widgets/APKBUILD index df265800ac..f34ec6cfdc 100644 --- a/community/baloo-widgets/APKBUILD +++ b/community/baloo-widgets/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=baloo-widgets pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Widgets for Baloo" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Baloo" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/baloo/APKBUILD b/community/baloo/APKBUILD index ae0da99157..837699d0f4 100644 --- a/community/baloo/APKBUILD +++ b/community/baloo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=baloo pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A framework for searching and managing metadata" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/baobab/APKBUILD b/community/baobab/APKBUILD index 0db300073d..1f9a93c329 100644 --- a/community/baobab/APKBUILD +++ b/community/baobab/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=baobab pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="A graphical application to analyse disk usage in any Gnome environment" url="https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/binaryen/APKBUILD b/community/binaryen/APKBUILD index 2efaab5b60..66ac800a5f 100644 --- a/community/binaryen/APKBUILD +++ b/community/binaryen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=binaryen pkgver=40 -pkgrel=0 +pkgrel=1 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++" options="!check" # Tests require python2 url="https://github.com/WebAssembly/binaryen" @@ -24,7 +24,7 @@ esac build() { cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ diff --git a/community/bluedevil/APKBUILD b/community/bluedevil/APKBUILD index da20b559c2..cda9624fef 100644 --- a/community/bluedevil/APKBUILD +++ b/community/bluedevil/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=bluedevil pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Integrate the Bluetooth technology within KDE workspace and applications" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/bluez-qt/APKBUILD b/community/bluez-qt/APKBUILD index 3fff306bd5..da0a1aa14e 100644 --- a/community/bluez-qt/APKBUILD +++ b/community/bluez-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=bluez-qt pkgver=5.67.0 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative pkgdesc="Qt wrapper for Bluez 5 DBus API" url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/bolt/APKBUILD b/community/bolt/APKBUILD index bba3eaddab..6f141870e5 100644 --- a/community/bolt/APKBUILD +++ b/community/bolt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=bolt pkgver=0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Thunderbolt 3 device manager" url="https://gitlab.freedesktop.org/bolt/bolt" arch="all !armhf !armv7" # limited by polkit @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dman=true \ -Dsystemd=false \ . output diff --git a/community/breeze-gtk/APKBUILD b/community/breeze-gtk/APKBUILD index 0be215a85f..af8decfd5b 100644 --- a/community/breeze-gtk/APKBUILD +++ b/community/breeze-gtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=breeze-gtk pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="A GTK Theme Built to Match KDE's Breeze" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/breeze-gtk-$pkgver.tar.xz build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/breeze-icons/APKBUILD b/community/breeze-icons/APKBUILD index 01940da78e..4c795eb007 100644 --- a/community/breeze-icons/APKBUILD +++ b/community/breeze-icons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=breeze-icons pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Breeze icon themes" arch="noarch !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -19,7 +19,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBINARY_ICONS_RESOURCE=ON make diff --git a/community/breeze-plymouth/APKBUILD b/community/breeze-plymouth/APKBUILD index c04db19307..6efc6bf7d4 100644 --- a/community/breeze-plymouth/APKBUILD +++ b/community/breeze-plymouth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=breeze-plymouth pkgver=5.18.1 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/" pkgdesc="Breeze theme for Plymouth" @@ -14,7 +14,7 @@ options="!check" # No tests build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDISTRO_NAME="$(grep PRETTY_NAME /etc/os-release | awk -F = '{ print $2 }')" \ -DDISTRO_VERSION="$(grep VERSION_ID /etc/os-release | awk -F = '{ print $2 }')" diff --git a/community/breeze/APKBUILD b/community/breeze/APKBUILD index 5d4155eff7..52148a15c3 100644 --- a/community/breeze/APKBUILD +++ b/community/breeze/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=breeze pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop" arch="all !armhf" # disable on armhf due to missing qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/brotli/APKBUILD b/community/brotli/APKBUILD index 86bc921d94..04da4600c2 100644 --- a/community/brotli/APKBUILD +++ b/community/brotli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=brotli pkgver=1.0.7 -pkgrel=3 +pkgrel=4 pkgdesc="Generic lossless compressor" url="https://github.com/google/brotli" arch="all" @@ -28,7 +28,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} make diff --git a/community/cage/APKBUILD b/community/cage/APKBUILD index f0be7e6a46..edb4d9dcb2 100644 --- a/community/cage/APKBUILD +++ b/community/cage/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Will Sinatra <wpsinatra@gmail.com> pkgname=cage pkgver=0.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="A Wayland Kiosk" url="https://github.com/Hjdskes/cage" arch="all" @@ -13,7 +13,7 @@ options="!check" #No checks source="$pkgname"-"$pkgver".tar.gz::https://github.com/Hjdskes/cage/archive/v"$pkgver".tar.gz prepare() { - meson --buildtype=debugoptimized -Dxwayland=true --prefix /usr "$srcdir/build" + meson --buildtype=plain -Dxwayland=true --prefix /usr "$srcdir/build" } build() { diff --git a/community/calindori/APKBUILD b/community/calindori/APKBUILD index 1b7d504216..c1d1d362a3 100644 --- a/community/calindori/APKBUILD +++ b/community/calindori/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=calindori pkgver=1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Calendar for Plasma Mobile" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://invent.kde.org/kde/calindori" @@ -14,8 +14,14 @@ options="!check" # No tests builddir="$srcdir/$pkgname-v$pkgver" build() { +<<<<<<< HEAD cmake -B "$builddir"/build \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ +======= + cd "$builddir"/build + cmake "$builddir" \ + -DCMAKE_BUILD_TYPE=None \ +>>>>>>> community/*: use None buildtype for CMake and plain buildtype for Meson -DCMAKE_INSTALL_PREFIX=/usr make -C build } diff --git a/community/catch2/APKBUILD b/community/catch2/APKBUILD index 6d286b6b83..a4135251d7 100644 --- a/community/catch2/APKBUILD +++ b/community/catch2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=catch2 pkgver=2.11.1 -pkgrel=0 +pkgrel=1 arch="noarch" url="https://github.com/catchorg/Catch2" pkgdesc="A modern, C++-native, header-only, test framework for unit-tests" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/celluloid/APKBUILD b/community/celluloid/APKBUILD index ad207b9438..11c356d26e 100644 --- a/community/celluloid/APKBUILD +++ b/community/celluloid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=celluloid pkgver=0.18 -pkgrel=1 +pkgrel=2 pkgdesc="A simple GTK+ frontend for mpv (formerly gnome-mpv)" url="https://celluloid-player.github.io/" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index 3f05bb92c1..f12e088cfc 100644 --- a/community/cheese/APKBUILD +++ b/community/cheese/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=cheese pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Take photos and videos with your webcam" url="https://wiki.gnome.org/Apps/Cheese" arch="all" @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/chrome-gnome-shell/APKBUILD b/community/chrome-gnome-shell/APKBUILD index 81cfa7d0da..0be4d10304 100644 --- a/community/chrome-gnome-shell/APKBUILD +++ b/community/chrome-gnome-shell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=chrome-gnome-shell pkgver=10.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Shell integration for WebExtensions capable browsers" url="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" arch="noarch" @@ -20,7 +20,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DBUILD_EXTENSION=FALSE \ diff --git a/community/clipper/APKBUILD b/community/clipper/APKBUILD index a10f4d54f4..f50915254d 100644 --- a/community/clipper/APKBUILD +++ b/community/clipper/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=clipper pkgver=6.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Polygon, line clipping and offsetting library" options="!check" # No testsuite url="https://sourceforge.net/projects/polyclipping/" @@ -26,7 +26,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ ${CMAKE_CROSSOPTS} . make diff --git a/community/cppcodec/APKBUILD b/community/cppcodec/APKBUILD index 8175b56883..580adc4ba2 100644 --- a/community/cppcodec/APKBUILD +++ b/community/cppcodec/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=cppcodec pkgver=0.2 -pkgrel=0 +pkgrel=1 arch="noarch" url="https://github.com/tplgy/cppcodec" pkgdesc="Library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16), plus Crockford's base32" @@ -12,7 +12,7 @@ source="https://github.com/tplgy/cppcodec/archive/v$pkgver/cppcodec-v$pkgver.tar build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/darktable/APKBUILD b/community/darktable/APKBUILD index 3a29914e28..a1d295c7d5 100644 --- a/community/darktable/APKBUILD +++ b/community/darktable/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=darktable pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="an open source photography workflow application and raw developer" url="https://www.darktable.org/" arch="x86_64 aarch64" @@ -52,7 +52,7 @@ build() { cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DBINARY_PACKAGE_BUILD=ON \ .. make diff --git a/community/dconf-editor/APKBUILD b/community/dconf-editor/APKBUILD index ed4c0b1e99..d3b7b1491c 100644 --- a/community/dconf-editor/APKBUILD +++ b/community/dconf-editor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=dconf-editor pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="Dconf Editor is a viewer and editor of applications internal settings" url="https://wiki.gnome.org/Apps/DconfEditor" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/devhelp/APKBUILD b/community/devhelp/APKBUILD index 2604e016a6..c6e3a39264 100644 --- a/community/devhelp/APKBUILD +++ b/community/devhelp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=devhelp pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="API documentation browser for GTK+ and GNOME" url="https://wiki.gnome.org/Apps/Devhelp" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/dfc/APKBUILD b/community/dfc/APKBUILD index b517c96bef..071b3590b6 100644 --- a/community/dfc/APKBUILD +++ b/community/dfc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dfc pkgver=3.1.1 -pkgrel=0 +pkgrel=1 arch="all" url="https://projects.gw-computing.net/projects/dfc" pkgdesc="Report file system space usage information with style" @@ -14,7 +14,7 @@ options="!check" # No tests available build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/community/discover/APKBUILD b/community/discover/APKBUILD index 55e6993edc..a3f4c9c010 100644 --- a/community/discover/APKBUILD +++ b/community/discover/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=discover pkgver=5.18.1 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://userbase.kde.org/Discover" pkgdesc="KDE Plasma resources management GUI" @@ -23,7 +23,7 @@ esac build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_DISABLE_FIND_PACKAGE_Snapd=ON diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD index 67685912e2..898e4e75f5 100644 --- a/community/dolphin/APKBUILD +++ b/community/dolphin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/system/dolphin" pkgdesc="KDE File Manager" @@ -27,7 +27,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/domoticz/APKBUILD b/community/domoticz/APKBUILD index baed7e4a82..f45df2eae4 100644 --- a/community/domoticz/APKBUILD +++ b/community/domoticz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=domoticz pkgver=4.10717 -pkgrel=2 +pkgrel=3 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" arch="all" @@ -30,7 +30,7 @@ build() { -DUSE_STATIC_LIBSTDCXX=OFF \ -DOpenZWave=/usr/lib/libopenzwave.so \ -DUSE_STATIC_OPENZWAVE=OFF \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/var/lib/domoticz \ -DUSE_BUILTIN_LUA=OFF \ -DUSE_BUILTIN_MQTT=OFF \ diff --git a/community/drkonqi/APKBUILD b/community/drkonqi/APKBUILD index 42b698595b..235f44dec2 100644 --- a/community/drkonqi/APKBUILD +++ b/community/drkonqi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=drkonqi pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Manages the power consumption settings of a Plasma Shell" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ options="!check" # Broken build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF # Broken diff --git a/community/emscripten-fastcomp/APKBUILD b/community/emscripten-fastcomp/APKBUILD index a7d48d9469..458c491d87 100644 --- a/community/emscripten-fastcomp/APKBUILD +++ b/community/emscripten-fastcomp/APKBUILD @@ -8,7 +8,7 @@ pkgname=emscripten-fastcomp # Keep in sync with package emscripten! pkgver=1.39.0 -pkgrel=0 +pkgrel=1 pkgdesc="The Clang + LLVM backend for Emscripten" url="https://emscripten.org/" arch="all" @@ -39,7 +39,7 @@ build() { # XXX: Is it a good idea to omit X86 in LLVM_TARGETS_TO_BUILD? # https://github.com/kripken/emscripten-fastcomp/issues/174 cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX="/$_prefix" \ -DCMAKE_VERBOSE_MAKEFILE=NO \ -DPYTHON_EXECUTABLE=/usr/bin/python3 \ diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD index 9996b29031..4615fbb55f 100644 --- a/community/epiphany/APKBUILD +++ b/community/epiphany/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=epiphany pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="A simple, clean, beautiful view of the web" url="https://wiki.gnome.org/Apps/Web" arch="all !s390x" # libhandy is not available on s390x @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD index b20cc08d4d..6fc8508bba 100644 --- a/community/evolution-data-server/APKBUILD +++ b/community/evolution-data-server/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-data-server pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="data server for evolution" url="https://projects.gnome.org/evolution" arch="all" @@ -28,7 +28,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DENABLE_GOA=ON \ -DENABLE_UOA=OFF \ -DENABLE_INTROSPECTION=ON \ diff --git a/community/evolution-ews/APKBUILD b/community/evolution-ews/APKBUILD index c867bdeb82..9063a10538 100644 --- a/community/evolution-ews/APKBUILD +++ b/community/evolution-ews/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-ews pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" url="https://wiki.gnome.org/Apps/Evolution/EWS" arch="all !s390x" # missing evolution on s390x @@ -19,7 +19,7 @@ build() { cd "$builddir"/build cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DENABLE_TESTS=TRUE \ .. make diff --git a/community/evolution/APKBUILD b/community/evolution/APKBUILD index 6054c4e34c..11eb0059c1 100644 --- a/community/evolution/APKBUILD +++ b/community/evolution/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=evolution pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="evolution mail client" url="https://projects.gnome.org/evolution" arch="all !s390x" # Limited by gnome-autoar @@ -25,7 +25,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DENABLE_GNOME_DESKTOP=ON \ -DENABLE_AUTOAR=ON \ -DENABLE_YTNEF=OFF \ diff --git a/community/ffmpegthumbnailer/APKBUILD b/community/ffmpegthumbnailer/APKBUILD index 9506fe44c0..800c007b91 100644 --- a/community/ffmpegthumbnailer/APKBUILD +++ b/community/ffmpegthumbnailer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=ffmpegthumbnailer pkgver=2.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight video thumbnailer that can be used by file managers" url="https://github.com/dirkvdb/ffmpegthumbnailer" arch="all" @@ -13,7 +13,7 @@ source="$pkgname-$pkgver.tar.bz2::https://github.com/dirkvdb/ffmpegthumbnailer/r build() { cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_GIO=ON \ diff --git a/community/ffmpegthumbs/APKBUILD b/community/ffmpegthumbs/APKBUILD index 7f0cff5dde..0a483f4a43 100644 --- a/community/ffmpegthumbs/APKBUILD +++ b/community/ffmpegthumbs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ffmpegthumbs pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/multimedia/" pkgdesc="FFmpeg-based thumbnail creator for video files" @@ -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 make diff --git a/community/file-roller/APKBUILD b/community/file-roller/APKBUILD index d170ee5b3e..b0ff279020 100644 --- a/community/file-roller/APKBUILD +++ b/community/file-roller/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=file-roller pkgver=3.32.4 -pkgrel=0 +pkgrel=1 pkgdesc="File Roller is an archive manager for the GNOME desktop " url="https://wiki.gnome.org/Apps/FileRoller" arch="all !s390x" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dpackagekit=false \ -Dcpio=/usr/bin/cpio \ . output diff --git a/community/fmt/APKBUILD b/community/fmt/APKBUILD index 868fd42a57..e69692a7a9 100644 --- a/community/fmt/APKBUILD +++ b/community/fmt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname="fmt" pkgver="6.1.2" -pkgrel=0 +pkgrel=1 pkgdesc="Open-source formatting library for C++" url="https://fmt.dev/latest/index.html" arch="all" @@ -20,7 +20,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ ${CMAKE_CROSSOPTS} . make diff --git a/community/folks/APKBUILD b/community/folks/APKBUILD index bf2df1bfc4..fe9df4700c 100644 --- a/community/folks/APKBUILD +++ b/community/folks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=folks pkgver=0.13.2 -pkgrel=0 +pkgrel=1 pkgdesc="GObject Library to aggregate people into metacontacts" url="https://wiki.gnome.org/Projects/Folks" arch="all" @@ -30,7 +30,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddocs=true \ . output ninja -C output diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD index 051efe7a8d..a127c20223 100644 --- a/community/fractal/APKBUILD +++ b/community/fractal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=fractal pkgver=4.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by Rust @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/frameworkintegration/APKBUILD b/community/frameworkintegration/APKBUILD index 742be33a20..70a0eeb779 100644 --- a/community/frameworkintegration/APKBUILD +++ b/community/frameworkintegration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=frameworkintegration pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/freerdp/APKBUILD b/community/freerdp/APKBUILD index bd51891fa8..08b093fcf5 100644 --- a/community/freerdp/APKBUILD +++ b/community/freerdp/APKBUILD @@ -3,7 +3,7 @@ pkgname=freerdp _pkgname=FreeRDP pkgver=2.0.0_rc4 _pkgver=${pkgver/_/-} -pkgrel=0 +pkgrel=1 pkgdesc="FreeRDP client" url="https://www.freerdp.com/" arch="all" @@ -26,7 +26,7 @@ builddir="$srcdir"/$_pkgname-$_pkgver build() { export CFLAGS="$CFLAGS -D_BSD_SOURCE" - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_ALSA=ON \ diff --git a/community/fwupd/APKBUILD b/community/fwupd/APKBUILD index 087b046ac2..4550925058 100644 --- a/community/fwupd/APKBUILD +++ b/community/fwupd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=fwupd pkgver=1.3.8 -pkgrel=0 +pkgrel=1 pkgdesc="Firmware update daemon" url="https://fwupd.org/" arch="x86_64 x86" @@ -30,7 +30,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dagent=true \ -Dconsolekit=true \ -Dfirmware-packager=true \ diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD index c81e6ac3b1..dcef482b6a 100644 --- a/community/geary/APKBUILD +++ b/community/geary/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=geary pkgver=3.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="Geary is an email application built around conversations" url="https://wiki.gnome.org/Apps/Geary" # tests fail on armhf @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dlibunwind_optional=true \ . output ninja -C output diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD index 99258bee61..8e341bc4e7 100644 --- a/community/gedit-plugins/APKBUILD +++ b/community/gedit-plugins/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gedit-plugins pkgver=3.34.1 -pkgrel=2 +pkgrel=3 pkgdesc="Plugins for gedit, the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit/PluginsLists" arch="all !s390x" # Limited by gedit-dev and gtksourceview4-dev @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dplugin_zeitgeist=false \ . output ninja -C output diff --git a/community/gedit/APKBUILD b/community/gedit/APKBUILD index 2a0dd6312e..f089059237 100644 --- a/community/gedit/APKBUILD +++ b/community/gedit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gedit pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="gedit is the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit" arch="all !s390x" # Limited by librsvg @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddocumentation=true \ . output ninja -C output diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 6a5ebfd13e..f458d2c27e 100644 --- a/community/geocode-glib/APKBUILD +++ b/community/geocode-glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geocode-glib pkgver=3.26.1 -pkgrel=1 +pkgrel=2 pkgdesc="Geocoding helper library" url="https://www.gnome.org/" arch="all" @@ -16,7 +16,7 @@ build() { cd "$builddir"/build meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ -Denable-installed-tests=false \ .. diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD index 87b5363c4f..cfeac06fcf 100644 --- a/community/gexiv2/APKBUILD +++ b/community/gexiv2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gexiv2 pkgver=0.12.0 -pkgrel=3 +pkgrel=4 pkgdesc="a GObject-based wrapper around the Exiv2 library" url="https://wiki.gnome.org/Projects/gexiv2" arch="all" @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtk_doc=true \ -Dintrospection=true \ -Dvapi=true \ diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD index de4a42acec..0e9f50fa45 100644 --- a/community/gitg/APKBUILD +++ b/community/gitg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gitg pkgver=3.32.1 -pkgrel=3 +pkgrel=4 pkgdesc="gitg is the GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" arch="all !s390x" # missing gtksourceview @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD index 19f3f16c7a..b591d45376 100644 --- a/community/glib-networking/APKBUILD +++ b/community/glib-networking/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=glib-networking pkgver=2.62.3 -pkgrel=2 +pkgrel=3 pkgdesc="Networking support for GLib" url="https://gitlab.gnome.org/GNOME/glib-networking" arch="all" @@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-net build() { meson \ - --buildtype=debugoptimized \ + --buildtype=plain \ --prefix=/usr \ --default-library=shared \ . build diff --git a/community/glm/APKBUILD b/community/glm/APKBUILD index f68acca3b0..83b326298d 100644 --- a/community/glm/APKBUILD +++ b/community/glm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glm pkgver=0.9.9.6 -pkgrel=0 +pkgrel=1 pkgdesc="C++ mathematics library for graphics programming" url="http://glm.g-truc.net/" arch="noarch" @@ -21,7 +21,7 @@ build() { cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_LIBDIR=lib \ -DGLM_TEST_ENABLE=TRUE make diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD index 2b4b0ae0fb..c875a1127d 100644 --- a/community/gnome-authenticator/APKBUILD +++ b/community/gnome-authenticator/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-authenticator pkgver=3.32.2 -pkgrel=4 +pkgrel=5 pkgdesc="A Two-Factor Authentication application" url="https://gitlab.gnome.org/World/Authenticator" arch="all !s390x" # missing libhandy on s390x @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-backgrounds/APKBUILD b/community/gnome-backgrounds/APKBUILD index 2f9f0ca0f3..661dc14b84 100644 --- a/community/gnome-backgrounds/APKBUILD +++ b/community/gnome-backgrounds/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-backgrounds pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Default wallpaper set for GNOME" url="https://gitlab.gnome.org/GNOME/gnome-backgrounds" arch="noarch" @@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/gnome-backgrounds/${pkgver%.*}/gnome- build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ --datadir=/usr/share \ output . diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index a2fe20fcee..295f8386e3 100644 --- a/community/gnome-bluetooth/APKBUILD +++ b/community/gnome-bluetooth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-bluetooth pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Bluetooth Subsystem" url="https://wiki.gnome.org/Projects/GnomeBluetooth" arch="all" @@ -17,7 +17,7 @@ source="https://download.gnome.org/sources/gnome-bluetooth/${pkgver%.*}/gnome-bl build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ output . ninja -C output diff --git a/community/gnome-books/APKBUILD b/community/gnome-books/APKBUILD index 420fa59aa1..3ec0738755 100644 --- a/community/gnome-books/APKBUILD +++ b/community/gnome-books/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-books pkgver=3.34.0 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME Ebook Manager" url="https://wiki.gnome.org/Apps/Books" arch="all !s390x" # missing gjs @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-boxes/APKBUILD b/community/gnome-boxes/APKBUILD index 9b909da3e9..aef123775b 100644 --- a/community/gnome-boxes/APKBUILD +++ b/community/gnome-boxes/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-boxes pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="Virtualization made simple" url="https://wiki.gnome.org/Apps/Boxes" # https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/testing/gnome-boxes/gnome-boxes-3.34.0-r0.log @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-builder/APKBUILD b/community/gnome-builder/APKBUILD index bba92cc5d8..b3d033f19d 100644 --- a/community/gnome-builder/APKBUILD +++ b/community/gnome-builder/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-builder pkgver=3.34.1 -pkgrel=3 +pkgrel=4 pkgdesc="Develop software for GNOME" url="https://wiki.gnome.org/Apps/Builder" arch="all !s390x" @@ -28,7 +28,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dplugin_sysprof=false \ . output ninja -C output diff --git a/community/gnome-calculator/APKBUILD b/community/gnome-calculator/APKBUILD index d948a98960..40a6b6cb00 100644 --- a/community/gnome-calculator/APKBUILD +++ b/community/gnome-calculator/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-calculator pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="Calculator for solving mathematical equations" url="https://wiki.gnome.org/Apps/Calculator" arch="all !s390x" # gtksourceview4 is not available on s390x @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-calendar/APKBUILD b/community/gnome-calendar/APKBUILD index 48ee7e1e74..c098eb036d 100644 --- a/community/gnome-calendar/APKBUILD +++ b/community/gnome-calendar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-calendar pkgver=3.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="Calendar application for GNOME" url="https://wiki.gnome.org/Apps/Calendar" arch="all" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-characters/APKBUILD b/community/gnome-characters/APKBUILD index 4e4866da6b..c2b935fb16 100644 --- a/community/gnome-characters/APKBUILD +++ b/community/gnome-characters/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-characters pkgver=3.32.1 -pkgrel=1 +pkgrel=2 pkgdesc="A simple utility application to find and insert unusual characters" url="https://wiki.gnome.org/Design/Apps/CharacterMap" arch="all !s390x" # gjs missing @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-clocks/APKBUILD b/community/gnome-clocks/APKBUILD index 70e2889395..a77f32c734 100644 --- a/community/gnome-clocks/APKBUILD +++ b/community/gnome-clocks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-clocks pkgver=3.34.0 -pkgrel=2 +pkgrel=3 pkgdesc="Clock application designed for GNOME 3" url="https://wiki.gnome.org/Apps/Clocks" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-contacts/APKBUILD b/community/gnome-contacts/APKBUILD index fa3857b643..1180f69dd7 100644 --- a/community/gnome-contacts/APKBUILD +++ b/community/gnome-contacts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-contacts pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="A contacts manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" arch="all !s390x" # libhandy is missing @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-control-center/APKBUILD b/community/gnome-control-center/APKBUILD index 597e80c423..ebada349be 100644 --- a/community/gnome-control-center/APKBUILD +++ b/community/gnome-control-center/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-control-center pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME control center" url="https://gitlab.gnome.org/GNOME/gnome-control-center" # limited by gnome-online-accounts @@ -52,7 +52,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dcheese=true \ -Dibus=true \ . output diff --git a/community/gnome-desktop/APKBUILD b/community/gnome-desktop/APKBUILD index c1019a0ff3..88dc0a6204 100644 --- a/community/gnome-desktop/APKBUILD +++ b/community/gnome-desktop/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-desktop pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME desktop core libraries" url="https://gitlab.gnome.org/GNOME/gnome-desktop" arch="all" @@ -23,7 +23,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgnome_distributor="Alpine Linux" \ -Dudev=enabled \ . output diff --git a/community/gnome-disk-utility/APKBUILD b/community/gnome-disk-utility/APKBUILD index 6b32ac1804..d2ed2c79b5 100644 --- a/community/gnome-disk-utility/APKBUILD +++ b/community/gnome-disk-utility/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-disk-utility pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME libraries and applications for dealing with storage devices" url="https://wiki.gnome.org/Apps/Disks" arch="all !s390x" @@ -20,7 +20,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-firmware-updater/APKBUILD b/community/gnome-firmware-updater/APKBUILD index 59806da3ce..d047936816 100644 --- a/community/gnome-firmware-updater/APKBUILD +++ b/community/gnome-firmware-updater/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-firmware-updater pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Install firmware on devices" url="https://gitlab.gnome.org/hughsie/gnome-firmware-updater" arch="x86_64 x86" # limited by fwupd @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dsystemd=false \ -Delogind=true \ -Dman=false \ diff --git a/community/gnome-font-viewer/APKBUILD b/community/gnome-font-viewer/APKBUILD index 69a27a7974..14f414bbef 100644 --- a/community/gnome-font-viewer/APKBUILD +++ b/community/gnome-font-viewer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-font-viewer pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="View fonts on your system" url="https://gitlab.gnome.org/GNOME/gnome-font-viewer" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-games/APKBUILD b/community/gnome-games/APKBUILD index 723b1de085..4d04857a4a 100644 --- a/community/gnome-games/APKBUILD +++ b/community/gnome-games/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-games pkgver=3.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="Browser and play your games" url="https://wiki.gnome.org/Apps/Games" arch="all !s390x" # needs librsvg @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-initial-setup/APKBUILD b/community/gnome-initial-setup/APKBUILD index 4211bd40d4..638eeb11f5 100644 --- a/community/gnome-initial-setup/APKBUILD +++ b/community/gnome-initial-setup/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-initial-setup pkgver=3.34.3 -pkgrel=1 +pkgrel=2 pkgdesc="A simple, easy,and safe way to prepare a new system" url="https://wiki.gnome.org/Design/OS/InitialSetup" arch="all !armhf !s390x !ppc64le" # limited by gnome-shell&mutter @@ -23,7 +23,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dregion-page=false \ -Dsoftware-sources=disabled \ -Dsystemd=false \ diff --git a/community/gnome-maps/APKBUILD b/community/gnome-maps/APKBUILD index 570f00372e..5984054d70 100644 --- a/community/gnome-maps/APKBUILD +++ b/community/gnome-maps/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-maps pkgver=3.34.3 -pkgrel=1 +pkgrel=2 pkgdesc="A simple map client" url="https://wiki.gnome.org/Apps/Maps" arch="all !s390x" # gjs missing @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-music/APKBUILD b/community/gnome-music/APKBUILD index 2e2af7c9e6..7359bd2a23 100644 --- a/community/gnome-music/APKBUILD +++ b/community/gnome-music/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-music pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="Music is the new GNOME music playing application" url="https://wiki.gnome.org/Apps/Music" arch="all" @@ -24,7 +24,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD index e30b5df25f..08d81ec521 100644 --- a/community/gnome-passwordsafe/APKBUILD +++ b/community/gnome-passwordsafe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-passwordsafe pkgver=3.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="A password manager for GNOME" url="https://gitlab.gnome.org/World/PasswordSafe" arch="noarch !s390x" # Limited by py3-keepass @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-photos/APKBUILD b/community/gnome-photos/APKBUILD index a8f86e28ab..ea02433ea9 100644 --- a/community/gnome-photos/APKBUILD +++ b/community/gnome-photos/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-photos pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Access, organize and share your photos on GNOME" url="https://wiki.gnome.org/Apps/Photos" arch="all !s390x" # Limited by gegl-dev @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddogtail=false \ . output ninja -C output diff --git a/community/gnome-podcasts/APKBUILD b/community/gnome-podcasts/APKBUILD index 4bf2011d11..a57e1622d2 100644 --- a/community/gnome-podcasts/APKBUILD +++ b/community/gnome-podcasts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-podcasts pkgver=0.4.7 -pkgrel=1 +pkgrel=2 pkgdesc="Podcast app for GNOME" url="https://wiki.gnome.org/Apps/Podcasts" arch="all !s390x !x86" # rust crashing on x86, missing deps on s390x @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-power-manager/APKBUILD b/community/gnome-power-manager/APKBUILD index 88c67639c3..c3c92aa2f9 100644 --- a/community/gnome-power-manager/APKBUILD +++ b/community/gnome-power-manager/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-power-manager pkgver=3.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME power manager" url="https://gitlab.gnome.org/GNOME/gnome-power-manager" arch="all" @@ -14,7 +14,7 @@ source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${ build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ output . ninja -C output diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD index 0ba47beda5..a809b8600d 100644 --- a/community/gnome-screenshot/APKBUILD +++ b/community/gnome-screenshot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-screenshot pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Screenshot capture utility for GNOME" url="https://gitlab.gnome.org/GNOME/gnome-screenshot" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-settings-daemon/APKBUILD b/community/gnome-settings-daemon/APKBUILD index 1b331e6c2f..aa8e20db42 100644 --- a/community/gnome-settings-daemon/APKBUILD +++ b/community/gnome-settings-daemon/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-settings-daemon pkgver=3.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME settings daemon" url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon" arch="all !s390x" @@ -26,7 +26,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dsystemd=false \ . output ninja -C output diff --git a/community/gnome-shell-extensions/APKBUILD b/community/gnome-shell-extensions/APKBUILD index de118f214c..431ebd8f62 100644 --- a/community/gnome-shell-extensions/APKBUILD +++ b/community/gnome-shell-extensions/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-shell-extensions pkgver=3.34.2 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of extensions for GNOME Shell" url="https://wiki.gnome.org/Projects/GnomeShell/Extensions" arch="noarch" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dextension_set=all \ -Dclassic_mode=true \ . output diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD index 93a23ca919..a56c294334 100644 --- a/community/gnome-shell/APKBUILD +++ b/community/gnome-shell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-shell pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" arch="all !s390x !ppc64le" @@ -63,7 +63,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dsystemd=false \ . output ninja -C output diff --git a/community/gnome-sound-recorder/APKBUILD b/community/gnome-sound-recorder/APKBUILD index c65d479705..3cb31d9919 100644 --- a/community/gnome-sound-recorder/APKBUILD +++ b/community/gnome-sound-recorder/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-sound-recorder pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="A simple and modern sound recorder" url="https://wiki.gnome.org/Apps/SoundRecorder" arch="all !s390x" # Dependency gjs-dev is not available on s390x @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-tweaks/APKBUILD b/community/gnome-tweaks/APKBUILD index 869a91fd02..ae45781536 100644 --- a/community/gnome-tweaks/APKBUILD +++ b/community/gnome-tweaks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-tweaks pkgver=3.34.0 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME3 tool to customize advanced options" url="https://wiki.gnome.org/Apps/Tweaks" arch="noarch !s390x !armv7" # mutter is missing @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-usage/APKBUILD b/community/gnome-usage/APKBUILD index 96c84ba1e8..e51ad0513c 100644 --- a/community/gnome-usage/APKBUILD +++ b/community/gnome-usage/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-usage pkgver=3.32.0 -pkgrel=1 +pkgrel=2 pkgdesc="System resources status" url="https://wiki.gnome.org/Apps/Usage" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gnome-weather/APKBUILD b/community/gnome-weather/APKBUILD index 565aaa6b2f..748c2f17aa 100644 --- a/community/gnome-weather/APKBUILD +++ b/community/gnome-weather/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-weather pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Weather application" url="https://wiki.gnome.org/Apps/Weather" arch="noarch !s390x" # missing gjs @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gom/APKBUILD b/community/gom/APKBUILD index c41d342aa7..ddfb3102c0 100644 --- a/community/gom/APKBUILD +++ b/community/gom/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gom pkgver=0.4 -pkgrel=0 +pkgrel=1 pkgdesc="GObject Data Mapper" url="https://wiki.gnome.org/Projects/Gom" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD index b7ad88ed2c..a2c3c3db0d 100644 --- a/community/gpaste/APKBUILD +++ b/community/gpaste/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gpaste pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="Clipboard managment system" url="https://github.com/Keruspe/GPaste" arch="all !armhf !s390x !ppc64le" # limited by gnome-control-center @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dsystemd=false \ . output ninja -C output diff --git a/community/graphene/APKBUILD b/community/graphene/APKBUILD index 58bdb2d63c..57fac97a4c 100644 --- a/community/graphene/APKBUILD +++ b/community/graphene/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname="graphene" pkgver="1.10.0" -pkgrel=1 +pkgrel=2 pkgdesc="A thin layer of graphic data types" url="http://ebassi.github.io/graphene/" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dinstalled_tests=false \ . output ninja -C output diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index 627a464774..813dbc3b94 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -3,7 +3,7 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=9.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" @@ -32,7 +32,7 @@ prepare() { build() { cd $builddir/build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ -DSBINDIR=/usr/sbin \ diff --git a/community/grilo-plugins/APKBUILD b/community/grilo-plugins/APKBUILD index 2abf3410e6..b44e344cbb 100644 --- a/community/grilo-plugins/APKBUILD +++ b/community/grilo-plugins/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=grilo-plugins pkgver=0.3.11 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME media discovery framework plugins" url="https://wiki.gnome.org/Projects/Grilo" arch="all" @@ -17,7 +17,7 @@ source="https://download.gnome.org/sources/grilo-plugins/${pkgver%.*}/grilo-plug build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Denable-chromaprint=no \ -Denable-lua-factory=no \ . output diff --git a/community/grilo/APKBUILD b/community/grilo/APKBUILD index d696d143be..7fec274c62 100644 --- a/community/grilo/APKBUILD +++ b/community/grilo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=grilo pkgver=0.3.12 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME media discovery framework" url="https://wiki.gnome.org/Projects/Grilo" arch="all" @@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/grilo/${pkgver%.*}/grilo-$pkgver.tar. build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Denable-introspection=true \ -Denable-vala=true \ build diff --git a/community/grim/APKBUILD b/community/grim/APKBUILD index 54a94cb048..57ef096957 100644 --- a/community/grim/APKBUILD +++ b/community/grim/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=grim pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Grabs images from Wayland compositors" options="!check" # No testsuite url="https://wayland.emersion.fr/grim/" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gsettings-desktop-schemas/APKBUILD b/community/gsettings-desktop-schemas/APKBUILD index 378cfbd2a7..0d45338f1b 100644 --- a/community/gsettings-desktop-schemas/APKBUILD +++ b/community/gsettings-desktop-schemas/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gsettings-desktop-schemas pkgver=3.34.0 -pkgrel=2 +pkgrel=3 pkgdesc="A collection of GSettings schemas" url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" arch="noarch" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/gst-libav/APKBUILD b/community/gst-libav/APKBUILD index eb3cd7025e..ad56ce347c 100644 --- a/community/gst-libav/APKBUILD +++ b/community/gst-libav/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-libav pkgver=1.16.2 -pkgrel=1 +pkgrel=2 pkgdesc="GStreamer streaming media framework libav plugin" url="https://gstreamer.freedesktop.org" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dpackage-origin="https://alpinelinux.org" \ -Dpackage-name="GStreamer libav plugin (Alpine Linux)" \ . output diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index fe7156666a..194850622e 100644 --- a/community/gst-plugins-bad/APKBUILD +++ b/community/gst-plugins-bad/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-bad pkgver=1.16.2 -pkgrel=5 +pkgrel=6 pkgdesc="GStreamer streaming media framework bad plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -31,7 +31,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dpackage-origin="https://alpinelinux.org" \ -Dpackage-name="GStreamer bad plug-ins (Alpine Linux)" \ -Dintrospection=enabled \ diff --git a/community/gst-plugins-good/APKBUILD b/community/gst-plugins-good/APKBUILD index dfca70b17d..7bbf7f29cc 100644 --- a/community/gst-plugins-good/APKBUILD +++ b/community/gst-plugins-good/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-good pkgver=1.16.2 -pkgrel=4 +pkgrel=5 pkgdesc="GStreamer streaming media framework good plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -45,7 +45,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dpackage-origin="https://alpinelinux.org" \ -Dpackage-name="GStreamer good plug-ins (Alpine Linux)" \ . output diff --git a/community/gst-plugins-ugly/APKBUILD b/community/gst-plugins-ugly/APKBUILD index ec48becab8..573fc4d211 100644 --- a/community/gst-plugins-ugly/APKBUILD +++ b/community/gst-plugins-ugly/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-ugly pkgver=1.16.2 -pkgrel=1 +pkgrel=2 pkgdesc="GStreamer streaming media framework ugly plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -24,7 +24,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dpackage-origin="https://alpinelinux.org" \ -Dpackage-name="GStreamer ugly plug-ins (Alpine Linux)" \ . output diff --git a/community/gtk-layer-shell/APKBUILD b/community/gtk-layer-shell/APKBUILD index 54f726d2ce..fb4ec386a9 100644 --- a/community/gtk-layer-shell/APKBUILD +++ b/community/gtk-layer-shell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gtk-layer-shell pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Create panels and other desktop components in Wayland using the Layer Shell protocol" options="!check" # No testsuite url="https://github.com/wmww/gtk-layer-shell" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dexamples=false \ -Ddocs=false \ . output diff --git a/community/gtk-vnc/APKBUILD b/community/gtk-vnc/APKBUILD index 50595591b9..14cd7eb103 100644 --- a/community/gtk-vnc/APKBUILD +++ b/community/gtk-vnc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk-vnc pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A VNC viewer widget for GTK" url="https://wiki.gnome.org/Projects/gtk-vnc" arch="all" @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dwith-vala=true \ -Dwith-coroutine=gthread \ . output diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD index 2f5a856256..c423ac5566 100644 --- a/community/gtk4.0/APKBUILD +++ b/community/gtk4.0/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gtk4.0 pkgver=3.98.0 -pkgrel=0 +pkgrel=1 pkgdesc="The GTK Toolkit (v4)" url="https://www.gtk.org/" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" @@ -68,7 +68,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dbroadway-backend=true \ -Dman-pages=true \ -Ddocumentation=true \ diff --git a/community/gtksourceview4/APKBUILD b/community/gtksourceview4/APKBUILD index 83207fa4d3..39a12e61cc 100644 --- a/community/gtksourceview4/APKBUILD +++ b/community/gtksourceview4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gtksourceview4 pkgver=4.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="https://wiki.gnome.org/Projects/GtkSourceView" arch="all !s390x" # Limited by ibus -> librsvg @@ -23,7 +23,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dglade_catalog=true \ . output ninja -C output diff --git a/community/gvfs/APKBUILD b/community/gvfs/APKBUILD index 6535ea279c..6547f63e35 100644 --- a/community/gvfs/APKBUILD +++ b/community/gvfs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gvfs pkgver=1.42.2 -pkgrel=1 +pkgrel=2 pkgdesc="Backends for the gio framework in GLib" url="https://wiki.gnome.org/Projects/gvfs" arch="all" @@ -40,7 +40,7 @@ source="https://download.gnome.org/sources/gvfs/${pkgver%.*}/gvfs-$pkgver.tar.xz build() { meson \ - --buildtype=debugoptimized \ + --buildtype=plain \ --prefix=/usr \ --libexecdir=/usr/libexec/gvfs \ --sysconfdir=/etc \ diff --git a/community/gvm-libs/APKBUILD b/community/gvm-libs/APKBUILD index 0796b6db3f..6cdf01a2e5 100644 --- a/community/gvm-libs/APKBUILD +++ b/community/gvm-libs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gvm-libs pkgver=11.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Greenbone Vulnerability Management Libraries" url="https://www.openvas.org/" arch="all" @@ -31,7 +31,7 @@ prepare() { build() { cd $builddir/build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_STATIC=0 \ -DBUILD_SHARED=1 \ diff --git a/community/gvmd/APKBUILD b/community/gvmd/APKBUILD index 073c136d0a..70f751bc39 100644 --- a/community/gvmd/APKBUILD +++ b/community/gvmd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gvmd pkgver=9.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Greenbone Vulnerability Manager" url="https://www.openvas.org/" arch="all" @@ -39,7 +39,7 @@ prepare() { build() { cd "$builddir"/build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DSBINDIR=/usr/bin \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ diff --git a/community/gwenview/APKBUILD b/community/gwenview/APKBUILD index 2b9897ce92..d850107e4b 100644 --- a/community/gwenview/APKBUILD +++ b/community/gwenview/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=gwenview pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/graphics/org.kde.gwenview" pkgdesc="Fast and easy to use image viewer by KDE" @@ -24,7 +24,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/imgbrd-grabber/APKBUILD b/community/imgbrd-grabber/APKBUILD index dd7da31e89..90f51f22c3 100644 --- a/community/imgbrd-grabber/APKBUILD +++ b/community/imgbrd-grabber/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=imgbrd-grabber pkgver=7.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Powerful imageboard/booru downloader" options="!check" # Tests requires graphics url="https://bionus.github.io/imgbrd-grabber" @@ -24,7 +24,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ $CMAKE_CROSSOPTS diff --git a/community/innoextract/APKBUILD b/community/innoextract/APKBUILD index 8706816349..aabab6112b 100644 --- a/community/innoextract/APKBUILD +++ b/community/innoextract/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Koloberdin <koloberdin@gmail.com> pkgname=innoextract pkgver=1.8 -pkgrel=2 +pkgrel=3 pkgdesc="A tool to extract installers created by Inno Setup" url="https://constexpr.org/innoextract/" arch="all" @@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DBoost_NO_BOOST_CMAKE=ON \ . make diff --git a/community/intel-gmmlib/APKBUILD b/community/intel-gmmlib/APKBUILD index 4e2fe6fed1..25caf87aa7 100644 --- a/community/intel-gmmlib/APKBUILD +++ b/community/intel-gmmlib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=intel-gmmlib pkgver=19.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Intel Graphics Memory Management Library" options="!check" url="https://github.com/intel/gmmlib/" @@ -21,7 +21,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -Wno-dev \ diff --git a/community/intel-media-driver/APKBUILD b/community/intel-media-driver/APKBUILD index ca820a55a7..6a8e2df1b1 100644 --- a/community/intel-media-driver/APKBUILD +++ b/community/intel-media-driver/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=intel-media-driver pkgver=19.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Intel Media Driver for VAAPI - Broadwell+ iGPUs" url="https://github.com/intel/media-driver" arch="x86_64" @@ -25,7 +25,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DINSTALL_DRIVER_SYSCONF=OFF \ diff --git a/community/jreen/APKBUILD b/community/jreen/APKBUILD index 4d957ba937..9bf8f3bff2 100644 --- a/community/jreen/APKBUILD +++ b/community/jreen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=jreen pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Free and Opensource Jabber library, written in C++ using cross-platform framework Qt." url="http://qutim.org/jreen" arch="all" @@ -18,7 +18,7 @@ build() { mkdir -p "$builddir"/build cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/jsonrpc-glib/APKBUILD b/community/jsonrpc-glib/APKBUILD index f4dc7f6791..eb27642b2b 100644 --- a/community/jsonrpc-glib/APKBUILD +++ b/community/jsonrpc-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=jsonrpc-glib pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library to communicate using the JSON-RPC 2.0 specification" url="https://gitlab.gnome.org/GNOME/jsonrpc-glib" arch="all" @@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/jsonrpc-glib/${pkgver%.*}/jsonrpc-gli build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Denable_gtk_doc=true \ . output ninja -C output diff --git a/community/juk/APKBUILD b/community/juk/APKBUILD index 4c7fd3bb65..9ac15fa0db 100644 --- a/community/juk/APKBUILD +++ b/community/juk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=juk pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://juk.kde.org/" pkgdesc="A jukebox, tagger and music collection manager" @@ -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 make diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD index c625f8dfe0..4c10e559a3 100644 --- a/community/kaccounts-integration/APKBUILD +++ b/community/kaccounts-integration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kaccounts-integration pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kaccounts-providers/APKBUILD b/community/kaccounts-providers/APKBUILD index 24f1a6a4f0..4ee0835af4 100644 --- a/community/kaccounts-providers/APKBUILD +++ b/community/kaccounts-providers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kaccounts-providers pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # qtdeclarative url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" @@ -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 make diff --git a/community/kactivities-stats/APKBUILD b/community/kactivities-stats/APKBUILD index 251baf1f88..6a0080266e 100644 --- a/community/kactivities-stats/APKBUILD +++ b/community/kactivities-stats/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> pkgname=kactivities-stats pkgver=5.67.0 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative pkgdesc="A library for accessing the usage data collected by the activities system" 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 diff --git a/community/kactivities/APKBUILD b/community/kactivities/APKBUILD index 612e1ee8d0..690ffc6c50 100644 --- a/community/kactivities/APKBUILD +++ b/community/kactivities/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kactivities pkgver=5.67.0 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative pkgdesc="Core components for the KDE's Activities" url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kactivitymanagerd/APKBUILD b/community/kactivitymanagerd/APKBUILD index 13d2f8a53d..3edb0914fa 100644 --- a/community/kactivitymanagerd/APKBUILD +++ b/community/kactivitymanagerd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kactivitymanagerd pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="System service to manage user's activities and track the usage patterns" arch="all !armhf" # disable armhf due to missing qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kaidan/APKBUILD b/community/kaidan/APKBUILD index cd25661390..34eb68f098 100644 --- a/community/kaidan/APKBUILD +++ b/community/kaidan/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kaidan pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://invent.kde.org/kde/kaidan" @@ -21,7 +21,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DQUICK_COMPILER=TRUE \ diff --git a/community/kapidox/APKBUILD b/community/kapidox/APKBUILD index b9c9525fc6..460d979fab 100644 --- a/community/kapidox/APKBUILD +++ b/community/kapidox/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kapidox pkgver=5.67.0 -pkgrel=0 +pkgrel=1 arch="noarch !armhf" # armhf blocked by extra-cmake-modules pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style" 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 diff --git a/community/karchive/APKBUILD b/community/karchive/APKBUILD index 9ccfd87954..ec64374be8 100644 --- a/community/karchive/APKBUILD +++ b/community/karchive/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=karchive pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt 5 addon providing access to numerous types of archives" arch="all !armhf" # qtdeclarative 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 diff --git a/community/kate/APKBUILD b/community/kate/APKBUILD index c8d4455e8e..0548130cc4 100644 --- a/community/kate/APKBUILD +++ b/community/kate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kate pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.kate" pkgdesc="A multi-document, multi-view text editor" @@ -21,7 +21,7 @@ prepare() { build() { cd "$builddir"/build/kate cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_kwrite=FALSE @@ -29,7 +29,7 @@ build() { cd "$builddir"/build/kwrite cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_kate=FALSE \ diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD index 86e8d586f0..ca6914b88d 100644 --- a/community/kauth/APKBUILD +++ b/community/kauth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kauth pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Abstraction to system policy and authentication features" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kbookmarks/APKBUILD b/community/kbookmarks/APKBUILD index cf59069465..36d592ed70 100644 --- a/community/kbookmarks/APKBUILD +++ b/community/kbookmarks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kbookmarks pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for bookmarks and the XBEL format" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kcalc/APKBUILD b/community/kcalc/APKBUILD index 58e818e216..f07b863196 100644 --- a/community/kcalc/APKBUILD +++ b/community/kcalc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcalc pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.kcalc" pkgdesc="Scientific Calculator" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD index 3230b8aa80..4f0e7d4219 100644 --- a/community/kcalendarcore/APKBUILD +++ b/community/kcalendarcore/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcalendarcore pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="The KDE calendar access library" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -23,7 +23,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 diff --git a/community/kcmutils/APKBUILD b/community/kcmutils/APKBUILD index 032ab378b8..3d834cbf4b 100644 --- a/community/kcmutils/APKBUILD +++ b/community/kcmutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcmutils pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Utilities for interacting with KCModules" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kcodecs/APKBUILD b/community/kcodecs/APKBUILD index 3acb2a54d7..b0cf6f3d4f 100644 --- a/community/kcodecs/APKBUILD +++ b/community/kcodecs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcodecs pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Provide a collection of methods to manipulate strings using various encodings" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -20,7 +20,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 diff --git a/community/kcolorchooser/APKBUILD b/community/kcolorchooser/APKBUILD index 1747ae978a..c7aff8c1cf 100644 --- a/community/kcolorchooser/APKBUILD +++ b/community/kcolorchooser/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcolorchooser pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/graphics/org.kde.kcolorchooser" pkgdesc="A color palette tool, used to mix colors and create custom color palettes" @@ -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 make diff --git a/community/kcompletion/APKBUILD b/community/kcompletion/APKBUILD index 6339a2e653..690941bdf1 100644 --- a/community/kcompletion/APKBUILD +++ b/community/kcompletion/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcompletion pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Text completion helpers and widgets" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kconfig/APKBUILD b/community/kconfig/APKBUILD index e6eccb4cf9..5befc6c246 100644 --- a/community/kconfig/APKBUILD +++ b/community/kconfig/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kconfig pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Configuration system" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kconfigwidgets/APKBUILD b/community/kconfigwidgets/APKBUILD index e5a3c2e922..8183ef367a 100644 --- a/community/kconfigwidgets/APKBUILD +++ b/community/kconfigwidgets/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kconfigwidgets pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Widgets for KConfig" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kcontacts/APKBUILD b/community/kcontacts/APKBUILD index dbfb5df501..625c2848f3 100644 --- a/community/kcontacts/APKBUILD +++ b/community/kcontacts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcontacts pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Address book API for KDE" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -23,7 +23,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 diff --git a/community/kcoreaddons/APKBUILD b/community/kcoreaddons/APKBUILD index 2e80ee385c..7c4db6bd62 100644 --- a/community/kcoreaddons/APKBUILD +++ b/community/kcoreaddons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcoreaddons pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Addons to QtCore" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kcrash/APKBUILD b/community/kcrash/APKBUILD index 28aa82bc9c..37f99f1ed2 100644 --- a/community/kcrash/APKBUILD +++ b/community/kcrash/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcrash pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for application crash analysis and bug report from apps" arch="all !armhf" url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kcron/APKBUILD b/community/kcron/APKBUILD index 876d81541f..6839a1b3b0 100644 --- a/community/kcron/APKBUILD +++ b/community/kcron/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kcron pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # Missing dependencies url="https://kde.org/applications/system/" pkgdesc="Configure and schedule tasks" @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kdbusaddons/APKBUILD b/community/kdbusaddons/APKBUILD index 4d7b3a0fb1..1fb40a95c8 100644 --- a/community/kdbusaddons/APKBUILD +++ b/community/kdbusaddons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdbusaddons pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Addons to QtDBus" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kde-cli-tools/APKBUILD b/community/kde-cli-tools/APKBUILD index d592d7aae3..78be54aa99 100644 --- a/community/kde-cli-tools/APKBUILD +++ b/community/kde-cli-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kde-cli-tools pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://cgit.kde.org/kde-cli-tools" @@ -15,7 +15,7 @@ options="!check" # Broken build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kde-gtk-config/APKBUILD b/community/kde-gtk-config/APKBUILD index 23501c28ab..a8adbd162a 100644 --- a/community/kde-gtk-config/APKBUILD +++ b/community/kde-gtk-config/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kde-gtk-config pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="GTK2 and GTK3 Configurator for KDE" arch="all !armhf" # qtdeclarative url="https://cgit.kde.org/kde-gtk-config" @@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/kde-gtk-config-$pkgver.ta build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kdeclarative/APKBUILD b/community/kdeclarative/APKBUILD index f8dd74aed4..24179f8d33 100644 --- a/community/kdeclarative/APKBUILD +++ b/community/kdeclarative/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdeclarative pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Provides integration of QML and KDE Frameworks" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kdeconnect/APKBUILD b/community/kdeconnect/APKBUILD index 855124afaf..adb0017372 100644 --- a/community/kdeconnect/APKBUILD +++ b/community/kdeconnect/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdeconnect pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Adds communication between KDE and your smartphone" url="https://community.kde.org/KDEConnect" arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ diff --git a/community/kdecoration/APKBUILD b/community/kdecoration/APKBUILD index a88bccff41..e89066091e 100644 --- a/community/kdecoration/APKBUILD +++ b/community/kdecoration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdecoration pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plugin based library to create window decorations" arch="all !armhf" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kded/APKBUILD b/community/kded/APKBUILD index a5555d1175..aacf0312e4 100644 --- a/community/kded/APKBUILD +++ b/community/kded/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kded pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Extensible deamon for providing system level services" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 make diff --git a/community/kdelibs4support/APKBUILD b/community/kdelibs4support/APKBUILD index 0e7f583dfe..dbe79e9683 100644 --- a/community/kdelibs4support/APKBUILD +++ b/community/kdelibs4support/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdelibs4support pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Porting aid from KDELibs4" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kdeplasma-addons/APKBUILD b/community/kdeplasma-addons/APKBUILD index c79699c0ec..3d87a3c640 100644 --- a/community/kdeplasma-addons/APKBUILD +++ b/community/kdeplasma-addons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdeplasma-addons pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="All kind of addons to improve your Plasma experience" # ppc64le and s390x blocked by qt5-qtwebengine # armhf blocked by qt5-qtdeclarative @@ -21,7 +21,7 @@ subpackages="$pkgname-dev $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kdesignerplugin/APKBUILD b/community/kdesignerplugin/APKBUILD index 3cdb1045af..621cf99036 100644 --- a/community/kdesignerplugin/APKBUILD +++ b/community/kdesignerplugin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdesignerplugin pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kdesu/APKBUILD b/community/kdesu/APKBUILD index 86c7b26f28..5120cb2c0d 100644 --- a/community/kdesu/APKBUILD +++ b/community/kdesu/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdesu pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Integration with su for elevated privileges" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -24,7 +24,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kdewebkit/APKBUILD b/community/kdewebkit/APKBUILD index 803a986eb9..5c7dc9b581 100644 --- a/community/kdewebkit/APKBUILD +++ b/community/kdewebkit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdewebkit pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Integration of the HTML rendering engine WebKit" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 make diff --git a/community/kdialog/APKBUILD b/community/kdialog/APKBUILD index ead2e35fbc..7c1274de0e 100644 --- a/community/kdialog/APKBUILD +++ b/community/kdialog/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdialog pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/" pkgdesc="A utility for displaying dialog boxes from shell scripts" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kdnssd/APKBUILD b/community/kdnssd/APKBUILD index e0432b5b37..23d4e43aaa 100644 --- a/community/kdnssd/APKBUILD +++ b/community/kdnssd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdnssd pkgver=5.67.0 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules pkgdesc="Network service discovery using Zeroconf" url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kdoctools/APKBUILD b/community/kdoctools/APKBUILD index b7fff38931..57f32506c5 100644 --- a/community/kdoctools/APKBUILD +++ b/community/kdoctools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdoctools pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Documentation generation from docbook" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/keditbookmarks/APKBUILD b/community/keditbookmarks/APKBUILD index 4a2c0daf1a..61c68eba33 100644 --- a/community/keditbookmarks/APKBUILD +++ b/community/keditbookmarks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=keditbookmarks pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/" pkgdesc="Bookmark Organizer and Editor" @@ -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 make diff --git a/community/keepassxc/APKBUILD b/community/keepassxc/APKBUILD index 45932687f0..33c24436b7 100644 --- a/community/keepassxc/APKBUILD +++ b/community/keepassxc/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Orson Teodoro <orsonteodoro@hotmail.com> pkgname=keepassxc pkgver=2.5.3 -pkgrel=0 +pkgrel=1 pkgdesc="Community-driven port of the Windows application Keepass Password Safe" url="https://keepassxc.org/" arch="all" @@ -21,7 +21,7 @@ build() { cmake . \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DKEEPASSXC_BUILD_TYPE=RelWithDebInfo \ -DWITH_XC_AUTOTYPE=ON \ -DWITH_XC_NETWORKING=ON \ diff --git a/community/kemoticons/APKBUILD b/community/kemoticons/APKBUILD index 39893742f2..dc6c448626 100644 --- a/community/kemoticons/APKBUILD +++ b/community/kemoticons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kemoticons pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for emoticons and emoticons themes" arch="all !armhf" url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kfilemetadata/APKBUILD b/community/kfilemetadata/APKBUILD index d10fcc747b..14e67b68ba 100644 --- a/community/kfilemetadata/APKBUILD +++ b/community/kfilemetadata/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kfilemetadata pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A library for extracting file metadata" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kfind/APKBUILD b/community/kfind/APKBUILD index 104084d7be..fb9193cebf 100644 --- a/community/kfind/APKBUILD +++ b/community/kfind/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kfind pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/utilities/kfind" pkgdesc="Find Files/Folders" @@ -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 make diff --git a/community/kgamma5/APKBUILD b/community/kgamma5/APKBUILD index 8cd1b2ce5c..28f72549e7 100644 --- a/community/kgamma5/APKBUILD +++ b/community/kgamma5/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kgamma5 pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Adjust your monitor's gamma settings" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kget/APKBUILD b/community/kget/APKBUILD index 49242de5ce..8cca40416b 100644 --- a/community/kget/APKBUILD +++ b/community/kget/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kget pkgver=19.12.2 -pkgrel=0 +pkgrel=1 # ppc64le and s390x blocked by plasma-workspace -> libksysguard -> qt5-qtwebengine # armhf blocked by extra-cmake-modules arch="all !ppc64le !s390x !armhf" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kglobalaccel/APKBUILD b/community/kglobalaccel/APKBUILD index 9dfb16599e..2e4e6056f6 100644 --- a/community/kglobalaccel/APKBUILD +++ b/community/kglobalaccel/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kglobalaccel pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Add support for global workspace shortcuts" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kguiaddons/APKBUILD b/community/kguiaddons/APKBUILD index 56f90b9a7a..7f806adb5f 100644 --- a/community/kguiaddons/APKBUILD +++ b/community/kguiaddons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kguiaddons pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Addons to QtGui" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kholidays/APKBUILD b/community/kholidays/APKBUILD index e5aa236ee2..17ebb4f9b7 100644 --- a/community/kholidays/APKBUILD +++ b/community/kholidays/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kholidays pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for icon themes" arch="all !armhf" # armhf blocked by qt5-qtdeclarative 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 diff --git a/community/khotkeys/APKBUILD b/community/khotkeys/APKBUILD index 9de6a81de2..2c542ab39c 100644 --- a/community/khotkeys/APKBUILD +++ b/community/khotkeys/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=khotkeys pkgver=5.18.1 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" pkgdesc="Key Accelerator Application" @@ -14,7 +14,7 @@ options="!check" # No tests build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/khtml/APKBUILD b/community/khtml/APKBUILD index 89e6ca3d20..226bc2c28f 100644 --- a/community/khtml/APKBUILD +++ b/community/khtml/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=khtml pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="The KDE HTML library, ancestor of WebKit" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/ki18n/APKBUILD b/community/ki18n/APKBUILD index 2a5aa0dfe6..979acbc5e0 100644 --- a/community/ki18n/APKBUILD +++ b/community/ki18n/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ki18n pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced internationalization framework" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kiconthemes/APKBUILD b/community/kiconthemes/APKBUILD index b6bfdaee49..14ea604370 100644 --- a/community/kiconthemes/APKBUILD +++ b/community/kiconthemes/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kiconthemes pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for icon themes" arch="all !armhf" url="https://community.kde.org/Frameworks" @@ -23,7 +23,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 diff --git a/community/kidletime/APKBUILD b/community/kidletime/APKBUILD index 53569f7d9f..fc08e8d69a 100644 --- a/community/kidletime/APKBUILD +++ b/community/kidletime/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kidletime pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Monitoring user activity" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kile/APKBUILD b/community/kile/APKBUILD index 82d97ba775..1af70a94a3 100644 --- a/community/kile/APKBUILD +++ b/community/kile/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kile pkgver=2.9.93 -pkgrel=0 +pkgrel=1 arch="all !ppc64le !armhf" # Limited by texlive url="https://kde.org/applications/office/org.kde.kile" pkgdesc="A user-friendly TeX/LaTeX editor" @@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kimageformats/APKBUILD b/community/kimageformats/APKBUILD index 39ed757625..e87d71ad0a 100644 --- a/community/kimageformats/APKBUILD +++ b/community/kimageformats/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kimageformats pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Image format plugins for Qt5" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kinfocenter/APKBUILD b/community/kinfocenter/APKBUILD index 50ed9edea9..398057d455 100644 --- a/community/kinfocenter/APKBUILD +++ b/community/kinfocenter/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kinfocenter pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="A utility that provides information about a computer system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/system/kinfocenter" @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kinit/APKBUILD b/community/kinit/APKBUILD index db08b00676..23057f6f97 100644 --- a/community/kinit/APKBUILD +++ b/community/kinit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kinit pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Process launcher to speed up launching KDE applications" arch="all !armhf" 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 diff --git a/community/kio-extras/APKBUILD b/community/kio-extras/APKBUILD index 6ededb4a14..c0d938e2d3 100644 --- a/community/kio-extras/APKBUILD +++ b/community/kio-extras/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kio-extras pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/internet/" pkgdesc="Additional components to increase the functionality of KIO" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kio/APKBUILD b/community/kio/APKBUILD index 0c190aba9f..1595848953 100644 --- a/community/kio/APKBUILD +++ b/community/kio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kio pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Resource and network access abstraction" arch="all !armhf" url="https://community.kde.org/Frameworks" @@ -27,7 +27,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 diff --git a/community/kirigami2/APKBUILD b/community/kirigami2/APKBUILD index 6958594715..ae704f3cd3 100644 --- a/community/kirigami2/APKBUILD +++ b/community/kirigami2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kirigami2 pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A QtQuick based components set" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_EXAMPLES=ON diff --git a/community/kitemmodels/APKBUILD b/community/kitemmodels/APKBUILD index 6da140a5f2..7aeda156d1 100644 --- a/community/kitemmodels/APKBUILD +++ b/community/kitemmodels/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kitemmodels pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Models for Qt Model/View system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kitemviews/APKBUILD b/community/kitemviews/APKBUILD index 8e6649999c..bab92a863d 100644 --- a/community/kitemviews/APKBUILD +++ b/community/kitemviews/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kitemviews pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Widget addons for Qt Model/View" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kjobwidgets/APKBUILD b/community/kjobwidgets/APKBUILD index 67069438ef..ec3bab4a0b 100644 --- a/community/kjobwidgets/APKBUILD +++ b/community/kjobwidgets/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kjobwidgets pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Widgets for tracking KJob instances" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kjs/APKBUILD b/community/kjs/APKBUILD index 2bd4f027d5..cf4fbcc000 100644 --- a/community/kjs/APKBUILD +++ b/community/kjs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kjs pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for JS scripting in applications" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 make diff --git a/community/kjsembed/APKBUILD b/community/kjsembed/APKBUILD index 97f78f31f3..af6f96d985 100644 --- a/community/kjsembed/APKBUILD +++ b/community/kjsembed/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kjsembed pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="JavaScript bindings for QObject" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 make diff --git a/community/kmag/APKBUILD b/community/kmag/APKBUILD index 31f3e2b807..9fa55f6b12 100644 --- a/community/kmag/APKBUILD +++ b/community/kmag/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmag pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.kmag" pkgdesc="A screen magnifier" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kmediaplayer/APKBUILD b/community/kmediaplayer/APKBUILD index bea8a296a1..b7f273c251 100644 --- a/community/kmediaplayer/APKBUILD +++ b/community/kmediaplayer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmediaplayer pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Media player framework for KDE 5" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kmousetool/APKBUILD b/community/kmousetool/APKBUILD index 4bae5c826e..da97e15e75 100644 --- a/community/kmousetool/APKBUILD +++ b/community/kmousetool/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmousetool pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.kmousetool" pkgdesc="A program that clicks the mouse for you" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kmouth/APKBUILD b/community/kmouth/APKBUILD index bbb9d0cf61..78178770d1 100644 --- a/community/kmouth/APKBUILD +++ b/community/kmouth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kmouth pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" #qtdeclarative url="https://kde.org/applications/utilities/org.kde.kmouth" pkgdesc="Speech Synthesizer Frontend" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/knewstuff/APKBUILD b/community/knewstuff/APKBUILD index 4d62a2361a..46c7a8ba87 100644 --- a/community/knewstuff/APKBUILD +++ b/community/knewstuff/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=knewstuff pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework for downloading and sharing additional application data" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -25,7 +25,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 diff --git a/community/knot-resolver/APKBUILD b/community/knot-resolver/APKBUILD index 091ec4430b..804e18ace7 100644 --- a/community/knot-resolver/APKBUILD +++ b/community/knot-resolver/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=knot-resolver pkgver=4.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Minimalistic caching DNS resolver implementation" url="https://www.knot-resolver.cz/" arch="all !s390x" # limited by luajit @@ -50,7 +50,7 @@ build() { meson build \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --default-library=both \ -Dclient=enabled \ -Dgroup="$pkggroups" \ diff --git a/community/knotifications/APKBUILD b/community/knotifications/APKBUILD index ccad102871..b1eeaf0656 100644 --- a/community/knotifications/APKBUILD +++ b/community/knotifications/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=knotifications pkgver=5.67.0 -pkgrel=1 +pkgrel=2 pkgdesc="Abstraction for system notifications" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -15,7 +15,7 @@ options="!check" # Fails due to requiring running dbus-daemon build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON diff --git a/community/knotifyconfig/APKBUILD b/community/knotifyconfig/APKBUILD index bbf3a4d8ff..c1c697c267 100644 --- a/community/knotifyconfig/APKBUILD +++ b/community/knotifyconfig/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=knotifyconfig pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Configuration system for KNotify" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kodi/APKBUILD b/community/kodi/APKBUILD index e7e8cd8ce5..5e8713eb95 100644 --- a/community/kodi/APKBUILD +++ b/community/kodi/APKBUILD @@ -3,7 +3,7 @@ pkgname=kodi pkgver=18.5 _realname=Leia -pkgrel=0 +pkgrel=1 _libdvdcss_pkgver="1.4.2-Leia-Beta-5" _libdvdread_pkgver="6.0.0-Leia-Alpha-3" _libdvdnav_pkgver="6.0.0-Leia-Alpha-3" @@ -122,7 +122,7 @@ build() { # X11 cd "$builddir"/build-x11 cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_INTERNAL_CROSSGUID=ON \ @@ -141,7 +141,7 @@ build() { # Wayland cd "$builddir"/build-wayland cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_INTERNAL_CROSSGUID=ON \ @@ -162,7 +162,7 @@ build() { # GBM cd "$builddir"/build-gbm cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_INTERNAL_CROSSGUID=ON \ diff --git a/community/kolourpaint/APKBUILD b/community/kolourpaint/APKBUILD index f456a2ea2d..a88701a8ac 100644 --- a/community/kolourpaint/APKBUILD +++ b/community/kolourpaint/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kolourpaint pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="http://www.kolourpaint.org/" pkgdesc="An easy-to-use paint program" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/konsole/APKBUILD b/community/konsole/APKBUILD index 6f28e3689f..4e0801ead9 100644 --- a/community/konsole/APKBUILD +++ b/community/konsole/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=konsole pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://kde.org/applications/system/konsole" pkgdesc="KDE's terminal emulator" @@ -26,7 +26,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kpackage/APKBUILD b/community/kpackage/APKBUILD index 881eb19978..421bf89d13 100644 --- a/community/kpackage/APKBUILD +++ b/community/kpackage/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kpackage pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework that lets applications manage user installable packages of non-binary assets" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kparts/APKBUILD b/community/kparts/APKBUILD index a678b13f1f..6d4367d6ae 100644 --- a/community/kparts/APKBUILD +++ b/community/kparts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kparts pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Document centric plugin system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -23,7 +23,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 diff --git a/community/kpeople/APKBUILD b/community/kpeople/APKBUILD index d27f02b594..a2a885dcd3 100644 --- a/community/kpeople/APKBUILD +++ b/community/kpeople/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kpeople pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A library that provides access to all contacts and the people who hold them" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make diff --git a/community/kpeoplevcard/APKBUILD b/community/kpeoplevcard/APKBUILD index d91a0f5a53..cbdcaeedf0 100644 --- a/community/kpeoplevcard/APKBUILD +++ b/community/kpeoplevcard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kpeoplevcard pkgver=0.1 -pkgrel=1 +pkgrel=2 pkgdesc="KPeople backend using vcard storage" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://phabricator.kde.org/source/kpeoplevcard" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kplotting/APKBUILD b/community/kplotting/APKBUILD index faa7a8467d..4e702780d9 100644 --- a/community/kplotting/APKBUILD +++ b/community/kplotting/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kplotting pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight plotting framework" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kpty/APKBUILD b/community/kpty/APKBUILD index 32afdb5fdf..94ad819608 100644 --- a/community/kpty/APKBUILD +++ b/community/kpty/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kpty pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Pty abstraction" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kquickcharts/APKBUILD b/community/kquickcharts/APKBUILD index ff387336a9..74e63abbdb 100644 --- a/community/kquickcharts/APKBUILD +++ b/community/kquickcharts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kquickcharts pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A QtQuick plugin providing high-performance charts" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kross/APKBUILD b/community/kross/APKBUILD index b37eb3b199..a5982debac 100644 --- a/community/kross/APKBUILD +++ b/community/kross/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kross pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework for scripting KDE applications" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 make diff --git a/community/kruler/APKBUILD b/community/kruler/APKBUILD index 3143f15f14..99cc1da2ac 100644 --- a/community/kruler/APKBUILD +++ b/community/kruler/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kruler pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/graphics/org.kde.kruler" pkgdesc="An on-screen ruler for measuring pixels" @@ -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 make diff --git a/community/krunner/APKBUILD b/community/krunner/APKBUILD index 0e1be79c78..3ef1ca3ae3 100644 --- a/community/krunner/APKBUILD +++ b/community/krunner/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=krunner pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework for providing different actions given a string query" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -24,7 +24,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 diff --git a/community/kscreen/APKBUILD b/community/kscreen/APKBUILD index 2122cb9b00..282e3f037e 100644 --- a/community/kscreen/APKBUILD +++ b/community/kscreen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kscreen pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE's screen management software" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kscreenlocker/APKBUILD b/community/kscreenlocker/APKBUILD index 9ba58b7468..adb90103f2 100644 --- a/community/kscreenlocker/APKBUILD +++ b/community/kscreenlocker/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kscreenlocker pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Library and components for secure lock screen architecture" arch="all !armhf" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -19,7 +19,7 @@ options="!check" # Requires running loginctl build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kservice/APKBUILD b/community/kservice/APKBUILD index e193572a8c..48b66f5fb1 100644 --- a/community/kservice/APKBUILD +++ b/community/kservice/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kservice pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced plugin and service introspection" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/ksshaskpass/APKBUILD b/community/ksshaskpass/APKBUILD index 8f6668d2ff..d946078075 100644 --- a/community/ksshaskpass/APKBUILD +++ b/community/ksshaskpass/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ksshaskpass pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="ssh-add helper that uses kwallet and kpassworddialog" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/ksysguard/APKBUILD b/community/ksysguard/APKBUILD index 3d765fbedc..869f77bdf2 100644 --- a/community/ksysguard/APKBUILD +++ b/community/ksysguard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ksysguard pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Track and control the processes running in your system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://userbase.kde.org/KSysGuard" @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/ktexteditor/APKBUILD b/community/ktexteditor/APKBUILD index aeee31ea56..d02c3492de 100644 --- a/community/ktexteditor/APKBUILD +++ b/community/ktexteditor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ktexteditor pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced embeddable text editor" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/ktextwidgets/APKBUILD b/community/ktextwidgets/APKBUILD index 3aa882fba9..908e32018c 100644 --- a/community/ktextwidgets/APKBUILD +++ b/community/ktextwidgets/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ktextwidgets pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced text editing widgets" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/ktoblzcheck/APKBUILD b/community/ktoblzcheck/APKBUILD index 4dd393598a..fd397b9965 100644 --- a/community/ktoblzcheck/APKBUILD +++ b/community/ktoblzcheck/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=ktoblzcheck pkgver=1.52 -pkgrel=0 +pkgrel=1 pkgdesc="A library to check account numbers and bank codes of german banks" url="http://ktoblzcheck.sourceforge.net/" arch="all" @@ -14,7 +14,7 @@ source="https://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$p build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_BANKDATA_DOWNLOAD=OFF diff --git a/community/ktp-common-internals/APKBUILD b/community/ktp-common-internals/APKBUILD index cf4b7e0c6d..31e3916b71 100644 --- a/community/ktp-common-internals/APKBUILD +++ b/community/ktp-common-internals/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=ktp-common-internals pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Library for KTp" url="https://github.com/kde/ktp-common-internals" arch="all !armhf" # armhf blocked by extra-cmake-modules @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/kunitconversion/APKBUILD b/community/kunitconversion/APKBUILD index 245208321c..377f39878b 100644 --- a/community/kunitconversion/APKBUILD +++ b/community/kunitconversion/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kunitconversion pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Support for unit conversion" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kvantum/APKBUILD b/community/kvantum/APKBUILD index 265eeb82fe..72d940b843 100644 --- a/community/kvantum/APKBUILD +++ b/community/kvantum/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=kvantum pkgver=0.14.1 -pkgrel=1 +pkgrel=2 pkgdesc="SVG-based theme engine for Qt5" options="!check" # No testsuite url="https://github.com/tsujan/Kvantum" @@ -22,7 +22,7 @@ build() { -GNinja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DENABLE_QT4=OFF \ diff --git a/community/kwallet-pam/APKBUILD b/community/kwallet-pam/APKBUILD index 97d2105d3f..26ac250c95 100644 --- a/community/kwallet-pam/APKBUILD +++ b/community/kwallet-pam/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwallet-pam pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KWallet PAM integration" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ options="!check" # No tests available build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kwallet/APKBUILD b/community/kwallet/APKBUILD index 59f24595fe..df8ee8ea91 100644 --- a/community/kwallet/APKBUILD +++ b/community/kwallet/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwallet pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Secure and unified container for user passwords" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/kwave/APKBUILD b/community/kwave/APKBUILD index c82f27554a..847574a755 100644 --- a/community/kwave/APKBUILD +++ b/community/kwave/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwave pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="http://kwave.sourceforge.net/" pkgdesc="A sound editor for KDE" @@ -27,7 +27,7 @@ build() { doc_opts="-DWITH_DOC=ON" fi cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_OSS=OFF \ diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD index e808400cb8..2d64457e65 100644 --- a/community/kwayland-integration/APKBUILD +++ b/community/kwayland-integration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bhushan Shah <bshah@kde.org> pkgname=kwayland-integration pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" arch="all !armhf" # armhf blocked by extra-cmake-modules @@ -14,7 +14,7 @@ options="!check" # Broken build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kwayland/APKBUILD b/community/kwayland/APKBUILD index f337147d65..ba046577ca 100644 --- a/community/kwayland/APKBUILD +++ b/community/kwayland/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwayland pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt-style Client and Server library wrapper for the Wayland libraries" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org" @@ -22,7 +22,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 diff --git a/community/kwidgetsaddons/APKBUILD b/community/kwidgetsaddons/APKBUILD index 5dfaafde02..b5e7d83fbc 100644 --- a/community/kwidgetsaddons/APKBUILD +++ b/community/kwidgetsaddons/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwidgetsaddons pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Addons to QtWidgets" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kwin/APKBUILD b/community/kwin/APKBUILD index 57e67cf527..45ad1dacaa 100644 --- a/community/kwin/APKBUILD +++ b/community/kwin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwin pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="An easy to use, but flexible, composited Window Manager" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -17,7 +17,7 @@ options="!check" # Broken build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kwindowsystem/APKBUILD b/community/kwindowsystem/APKBUILD index db2b5b3be3..f20f3b0c37 100644 --- a/community/kwindowsystem/APKBUILD +++ b/community/kwindowsystem/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwindowsystem pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Access to the windowing system" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -23,7 +23,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 diff --git a/community/kwrited/APKBUILD b/community/kwrited/APKBUILD index 35d7f4c339..78d89075ba 100644 --- a/community/kwrited/APKBUILD +++ b/community/kwrited/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kwrited pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE daemon listening for wall and write messages" arch="all !armhf" # qt5-qtdeclarative-dev unavilable on armhf url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ options="!check" # No tests available build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/kxmlgui/APKBUILD b/community/kxmlgui/APKBUILD index 352579bab1..6217d4c0f5 100644 --- a/community/kxmlgui/APKBUILD +++ b/community/kxmlgui/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kxmlgui pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="User configurable main windows" arch="all !armhf" url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/kxmlrpcclient/APKBUILD b/community/kxmlrpcclient/APKBUILD index 771710e7bb..5670158d37 100644 --- a/community/kxmlrpcclient/APKBUILD +++ b/community/kxmlrpcclient/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kxmlrpcclient pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="XML-RPC client library for KDE" arch="all !armhf" url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient" @@ -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 diff --git a/community/lapack/APKBUILD b/community/lapack/APKBUILD index 31a1964889..2c37f2de75 100644 --- a/community/lapack/APKBUILD +++ b/community/lapack/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=lapack pkgver=3.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="Linear Algebra PACKage" url="http://www.netlib.org/lapack" arch="all" @@ -25,7 +25,7 @@ prepare() { build() { cd "$builddir"/sandbox cmake .. \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_SKIP_RPATH=ON \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_TESTING=OFF \ diff --git a/community/latte-dock/APKBUILD b/community/latte-dock/APKBUILD index 126c001116..be987369f8 100644 --- a/community/latte-dock/APKBUILD +++ b/community/latte-dock/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=latte-dock pkgver=0.9.8.1 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://store.kde.org/p/1169519/" pkgdesc="A dock based on Plasma Frameworks" @@ -25,7 +25,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/lensfun/APKBUILD b/community/lensfun/APKBUILD index 527fe0a03f..ebe239df8e 100644 --- a/community/lensfun/APKBUILD +++ b/community/lensfun/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=lensfun pkgver=0.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Image manipulation library to rectify lens defects" url="http://lensfun.sourceforge.net/" arch="all" @@ -19,7 +19,7 @@ build() { esac cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ $opts diff --git a/community/libcec/APKBUILD b/community/libcec/APKBUILD index 664dccdd5d..068c8bd42a 100644 --- a/community/libcec/APKBUILD +++ b/community/libcec/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libcec pkgver=4.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="libcec for the Pulse-Eight USB-CEC adapter" url="https://github.com/Pulse-Eight/libcec" arch="all" @@ -19,7 +19,7 @@ builddir="$srcdir"/libcec-libcec-$pkgver build() { mkdir "$builddir/build" cd "$builddir/build" - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DBUILD_SHARED_LIBS=1 \ -DCMAKE_INSTALL_PREFIX=/usr \ .. diff --git a/community/libchamplain/APKBUILD b/community/libchamplain/APKBUILD index 2baa7645d0..2946acec34 100644 --- a/community/libchamplain/APKBUILD +++ b/community/libchamplain/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libchamplain pkgver=0.12.20 -pkgrel=1 +pkgrel=2 pkgdesc="libchamplain is a C library providing a ClutterActor to display maps" url="https://wiki.gnome.org/Projects/libchamplain" arch="all" @@ -17,7 +17,7 @@ build() { meson \ --prefix=/usr \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dvapi=true \ -Dintrospection=true \ -Dgtk_doc=true \ diff --git a/community/libdazzle/APKBUILD b/community/libdazzle/APKBUILD index 5b0c43f740..93248b6e8a 100644 --- a/community/libdazzle/APKBUILD +++ b/community/libdazzle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libdazzle pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="Library to delight your users with fancy features" url="https://gitlab.gnome.org/GNOME/libdazzle" arch="all" @@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/libdazzle/${pkgver%.*}/libdazzle-$pkg build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Denable_gtk_doc=false \ . output ninja -C output diff --git a/community/libftdi1/APKBUILD b/community/libftdi1/APKBUILD index 31686f2526..4cf5068292 100644 --- a/community/libftdi1/APKBUILD +++ b/community/libftdi1/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=libftdi1 pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="A library to talk to FTDI chips" url="https://www.intra2net.com/en/developer/libftdi/download.php" arch="all" @@ -19,7 +19,7 @@ build() { cd "$builddir/build" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_BUILD_RPATH=ON \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DEXAMPLES=OFF \ -DFTDI_EEPROM=ON .. make diff --git a/community/libgdata/APKBUILD b/community/libgdata/APKBUILD index 356228696c..f6c36eb859 100644 --- a/community/libgdata/APKBUILD +++ b/community/libgdata/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libgdata pkgver=0.17.11 -pkgrel=1 +pkgrel=2 pkgdesc="access library for gdata" url="https://wiki.gnome.org/Projects/libgdata" arch="all" @@ -23,7 +23,7 @@ build() { meson \ --prefix=/usr \ --sysconfdir=/etc \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dintrospection=true \ -Dvapi=true \ -Dgtk_doc=false \ diff --git a/community/libgepub/APKBUILD b/community/libgepub/APKBUILD index f40fe2a78e..dc18c9fc02 100644 --- a/community/libgepub/APKBUILD +++ b/community/libgepub/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libgepub pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A GObject based library for handling epub documents" url="https://gitlab.gnome.org/GNOME/libgepub" arch="all" @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/libgit2-glib/APKBUILD b/community/libgit2-glib/APKBUILD index beac73f076..b7d6d73cb9 100644 --- a/community/libgit2-glib/APKBUILD +++ b/community/libgit2-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libgit2-glib pkgver=0.28.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Glib wrapper library around libgit2" url="https://wiki.gnome.org/Projects/Libgit2-glib" arch="all" @@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/libgit2-glib/${pkgver%.*.*}/libgit2-g build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index e07cbbf660..d085658468 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libgweather pkgver=3.34.0 -pkgrel=3 +pkgrel=4 pkgdesc="GNOME weather library" url="https://wiki.gnome.org/Projects/LibGWeather" arch="all" @@ -20,9 +20,9 @@ source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather- build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtk_doc=true \ -Denable_vala=true \ . output diff --git a/community/libgxps/APKBUILD b/community/libgxps/APKBUILD index f16046e6c2..163b8ea324 100644 --- a/community/libgxps/APKBUILD +++ b/community/libgxps/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Paul Bredbury <brebs@sent.com> pkgname=libgxps pkgver=0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="XPS documents library & conversion utilities" url="https://wiki.gnome.org/action/show/Projects/libgxps" arch="all" @@ -14,7 +14,7 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" - meson --prefix=/usr --libdir=lib --buildtype=debugoptimized build/ + meson --prefix=/usr --libdir=lib --buildtype=plain build/ ninja -v -C build/ } diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD index b9e6de1b68..bb489582b6 100644 --- a/community/libhandy/APKBUILD +++ b/community/libhandy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libhandy pkgver=0.0.13 -pkgrel=0 +pkgrel=1 pkgdesc="Library full of GTK+ widgets for mobile phones" url="https://source.puri.sm/Librem5/libhandy" arch="all !s390x" # Limited by 'ibus' @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dexamples=true \ . output ninja -C output diff --git a/community/libkcddb/APKBUILD b/community/libkcddb/APKBUILD index 1fa5985956..9d730155a8 100644 --- a/community/libkcddb/APKBUILD +++ b/community/libkcddb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libkcddb pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/multimedia/" pkgdesc="KDE CDDB library" @@ -20,7 +20,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_TESTING=ON diff --git a/community/libkcompactdisc/APKBUILD b/community/libkcompactdisc/APKBUILD index fde7267670..1dcdbdc6ac 100644 --- a/community/libkcompactdisc/APKBUILD +++ b/community/libkcompactdisc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libkcompactdisc pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/multimedia/" pkgdesc="Library for interfacing with CDs" @@ -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 make diff --git a/community/libkdcraw/APKBUILD b/community/libkdcraw/APKBUILD index c93b8722c5..f55513bc6f 100644 --- a/community/libkdcraw/APKBUILD +++ b/community/libkdcraw/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libkdcraw pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org" pkgdesc="RAW image file format support for KDE" @@ -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 make diff --git a/community/libkipi/APKBUILD b/community/libkipi/APKBUILD index 60a9e3a4fb..df35ee21b7 100644 --- a/community/libkipi/APKBUILD +++ b/community/libkipi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libkipi pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="KDE Image Plugin Interface library" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.digikam.org/" @@ -22,7 +22,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_TESTING=OFF diff --git a/community/libksane/APKBUILD b/community/libksane/APKBUILD index 58c965cc9e..f89717f985 100644 --- a/community/libksane/APKBUILD +++ b/community/libksane/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libksane pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/applications/graphics/" pkgdesc="An image scanning library" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/libkscreen/APKBUILD b/community/libkscreen/APKBUILD index ed77af5bb0..2edc42322b 100644 --- a/community/libkscreen/APKBUILD +++ b/community/libkscreen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libkscreen pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE screen management software" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ options="!check" # Fails due to requiring dbus-x11 and it running build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON diff --git a/community/libksysguard/APKBUILD b/community/libksysguard/APKBUILD index f5b6090620..8a6eab8e35 100644 --- a/community/libksysguard/APKBUILD +++ b/community/libksysguard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libksysguard pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE system monitor library" arch="all !armhf" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/libktorrent/APKBUILD b/community/libktorrent/APKBUILD index 1e3c2987c1..39c6f84804 100644 --- a/community/libktorrent/APKBUILD +++ b/community/libktorrent/APKBUILD @@ -3,7 +3,7 @@ pkgname=libktorrent pkgver=2.1.1 _ktorrentver=5.1.2 # $_ktorrentver=ktorrent-$pkgver -pkgrel=1 +pkgrel=2 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/internet/org.kde.ktorrent" pkgdesc="A powerful BitTorrent client for KDE" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/libmanette/APKBUILD b/community/libmanette/APKBUILD index 7d93141454..fdcd632ba8 100644 --- a/community/libmanette/APKBUILD +++ b/community/libmanette/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libmanette pkgver=0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Simple GObject game controller library" url="https://gitlab.gnome.org/aplazas/libmanette" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/libmediainfo/APKBUILD b/community/libmediainfo/APKBUILD index 9d747f205e..6de1930690 100644 --- a/community/libmediainfo/APKBUILD +++ b/community/libmediainfo/APKBUILD @@ -14,7 +14,7 @@ pkgname=libmediainfo pkgver=19.09 -pkgrel=0 +pkgrel=1 pkgdesc="Shared library for mediainfo" url="https://github.com/MediaArea/MediaInfoLib" arch="all" @@ -40,7 +40,7 @@ build() { cd "$_cmakedir" cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DBUILD_SHARED_LIBS=ON diff --git a/community/libmpdclient/APKBUILD b/community/libmpdclient/APKBUILD index 1073ab48da..0a291086e1 100644 --- a/community/libmpdclient/APKBUILD +++ b/community/libmpdclient/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libmpdclient pkgver=2.18 -pkgrel=0 +pkgrel=1 pkgdesc="An asynchronous API library for interfacing MPD in the C, C++ & Objective C languages" url="https://www.musicpd.org/libs/libmpdclient" arch="all" @@ -16,7 +16,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dtest=true \ . output ninja -C output diff --git a/community/libmusicbrainz/APKBUILD b/community/libmusicbrainz/APKBUILD index e0232bd4a2..e1722fcb7f 100644 --- a/community/libmusicbrainz/APKBUILD +++ b/community/libmusicbrainz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libmusicbrainz pkgver=5.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="MusicBrainz Client Library" url="https://musicbrainz.org/doc/libmusicbrainz" arch="all" @@ -20,7 +20,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} . diff --git a/community/libnitrokey/APKBUILD b/community/libnitrokey/APKBUILD index 74c47126dd..f0919995c0 100644 --- a/community/libnitrokey/APKBUILD +++ b/community/libnitrokey/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libnitrokey pkgver=3.5 -pkgrel=0 +pkgrel=1 arch="all" url="https://nitrokey.com/" pkgdesc="Communicate with Nitrokey devices in a clean and easy manner" @@ -14,7 +14,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/libpeas/APKBUILD b/community/libpeas/APKBUILD index f9d84cb728..d2cef269a5 100644 --- a/community/libpeas/APKBUILD +++ b/community/libpeas/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libpeas pkgver=1.24.1 -pkgrel=3 +pkgrel=4 pkgdesc="GObject-based plugin system" url="https://wiki.gnome.org/Projects/Libpeas" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dvapi=true \ -Ddemos=false \ . output diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD index 91e80936b6..bc92aabaa9 100644 --- a/community/libphonenumber/APKBUILD +++ b/community/libphonenumber/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libphonenumber pkgver=8.11.4 -pkgrel=0 +pkgrel=1 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" @@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/googlei18n/libphonenumber/ar build() { cd "$builddir/cpp" cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/libplacebo/APKBUILD b/community/libplacebo/APKBUILD index 6c8d1f13db..29ef92fc31 100644 --- a/community/libplacebo/APKBUILD +++ b/community/libplacebo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=libplacebo pkgver=1.29.1 -pkgrel=1 +pkgrel=2 pkgdesc="Reusable library for GPU-accelerated video/image rendering" url="https://github.com/haasn/libplacebo" arch="all" @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dvulkan=enabled \ -Dglslang=enabled \ -Dshaderc=enabled \ diff --git a/community/libqtolm/APKBUILD b/community/libqtolm/APKBUILD index c19dbcad2d..802b4767ea 100644 --- a/community/libqtolm/APKBUILD +++ b/community/libqtolm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libqtolm pkgver=0_git20190930 -pkgrel=0 +pkgrel=1 _commit="f2d8e235a4af0625fdedaaf727fef5d51293bf1b" arch="all" url="https://gitlab.com/b0/libQtOlm" @@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$_commit" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=true diff --git a/community/libsoup/APKBUILD b/community/libsoup/APKBUILD index 5f19aeb846..0c3f552aa9 100644 --- a/community/libsoup/APKBUILD +++ b/community/libsoup/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libsoup pkgver=2.68.3 -pkgrel=1 +pkgrel=2 pkgdesc="Gnome HTTP client/server Library" url="https://wiki.gnome.org/Projects/libsoup" arch="all" @@ -25,7 +25,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dtls_check=false \ -Dintrospection=enabled \ -Dvapi=enabled \ diff --git a/community/libwnck3/APKBUILD b/community/libwnck3/APKBUILD index 9573dbd045..82e2a51eef 100644 --- a/community/libwnck3/APKBUILD +++ b/community/libwnck3/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libwnck3 pkgver=3.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="Window Navigator Construction Kit" url="https://gitlab.gnome.org/GNOME/libwnck" arch="all" @@ -24,7 +24,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtk_doc=false \ . output ninja -C output test diff --git a/community/libxmlb/APKBUILD b/community/libxmlb/APKBUILD index 98a483ed2b..88aaaa0046 100644 --- a/community/libxmlb/APKBUILD +++ b/community/libxmlb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=libxmlb pkgver=0.1.14 -pkgrel=1 +pkgrel=2 pkgdesc="Library to help create and query binary XML blobs" url="https://github.com/hughsie/libxmlb" arch="all" @@ -15,7 +15,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/hughsie/libxmlb/archive/$pkg build() { meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtkdoc=false \ -Dtests=true \ -Dstemmer=false \ diff --git a/community/libzen/APKBUILD b/community/libzen/APKBUILD index 8bd8872ce2..e17be5fd15 100644 --- a/community/libzen/APKBUILD +++ b/community/libzen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Corey Oliver <corey.jon.oliver@gmail.com> pkgname=libzen pkgver=0.4.37 -pkgrel=4 +pkgrel=5 pkgdesc="A shared library for libmediainfo and mediainfo" url="https://github.com/MediaArea/ZenLib" arch="all" @@ -18,7 +18,7 @@ build() { cd "$_cmakedir" cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=/usr/lib \ -DCMAKE_VERBOSE_MAKEFILE=ON diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index bcba7ca661..05e0af6370 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libzip pkgver=1.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="C library for manipulating zip archives" url="http://www.nih.at/libzip/index.html" arch="all" @@ -21,7 +21,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_C_FLAGS="$CFLAGS" make } diff --git a/community/midori/APKBUILD b/community/midori/APKBUILD index c200968363..a66b6790f3 100644 --- a/community/midori/APKBUILD +++ b/community/midori/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=midori pkgver=9.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight web browser based on Gtk WebKit" url="https://www.midori-browser.org" arch="all !s390x" @@ -21,7 +21,7 @@ prepare() { build() { cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \ diff --git a/community/milou/APKBUILD b/community/milou/APKBUILD index fa167578e8..d5e6bafa28 100644 --- a/community/milou/APKBUILD +++ b/community/milou/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=milou pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="A dedicated search application built on top of Baloo" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/modemmanager-qt/APKBUILD b/community/modemmanager-qt/APKBUILD index fe8c5ff363..77cbe93714 100644 --- a/community/modemmanager-qt/APKBUILD +++ b/community/modemmanager-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=modemmanager-qt pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt wrapper for ModemManager DBus API" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/mongo-c-driver/APKBUILD b/community/mongo-c-driver/APKBUILD index 62144f6d4d..16b32cf1bc 100644 --- a/community/mongo-c-driver/APKBUILD +++ b/community/mongo-c-driver/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=mongo-c-driver pkgver=1.16.1 -pkgrel=0 +pkgrel=1 pkgdesc="Client library written in C for MongoDB" url="https://github.com/mongodb/mongo-c-driver" arch="all" @@ -21,7 +21,7 @@ build() { mkdir -p "$srcdir"/build cd "$srcdir"/build cmake \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_BSON:STRING=ON \ diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD index 4febd3c4fd..14fc80f614 100644 --- a/community/mpc/APKBUILD +++ b/community/mpc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mpc pkgver=0.33 -pkgrel=1 +pkgrel=2 pkgdesc="Minimalist command line interface to MPD" url="https://www.musicpd.org/clients/mpc/" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dtest=true \ . output ninja -C output diff --git a/community/mpd/APKBUILD b/community/mpd/APKBUILD index afd4965aed..f26c026c70 100644 --- a/community/mpd/APKBUILD +++ b/community/mpd/APKBUILD @@ -9,7 +9,7 @@ case $pkgver in *.*.*) _branch=${pkgver%.*};; *.*) _branch=$pkgver;; esac -pkgrel=0 +pkgrel=1 pkgdesc="Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs" url="https://musicpd.org" pkgusers="mpd" @@ -39,7 +39,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dshout=enabled \ -Dopus=enabled \ -Dmodplug=enabled \ diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD index 02e793a410..e63fd678b1 100644 --- a/community/mutter/APKBUILD +++ b/community/mutter/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=mutter pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="clutter-based window manager and compositor" url="https://wiki.gnome.org/Projects/Mutter/" arch="all !s390x" # limited by gnome-settings-daemon @@ -33,7 +33,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Degl_device=true \ -Dudev=true \ -Dnative_backend=true \ diff --git a/community/ncmpc/APKBUILD b/community/ncmpc/APKBUILD index df9af99537..f032fd99be 100644 --- a/community/ncmpc/APKBUILD +++ b/community/ncmpc/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=ncmpc pkgver=0.37 -pkgrel=0 +pkgrel=1 pkgdesc="Ncurses client for the Music Player Daemon (MPD)" url="https://www.musicpd.org/clients/ncmpc" arch="all" @@ -17,7 +17,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dlirc=disabled \ -Dcurses=ncurses \ -Dlyrics_screen=true \ diff --git a/community/networkmanager-qt/APKBUILD b/community/networkmanager-qt/APKBUILD index 06b6194e1c..04dbd86971 100644 --- a/community/networkmanager-qt/APKBUILD +++ b/community/networkmanager-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=networkmanager-qt pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt wrapper for NetworkManager API" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD index b5a63e70d0..3fbc8df8ef 100644 --- a/community/nextcloud-client/APKBUILD +++ b/community/nextcloud-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=nextcloud-client pkgver=2.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Nextcloud Desktop Client" url="https://github.com/nextcloud/desktop" # s390x and ppc64le blocked by qt5-qtwebengine @@ -19,7 +19,7 @@ builddir="$srcdir/desktop-${pkgver/_p/-fix}" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \ diff --git a/community/nitrokey-app/APKBUILD b/community/nitrokey-app/APKBUILD index 2685562437..bb2593ed7a 100644 --- a/community/nitrokey-app/APKBUILD +++ b/community/nitrokey-app/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=nitrokey-app pkgver=1.4 -pkgrel=0 +pkgrel=1 arch="all" url="https://nitrokey.com/" pkgdesc="Nitrokey's Application" @@ -13,7 +13,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/okular/APKBUILD b/community/okular/APKBUILD index 6a49169f8c..2f0d30055a 100644 --- a/community/okular/APKBUILD +++ b/community/okular/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=okular pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative url="https://kde.org/applications/office/org.kde.okular" pkgdesc="A universal document viewer" @@ -26,7 +26,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_OKULARKIRIGAMI=ON \ diff --git a/community/olm/APKBUILD b/community/olm/APKBUILD index d918209b1c..4beba392e0 100644 --- a/community/olm/APKBUILD +++ b/community/olm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=olm pkgver=3.1.4 -pkgrel=0 +pkgrel=1 pkgdesc="Implementation of the olm and megolm cryptographic ratchets" arch="all" url="https://gitlab.matrix.org/matrix-org/olm" @@ -13,7 +13,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/opencpn/APKBUILD b/community/opencpn/APKBUILD index d61a91ed2c..60d2817338 100644 --- a/community/opencpn/APKBUILD +++ b/community/opencpn/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=opencpn pkgver=4.8.8 -pkgrel=1 +pkgrel=2 pkgdesc="OpenCPN is a cross platform electronic navigation system" url="http://opencpn.org" arch="x86 x86_64" @@ -20,7 +20,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/OpenCPN/OpenCPN/archive/v$pk builddir="$srcdir/OpenCPN-$pkgver" build() { - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUNDLE_GSHHS=CRUDE \ -DBUNDLE_TCDATA=ON \ diff --git a/community/openexr/APKBUILD b/community/openexr/APKBUILD index 819b4d9958..78a760d18a 100644 --- a/community/openexr/APKBUILD +++ b/community/openexr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Mark Riedesel <mark+alpine@klowner.com> pkgname=openexr pkgver=2.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="A high dynamic-range image file format library" url="https://www.openexr.com/" arch="all" @@ -16,7 +16,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} . diff --git a/community/openrct2/APKBUILD b/community/openrct2/APKBUILD index 25bbf955dd..93dd95a1f8 100644 --- a/community/openrct2/APKBUILD +++ b/community/openrct2/APKBUILD @@ -4,7 +4,7 @@ pkgname=openrct2 pkgver=0.2.4 _pkgver_objects=1.0.12 _pkgver_title_sequences=0.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="Open-source re-implementation of Roller Coaster Tycoon 2" arch="all !s390x" # Build fails on s390x url="https://openrct2.io" @@ -31,7 +31,7 @@ build() { cd "$builddir"/build cmake -G Ninja "$builddir" \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_TESTS=ON \ diff --git a/community/openvas/APKBUILD b/community/openvas/APKBUILD index 011e789307..5887f7c5c9 100644 --- a/community/openvas/APKBUILD +++ b/community/openvas/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=openvas pkgver=7.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Open Vulnerability Assessment Scanner" url="https://openvas.org/" arch="all" @@ -28,7 +28,7 @@ prepare() { build() { cd $builddir/build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DSBINDIR=/usr/bin \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ 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 diff --git a/community/oxygen/APKBUILD b/community/oxygen/APKBUILD index 57959a01a0..c2f6b0e04b 100644 --- a/community/oxygen/APKBUILD +++ b/community/oxygen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=oxygen pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Artwork, styles and assets for the Oxygen visual style for the Plasma Desktop" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/p8-platform/APKBUILD b/community/p8-platform/APKBUILD index f6d9f279a7..b890724b0e 100644 --- a/community/p8-platform/APKBUILD +++ b/community/p8-platform/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Róbert Nagy <vrnagy@gmail.com> pkgname=p8-platform pkgver=2.1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi" url="https://github.com/Pulse-Eight/platform" arch="all" @@ -18,7 +18,7 @@ builddir="$srcdir"/platform-p8-platform-$pkgver build() { mkdir "$builddir/build" cd "$builddir/build" - cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr .. || return 1 + cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr .. || return 1 make || return 1 } diff --git a/community/paper-icon-theme/APKBUILD b/community/paper-icon-theme/APKBUILD index b5f37c11a7..5a5c20e654 100644 --- a/community/paper-icon-theme/APKBUILD +++ b/community/paper-icon-theme/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=paper-icon-theme pkgver=1.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="Paper is a modern freedesktop icon theme" url="https://snwh.org/paper" arch="noarch" @@ -18,7 +18,7 @@ builddir="$srcdir/paper-icon-theme-v.$pkgver" build() { cd "$builddir" meson \ - --buildtype=debugoptimized \ + --buildtype=plain \ --prefix=/usr \ . build ninja -C "$builddir"/build diff --git a/community/phonon-backend-gstreamer/APKBUILD b/community/phonon-backend-gstreamer/APKBUILD index d3abdb7377..8c9e82486c 100644 --- a/community/phonon-backend-gstreamer/APKBUILD +++ b/community/phonon-backend-gstreamer/APKBUILD @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPHONON_BUILD_PHONON4QT5=ON diff --git a/community/phonon/APKBUILD b/community/phonon/APKBUILD index 6720989ca8..5ef7f5ab0f 100644 --- a/community/phonon/APKBUILD +++ b/community/phonon/APKBUILD @@ -15,7 +15,7 @@ options="!check" # No test configuration file found! build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE \ diff --git a/community/physfs/APKBUILD b/community/physfs/APKBUILD index 43e4d2e3d5..3ad062ec49 100644 --- a/community/physfs/APKBUILD +++ b/community/physfs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=physfs pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Library providing access to various archives, for use in video games" url="https://icculus.org/physfs/" arch="all" @@ -20,7 +20,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DPHYSFS_BUILD_TEST=OFF \ diff --git a/community/picom/APKBUILD b/community/picom/APKBUILD index 501368b8a2..1016398b6d 100644 --- a/community/picom/APKBUILD +++ b/community/picom/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=picom pkgver=7.5 -pkgrel=1 +pkgrel=2 pkgdesc="X Compositor (a fork of compton)" url="https://github.com/yshui/picom" arch="all" @@ -19,7 +19,7 @@ replaces="compton" # Backwards compatibility provides="compton=$pkgver-r$pkgrel" # Backwards compatibility build() { - meson --prefix=/usr --buildtype=debugoptimized -Dbuild_docs=true build + meson --prefix=/usr --buildtype=plain -Dbuild_docs=true build ninja -v -C build } diff --git a/community/pipewire/APKBUILD b/community/pipewire/APKBUILD index b8c6ef18f1..901e5f50dd 100644 --- a/community/pipewire/APKBUILD +++ b/community/pipewire/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=pipewire pkgver=0.2.7 -pkgrel=1 +pkgrel=2 pkgdesc="Multimedia processing graphs" url="https://pipewire.org/" arch="all" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddocs=true \ -Dman=true \ -Dgstreamer=enabled \ diff --git a/community/plasma-angelfish/APKBUILD b/community/plasma-angelfish/APKBUILD index 9f9428d6d3..86baf5a195 100644 --- a/community/plasma-angelfish/APKBUILD +++ b/community/plasma-angelfish/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-angelfish pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Small Webbrowser for Plasma Mobile" arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by kirigami2 -> qt5-qtdeclarative-dev url="https://phabricator.kde.org/source/plasma-angelfish/" @@ -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_SHARED_LIBS=True diff --git a/community/plasma-applet-weather-widget/APKBUILD b/community/plasma-applet-weather-widget/APKBUILD index 6ecf764e24..c5965c2328 100644 --- a/community/plasma-applet-weather-widget/APKBUILD +++ b/community/plasma-applet-weather-widget/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-applet-weather-widget pkgver=1.6.10 -pkgrel=2 +pkgrel=3 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.linux-apps.com/content/show.php/Weather+Widget?content=169572" pkgdesc="Plasmoid for showing weather information from yr.no and Open Weather Map servers" @@ -15,7 +15,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/plasma-browser-integration/APKBUILD b/community/plasma-browser-integration/APKBUILD index 4d0e6bfd82..69d5969447 100644 --- a/community/plasma-browser-integration/APKBUILD +++ b/community/plasma-browser-integration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-browser-integration pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Components necessary to integrate browsers into the Plasma Desktop" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Plasma/Browser_Integration" @@ -13,7 +13,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD index cb6eccb48c..c83adb7e2b 100644 --- a/community/plasma-desktop/APKBUILD +++ b/community/plasma-desktop/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-desktop pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE Plasma Desktop" # s390x blocked by ibus # armhf blocked by qt5-qtdeclarative @@ -56,7 +56,7 @@ options="!check" # Requires running dbus build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/plasma-framework/APKBUILD b/community/plasma-framework/APKBUILD index 77e87f2323..97a730083e 100644 --- a/community/plasma-framework/APKBUILD +++ b/community/plasma-framework/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-framework pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Plasma library and runtime components based upon KF5 and Qt5" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -23,7 +23,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 diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD index 1355c210ea..f844289850 100644 --- a/community/plasma-integration/APKBUILD +++ b/community/plasma-integration/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all !armhf" # Blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -16,7 +16,7 @@ options="!check" # Broken build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \ diff --git a/community/plasma-nm/APKBUILD b/community/plasma-nm/APKBUILD index ab413eed4d..e5ea84150c 100644 --- a/community/plasma-nm/APKBUILD +++ b/community/plasma-nm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-nm pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plasma applet written in QML for managing network connections" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-lang $pkgname-mobile" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_MOBILE=ON diff --git a/community/plasma-pa/APKBUILD b/community/plasma-pa/APKBUILD index bfa2c8ba01..81eab7b16a 100644 --- a/community/plasma-pa/APKBUILD +++ b/community/plasma-pa/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-pa pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plasma applet for audio volume management using PulseAudio" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DUSE_GCONF=OFF diff --git a/community/plasma-sdk/APKBUILD b/community/plasma-sdk/APKBUILD index 2616902cc6..1bb18d4b36 100644 --- a/community/plasma-sdk/APKBUILD +++ b/community/plasma-sdk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-sdk pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Applications useful for Plasma Development" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/plasma-thunderbolt/APKBUILD b/community/plasma-thunderbolt/APKBUILD index dd2dcb0298..4e5077ca5c 100644 --- a/community/plasma-thunderbolt/APKBUILD +++ b/community/plasma-thunderbolt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-thunderbolt pkgver=5.18.1 -pkgrel=0 +pkgrel=1 arch="all !armhf !armv7" # Limited by bolt -> polkit, armhf also limited by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" pkgdesc="Plasma integration for controlling Thunderbolt devices" @@ -16,7 +16,7 @@ options="!check" # Requires running dbus server build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/plasma-vault/APKBUILD b/community/plasma-vault/APKBUILD index c98e9bda3a..fbe838f1b2 100644 --- a/community/plasma-vault/APKBUILD +++ b/community/plasma-vault/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-vault pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plasma applet and services for creating encrypted vaults" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/plasma-workspace-wallpapers/APKBUILD b/community/plasma-workspace-wallpapers/APKBUILD index 9a7d32d67f..c086f800df 100644 --- a/community/plasma-workspace-wallpapers/APKBUILD +++ b/community/plasma-workspace-wallpapers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-workspace-wallpapers pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Wallpapers for the Plasma Workspace" arch="noarch !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -13,7 +13,7 @@ options="!check" # No tests available build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/plasma-workspace/APKBUILD b/community/plasma-workspace/APKBUILD index 6b582a6bea..f72c38bb55 100644 --- a/community/plasma-workspace/APKBUILD +++ b/community/plasma-workspace/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-workspace pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="KDE Plasma Workspace" arch="all !armhf" # armhf blocked by kirigami2 -> qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -16,7 +16,7 @@ subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/playerctl/APKBUILD b/community/playerctl/APKBUILD index 41a7ff8cac..7d2d07bcac 100644 --- a/community/playerctl/APKBUILD +++ b/community/playerctl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=playerctl pkgver=2.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="MPRIS command-line controller for music players" options="!check" # Requires unpackaged pytest-asyncio url="https://github.com/altdesktop/playerctl" @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgtk-doc=false \ -Dintrospection=true \ . output diff --git a/community/plymouth-kcm/APKBUILD b/community/plymouth-kcm/APKBUILD index c7d37dbc5d..e380d9f0ee 100644 --- a/community/plymouth-kcm/APKBUILD +++ b/community/plymouth-kcm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plymouth-kcm pkgver=5.18.1 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://cgit.kde.org/plymouth-kcm.git" pkgdesc="KCM to manage the Plymouth (Boot) theme" @@ -15,7 +15,7 @@ options="!check" # No tests build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/polkit-kde-agent-1/APKBUILD b/community/polkit-kde-agent-1/APKBUILD index a3aa9dd106..177166cbdc 100644 --- a/community/polkit-kde-agent-1/APKBUILD +++ b/community/polkit-kde-agent-1/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=polkit-kde-agent-1 pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Daemon providing a polkit authentication UI for KDE" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -14,7 +14,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/polkit-qt-1/APKBUILD b/community/polkit-qt-1/APKBUILD index 6093949288..8b04aa5257 100644 --- a/community/polkit-qt-1/APKBUILD +++ b/community/polkit-qt-1/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=polkit-qt-1 pkgver=0.113.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt wrapper around polkit-1 client libraries" arch="all" url="https://www.kde.org" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/popl/APKBUILD b/community/popl/APKBUILD index bc046e3756..d051a1b48e 100644 --- a/community/popl/APKBUILD +++ b/community/popl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=popl pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Header-only C++ program options parser library" url="https://github.com/badaix/popl" arch="noarch" @@ -19,7 +19,7 @@ build() { fi cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} diff --git a/community/postsrsd/APKBUILD b/community/postsrsd/APKBUILD index f8e4cdc34b..cee191ad6e 100644 --- a/community/postsrsd/APKBUILD +++ b/community/postsrsd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=postsrsd pkgver=1.6 -pkgrel=1 +pkgrel=2 pkgdesc="Postfix Sender Rewriting Scheme daemon" url="https://github.com/roehling/postsrsd" arch="all" @@ -24,7 +24,7 @@ build() { cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DGENERATE_SRS_SECRET=OFF \ -DCONFIG_DIR=/etc/postsrsd make all diff --git a/community/powerdevil/APKBUILD b/community/powerdevil/APKBUILD index 2453863e80..b221948df3 100644 --- a/community/powerdevil/APKBUILD +++ b/community/powerdevil/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=powerdevil pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Manages the power consumption settings of a Plasma Shell" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/print-manager/APKBUILD b/community/print-manager/APKBUILD index 56ebf73157..1553269b85 100644 --- a/community/print-manager/APKBUILD +++ b/community/print-manager/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=print-manager pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/applications/utilities/" pkgdesc="A tool for managing print jobs and printers" @@ -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 make diff --git a/community/prison/APKBUILD b/community/prison/APKBUILD index e2eb4f4d64..4b7147afaf 100644 --- a/community/prison/APKBUILD +++ b/community/prison/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=prison pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes" arch="all !armhf" # armhf blocked by qt5-qtdeclarative 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 diff --git a/community/pugixml/APKBUILD b/community/pugixml/APKBUILD index 2625f870fb..930106fc71 100644 --- a/community/pugixml/APKBUILD +++ b/community/pugixml/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <ops@ikke.info> pkgname=pugixml pkgver=1.10 -pkgrel=0 +pkgrel=1 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support" url="http://pugixml.org" arch="all" @@ -16,7 +16,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=None make } diff --git a/community/pulseaudio-qt/APKBUILD b/community/pulseaudio-qt/APKBUILD index 724d072c99..8b51a1c7a3 100644 --- a/community/pulseaudio-qt/APKBUILD +++ b/community/pulseaudio-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=pulseaudio-qt pkgver=1.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://cgit.kde.org/pulseaudio-qt.git/" pkgdesc="Pulseaudio bindings for Qt" @@ -22,7 +22,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 diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 68e64dc0ad..6e0b485718 100644 --- a/community/pulseaudio/APKBUILD +++ b/community/pulseaudio/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=pulseaudio pkgver=13.0 -pkgrel=4 +pkgrel=5 pkgdesc="A featureful, general-purpose sound server" url="https://www.freedesktop.org/wiki/Software/PulseAudio/" arch="all" @@ -80,7 +80,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --optimization=s \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgcov=false \ -Dman=true \ -Dtests=true \ diff --git a/community/purpose/APKBUILD b/community/purpose/APKBUILD index 1fd191c3ca..495af77d93 100644 --- a/community/purpose/APKBUILD +++ b/community/purpose/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=purpose pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Framework for providing abstractions to get the developer's purposes fulfilled" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -23,7 +23,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_TESTING=ON diff --git a/community/qjson/APKBUILD b/community/qjson/APKBUILD index a94d68add2..8c30b8eee5 100644 --- a/community/qjson/APKBUILD +++ b/community/qjson/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=qjson pkgver=0.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="A qt-based library that maps JSON data to QVariant objects" url="http://qjson.sourceforge.net/" arch="all" @@ -19,7 +19,7 @@ prepare() { build() { cd "$builddir"/build cmake -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ "$builddir" make } diff --git a/community/qqc2-desktop-style/APKBUILD b/community/qqc2-desktop-style/APKBUILD index 08b71861f9..e295956287 100644 --- a/community/qqc2-desktop-style/APKBUILD +++ b/community/qqc2-desktop-style/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=qqc2-desktop-style pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="A style for Qt Quick Controls 2 to make it follow your desktop theme" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/qt5-qtkeychain/APKBUILD b/community/qt5-qtkeychain/APKBUILD index 24bbc71bf3..68a1d20bab 100644 --- a/community/qt5-qtkeychain/APKBUILD +++ b/community/qt5-qtkeychain/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=qt5-qtkeychain pkgver=0.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt API to store passwords and other secret data" url="https://github.com/frankosterfeld/qtkeychain" arch="all" @@ -23,7 +23,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ $CMAKE_CROSSOPTS diff --git a/community/qxmpp/APKBUILD b/community/qxmpp/APKBUILD index f5efa0bb5e..dd6eb21d9c 100644 --- a/community/qxmpp/APKBUILD +++ b/community/qxmpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=qxmpp pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Cross-platform C++ XMPP client and server library" arch="all" url="https://github.com/qxmpp-project/qxmpp" @@ -13,7 +13,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/range-v3/APKBUILD b/community/range-v3/APKBUILD index 3babcd6af7..6300d5efd4 100644 --- a/community/range-v3/APKBUILD +++ b/community/range-v3/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=range-v3 pkgver=0.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="Experimental range library for C++11/14/17" options="!check" url="https://github.com/ericniebler/range-v3" @@ -24,7 +24,7 @@ build() { cmake -B build -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DRANGE_V3_EXAMPLES=OFF \ -DRANGE_V3_PERF=OFF \ diff --git a/community/remmina/APKBUILD b/community/remmina/APKBUILD index 5a7b7c7944..6906887a51 100644 --- a/community/remmina/APKBUILD +++ b/community/remmina/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=remmina pkgver=1.3.10 -pkgrel=0 +pkgrel=1 pkgdesc="Remmina is a remote desktop client written in GTK+" url="https://www.remmina.org/" arch="all" @@ -21,7 +21,7 @@ builddir="$srcdir"/Remmina-v$pkgver build() { LDFLAGS="$LDFLAGS -lintl" \ - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_APPINDICATOR=OFF \ diff --git a/community/retro-gtk/APKBUILD b/community/retro-gtk/APKBUILD index de5d119520..02489b1355 100644 --- a/community/retro-gtk/APKBUILD +++ b/community/retro-gtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=retro-gtk pkgver=0.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="The GTK+ Libretro frontend framework" url="https://gitlab.gnome.org/GNOME/retro-gtk" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD index 2be18b34c3..049cc99e3b 100644 --- a/community/rippled/APKBUILD +++ b/community/rippled/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=rippled pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger" options="!check" # FIXME: 1 failure, rippled testsuite doesn't tell which one it is url="https://ripple.com/" @@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ripple/rippled/archive/$pkgv build() { mkdir build && cd build - cmake .. -Dstatic=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release + cmake .. -Dstatic=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None cmake --build . } diff --git a/community/sddm-kcm/APKBUILD b/community/sddm-kcm/APKBUILD index b8b0217d42..3bce043b16 100644 --- a/community/sddm-kcm/APKBUILD +++ b/community/sddm-kcm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=sddm-kcm pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Config module for SDDM" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org" @@ -14,7 +14,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/sddm/APKBUILD b/community/sddm/APKBUILD index 6d738cad24..ae37beaf3e 100644 --- a/community/sddm/APKBUILD +++ b/community/sddm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=sddm pkgver=0.18.1 -pkgrel=6 +pkgrel=7 pkgdesc="Simple Desktop Display Manager" url="https://github.com/sddm/sddm/" arch="all !armhf" # armhf blocked by qt5-qtdeclarative @@ -23,7 +23,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/sddm/sddm/archive/v$pkgver.t build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_MAN_PAGES=ON \ diff --git a/community/seahorse/APKBUILD b/community/seahorse/APKBUILD index 8fb144f7e9..9186ce9be1 100644 --- a/community/seahorse/APKBUILD +++ b/community/seahorse/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=seahorse pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME application for managing PGP keys." url="https://projects.gnome.org/seahorse/" arch="all" @@ -17,7 +17,7 @@ subpackages="$pkgname-lang $pkgname-doc" source="https://download.gnome.org/sources/seahorse/${pkgver%.*}/seahorse-$pkgver.tar.xz" build() { - meson --prefix=/usr --buildtype=debugoptimized builddir + meson --prefix=/usr --buildtype=plain builddir ninja -C builddir } diff --git a/community/shaderc/APKBUILD b/community/shaderc/APKBUILD index 4812917e54..444619d6aa 100644 --- a/community/shaderc/APKBUILD +++ b/community/shaderc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=shaderc pkgver=2019.0 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of tools, libraries, and tests for Vulkan shader compilation" options="!check" # Fails to configure when tests are enabled url="https://github.com/google/shaderc" @@ -46,7 +46,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DSHADERC_SKIP_TESTS=ON \ diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index f3aad640d3..2c3df005a9 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=shotwell pkgver=0.30.8 -pkgrel=0 +pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" arch="all !s390x" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dinstall-apport-hook=false \ . output ninja -C output diff --git a/community/simple-scan/APKBUILD b/community/simple-scan/APKBUILD index a993f69cf8..65b389df79 100644 --- a/community/simple-scan/APKBUILD +++ b/community/simple-scan/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=simple-scan pkgver=3.34.4 -pkgrel=0 +pkgrel=1 pkgdesc="Simple Scan allows you to get images from a scanner" url="https://gitlab.gnome.org/GNOME/simple-scan" arch="all" @@ -18,7 +18,7 @@ build() { meson \ --prefix=/usr \ --sysconfdir=/etc \ - --buildtype=debugoptimized \ + --buildtype=plain \ output . ninja -C output } diff --git a/community/slim/APKBUILD b/community/slim/APKBUILD index cfbad25c92..be32cd898f 100644 --- a/community/slim/APKBUILD +++ b/community/slim/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=slim pkgver=1.3.6 -pkgrel=10 +pkgrel=11 pkgdesc="Desktop-independent graphical login manager for X11" url="https://sourceforge.net/projects/slim.berlios/files/" arch="all" @@ -40,7 +40,7 @@ prepare() { build() { cd "$srcdir/slim-$pkgver" cmake . \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_PAM=no \ diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD index 97b03be1df..e06fadd093 100644 --- a/community/slurp/APKBUILD +++ b/community/slurp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=slurp pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Interaction screen selection on Wayland compositors" url="https://wayland.emersion.fr/slurp/" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/snapcast/APKBUILD b/community/snapcast/APKBUILD index 309b56ac44..8a6f551466 100644 --- a/community/snapcast/APKBUILD +++ b/community/snapcast/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=snapcast pkgver=0.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Synchronous multi-room audio player" url="https://github.com/badaix/snapcast" arch="all" @@ -23,7 +23,7 @@ options="!check" # No testsuite build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_WITH_FLAC=ON \ -DBUILD_WITH_VORBIS=ON \ diff --git a/community/solid/APKBUILD b/community/solid/APKBUILD index 8ad66d722a..4eaa604597 100644 --- a/community/solid/APKBUILD +++ b/community/solid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=solid pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Hardware integration and detection" arch="all !armhf" # armhf blocked by qt5-qtdeclarative 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 diff --git a/community/sonnet/APKBUILD b/community/sonnet/APKBUILD index 7d7f7c12ad..4905f6df71 100644 --- a/community/sonnet/APKBUILD +++ b/community/sonnet/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=sonnet pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Spelling framework for Qt5" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,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 diff --git a/community/spdlog/APKBUILD b/community/spdlog/APKBUILD index 677107bfff..c339be8f4e 100644 --- a/community/spdlog/APKBUILD +++ b/community/spdlog/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=spdlog pkgver=1.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="Fast C++ logging library" url="https://github.com/gabime/spdlog" arch="all" @@ -22,7 +22,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DSPDLOG_BUILD_BENCH=OFF \ -DSPDLOG_BUILD_TESTS=ON \ diff --git a/community/spectacle/APKBUILD b/community/spectacle/APKBUILD index 3fe4973c63..b484cb5798 100644 --- a/community/spectacle/APKBUILD +++ b/community/spectacle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=spectacle pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Application for capturing desktop screenshots" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.spectacle" @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir"/build cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/spectral/APKBUILD b/community/spectral/APKBUILD index 1725903a6c..d797c2c937 100644 --- a/community/spectral/APKBUILD +++ b/community/spectral/APKBUILD @@ -3,7 +3,7 @@ pkgname=spectral pkgver=0.0.0.817 _pkgver=${pkgver##*.} -pkgrel=1 +pkgrel=2 _commit_libquotient="16d6700950f5f0ebd71481efd5e1a24f04e3c651" _commit_sortfilterproxymodel="36befddf5d57faad990e72c88c5844794f274145" # Blocked on armhf by qt5-qtdeclarative @@ -33,7 +33,7 @@ prepare() { build() { # TODO: set USE_INTREE_LIBQMC to true once libQuotient 0.6.0 is out cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_INTREE_LIBQMC=true make diff --git a/community/spirv-headers/APKBUILD b/community/spirv-headers/APKBUILD index f40dafb006..c56212c0e4 100644 --- a/community/spirv-headers/APKBUILD +++ b/community/spirv-headers/APKBUILD @@ -3,7 +3,7 @@ pkgname=spirv-headers _pkgname=SPIRV-Headers pkgver=1.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Machine-readable files for the SPIR-V Registry" options="!check" # No testsuite url="https://github.com/KhronosGroup/SPIRV-Headers" @@ -19,7 +19,7 @@ build() { -GNinja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ ${CMAKE_CROSSOPTS} . ninja } diff --git a/community/spirv-tools/APKBUILD b/community/spirv-tools/APKBUILD index ecfb43c0d9..c79cb322a1 100644 --- a/community/spirv-tools/APKBUILD +++ b/community/spirv-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=spirv-tools _pkgname=SPIRV-Tools pkgver=2020.1 -pkgrel=0 +pkgrel=1 pkgdesc="API and commands for processing SPIR-V modules" options="!check" # Requires git checkout of gtest in external/ url="https://github.com/KhronosGroup/SPIRV-Tools" @@ -24,7 +24,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DSPIRV_WERROR=OFF \ diff --git a/community/stlink/APKBUILD b/community/stlink/APKBUILD index 21c38ae319..83b0adf544 100644 --- a/community/stlink/APKBUILD +++ b/community/stlink/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=stlink pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="STM32 discovery line linux programmer" url="https://github.com/texane/stlink" arch="all" @@ -22,7 +22,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS -Wno-error=cpp" make diff --git a/community/supertux/APKBUILD b/community/supertux/APKBUILD index 2fecd82ecd..263644bef5 100644 --- a/community/supertux/APKBUILD +++ b/community/supertux/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: alpterry <alpterry@protonmail.com> pkgname=supertux pkgver=0.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Open-source classic 2D jump'n run sidescroller game" url="https://www.supertux.org/" arch="all !s390x" # build fails @@ -24,7 +24,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DINSTALL_SUBDIR_BIN=bin \ diff --git a/community/supertuxkart/APKBUILD b/community/supertuxkart/APKBUILD index 946aa49bd9..c29f8b3d57 100644 --- a/community/supertuxkart/APKBUILD +++ b/community/supertuxkart/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=supertuxkart pkgver=1.1 -pkgrel=0 +pkgrel=1 arch="all" url="https://supertuxkart.net/" pkgdesc="Kart racing game featuring Tux and his friends" @@ -28,7 +28,7 @@ build() { esac cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_RECORDER=0 \ diff --git a/community/sushi/APKBUILD b/community/sushi/APKBUILD index c1469994e4..b194fc308e 100644 --- a/community/sushi/APKBUILD +++ b/community/sushi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=sushi pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="A quick preview for Nautilus" url="https://gitlab.gnome.org/GNOME/sushi" arch="all !s390x" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD index 661df8ba8e..44406a3ef8 100644 --- a/community/sway/APKBUILD +++ b/community/sway/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=sway pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="i3 compatible window manager for Wayland" url="http://swaywm.org" arch="all" @@ -39,7 +39,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/syndication/APKBUILD b/community/syndication/APKBUILD index c68ef9d596..121ff8f150 100644 --- a/community/syndication/APKBUILD +++ b/community/syndication/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syndication pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="An RSS/Atom parser library" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD index 317795a954..499f931708 100644 --- a/community/syntax-highlighting/APKBUILD +++ b/community/syntax-highlighting/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syntax-highlighting pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="Syntax highlighting engine for structured text and code" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -22,7 +22,7 @@ build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_QCH=ON make diff --git a/community/sysprof/APKBUILD b/community/sysprof/APKBUILD index fd228cd7fb..de79fa8aa8 100644 --- a/community/sysprof/APKBUILD +++ b/community/sysprof/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=sysprof pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="System-wide profiler for Linux" url="http://sysprof.com/" arch="all !s390x" # tests failing @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Denable_gtk=true \ -Dsystemdunitdir=no \ . output diff --git a/community/systemsettings/APKBUILD b/community/systemsettings/APKBUILD index 09007676b5..861014f130 100644 --- a/community/systemsettings/APKBUILD +++ b/community/systemsettings/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=systemsettings pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Plasma system manager for hardware, software, and workspaces" arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/telegram-desktop/APKBUILD b/community/telegram-desktop/APKBUILD index b35bccd423..8290402778 100644 --- a/community/telegram-desktop/APKBUILD +++ b/community/telegram-desktop/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> pkgname=telegram-desktop pkgver=1.9.14 -pkgrel=0 +pkgrel=1 pkgdesc="Telegram Desktop messaging app" options="!check" # Requires Catch2 to be packaged. url="https://desktop.telegram.org/" @@ -53,7 +53,7 @@ build() { cmake -B build -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON \ -DDESKTOP_APP_DISABLE_SPELLCHECK=OFF \ -DDESKTOP_APP_LOTTIE_USE_CACHE=ON \ diff --git a/community/telepathy-qt/APKBUILD b/community/telepathy-qt/APKBUILD index e88de3509c..6484180ba5 100644 --- a/community/telepathy-qt/APKBUILD +++ b/community/telepathy-qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=telepathy-qt pkgver=0.9.8 -pkgrel=0 +pkgrel=1 arch="all" url="http://telepathy.freedesktop.org/wiki/" license="LGPL-2.1-or-later" @@ -15,7 +15,7 @@ options="!check" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DPYTHON_EXECUTABLE=/usr/bin/python3 \ diff --git a/community/template-glib/APKBUILD b/community/template-glib/APKBUILD index cd23b46675..b4fd410652 100644 --- a/community/template-glib/APKBUILD +++ b/community/template-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=template-glib pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="library for template expansion which supports calling into GObject Introspection from templates" url="https://gitlab.gnome.org/GNOME/template-glib" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/threadweaver/APKBUILD b/community/threadweaver/APKBUILD index 9c2422510c..a084ae0dea 100644 --- a/community/threadweaver/APKBUILD +++ b/community/threadweaver/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=threadweaver pkgver=5.67.0 -pkgrel=0 +pkgrel=1 pkgdesc="High-level multithreading framework" arch="all !armhf" # armhf blocked by qt5-qtdeclarative 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 diff --git a/community/tint2/APKBUILD b/community/tint2/APKBUILD index 5066b28c59..db51997e63 100644 --- a/community/tint2/APKBUILD +++ b/community/tint2/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=tint2 pkgver=16.7 -pkgrel=0 +pkgrel=1 pkgdesc="tint2 is a simple unintrusive panel/taskbar" url="https://gitlab.com/o9000/tint2" arch="all !s390x" # librsvg @@ -28,7 +28,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_SYSCONFDIR=/etc \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ .. diff --git a/community/tl-expected/APKBUILD b/community/tl-expected/APKBUILD index 331d2f97aa..ab4f536e4a 100644 --- a/community/tl-expected/APKBUILD +++ b/community/tl-expected/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=tl-expected pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="C++11/14/17 std::expected with functional-style extensions" options="!check" url="https://github.com/TartanLlama/expected" @@ -20,7 +20,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DEXPECTED_ENABLE_TESTS=OFF \ ${CMAKE_CROSSOPTS} . diff --git a/community/totem/APKBUILD b/community/totem/APKBUILD index 586efa89a0..bc75851ac8 100644 --- a/community/totem/APKBUILD +++ b/community/totem/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=totem pkgver=3.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="Movie player for the GNOME desktop" url="https://wiki.gnome.org/Apps/Videos" arch="all" @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/tracker-miners/APKBUILD b/community/tracker-miners/APKBUILD index 103947859c..30982e4a2e 100644 --- a/community/tracker-miners/APKBUILD +++ b/community/tracker-miners/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tracker-miners pkgver=2.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Data miners for tracker" url="https://developer.gnome.org/libtracker-miner/stable" arch="all !s390x" # networkmanager not avail due to iwd @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dtracker_core=system \ -Dsystemd_user_services=no \ -Dminer_rss=false \ diff --git a/community/tracker/APKBUILD b/community/tracker/APKBUILD index f18a34720f..60624b6499 100644 --- a/community/tracker/APKBUILD +++ b/community/tracker/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tracker pkgver=2.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Personal search tool and storage system" url="https://wiki.gnome.org/Projects/Tracker" arch="all" @@ -40,7 +40,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dsystemd_user_services=no \ . output ninja -C output diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD index f0fa6eeb32..6e93c80821 100644 --- a/community/ttf-cantarell/APKBUILD +++ b/community/ttf-cantarell/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> pkgname=ttf-cantarell pkgver=0.201 -pkgrel=0 +pkgrel=1 pkgdesc="Humanist sans-serif font designed for on-screen reading" url="https://wiki.gnome.org/Projects/CantarellFonts" arch="noarch !s390x" @@ -16,7 +16,7 @@ options="!check" build() { meson \ - --buildtype=debugoptimized \ + --buildtype=plain \ --prefix=/usr \ . build ninja -C build diff --git a/community/uchardet/APKBUILD b/community/uchardet/APKBUILD index f8ab9b6d3e..93fa1d4490 100644 --- a/community/uchardet/APKBUILD +++ b/community/uchardet/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=uchardet pkgver=0.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Encoding detector library ported from Mozilla" url="https://www.freedesktop.org/wiki/Software/uchardet" arch="all" @@ -21,7 +21,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} diff --git a/community/umbrello/APKBUILD b/community/umbrello/APKBUILD index dcabcb0dcc..9a34dd9923 100644 --- a/community/umbrello/APKBUILD +++ b/community/umbrello/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=umbrello pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" # Blocked by extra-cmake-modules url="https://umbrello.kde.org/" pkgdesc="GUI for diagramming Unified Modelling Language (UML)" @@ -14,7 +14,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_KF5=ON diff --git a/community/user-manager/APKBUILD b/community/user-manager/APKBUILD index 50919cf820..31047e8fa5 100644 --- a/community/user-manager/APKBUILD +++ b/community/user-manager/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=user-manager pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="A simple system settings module to manage the users of your system" arch="all !armhf" # armhf blocked by extra-cmake-modules url='https://www.kde.org/workspaces/plasmadesktop/' @@ -13,7 +13,7 @@ subpackages="$pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/vigra/APKBUILD b/community/vigra/APKBUILD index f358a39012..d08f38ca9c 100644 --- a/community/vigra/APKBUILD +++ b/community/vigra/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=vigra pkgver=1.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="An image processing and analysis library" url="http://ukoethe.github.io/vigra/" arch="all" @@ -16,7 +16,7 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" cmake . \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DDOCINSTALL=share/doc \ || return 1 diff --git a/community/vulkan-headers/APKBUILD b/community/vulkan-headers/APKBUILD index 5ccffc126e..44e296b73d 100644 --- a/community/vulkan-headers/APKBUILD +++ b/community/vulkan-headers/APKBUILD @@ -3,7 +3,7 @@ pkgname=vulkan-headers _pkgname=Vulkan-Headers pkgver=1.2.133 -pkgrel=0 +pkgrel=1 arch="noarch" url="https://www.khronos.org/vulkan" pkgdesc="Vulkan header files" @@ -15,7 +15,7 @@ builddir="$srcdir/$_pkgname-$pkgver" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/vulkan-loader/APKBUILD b/community/vulkan-loader/APKBUILD index 7464d696f4..93fa9d7cef 100644 --- a/community/vulkan-loader/APKBUILD +++ b/community/vulkan-loader/APKBUILD @@ -3,7 +3,7 @@ pkgname=vulkan-loader _pkgname=Vulkan-Loader pkgver=1.2.133 -pkgrel=0 +pkgrel=1 arch="all" url="https://www.khronos.org/vulkan" pkgdesc="Vulkan Installable Client Driver (ICD) Loader" @@ -17,7 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_SYSCONFDIR=/etc \ diff --git a/community/waybar/APKBUILD b/community/waybar/APKBUILD index 2dc9746bc6..592935dc48 100644 --- a/community/waybar/APKBUILD +++ b/community/waybar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname="waybar" pkgver="0.9.0" -pkgrel=1 +pkgrel=2 pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors" url="https://github.com/Alexays/Waybar/" arch="all" @@ -23,7 +23,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/waylandpp/APKBUILD b/community/waylandpp/APKBUILD index adfffb7923..ffa1b255e7 100644 --- a/community/waylandpp/APKBUILD +++ b/community/waylandpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=waylandpp pkgver=0.2.7 -pkgrel=0 +pkgrel=1 arch="all" url="https://github.com/NilsBrause/waylandpp" options="!check" # No tests are run @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-doc" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make diff --git a/community/wf-recorder/APKBUILD b/community/wf-recorder/APKBUILD index aaf55617b4..a519e9d47d 100644 --- a/community/wf-recorder/APKBUILD +++ b/community/wf-recorder/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=wf-recorder pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Screen recording for wlroots-based compositors" options="!check" # No testsuite url="https://github.com/ammen99/wf-recorder" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dman-pages=enabled \ -Dopencl=enabled \ . output diff --git a/community/wl-clipboard/APKBUILD b/community/wl-clipboard/APKBUILD index a5fa5320c3..2b3fbb678c 100644 --- a/community/wl-clipboard/APKBUILD +++ b/community/wl-clipboard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Robert Sacks <robert@sacks.email> pkgname=wl-clipboard pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Command-line copy/paste utilities for Wayland" url="https://github.com/bugaevc/wl-clipboard" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . build ninja -C build } diff --git a/community/woff2/APKBUILD b/community/woff2/APKBUILD index 6b97e803d3..0ded988b4c 100644 --- a/community/woff2/APKBUILD +++ b/community/woff2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=woff2 pkgver=1.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Web Open Font Format 2 reference implementation" options="!check" # No testsuite url="https://github.com/google/woff2" @@ -18,7 +18,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/google/woff2/archive/v$pkgve build() { cmake . \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_SKIP_BUILD_RPATH=ON diff --git a/community/ws/APKBUILD b/community/ws/APKBUILD index b1de1a0ffd..b7eac66a6d 100644 --- a/community/ws/APKBUILD +++ b/community/ws/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=ws pkgver=8.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="websocket and http client and server command line swiss army" options="!check" url="https://github.com/machinezone/IXWebSocket" @@ -21,7 +21,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DUSE_TLS=1 \ -DUSE_WS=1 \ diff --git a/community/xdg-desktop-portal-kde/APKBUILD b/community/xdg-desktop-portal-kde/APKBUILD index 8590e279e4..cfc327f56f 100644 --- a/community/xdg-desktop-portal-kde/APKBUILD +++ b/community/xdg-desktop-portal-kde/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=xdg-desktop-portal-kde pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="A backend implementation for xdg-desktop-portal that is using Qt/KDE" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://phabricator.kde.org/source/xdg-desktop-portal-kde" @@ -15,7 +15,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/xdg-desktop-portal-kde-$p build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build diff --git a/community/xerces-c/APKBUILD b/community/xerces-c/APKBUILD index dc240a0dda..19fe69f249 100644 --- a/community/xerces-c/APKBUILD +++ b/community/xerces-c/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrew Bell <andrew.bell.ia@gmail.com> pkgname=xerces-c pkgver=3.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="A validating XML parser written in a portable subset of C++" url="https://xerces.apache.org/index.html" arch="all" @@ -28,7 +28,7 @@ build() { cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX="$pkgdir"/usr \ $thread_support \ -Dnetwork-accessor=curl \ diff --git a/community/xfce4-whiskermenu-plugin/APKBUILD b/community/xfce4-whiskermenu-plugin/APKBUILD index 78a45861e3..322089674f 100644 --- a/community/xfce4-whiskermenu-plugin/APKBUILD +++ b/community/xfce4-whiskermenu-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-whiskermenu-plugin pkgver=2.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Alternate application launcher for Xfce" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin" arch="all" @@ -15,7 +15,7 @@ build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ . make } diff --git a/community/xournalpp/APKBUILD b/community/xournalpp/APKBUILD index 702aa15bf9..46eaa74805 100644 --- a/community/xournalpp/APKBUILD +++ b/community/xournalpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xournalpp pkgver=1.0.17 -pkgrel=0 +pkgrel=1 pkgdesc="Xournal++ is a handwriting notetaking software with PDF annotation support" url="https://github.com/xournalpp/xournalpp" arch="all" @@ -25,7 +25,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} . diff --git a/community/z3/APKBUILD b/community/z3/APKBUILD index 373b8edfae..ec32205dea 100644 --- a/community/z3/APKBUILD +++ b/community/z3/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=z3 pkgver=4.8.7 -pkgrel=0 +pkgrel=1 pkgdesc="Theorem prover from Microsoft Research" url="https://github.com/Z3Prover/z3" arch="all !s390x !aarch64" @@ -22,7 +22,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ .. diff --git a/community/zxing-cpp/APKBUILD b/community/zxing-cpp/APKBUILD index ff4f52cd1c..c2482ad359 100644 --- a/community/zxing-cpp/APKBUILD +++ b/community/zxing-cpp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=zxing-cpp pkgver=1.0.8 -pkgrel=0 +pkgrel=1 arch="all" url="https://github.com/nu-book/zxing-cpp" pkgdesc="C++ port of ZXing" @@ -14,7 +14,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBRARY=ON |