aports/testing/lomiri-schemas/APKBUILD
Aster Boese c454bbd998 */*: update name and email and add contributor field
Brandon Boese <brandonboese@protonmail.com>
-->
Aster Boese <asterboese@mailbox.org>
2025-03-13 05:58:42 +00:00

39 lines
1.3 KiB
Text

# Contributor: Aster Boese <asterboese@mailbox.org>
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Luca Weiss <luca@lucaweiss.eu>
pkgname=lomiri-schemas
pkgver=0.1.7
pkgrel=0
pkgdesc="GSettings / AccountsService schema files for Lomiri"
arch="noarch"
url="https://gitlab.com/ubports/development/core/lomiri-schemas"
license="LGPL-2.1-or-later"
makedepends="
cmake
cmake-extras
glib-dev
intltool
"
source="https://gitlab.com/ubports/development/core/lomiri-schemas/-/archive/$pkgver/lomiri-schemas-$pkgver.tar.gz
0001-data-schemas-com.lomiri.Shell.gschema.xml.in-Add-log.patch
"
options="!check" # No tests
build() {
# Doesn't build with Ninja backend:
# ninja: multiple rules generate 'data/schemas/com.lomiri.Shell.gschema.xml'
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=None
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
faae347b38eb1cb45056c7777a86cd678b611c03a12d078c68ea0ab36410cea66b87fd8151cd7ca7c780e8d7bb1ba41f8682821189f0d81ab2b38a90a169fc32 lomiri-schemas-0.1.7.tar.gz
eeea247f51418741fd01676a460f859042db35bbd7fe275cef9838dec58c8c60f1fbb8d1706cf106c1ad5dfdee285c763590a3ee6eaa170307a16afaf3bf8d2f 0001-data-schemas-com.lomiri.Shell.gschema.xml.in-Add-log.patch
"