diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD index 7bbe7a5dc522e95e6dfeb04c968cc0b57ce437f6..ee45bcc7a861aab2455efa3b21df94808b39f9fd 100644 --- a/community/appstream/APKBUILD +++ b/community/appstream/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=appstream pkgver=0.12.9 -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=release \ + --buildtype=debugoptimized \ -Dqt=true \ -Ddocs=false \ -Dapidocs=false \ diff --git a/community/baobab/APKBUILD b/community/baobab/APKBUILD index dbeab46dba709916aaa3a2d9b28848a495bcd4c6..0db300073d8a77615c87d5d20a0cfeba1d2f1f53 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/bolt/APKBUILD b/community/bolt/APKBUILD index fbab91e0f6711ab0e39c0e0636a2f47ddc8c7eb8..bba3eaddabfb2850eba805b258a12c449f335229 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dman=true \ -Dsystemd=false \ . output diff --git a/community/cage/APKBUILD b/community/cage/APKBUILD index d681f643213537d366ff3e98f5d3e69325d26ec5..f0be7e6a46030fe30833e9394db71dc5f963d0b2 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=1 +pkgrel=2 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=release -Dxwayland=true --prefix /usr "$srcdir/build" + meson --buildtype=debugoptimized -Dxwayland=true --prefix /usr "$srcdir/build" } build() { diff --git a/community/celluloid/APKBUILD b/community/celluloid/APKBUILD index d736ba8e70afc910f6c8f129d5e101f260742048..ad207b94383c759acac78ccf24a2577f7e06e6e1 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index 2c766a9812860a6c747966303cf75376fde835eb..3f05bb92c1227de0ff5944c163023a0884723f9d 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/dconf-editor/APKBUILD b/community/dconf-editor/APKBUILD index 8a2f2c6a26095662b840742922ab7da477a62900..a056e3e83d2ff2247a47b258eaf0dd58f23eec8a 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.3 -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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/devhelp/APKBUILD b/community/devhelp/APKBUILD index ff6aad1739496acb30258d5ca2582dd3708ead9d..2604e016a6fbb48df8b5c22bc029784e281ff450 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD index c77526fc07194d707512581f56bf479d49c9e2f9..35883d11663313b981aab06569d59696fae7bd7f 100644 --- a/community/epiphany/APKBUILD +++ b/community/epiphany/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=epiphany pkgver=3.34.3.1 -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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/file-roller/APKBUILD b/community/file-roller/APKBUILD index 536d0ec842b99c622afa45731af83077be4cb8e0..ccf24b107e23b4024f5d219293ac76a495b73667 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.3 -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=release \ + --buildtype=debugoptimized \ -Dpackagekit=false \ -Dcpio=/usr/bin/cpio \ . output diff --git a/community/folks/APKBUILD b/community/folks/APKBUILD index 39587a3955cf2a7cc1f5cbc0b5009dbc4eb8c60a..f7a47bb6c226bcfa2ec577ec1c7dea0d7d32df53 100644 --- a/community/folks/APKBUILD +++ b/community/folks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=folks pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="GObject Library to aggregate people into metacontacts" url="https://wiki.gnome.org/Projects/Folks" arch="all" @@ -29,7 +29,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddocs=true \ . output ninja -C output diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD index c4dce94d03921dd22a63f15e4d1f41d16f8c9765..051efe7a8d6ec7af9924d40b2bbd52122058100c 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/fwupd/APKBUILD b/community/fwupd/APKBUILD index e7030f470d77d94fce0c813f1f88668fea1a2dfb..2af3c5ed8bbe1d91afbf11dd06fa56d3c391f3b3 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.6 -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=release \ + --buildtype=debugoptimized \ -Dagent=true \ -Dconsolekit=true \ -Dfirmware-packager=true \ diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD index bcbe2bc7dbf19a3e34fe599eee47cb07eb35f0f1..c81e6ac3b1b5785dcee31b284b5e42eb47d26038 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dlibunwind_optional=true \ . output ninja -C output diff --git a/community/gedit-plugins/APKBUILD b/community/gedit-plugins/APKBUILD index aa90ff9d5f0e593bc297d1be0042e472c2feb37c..fe07a85ab79bb52941018ebff7f96c7ba155981c 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ -Dplugin_zeitgeist=false \ . output ninja -C output diff --git a/community/gedit/APKBUILD b/community/gedit/APKBUILD index 0096b45f44ffbcf2d7a8c315c1c4ccf68146897f..2a0dd6312e538f0eba6467f20646a778c05bec4c 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Ddocumentation=true \ . output ninja -C output diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 111c86aca66a3873fa5eb0cf98ff280f7ebe4d37..6a5ebfd13ee15327f2f4bf1bee8e539dd147f210 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=0 +pkgrel=1 pkgdesc="Geocoding helper library" url="https://www.gnome.org/" arch="all" @@ -16,7 +16,7 @@ build() { cd "$builddir"/build meson \ --prefix=/usr \ - --buildtype=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ -Denable-installed-tests=false \ .. diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD index 74c5ae453f0d630df900315badf6e27d15ffec74..87b5363c4f1c4a66969aca32e6f1301a38484d41 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ -Dgtk_doc=true \ -Dintrospection=true \ -Dvapi=true \ diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD index eb394265d67adbe8e86750f7c476162944ef610a..de4a42acec870c575181586eb6e6d2ac86dc5dbc 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/glib-networking/APKBUILD b/community/glib-networking/APKBUILD index d8f0a4b9f0feba9db2a86bcf324bd976cc77b860..7269509ab23ef3d1765cc103db15efe75836f0c6 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --prefix=/usr \ --default-library=shared \ . build diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD index 58e2f5c6520e34825b678dd0690d01e8db15dbde..2b4b0ae0fb57ff1dabfe36487ed0755a7642e70d 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=3 +pkgrel=4 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-backgrounds/APKBUILD b/community/gnome-backgrounds/APKBUILD index 16e04aaaefb1fe55eea40fedbc47a76a26f55da1..2f9f0ca0f329ee63c9a4f94ed6c94604080a5927 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ --datadir=/usr/share \ output . diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index 8bc04cbcec36bbeff568a1d5a8e33ebfa8e035c2..a2fe20fceef48dbb7880398b574a67711bd317c6 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ output . ninja -C output diff --git a/community/gnome-books/APKBUILD b/community/gnome-books/APKBUILD index 1d20d63b8ed350bcde38f7ca3a8fe898a190ac3c..420fa59aa13dd5845cbc2702a96788542640b08b 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-boxes/APKBUILD b/community/gnome-boxes/APKBUILD index 176cbab7e1da9568b5c49c4931833fc765b3c9b9..eceffe448d4db5ad902c794faa4dfd1fdfd431c5 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.2 -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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-builder/APKBUILD b/community/gnome-builder/APKBUILD index 1d6e60563c24cfb0e49c6e1f00d494714e856911..bba92cc5d85ce927747fe4b82431d45e017c7fd8 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ -Dplugin_sysprof=false \ . output ninja -C output diff --git a/community/gnome-calculator/APKBUILD b/community/gnome-calculator/APKBUILD index 58d0a4a50fcba67a5787850441159fa3df428994..d948a98960dafd145cd8d50a6f116e1422400802 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-calendar/APKBUILD b/community/gnome-calendar/APKBUILD index 56c67f22ac50f9cbd22aa6eff16083d98b9531cf..48ee7e1e74cb63a00af777eaa177b861d091d1fc 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-characters/APKBUILD b/community/gnome-characters/APKBUILD index db8994ce812a2b6ab6063e901dc51c63ff5ab336..4e4866da6b427840dc074c3491caf2a86795e247 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-clocks/APKBUILD b/community/gnome-clocks/APKBUILD index fb205af9e3147a79416b23dc73a25fa29f27942e..70e2889395a5788a82a858585edf7953105c51c5 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-contacts/APKBUILD b/community/gnome-contacts/APKBUILD index b6726a6bb8fe0d2a18e4fda89a86d70ed4dbf7e3..6ea84ce6ec4b16b1616a153c7dd0b731834254f6 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 -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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-control-center/APKBUILD b/community/gnome-control-center/APKBUILD index d4f34cb7e7319fbe4a07f44baa06c6dd2247f99a..ad78199118e81e15082778fe89ab5205e3a81b20 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.2 -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=release \ + --buildtype=debugoptimized \ -Dcheese=true \ -Dibus=true \ . output diff --git a/community/gnome-desktop/APKBUILD b/community/gnome-desktop/APKBUILD index 06464701af676e48144f8cf50aa2652481bbfb4a..d9583f2dcf9db2ed52e50a808387d2596ca0a543 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.2 -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=release \ + --buildtype=debugoptimized \ -Dgnome_distributor="Alpine Linux" \ -Dudev=enabled \ . output diff --git a/community/gnome-disk-utility/APKBUILD b/community/gnome-disk-utility/APKBUILD index c2f06d03ce3dcb3c5c35deec8408f2580134ab75..9d7a2010dcb496d9f4a39f9b04ac050a23cfcb50 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.0 -pkgrel=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-firmware-updater/APKBUILD b/community/gnome-firmware-updater/APKBUILD index 5c44a89d79006189c435e202aa55175c74496b76..59806da3ce2398836ece35aaa32ca43c11a8cba8 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dsystemd=false \ -Delogind=true \ -Dman=false \ diff --git a/community/gnome-font-viewer/APKBUILD b/community/gnome-font-viewer/APKBUILD index 9f5215a69f6b9c01582c23adf5ed87b873ab312c..69a27a7974689f45fa55ae6525f968bed0be0755 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-games/APKBUILD b/community/gnome-games/APKBUILD index 981f3cdada6a040048c76eee91ae083e2b73913b..723b1de085a64d14077b9682ce3a608917883f11 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-initial-setup/APKBUILD b/community/gnome-initial-setup/APKBUILD index 7c6d0b84f4866fae7ae5e25fbf805e70980617c5..4211bd40d43978ef4f1f543c8e7a565c86b656a2 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dregion-page=false \ -Dsoftware-sources=disabled \ -Dsystemd=false \ diff --git a/community/gnome-maps/APKBUILD b/community/gnome-maps/APKBUILD index 05865094c42fd53d2edf60fc7d5c1cb4e8cb56c6..570f00372e038e2d52c127580c351011c6ee90d5 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-music/APKBUILD b/community/gnome-music/APKBUILD index d7cd372793d2ae1e5efdf6fe7bd8abebb8f3881b..f4c9462dd261e769ab2d5be3897d5c8262c1ba04 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.3 -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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD index d27af65541d388958dfd798b36b5a02d49b1bdae..e30b5df25f67b26a4dc77ff6b8c599886d7c2ac3 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-photos/APKBUILD b/community/gnome-photos/APKBUILD index 7cf7fdba904197b10114b3388b9fef646cee3121..a8f86e28ab17fee0b2aed3f816d3b2999f998e29 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Ddogtail=false \ . output ninja -C output diff --git a/community/gnome-podcasts/APKBUILD b/community/gnome-podcasts/APKBUILD index 70df8d89a1f1aeb4131b19aaf36182c30ac4de93..4bf2011d11f5f58f52d70e86190988698607cc53 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-power-manager/APKBUILD b/community/gnome-power-manager/APKBUILD index dd5628d9e447a312b614ec3bf0ff5a93e9d78004..88c67639c33fb743092332f637c938cab7c0497d 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ output . ninja -C output diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD index e8fac2f0ff15ccc0fe7f597873f8bd0833c7153c..0ba47beda577ad5678c55123a0889a942a53a9ca 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-settings-daemon/APKBUILD b/community/gnome-settings-daemon/APKBUILD index d6cf9e5a8e5eca49f35312ae7a0cfa02d40c6f0c..1b331e6c2feef6a5596bab8f2cedd4e6a4eecf01 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dsystemd=false \ . output ninja -C output diff --git a/community/gnome-shell-extensions/APKBUILD b/community/gnome-shell-extensions/APKBUILD index 2c301aaf57d92aab027eebe089ca872d7fcd01bc..de118f214c830760063fe934a48b5b748d2da91f 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dextension_set=all \ -Dclassic_mode=true \ . output diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD index ecd9e975841c4fb7bee58330df21d750c80890ce..935e2c563d816166f6dbedc3cdbcf044af1947f5 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.3 -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=release \ + --buildtype=debugoptimized \ -Dsystemd=false \ . output ninja -C output diff --git a/community/gnome-sound-recorder/APKBUILD b/community/gnome-sound-recorder/APKBUILD index 9ba6798912726c03859c92a6caea6d14fe0741cc..c65d4797051062053c3a30cfa84d86b308ebcd7e 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-tweaks/APKBUILD b/community/gnome-tweaks/APKBUILD index cf87dd068bd34647237300bc401b7e8b10eb2129..869a91fd02cfd88d59ef380da849d2f579eb29d1 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-usage/APKBUILD b/community/gnome-usage/APKBUILD index 33576284cd91525acc7a6d27061af9237b4ff2d3..96c84ba1e8b940187b42492c061b63859381ed34 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gnome-weather/APKBUILD b/community/gnome-weather/APKBUILD index 56798c9d849f9680406f2c98af1c02779139e198..565aaa6b2fea7109bb5ac6cf30842b8a0c8b41cd 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gom/APKBUILD b/community/gom/APKBUILD index 68d49529fdff6e272515989e4c239495c861b758..c18be2f6e1454f1f35a672ed61166b01c2717440 100644 --- a/community/gom/APKBUILD +++ b/community/gom/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gom pkgver=0.3.3 -pkgrel=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gpaste/APKBUILD b/community/gpaste/APKBUILD index 093f2286af0b532a2a229dd1dce0e66954c1884c..b7ad88ed2c1ff98260635c0beea6e072367e3b6c 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dsystemd=false \ . output ninja -C output diff --git a/community/graphene/APKBUILD b/community/graphene/APKBUILD index a568202ab7baf6bb0659839f59f3ee8dd2301194..58bdb2d63cf2e4609e4dbe301715a4f43cb48991 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dinstalled_tests=false \ . output ninja -C output diff --git a/community/grilo-plugins/APKBUILD b/community/grilo-plugins/APKBUILD index d65e2c76c5bc17578662a7f2cf46c9ec09e8fbe4..af5ca9244613209942e825ccff5eddf3d66c47c9 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.10 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME media discovery framework plugins" options="!check" url="https://wiki.gnome.org/Projects/Grilo" @@ -19,7 +19,7 @@ source="https://download.gnome.org/sources/grilo-plugins/${pkgver%.*}/grilo-plug build() { meson \ --prefix=/usr \ - --buildtype=release \ + --buildtype=debugoptimized \ -Denable-chromaprint=no \ . output ninja -C output diff --git a/community/grim/APKBUILD b/community/grim/APKBUILD index 3f0e19d08b71f9dbdc63bf56092359bc77b1bab0..d6851a8ddfa49193153f9061f23e019701427825 100644 --- a/community/grim/APKBUILD +++ b/community/grim/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=grim pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Grabs images from Wayland compositors" options="!check" # No testsuite url="https://wayland.emersion.fr/grim/" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gsettings-desktop-schemas/APKBUILD b/community/gsettings-desktop-schemas/APKBUILD index e6b949cb62a56a6b353fa0da268adcd3f60c90ab..378cfbd2a714221f85f8d4e62813804c478e58ef 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/gst-libav/APKBUILD b/community/gst-libav/APKBUILD index 2237771d6f98106b366d8238541b3a82356390b9..eb3cd7025ef2ef5eced2b2e1646df7584e8f2b4e 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -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 579cf03c30ac3921570f84143680b958f07bf8d7..b1576aa63a9243dbdb2a239b9cac188fd63bf0c1 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ -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 a8fa9d0708669306333a2dfe10d341c64ffb4ca6..e3dd742f612706caf1f4aa4152865d25aad07e42 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=0 +pkgrel=2 pkgdesc="GStreamer streaming media framework good plug-ins" url="https://gstreamer.freedesktop.org" arch="all !armhf" # armhf blocked by qt5-qtdeclarative @@ -37,7 +37,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -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 641b8ee24af7954757f0a1f550c7e65327d58630..ec48becab86648e9f1dddb7358305cb12b3ab9f6 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dpackage-origin="https://alpinelinux.org" \ -Dpackage-name="GStreamer ugly plug-ins (Alpine Linux)" \ . output diff --git a/community/gtk-vnc/APKBUILD b/community/gtk-vnc/APKBUILD index f05233439b3ce8865c43111050245ac050558c34..50595591b9340eda8ab8427646c79cb3faf65b3e 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ -Dwith-vala=true \ -Dwith-coroutine=gthread \ . output diff --git a/community/gtk4.0/APKBUILD b/community/gtk4.0/APKBUILD index 25a418fa5fd5278d2bf5a4c1010e8c19d1343de0..0da533fa1b9d055405c26652baaa8cf55296a54b 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.96.0 -pkgrel=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ -Dbroadway-backend=true \ -Dman-pages=true \ -Ddocumentation=true \ diff --git a/community/gtksourceview4/APKBUILD b/community/gtksourceview4/APKBUILD index e939b817ce06ed2202ff2c8fe3b52eb3e62d37fe..83207fa4d3c22a844db7e941c00b9b0f3788d8f3 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ -Dglade_catalog=true \ . output ninja -C output diff --git a/community/gvfs/APKBUILD b/community/gvfs/APKBUILD index 6a7ed1aef1028c8c482d14b5c33fd72b706fda24..6535ea279ca30445a6ab63ca10891e9f2440b48d 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --prefix=/usr \ --libexecdir=/usr/libexec/gvfs \ --sysconfdir=/etc \ diff --git a/community/jsonrpc-glib/APKBUILD b/community/jsonrpc-glib/APKBUILD index 30726dae4e989d875d6cfa625e388f61767a1c97..f4dc7f679164cfea6dd1b3c925ffaa9d52c1eaae 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Denable_gtk_doc=true \ . output ninja -C output diff --git a/community/knot-resolver/APKBUILD b/community/knot-resolver/APKBUILD index 63ef2ac6ea79b376e42365f884ad45e211f5f028..0d44e5109df22e6e871754b1cf7a03fc838065fc 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --default-library=both \ -Dclient=enabled \ -Dgroup="$pkggroups" \ diff --git a/community/libchamplain/APKBUILD b/community/libchamplain/APKBUILD index f00de07ea9f6be76ed8c8e922e1260abbc5db393..2baa7645d09aea6f26295fae4819ef6e04a35f81 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dvapi=true \ -Dintrospection=true \ -Dgtk_doc=true \ diff --git a/community/libdazzle/APKBUILD b/community/libdazzle/APKBUILD index fe9ed393fdb168d0ebafdf0995ed89a30ffd2e40..5b0c43f74050801b1dd48d34c9768e7cb0e779fc 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Denable_gtk_doc=false \ . output ninja -C output diff --git a/community/libgdata/APKBUILD b/community/libgdata/APKBUILD index ef537ee8618844aa7dfce101c8ba14d1419a444e..356228696cc95f092b676590ec1e20f90a070027 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dintrospection=true \ -Dvapi=true \ -Dgtk_doc=false \ diff --git a/community/libgepub/APKBUILD b/community/libgepub/APKBUILD index 9196d824bcd0c704da67bf3db0a4feb4b03cab29..f40fe2a78e1862e43ba05e687e5a05635fa863e6 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/libgit2-glib/APKBUILD b/community/libgit2-glib/APKBUILD index 16f42e850e13d353d785f45dfe4951c626c4cb57..beac73f076029b224c809ae2adfd48b7b59218a3 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 08629c5e83643d630b7e5b1a86f5cab239dfbade..e07cbbf6607ae7b4449369bc721bef855d0a427b 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dgtk_doc=true \ -Denable_vala=true \ . output diff --git a/community/libgxps/APKBUILD b/community/libgxps/APKBUILD index 558723405c8585512f57ce8d963254e008d3e419..f16046e6c24e36914117e58ac0640def4ef69a7e 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=0 +pkgrel=1 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=release build/ + meson --prefix=/usr --libdir=lib --buildtype=debugoptimized build/ ninja -v -C build/ } diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD index 10fe02d17cbfda4d44392c13dc551242e778a8aa..ff458e882cc75ecef51e0fb9f15930ce0db94620 100644 --- a/community/libhandy/APKBUILD +++ b/community/libhandy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libhandy pkgver=0.0.12 -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=release \ + --buildtype=debugoptimized \ -Dexamples=true \ . output ninja -C output diff --git a/community/libmanette/APKBUILD b/community/libmanette/APKBUILD index 741a89f257020a1c0a9202ad17ceb7de9dfb1a22..7d931414540ad744a491b05cc882aac83f4b3818 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/libmpdclient/APKBUILD b/community/libmpdclient/APKBUILD index 5ab5b4519fa2e5c509bbc3086270b107c9f9d052..05576874c157c9ad13821271d08c50aefa31702e 100644 --- a/community/libmpdclient/APKBUILD +++ b/community/libmpdclient/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libmpdclient pkgver=2.17 -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=release \ + --buildtype=debugoptimized \ -Dtest=true \ . output ninja -C output diff --git a/community/libpeas/APKBUILD b/community/libpeas/APKBUILD index 53e757150185262afa82ba9a63f931b8df6c7b31..f9d84cb728743688b46d316f1e66fe1e806c3b0b 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ -Dvapi=true \ -Ddemos=false \ . output diff --git a/community/libplacebo/APKBUILD b/community/libplacebo/APKBUILD index 76e754bfc346d453392af805ff90f3468cd47c60..1efb415af415afc8ba87331f618d36dbc46333ae 100644 --- a/community/libplacebo/APKBUILD +++ b/community/libplacebo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=libplacebo pkgver=1.29.1 -pkgrel=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dvulkan=enabled \ -Dglslang=enabled \ -Dshaderc=enabled \ diff --git a/community/libwnck3/APKBUILD b/community/libwnck3/APKBUILD index 42dda6f48adb7d0fe0c02947fb2021fa449aa716..9573dbd045e39ea3a9641cbdb5df938196483b04 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=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ -Dgtk_doc=false \ . output ninja -C output test diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD index 50808641bec83809c171df0293cf4c2ad64f423c..ee4feadaaefd87937dd3319da513767326123506 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=0 +pkgrel=1 pkgdesc="Minimalist command line interface to MPD" url="https://www.musicpd.org/clients/mpc/" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dtest=true \ . output ninja -C output diff --git a/community/mpd/APKBUILD b/community/mpd/APKBUILD index 87b4f4c63b894f325ac196247f5ea063a91bb79e..7921ebb8c57205626b3cd119b896351f8c864346 100644 --- a/community/mpd/APKBUILD +++ b/community/mpd/APKBUILD @@ -9,7 +9,7 @@ case $pkgver in *.*.*) _branch=${pkgver%.*};; *.*) _branch=$pkgver;; esac -pkgrel=3 +pkgrel=4 pkgdesc="Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs" url="https://musicpd.org" pkgusers="mpd" @@ -38,7 +38,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dshout=enabled \ -Dopus=enabled \ -Dmodplug=enabled \ diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD index 9cf2364768c43c23c841aa836e2210d55ce46e84..9cd778d8612c2989bfe8eb62d03ff9eac39b2fa7 100644 --- a/community/mutter/APKBUILD +++ b/community/mutter/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=mutter pkgver=3.34.3 -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=release \ + --buildtype=debugoptimized \ -Degl_device=true \ -Dudev=true \ -Dnative_backend=true \ diff --git a/community/ncmpc/APKBUILD b/community/ncmpc/APKBUILD index 17870b1675cfe2d4092d72b48ea2d4fdb4bc7616..0aa08729f3b38d7fa9ef1141704c116d2b21e631 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.36 -pkgrel=1 +pkgrel=2 pkgdesc="Ncurses client for the Music Player Daemon (MPD)" url="https://www.musicpd.org/clients/ncmpc" arch="all" @@ -19,7 +19,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dlirc=disabled \ -Dcurses=ncurses \ -Dlyrics_screen=true \ diff --git a/community/paper-icon-theme/APKBUILD b/community/paper-icon-theme/APKBUILD index 279ee6a652124f94ff925a66465a697d6d898b7f..b5f37c11a789898b95b9bedb130a924c977c21bb 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ --prefix=/usr \ . build ninja -C "$builddir"/build diff --git a/community/picom/APKBUILD b/community/picom/APKBUILD index 2c7ec81a629ad35e0f2df3f0e817d2b424e234f9..501368b8a26f0abe65c61980fb13cd14d27dd0e8 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=0 +pkgrel=1 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=release -Dbuild_docs=true build + meson --prefix=/usr --buildtype=debugoptimized -Dbuild_docs=true build ninja -v -C build } diff --git a/community/pipewire/APKBUILD b/community/pipewire/APKBUILD index 213e1682cacc8972d6279f298675a43608d4d0ac..b8c6ef18f1579d302e2ebe30b8d932e45534e1b1 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=0 +pkgrel=1 pkgdesc="Multimedia processing graphs" url="https://pipewire.org/" arch="all" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddocs=true \ -Dman=true \ -Dgstreamer=enabled \ diff --git a/community/playerctl/APKBUILD b/community/playerctl/APKBUILD index 99a3adc5a2b7c156d79568b768e03354cbc9288c..75e573d62e495231bd855964b0267c9c09d79380 100644 --- a/community/playerctl/APKBUILD +++ b/community/playerctl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=playerctl pkgver=2.0.2 -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=release \ + --buildtype=debugoptimized \ -Dgtk-doc=false \ -Dintrospection=true \ . output diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 714641a3c9b06b687c3fe7d2a7a109ce3e71c1f4..bb23fa4bd0c7b0e9786817cca2460fe6d4d31944 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=2 +pkgrel=3 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=release \ + --buildtype=debugoptimized \ -Dgcov=false \ -Dman=true \ -Dtests=true \ diff --git a/community/retro-gtk/APKBUILD b/community/retro-gtk/APKBUILD index 83bef078e276790547da5bc12002d46f0553fa38..99e8318a0cf7141bf34ede8776a31cfdfe1437b4 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.0 -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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 10c1463750e6985b303ca0752b5efaa3809a3eb6..ca6a0e4419a5079647e21b5ea9d3cbc5c1f2a587 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=shotwell pkgver=0.30.7 -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=release \ + --buildtype=debugoptimized \ -Dinstall-apport-hook=false \ . output ninja -C output diff --git a/community/simple-scan/APKBUILD b/community/simple-scan/APKBUILD index 6b916e0b56f44dc994484fc006a003c442e3cb19..e187ddac528cc01d867d338a8082cf070597b022 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.2 -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=release \ + --buildtype=debugoptimized \ output . ninja -C output } diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD index f7df65d402468fde66dac704a9c3756633023c54..97b03be1dfca2845b6ea48fe68b769b14081d881 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/sushi/APKBUILD b/community/sushi/APKBUILD index 19654f25b775e7ad634da9a08d6d7869c7324cf3..c1469994e49576b9bb0746403b277a6484f13024 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD index 3f1b5090b57c8422b72f59e936eba041cdbf3ac5..77917e6dba543826ac5ab522d74059e800522d64 100644 --- a/community/sway/APKBUILD +++ b/community/sway/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=sway pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="i3 compatible window manager for Wayland" url="http://swaywm.org" arch="all" @@ -41,7 +41,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/sysprof/APKBUILD b/community/sysprof/APKBUILD index 1c6e9409f19d1cf109164e703b1e0e4f0a31c7d9..fd228cd7fb1820eca72800115ccf48474ed4f79a 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Denable_gtk=true \ -Dsystemdunitdir=no \ . output diff --git a/community/template-glib/APKBUILD b/community/template-glib/APKBUILD index 54384c638e27b8db2eb39dc886cb742c084f6ad9..cd23b466756d9ca9524ea186520555775f3d2bb7 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/totem/APKBUILD b/community/totem/APKBUILD index 9d80a1f0ab0e4477898819bcf0a1b192a2a5c0a8..586efa89a057da1d7fb8bb75c80cf05099fefa84 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/tracker-miners/APKBUILD b/community/tracker-miners/APKBUILD index 52e1c9d68c099f60d73ba38c0c7be2b877a1bfa0..a13252b5ac7eb388fda2afae10e2d8129db535fb 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.1 -pkgrel=1 +pkgrel=2 pkgdesc="Data miners for tracker" url="https://developer.gnome.org/libtracker-miner/stable" arch="all !s390x" # networkmanager not avail due to iwd @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dtracker_core=system \ -Dsystemd_user_services=no \ -Dminer_rss=false \ diff --git a/community/tracker/APKBUILD b/community/tracker/APKBUILD index d624f2f87a6d0a3a0bb97cafdc7207581a383133..efcfc47b4c5d6004eb33b6618b2d7cfa127626f2 100644 --- a/community/tracker/APKBUILD +++ b/community/tracker/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tracker pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Personal search tool and storage system" url="https://wiki.gnome.org/Projects/Tracker" arch="all" @@ -36,7 +36,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dsystemd_user_services=no \ . output ninja -C output diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD index 3778cae5f14077ed365639632b1504defaf3bab1..4561d2a89ec5df4fc58b02d0fcdaba270228fafb 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.200 -pkgrel=1 +pkgrel=2 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=release \ + --buildtype=debugoptimized \ --prefix=/usr \ . build ninja -C build diff --git a/community/waybar/APKBUILD b/community/waybar/APKBUILD index d7c6ba7a987f6104f918e3fb7ce660a02f20a344..dac8eded38ad12d773c615c04962fcc9f999839a 100644 --- a/community/waybar/APKBUILD +++ b/community/waybar/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname="waybar" pkgver="0.8.0" -pkgrel=3 +pkgrel=4 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/community/wf-recorder/APKBUILD b/community/wf-recorder/APKBUILD index 11b044da498bf054d0f34a7b0b1d14cbc51c018c..f4ba7b65689c6cae2ab92574e199b285f8a49d2d 100644 --- a/community/wf-recorder/APKBUILD +++ b/community/wf-recorder/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=wf-recorder pkgver=0.2 -pkgrel=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dman-pages=enabled \ -Dopencl=enabled \ . output diff --git a/main/at-spi2-atk/APKBUILD b/main/at-spi2-atk/APKBUILD index 591f2f0c9dfaf37b78488676a2264be89c0e6b02..082aadd7d6cf8c9f57a9d705fa27542ea4c67867 100644 --- a/main/at-spi2-atk/APKBUILD +++ b/main/at-spi2-atk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=at-spi2-atk pkgver=2.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" arch="all" @@ -19,7 +19,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/main/at-spi2-core/APKBUILD b/main/at-spi2-core/APKBUILD index 9824efdaa295969ee165496a86a3551218bc08b8..f0cb16dcc780d0bd1ec669b9c50fd9784f3b4e00 100644 --- a/main/at-spi2-core/APKBUILD +++ b/main/at-spi2-core/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=at-spi2-core pkgver=2.34.0 -pkgrel=0 +pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" arch="all" @@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-cor build() { cd "$builddir" meson \ - --buildtype=release \ + --buildtype=debugoptimized \ --prefix=/usr \ -Dx11=yes \ -Dintrospection=yes \ diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD index 6c7851083c6f0306b58cf676c5683a8d49dac56b..4e8d0b73095e8b5b4cfa409c6e9a6bd7ed092eff 100644 --- a/main/atk/APKBUILD +++ b/main/atk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=atk pkgver=2.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="A library providing a set of interfaces for accessibility" url="https://www.gtk.org/" arch="all" @@ -15,9 +15,9 @@ build() { cd "$builddir" meson \ --prefix=/usr \ - --buildtype=release \ + --buildtype=debugoptimized \ --sysconfdir=/etc \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddocs=true \ output . ninja -C output diff --git a/main/dconf/APKBUILD b/main/dconf/APKBUILD index b42e830632ac498eb0233f0ce0fe80bf2021baee..3dd439a8b28018c47034f0581f4bc804d3c11fd4 100644 --- a/main/dconf/APKBUILD +++ b/main/dconf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=dconf pkgver=0.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="A low-level configuration system." url="https://wiki.gnome.org/Projects/dconf" arch="all" @@ -18,7 +18,7 @@ build() { meson \ --prefix=/usr \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/main/fuse3/APKBUILD b/main/fuse3/APKBUILD index 408af81ccf529a969579aec2f71dfa76a7b4a1cf..810bd439b5d0420bba329b17c2f40b967331b443 100644 --- a/main/fuse3/APKBUILD +++ b/main/fuse3/APKBUILD @@ -2,7 +2,7 @@ pkgname=fuse3 _pkgname=fuse pkgver=3.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface" url="https://github.com/libfuse/libfuse" arch="all" @@ -30,7 +30,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD index e19dea19d16962644f7f37a3de82442333058578..fac0946ddf98740950c37e590d7697f6c23e6350 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=glib pkgver=2.62.4 -pkgrel=0 +pkgrel=1 pkgdesc="Common C routines used by Gtk+ and other libs" url="https://developer.gnome.org/glib/" arch="all" @@ -33,7 +33,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dman=true \ . output ninja -C output diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index 580485fe711d40ff107f66a6e224c16b4114f71d..67f3d076b510b4bae49ae6431d1adef2136fcc1a 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gobject-introspection pkgver=1.62.0 -pkgrel=1 +pkgrel=2 pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" arch="all" @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/main/gst-plugins-base/APKBUILD b/main/gst-plugins-base/APKBUILD index c865b53fa3d969d507a55499c743f6bf6cd6714a..93d51f3c774f5a0333b7a86930708b3ae0ac8718 100644 --- a/main/gst-plugins-base/APKBUILD +++ b/main/gst-plugins-base/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-base pkgver=1.16.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer streaming media framework base plug-ins" url="https://gstreamer.freedesktop.org" arch="all" @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dalsa=enabled \ -Dintrospection=enabled \ -Dpackage-origin="https://alpinelinux.org" \ diff --git a/main/gstreamer/APKBUILD b/main/gstreamer/APKBUILD index 9eff60c762bf4250b2a03688007796853a36038b..52f5f5af19c2b94b73342e30ce3efd8ab5e57fee 100644 --- a/main/gstreamer/APKBUILD +++ b/main/gstreamer/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gstreamer pkgver=1.16.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer streaming media framework" url="https://gstreamer.freedesktop.org" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dintrospection=enabled \ -Dbash-completion=disabled \ -Dptp-helper-permissions=capabilities \ diff --git a/main/libvdpau/APKBUILD b/main/libvdpau/APKBUILD index e91d04046672c4b2cb07c1ccf365e1c7d7eb43b3..01089993f397288a87297eb1dc3ad9f68f720a6c 100644 --- a/main/libvdpau/APKBUILD +++ b/main/libvdpau/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvdpau pkgver=1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Hardware-accelerated video playback library" url="https://gitlab.freedesktop.org/vdpau/libvdpau" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddri2=true \ . output ninja -C output diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index 6fd29d1201d3bbcc714c08fb9a2ceb8af9190af5..85a846083d9caacafd05febdbe87c8a0e89e8e08 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mesa pkgver=19.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Mesa DRI OpenGL library" url="https://www.mesa3d.org" arch="all" @@ -112,7 +112,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddri-drivers-path=$_dri_driverdir \ -Dgallium-drivers=$_gallium_drivers \ -Ddri-drivers=$_dri_drivers \ diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD index 011f6ab5aed81e0b7f31e25819b790e07b5a5b16..6e8254c9d2d10d5d83f64e49c6b1c8cc3a3db197 100644 --- a/main/orc/APKBUILD +++ b/main/orc/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=orc pkgver=0.4.31 -pkgrel=0 +pkgrel=1 pkgdesc="The Oil Run-time Compiler" url="https://gstreamer.freedesktop.org/modules/orc.html" arch="all" @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dorc-test=disabled \ . output ninja -C output diff --git a/main/py3-gobject3/APKBUILD b/main/py3-gobject3/APKBUILD index f26d2b5ba15895efb562dc6ea0b5375eef131502..7bf63a5761d74a61141a64520fd73bf0234cad3e 100644 --- a/main/py3-gobject3/APKBUILD +++ b/main/py3-gobject3/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-gobject3 pkgver=3.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for the GObject library" url="https://wiki.gnome.org/Projects/PyGObject/" arch="all" @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dpython=python3 \ . output diff --git a/main/spice-protocol/APKBUILD b/main/spice-protocol/APKBUILD index 3a677393f3e756aca57f83a55550885e65eb1a94..72d19137ceeae8f7434911688831129cb32646a5 100644 --- a/main/spice-protocol/APKBUILD +++ b/main/spice-protocol/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spice-protocol pkgver=0.14.0 -pkgrel=0 +pkgrel=1 pkgdesc="Spice protocol header files" url="http://www.spice-space.org/" arch="noarch" @@ -16,7 +16,7 @@ build() { cd "$builddir" meson build/ \ - --buildtype=release \ + --buildtype=debugoptimized \ --prefix=/usr \ --datadir=lib diff --git a/main/sshfs/APKBUILD b/main/sshfs/APKBUILD index 6beed2d9950298c937c106b542666d6af848a888..a898d038f1f1a2fb9b6d3b3c9936a09dccf27157 100644 --- a/main/sshfs/APKBUILD +++ b/main/sshfs/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sshfs pkgver=3.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="FUSE client based on the SSH File Transfer Protocol" url="https://github.com/libfuse/sshfs" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/main/vte3/APKBUILD b/main/vte3/APKBUILD index 49e01849fffad8d2cc38b4ccd13b0e42e8ceacc8..6697ce12bfa9f1a716f847661d2596cc75744a72 100644 --- a/main/vte3/APKBUILD +++ b/main/vte3/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vte3 pkgver=0.58.3 -pkgrel=0 +pkgrel=1 pkgdesc="Virtual Terminal Emulator library" url="https://developer.gnome.org/vte/" arch="all" @@ -23,7 +23,7 @@ prepare() { build() { cd "$builddir/build" meson \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddocs=false \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/main/xorgproto/APKBUILD b/main/xorgproto/APKBUILD index 52e9ad5270edcd737e2ea35753f0173338c77ef7..29ee8763fc8a5cabd17f63b89668f60819005798 100644 --- a/main/xorgproto/APKBUILD +++ b/main/xorgproto/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=xorgproto pkgver=2019.2 -pkgrel=0 +pkgrel=1 pkgdesc="Combined X.Org X11 protocol headers" url="https://www.x.org" arch="noarch" @@ -51,7 +51,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ --datadir=/usr/lib \ -Dlegacy=true \ . output diff --git a/testing/aisleriot/APKBUILD b/testing/aisleriot/APKBUILD index 36630e299eb9b8bdfd53b909d3da3dbf02254e0b..de683514ecf6b32aa35df1cd94c776c177188bcc 100644 --- a/testing/aisleriot/APKBUILD +++ b/testing/aisleriot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch> pkgname="aisleriot" pkgver="3.22.10" -pkgrel=0 +pkgrel=1 pkgdesc="Solitaire and other card games for GNOME" url="https://wiki.gnome.org/Apps/Aisleriot" arch="all !s390x" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -D theme_kde=false \ . output ninja -C output diff --git a/testing/efl/APKBUILD b/testing/efl/APKBUILD index ca95aeb5d1629d05043fd44d9e3102e76404df58..a398ea063533b182603b186d5308a4607baa2126 100644 --- a/testing/efl/APKBUILD +++ b/testing/efl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Boris Faure <boris@fau.re> pkgname=efl pkgver=1.23.3 -pkgrel=0 +pkgrel=1 pkgdesc="Enlightenment Foundation Libraries" url="https://www.enlightenment.org" arch="all !s390x" #luajit not available @@ -45,7 +45,7 @@ build() { meson \ --prefix=/usr \ --libdir /usr/lib \ - --buildtype=release \ + --buildtype=debugoptimized \ --default-library=shared \ -Dnls=false \ -Dopengl=es-egl \ diff --git a/testing/eolie/APKBUILD b/testing/eolie/APKBUILD index 9cc2cf15cc4cc30e51d0e761b73e6eefa53b4a86..3b0c3f1a5c6923db3bbe41939c85f33173a7e665 100644 --- a/testing/eolie/APKBUILD +++ b/testing/eolie/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Daniele Debernardi <drebrez@gmail.com> pkgname=eolie pkgver=0.9.63 -pkgrel=1 +pkgrel=2 pkgdesc="Web browser for GNOME" url="https://gitlab.gnome.org/World/eolie" arch="all" @@ -23,7 +23,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/gnome-2048/APKBUILD b/testing/gnome-2048/APKBUILD index 665d2d7c555b2c0a19461f7a91b03c4ba0b00cde..4ba6d07876be88c3d92f8c63b071d0e40ecb8358 100644 --- a/testing/gnome-2048/APKBUILD +++ b/testing/gnome-2048/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-2048 pkgver=3.34.4 -pkgrel=0 +pkgrel=1 arch="all" url="https://wiki.gnome.org/Apps/2048" pkgdesc="Obtain the 2048 tile" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/gnome-chess/APKBUILD b/testing/gnome-chess/APKBUILD index 965e6087f7b0847aedf6d67f2c80f27f66f94734..1c065c3317e38d477b33070d2909fd2ca1314451 100644 --- a/testing/gnome-chess/APKBUILD +++ b/testing/gnome-chess/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-chess pkgver=3.34.0 -pkgrel=0 +pkgrel=1 arch="all !s390x" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Chess" pkgdesc="Play the classic two-player boardgame of chess" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/gnome-taquin/APKBUILD b/testing/gnome-taquin/APKBUILD index 6326c2a87c16b09b145c4c121ee1a6e5c5960037..a5a072d11369510d6d89a763787f23a9d86b405f 100644 --- a/testing/gnome-taquin/APKBUILD +++ b/testing/gnome-taquin/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-taquin pkgver=3.34.2 -pkgrel=0 +pkgrel=1 arch="all !s390x" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Taquin" pkgdesc="Move tiles so that they reach their places" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/gradio/APKBUILD b/testing/gradio/APKBUILD index 8b880ee42c80ac52c31e4583a4673a71ef2ebca5..62fd0cdd6687fdc71a128e01cafa7830439428ee 100644 --- a/testing/gradio/APKBUILD +++ b/testing/gradio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Daniele Debernardi <drebrez@gmail.com> pkgname=gradio pkgver=7.3 -pkgrel=0 +pkgrel=1 pkgdesc="A GTK3 app for finding and listening to internet radio stations" url="https://github.com/haecker-felix/Gradio" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/gstreamer-vaapi/APKBUILD b/testing/gstreamer-vaapi/APKBUILD index 84e78f6d838c2f57f1b5ee2ef6e0871597f70448..53953beddd719e713d38b1b50da939e72b98030e 100644 --- a/testing/gstreamer-vaapi/APKBUILD +++ b/testing/gstreamer-vaapi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Taner Tas <taner76@gmail.com> pkgname=gstreamer-vaapi pkgver=1.16.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer streaming media framework VA API plug-ins" url="https://gstreamer.freedesktop.org/" arch="all" @@ -16,7 +16,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/gtk-layer-shell/APKBUILD b/testing/gtk-layer-shell/APKBUILD index 70bfc6e5fe58b8b3a72442b39108a8632d6a10f8..153c0aa735a91d8c887b2d4125d92bb7bc5e4698 100644 --- a/testing/gtk-layer-shell/APKBUILD +++ b/testing/gtk-layer-shell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=gtk-layer-shell pkgver=0.1.0 -pkgrel=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ -Dexamples=false \ -Ddocs=false \ . output diff --git a/testing/kanshi/APKBUILD b/testing/kanshi/APKBUILD index 68c3d727c3bcf6dc55c08ab0bd3e7594494cbc10..10c25603a6a0b87a167501417fd63518213821a0 100644 --- a/testing/kanshi/APKBUILD +++ b/testing/kanshi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=kanshi pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Dynamic display configuration for Wayland" url="https://github.com/emersion/kanshi" arch="all" @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/libgnome-games-support/APKBUILD b/testing/libgnome-games-support/APKBUILD index 97624516cf4569b297747af45d1c5fc412f10a28..a71fa70ab899b6f3385a5a32505f2777b3190094 100644 --- a/testing/libgnome-games-support/APKBUILD +++ b/testing/libgnome-games-support/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libgnome-games-support pkgver=1.4.4 -pkgrel=0 +pkgrel=1 arch="all" url="https://gitlab.gnome.org/GNOME/libgnome-games-support" pkgdesc="Code shared between GNOME games" @@ -18,7 +18,7 @@ build() { --sysconfdir=/sys \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD index 479fde767f13ae0f0768e56388a4af91ba8e9240..e014659419243dbd21a7d4f468e3241833906a82 100644 --- a/testing/libva-utils/APKBUILD +++ b/testing/libva-utils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Taner Tas <taner76@gmail.com> pkgname=libva-utils pkgver=2.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Intel VA-API Media Applications and Scripts for libva" options="!check" # Most tests fail url="https://github.com/01org/libva-utils" @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddrm=true \ -Dx11=true \ -Dwayland=true \ diff --git a/testing/libzim/APKBUILD b/testing/libzim/APKBUILD index 36e6a66ce636328276a9d31839028222ef615d6e..5e73459fefdf985614bf7b6f743b086fb84816b3 100644 --- a/testing/libzim/APKBUILD +++ b/testing/libzim/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=libzim pkgver=6.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Reference implementation of the ZIM file format" url="https://openzim.org/" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/lightsoff/APKBUILD b/testing/lightsoff/APKBUILD index 83ed02d865fef2421bb6119234d8ad1c5e125456..d5be5b8910dcbd7585b4b22128156e159543de1d 100644 --- a/testing/lightsoff/APKBUILD +++ b/testing/lightsoff/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=lightsoff pkgver=3.34.0 -pkgrel=0 +pkgrel=1 arch="all !s390x" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Lightsoff" pkgdesc="Turn off all the lights" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/paprefs/APKBUILD b/testing/paprefs/APKBUILD index 78b5c17f467ebf70113339f84a2e95d297eb571e..17f9a65fae2c28f49358ccf43ac2f9b480c848d6 100644 --- a/testing/paprefs/APKBUILD +++ b/testing/paprefs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=paprefs pkgver=1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Configuration dialog for PulseAudio" url="https://freedesktop.org/software/pulseaudio/paprefs/" arch="all" @@ -23,7 +23,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/rofi/APKBUILD b/testing/rofi/APKBUILD index e22c484f6513c74c760807025e369e0c020eeb84..4984f378d06bb8fe35331cd799086baed20ee6c2 100644 --- a/testing/rofi/APKBUILD +++ b/testing/rofi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=rofi pkgver=1.5.4 -pkgrel=0 +pkgrel=1 pkgdesc="A window switcher, application launcher and dmenu replacement" url="https://github.com/DaveDavenport/rofi" arch="" @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/scrcpy/APKBUILD b/testing/scrcpy/APKBUILD index 90639de3487e389e51383953b88768783ff1007f..08e5982929356a3ed8d37877cf9089838f3ed643 100644 --- a/testing/scrcpy/APKBUILD +++ b/testing/scrcpy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=scrcpy pkgver=1.12.1 -pkgrel=0 +pkgrel=1 pkgdesc="Display and control your Android device" url="https://github.com/Genymobile/scrcpy" arch="all !s390x !ppc64le" # limited by android-tools @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dcompile_server=false \ -Dprebuilt_server=/usr/share/scrcpy/scrcpy-server-v$pkgver \ . output diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD index dc818156d621414a23cd492e562ae869251f51e2..634cc4b6883eca48485f4ded4af7855168631bc0 100644 --- a/testing/tau/APKBUILD +++ b/testing/tau/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tau pkgver=0.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="GTK frontend for the Xi text editor, written in Rust" url="https://gitlab.gnome.org/World/Tau" arch="all !s390x" @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/tilix/APKBUILD b/testing/tilix/APKBUILD index 560e0c81899a382d411768035fc31665620066b9..237ce890113e95ea66c5bb06c0e1c7c206cd31bb 100644 --- a/testing/tilix/APKBUILD +++ b/testing/tilix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tilix pkgver=1.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="Tiling terminal emulator for Linux" url="https://gnunn1.github.io/tilix-web/" arch="x86_64" # ldc @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } diff --git a/testing/wayfire/APKBUILD b/testing/wayfire/APKBUILD index 0a71fc8f7f678e657270b6fbdfbfc6b6b884873c..9b50428330295b44da0330cb034ee4c3bdd9e908 100644 --- a/testing/wayfire/APKBUILD +++ b/testing/wayfire/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Danct12 <danct12@disroot.org> pkgname=wayfire pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Compiz-clone Wayland compositor" url="https://wayfire.org" arch="all" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev" source="https://github.com/WayfireWM/$pkgname/releases/download/$pkgver.0/$pkgname-$pkgver.tar.xz" build() { - meson build --prefix=/usr --buildtype=release + meson build --prefix=/usr --buildtype=debugoptimized } package() { diff --git a/testing/wcm/APKBUILD b/testing/wcm/APKBUILD index d99c6762a41eef0805661b4c08c09fc5edca55b3..05273140a686e94d56876c5529aa16a536fa06ac 100644 --- a/testing/wcm/APKBUILD +++ b/testing/wcm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Danct12 <danct12@disroot.org> pkgname=wcm pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Wayfire Config Manager" url="https://wayfire.org" arch="all" @@ -12,7 +12,7 @@ options="!check" # no testsuite source="$pkgname-$pkgver.tar.gz::https://github.com/WayfireWM/$pkgname/archive/v$pkgver.tar.gz" build() { - meson build --prefix=/usr --buildtype=release + meson build --prefix=/usr --buildtype=debugoptimized } package() { diff --git a/testing/wf-config/APKBUILD b/testing/wf-config/APKBUILD index b2ceb05583bebf27974491deb8826ca1f195e398..2b707b1f3f858cf2a6675a2eff5f1490f13bc0df 100644 --- a/testing/wf-config/APKBUILD +++ b/testing/wf-config/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Danct12 <danct12@disroot.org> pkgname=wf-config pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Library for managing configuration files written for Wayfire" url="https://wayfire.org" arch="all" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev" source="https://github.com/WayfireWM/wf-config/releases/download/$pkgver/wf-config-$pkgver.tar.xz" build() { - meson build --prefix=/usr --buildtype=release + meson build --prefix=/usr --buildtype=debugoptimized } package() { diff --git a/testing/wl-clipboard/APKBUILD b/testing/wl-clipboard/APKBUILD index 70f527da13ef68836bfdf015a8efd20f58a837d8..a5fa5320c330c64c1d7bd2f1cec3f7de080fc2d5 100644 --- a/testing/wl-clipboard/APKBUILD +++ b/testing/wl-clipboard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Robert Sacks <robert@sacks.email> pkgname=wl-clipboard pkgver=2.0.0 -pkgrel=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . build ninja -C build } diff --git a/testing/wob/APKBUILD b/testing/wob/APKBUILD index 293ec965966bc29a44fe4087af9261ce2ac141fb..81a38197c31ec3de7b8330f08ead289ed067fd52 100644 --- a/testing/wob/APKBUILD +++ b/testing/wob/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=wob pkgver=0.6 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight overlay volume/backlight/progress/anything bar for Wayland." url="https://github.com/francma/wob" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ build-release ninja -C build-release } diff --git a/testing/zim-tools/APKBUILD b/testing/zim-tools/APKBUILD index 0348e34a4a5399be49029a5f779e6cdeeb7d4c92..ca16d37f633105e57b53bfbc317711b56d1cb038 100644 --- a/testing/zim-tools/APKBUILD +++ b/testing/zim-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=zim-tools pkgver=1.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="Various ZIM command line tools" url="https://github.com/openzim/zim-tools" arch="all" @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release + --buildtype=debugoptimized ninja -C build } diff --git a/testing/zimwriterfs/APKBUILD b/testing/zimwriterfs/APKBUILD index 43772fb30d94752f4c1924833c19d6f5f87c7260..ecc28ea0163c06e69b69ca465245254c2dc34268 100644 --- a/testing/zimwriterfs/APKBUILD +++ b/testing/zimwriterfs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=zimwriterfs pkgver=1.3.7 -pkgrel=0 +pkgrel=1 pkgdesc="Console tool to create ZIM files" url="https://openzim.org/" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . build ninja -C build }