diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:07:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | b5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch) | |
tree | ba48db1aed717196c3f9a0632703d67a86e38cdf | |
parent | e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff) | |
download | aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2 aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz |
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
34 files changed, 95 insertions, 48 deletions
diff --git a/community/accountsservice/APKBUILD b/community/accountsservice/APKBUILD index 4e72a1012c..acde99a6d4 100644 --- a/community/accountsservice/APKBUILD +++ b/community/accountsservice/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=accountsservice pkgver=0.6.55 -pkgrel=0 +pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" options="!check" # No testsuite url="https://www.freedesktop.org/software/accountsservice/" @@ -24,6 +24,7 @@ source="https://www.freedesktop.org/software/accountsservice/accountsservice-$pk build() { meson \ --prefix=/usr \ + --buildtype=plain \ -Dlibdir=lib \ -Dsystemdsystemunitdir=no \ -Dsystemd=false \ diff --git a/community/colord-gtk/APKBUILD b/community/colord-gtk/APKBUILD index d099cdee91..1dd3eee865 100644 --- a/community/colord-gtk/APKBUILD +++ b/community/colord-gtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <ops@ikke.info> pkgname=colord-gtk pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="GTK support library for colord" options="!check" # Requires bus session url="https://www.freedesktop.org/software/colord/" @@ -16,6 +16,7 @@ source="https://www.freedesktop.org/software/colord/releases/colord-gtk-$pkgver. build() { meson \ --prefix=/usr \ + --buildtype=plain \ -Dgtk2=false \ -Dvapi=true \ -Dtests=true \ diff --git a/community/colord/APKBUILD b/community/colord/APKBUILD index 9d1f0dcbbc..0af196fc96 100644 --- a/community/colord/APKBUILD +++ b/community/colord/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=colord pkgver=1.4.4 -pkgrel=4 +pkgrel=5 pkgdesc="System daemon for managing color devices" url="http://www.freedesktop.org/software/colord" arch="all" @@ -21,6 +21,7 @@ install="colord.pre-install colord.pre-upgrade" build() { meson \ --prefix=/usr \ + --buildtype=plain \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ diff --git a/community/elogind/APKBUILD b/community/elogind/APKBUILD index 815a8c1cc7..9460219337 100644 --- a/community/elogind/APKBUILD +++ b/community/elogind/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=elogind pkgver=243.4 -pkgrel=2 +pkgrel=3 pkgdesc="Standalone fork of systemd's elogind" url="https://github.com/elogind/elogind" arch="all" @@ -47,6 +47,7 @@ build() { meson \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ + --buildtype=plain \ -Dprefix=/usr \ -Dcgroup-controller=elogind \ -Dhalt-path=/sbin/halt \ diff --git a/community/eog/APKBUILD b/community/eog/APKBUILD index 748f489f85..ed4a06f538 100644 --- a/community/eog/APKBUILD +++ b/community/eog/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=eog pkgver=3.34.2 -pkgrel=0 +pkgrel=1 pkgdesc="An image viewer for GNOME" url="https://wiki.gnome.org/Apps/EyeOfGnome" arch="all !s390x" @@ -17,6 +17,7 @@ source="https://download.gnome.org/sources/eog/${pkgver%.*}/eog-$pkgver.tar.xz" build() { meson \ --prefix=/usr \ + --buildtype=plain \ --sysconfdir=/etc \ --libdir=/usr/lib \ --localstatedir=/var \ diff --git a/community/ghex/APKBUILD b/community/ghex/APKBUILD index 6f0c9d1b67..28eb0c01a6 100644 --- a/community/ghex/APKBUILD +++ b/community/ghex/APKBUILD @@ -3,7 +3,7 @@ pkgname=ghex pkgver=3.18.4 _pkgver=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="A hex editor for GNOME" url="https://wiki.gnome.org/Apps/Ghex" arch="all" @@ -16,6 +16,7 @@ source="https://download.gnome.org/sources/ghex/$_pkgver/ghex-$pkgver.tar.xz" build() { meson \ --prefix=/usr \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/girara/APKBUILD b/community/girara/APKBUILD index 5cd98c771e..c327cc9e87 100644 --- a/community/girara/APKBUILD +++ b/community/girara/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> pkgname=girara pkgver=0.3.4 -pkgrel=0 +pkgrel=1 pkgdesc="girara - gtk user interface that focuses on simplicity and minimalism" url="https://git.pwmt.org/pwmt/girara" arch="all" @@ -18,7 +18,7 @@ source="https://git.pwmt.org/pwmt/girara/-/archive/$pkgver/girara-$pkgver.tar.gz build() { - meson build --prefix=/usr + meson build --prefix=/usr --buildtype=plain ninja -C build } diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index a360e2a8da..ec7b44d215 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-session pkgver=3.34.2 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" arch="all !s390x !ppc64le" @@ -22,6 +22,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=plain \ -Dsystemd_journal=true \ . output ninja -C output diff --git a/community/gnome-system-monitor/APKBUILD b/community/gnome-system-monitor/APKBUILD index 5ab13bc538..a3b04e7a8d 100644 --- a/community/gnome-system-monitor/APKBUILD +++ b/community/gnome-system-monitor/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-system-monitor pkgver=3.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME system monitor" url="https://www.gnome.org/" arch="all !s390x" @@ -18,6 +18,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --datadir=/usr/share \ + --buildtype=plain \ -Dsystemd=false \ output . ninja -C output diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD index eaa44314b4..34537663cf 100644 --- a/community/hexchat/APKBUILD +++ b/community/hexchat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.14.3 -pkgrel=1 +pkgrel=2 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" @@ -14,6 +14,7 @@ source="https://dl.hexchat.net/hexchat/hexchat-$pkgver.tar.xz build() { meson --prefix=/usr \ + --buildtype=plain \ -Dwith-perl=false \ -Dwith-lua=lua5.3 \ -Dwith-sysinfo=false \ diff --git a/community/jsoncpp/APKBUILD b/community/jsoncpp/APKBUILD index ebe82160ea..c8b9b0727e 100644 --- a/community/jsoncpp/APKBUILD +++ b/community/jsoncpp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=jsoncpp pkgver=1.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="JSON C++ library" # Disable tests to unblock builder # ../src/test_lib_json/main.cpp(3370): expected == result @@ -21,7 +21,12 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/open-source-parsers/jsoncpp/ build() { # we cannot use cmake since jsoncpp is a dependency for cmake which # means we would get circular buildtime deps - meson --prefix /usr --libdir /usr/lib --buildtype release --default-library both . build + meson \ + --prefix=/usr \ + --libdir=/usr/lib \ + --buildtype=plain \ + --default-library=both \ + build ninja -C build } diff --git a/community/libaccounts-glib/APKBUILD b/community/libaccounts-glib/APKBUILD index 836971251d..52bf5433d3 100644 --- a/community/libaccounts-glib/APKBUILD +++ b/community/libaccounts-glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libaccounts-glib pkgver=1.24 -pkgrel=1 +pkgrel=2 arch="all" url="https://gitlab.com/accounts-sso/libaccounts-glib" pkgdesc="GLib-based client library for the accounts database" @@ -15,7 +15,7 @@ options="!check" # Requires a systemd feature builddir="$srcdir/$pkgname-VERSION_$pkgver" build() { - meson build --prefix=/usr + meson build --prefix=/usr --buildtype=plain ninja -C build } diff --git a/community/libgusb/APKBUILD b/community/libgusb/APKBUILD index fabc090b86..b2663fbbfc 100644 --- a/community/libgusb/APKBUILD +++ b/community/libgusb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libgusb pkgver=0.3.4 -pkgrel=0 +pkgrel=1 pkgdesc="GLib wrapper around libusb" url="https://github.com/hughsie/libgusb" arch="all" @@ -24,7 +24,8 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --localstatedir=/var + --localstatedir=/var \ + --buildtype=plain ninja -C output } diff --git a/community/libosinfo/APKBUILD b/community/libosinfo/APKBUILD index b430db8260..ab4f032ea6 100644 --- a/community/libosinfo/APKBUILD +++ b/community/libosinfo/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libosinfo pkgver=1.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="A library for managing OS information for virtualization" url="https://libosinfo.org/" arch="all" @@ -29,6 +29,7 @@ builddir="$srcdir/libosinfo-v$pkgver" build() { meson \ --prefix=/usr \ + --buildtype=plain \ -Denable-gtk-doc=false \ -Denable-introspection=enabled \ -Denable-tests=true \ diff --git a/community/libwacom/APKBUILD b/community/libwacom/APKBUILD index 1b70d2ffe3..7bc873f00c 100644 --- a/community/libwacom/APKBUILD +++ b/community/libwacom/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=libwacom pkgver=1.2 -pkgrel=0 +pkgrel=1 pkgdesc="Library to help implement Wacom tablet settings" url="https://github.com/linuxwacom/libwacom/wiki" arch="all !s390x" # librsvg @@ -17,6 +17,7 @@ source="https://github.com/linuxwacom/libwacom/releases/download/libwacom-$pkgve build() { meson \ --prefix=/usr \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/low-memory-monitor/APKBUILD b/community/low-memory-monitor/APKBUILD index 10180e3131..8c1c41c16d 100644 --- a/community/low-memory-monitor/APKBUILD +++ b/community/low-memory-monitor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=low-memory-monitor pkgver=2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Daemon to monitor memory usage and signal processes and the kernel" options="!check" # No testsuite url="https://gitlab.freedesktop.org/hadess/low-memory-monitor" @@ -20,6 +20,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=plain \ -Dgtk_doc=false \ -Dsystemdsystemunitdir=/DELETEME \ . output diff --git a/community/mako/APKBUILD b/community/mako/APKBUILD index be7e2cd541..47ccbe4ce7 100644 --- a/community/mako/APKBUILD +++ b/community/mako/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=mako pkgver=1.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight notification daemon for Wayland" url="https://wayland.emersion.fr/mako/" arch="all" @@ -24,8 +24,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/mako/archive/v$pkgv build() { meson \ - --prefix /usr \ - --libdir /usr/lib \ + --prefix=/usr \ + --libdir=/usr/lib \ + --buildtype=plain \ -Dicons=enabled \ . build ninja -C build diff --git a/community/nautilus/APKBUILD b/community/nautilus/APKBUILD index da1b1a3d64..a316f37268 100644 --- a/community/nautilus/APKBUILD +++ b/community/nautilus/APKBUILD @@ -7,7 +7,7 @@ pkgname=nautilus pkgver=3.34.2 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME file manager" url="https://wiki.gnome.org/Apps/Nautilus" arch="all !s390x" @@ -26,6 +26,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=plain \ -Dtests=headless \ . output ninja -C output diff --git a/community/networkmanager-elogind/APKBUILD b/community/networkmanager-elogind/APKBUILD index 82b6b55de3..8b0c854268 100644 --- a/community/networkmanager-elogind/APKBUILD +++ b/community/networkmanager-elogind/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=networkmanager-elogind pkgver=1.22.8 -pkgrel=1 +pkgrel=2 pkgdesc="Network Management daemon" url="https://wiki.gnome.org/Projects/NetworkManager" arch="all" @@ -66,6 +66,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=plain \ -Dsystemdsystemunitdir=no \ -Dudev_dir=/lib/udev \ -Diptables=/sbin/iptables \ diff --git a/community/networkmanager/APKBUILD b/community/networkmanager/APKBUILD index 21dcb4d3c7..a3448bea76 100644 --- a/community/networkmanager/APKBUILD +++ b/community/networkmanager/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=networkmanager pkgver=1.22.8 -pkgrel=1 +pkgrel=2 pkgdesc="Network Management daemon" url="https://wiki.gnome.org/Projects/NetworkManager" arch="all" @@ -64,6 +64,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --buildtype=plain \ -Dsystemdsystemunitdir=no \ -Dudev_dir=/lib/udev \ -Diptables=/sbin/iptables \ diff --git a/community/osinfo-db-tools/APKBUILD b/community/osinfo-db-tools/APKBUILD index fdaaa00273..ba18745f75 100644 --- a/community/osinfo-db-tools/APKBUILD +++ b/community/osinfo-db-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=osinfo-db-tools pkgver=1.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Tools for managing the osinfo database" url="https://libosinfo.org/" arch="all" @@ -25,6 +25,7 @@ builddir="$srcdir/osinfo-db-tools-v$pkgver" build() { meson \ --prefix=/usr \ + --buildtype=plain \ . output ninja -C output } diff --git a/community/phodav/APKBUILD b/community/phodav/APKBUILD index 2efdb32e23..4c6f8d156d 100644 --- a/community/phodav/APKBUILD +++ b/community/phodav/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=phodav pkgver=2.3 -pkgrel=1 +pkgrel=2 pkgdesc="A WebDAV server using libsoup" url="https://wiki.gnome.org/phodav" arch="all" @@ -26,6 +26,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ + --buildtype=plain \ -Davahi=enabled \ -Dsystemd=disabled \ -Dudev=enabled diff --git a/community/py3-gst/APKBUILD b/community/py3-gst/APKBUILD index 0fe828bd17..a4e9a82005 100644 --- a/community/py3-gst/APKBUILD +++ b/community/py3-gst/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-gst pkgver=1.16.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer Python3 bindings" url="https://cgit.freedesktop.org/gstreamer/gst-python/" arch="all" @@ -21,6 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ + --buildtype=plain \ -Dpython=/usr/bin/python3 \ . output ninja -C output diff --git a/community/spice-gtk/APKBUILD b/community/spice-gtk/APKBUILD index 22663e37e6..98a95838e8 100644 --- a/community/spice-gtk/APKBUILD +++ b/community/spice-gtk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=spice-gtk pkgver=0.37 -pkgrel=1 +pkgrel=2 pkgdesc="A GTK+ widget for SPICE clients" url="http://spice-space.org/page/Spice-Gtk" arch="all" @@ -46,6 +46,7 @@ source="https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2 build() { meson \ --prefix=/usr \ + --buildtype=plain \ -Dgtk=enabled \ -Dwebdav=disabled \ -Dpulse=disabled \ diff --git a/community/swaybg/APKBUILD b/community/swaybg/APKBUILD index e3eeefb541..67b45fc989 100644 --- a/community/swaybg/APKBUILD +++ b/community/swaybg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=swaybg pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Wallpaper daemon for Wayland" url="https://swaywm.org" arch="all" @@ -21,7 +21,11 @@ subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/archive/$pkgver.tar.gz" build() { - meson -Dswaybg-version="$pkgver" --prefix /usr build + meson \ + --prefix=/usr \ + --buildtype=plain \ + -Dswaybg-version="$pkgver" \ + build ninja -C build } diff --git a/community/swayidle/APKBUILD b/community/swayidle/APKBUILD index 58cd37108d..e7eb8c96ae 100644 --- a/community/swayidle/APKBUILD +++ b/community/swayidle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=swayidle pkgver=1.6 -pkgrel=1 +pkgrel=2 pkgdesc="Idle management daemon for Wayland" url="https://swaywm.org" arch="all" @@ -25,7 +25,11 @@ subpackages=" source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz" build() { - meson build -Dlogind=enabled -Dlogind-provider=elogind --prefix /usr + meson build \ + --prefix=/usr \ + --buildtype=plain \ + -Dlogind=enabled \ + -Dlogind-provider=elogind ninja -C build } diff --git a/community/swaylock/APKBUILD b/community/swaylock/APKBUILD index a7d2f92889..c31fba1bea 100644 --- a/community/swaylock/APKBUILD +++ b/community/swaylock/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=swaylock pkgver=1.5 -pkgrel=2 +pkgrel=3 pkgdesc="Screen locker for Wayland" url="https://swaywm.org" arch="all" @@ -47,7 +47,10 @@ prepare() { } build() { - meson --prefix /usr build + meson \ + --prefix=/usr \ + --buildtype=plain \ + build ninja -C build } diff --git a/community/totem-pl-parser/APKBUILD b/community/totem-pl-parser/APKBUILD index 572a5d32d4..69d0cddf96 100644 --- a/community/totem-pl-parser/APKBUILD +++ b/community/totem-pl-parser/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=totem-pl-parser pkgver=3.26.5 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME playlist parser library" -options="!check" # Requires gvfs with http support url="https://www.gnome.org/" arch="all" license="LGPL-2.0-or-later" makedepends="meson gnome-desktop-dev libsoup-dev libxml2-dev json-glib-dev gmime-dev libxml2-utils libxslt itstool libarchive-dev libgcrypt-dev" +options="!check" # doesn't detect gvfs' http support subpackages="$pkgname-dev $pkgname-lang" source="https://download.gnome.org/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz" @@ -19,6 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ + --buildtype=plain \ -Denable-libarchive=yes \ -Denable-libgcrypt=yes \ -Dintrospection=true \ diff --git a/community/virglrenderer/APKBUILD b/community/virglrenderer/APKBUILD index 9c4e171618..42dbf325c4 100644 --- a/community/virglrenderer/APKBUILD +++ b/community/virglrenderer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fernando Casas Schossow <casasfernando@outlook.com> pkgname=virglrenderer pkgver=0.8.2 -pkgrel=0 +pkgrel=1 pkgdesc="A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering" url="https://virgil3d.github.io/" options="!check" @@ -17,6 +17,7 @@ builddir="$srcdir/$pkgname-$pkgname-$pkgver" build() { meson \ --prefix=/usr \ + --buildtype=plain \ -Dtests=true \ . output ninja -C output diff --git a/community/weston/APKBUILD b/community/weston/APKBUILD index cecf66480b..94ae7e3f8f 100644 --- a/community/weston/APKBUILD +++ b/community/weston/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=weston pkgver=8.0.0 -pkgrel=0 +pkgrel=1 _libname=lib$pkgname _libdir=$_libname-${pkgver%%.*} pkgdesc="The reference Wayland server" @@ -39,6 +39,7 @@ install="$pkgname.pre-install" build() { meson \ -Dprefix=/usr \ + --buildtype=plain \ -Dlauncher-logind=true \ -Dsystemd=false \ -Dsimple-dmabuf-drm=auto \ diff --git a/community/wlroots/APKBUILD b/community/wlroots/APKBUILD index 9c001a62e7..15919bddab 100644 --- a/community/wlroots/APKBUILD +++ b/community/wlroots/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=wlroots pkgver=0.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="A modular Wayland compositor library" url="https://github.com/swaywm/wlroots" arch="all" @@ -30,8 +30,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkg build() { meson \ - --prefix /usr \ - --libdir /usr/lib \ + --prefix=/usr \ + --libdir=/usr/lib \ + --buildtype=plain \ -Dlogind=enabled \ -Dlogind-provider=elogind \ -Dexamples=false \ diff --git a/community/zathura-pdf-poppler/APKBUILD b/community/zathura-pdf-poppler/APKBUILD index f743662af9..83f93273e4 100644 --- a/community/zathura-pdf-poppler/APKBUILD +++ b/community/zathura-pdf-poppler/APKBUILD @@ -14,7 +14,9 @@ makedepends="zathura-dev poppler-dev meson ninja" source="https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/$pkgver/zathura-pdf-poppler-$pkgver.tar.gz" build() { - meson build --prefix=/usr + meson build \ + --prefix=/usr \ + --buildtype=plain ninja -C build } diff --git a/community/zathura-ps/APKBUILD b/community/zathura-ps/APKBUILD index dd2d2aa87b..50580ac6d1 100644 --- a/community/zathura-ps/APKBUILD +++ b/community/zathura-ps/APKBUILD @@ -18,7 +18,9 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" - meson build --prefix=/usr + meson build \ + --prefix=/usr \ + --buildtype=plain ninja -C build } diff --git a/community/zathura/APKBUILD b/community/zathura/APKBUILD index 6b82a25edc..2fafde29f9 100644 --- a/community/zathura/APKBUILD +++ b/community/zathura/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> pkgname=zathura pkgver=0.4.5 -pkgrel=0 +pkgrel=1 pkgdesc="zathura - highly customizable and functional document viewer" url="https://git.pwmt.org/pwmt/zathura" arch="all" @@ -18,7 +18,9 @@ source="https://git.pwmt.org/pwmt/zathura/-/archive/$pkgver/zathura-$pkgver.tar. " build() { - meson build --prefix=/usr + meson build \ + --prefix=/usr \ + --buildtype=plain ninja -C build } |