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 /community/totem-pl-parser | |
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
Diffstat (limited to 'community/totem-pl-parser')
-rw-r--r-- | community/totem-pl-parser/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
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 \ |