mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-02 04:11:41 +02:00
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
maintainer="Achill Gilgenast <achill@achill.org>"
|
|
pkgname=bazaar
|
|
pkgver=0.7.6
|
|
pkgrel=0
|
|
pkgdesc="New App Store for GNOME"
|
|
url="https://github.com/kolunmi/bazaar/"
|
|
arch="all !armhf !armv7 !x86" # fails to build
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
blueprint-compiler
|
|
desktop-file-utils
|
|
flatpak-dev
|
|
gtk4.0-dev
|
|
libadwaita-dev
|
|
libdex-dev
|
|
libglycin-dev
|
|
libglycin-gtk4-dev
|
|
libsecret-dev
|
|
libsoup3-dev
|
|
libxmlb-dev
|
|
md4c-dev
|
|
meson
|
|
sed
|
|
webkit2gtk-6.0-dev
|
|
yaml-dev
|
|
"
|
|
subpackages="$pkgname-lang $pkgname-systemd"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/kolunmi/bazaar/archive/refs/tags/v$pkgver.tar.gz
|
|
strcasestr.patch
|
|
webkit-2.48.patch
|
|
"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
42f9e7c68b8b5424ac1651fbea6eaa0357308d356cf66365662fe5cb59f4c0020857a34cf69f444a464dea95c1e485007eadab8d9327ecf078e69cbefd421a20 bazaar-0.7.6.tar.gz
|
|
2653278e92cc9773934299cd30902624d17dd04938f3d37abe115fa5a3f2d92cf2bec59ec7195acb7dad2bc13c3a68d9e10030d836a6a7645bdc1df6222d0a5c strcasestr.patch
|
|
8042bb06760e4897876b9e8c654d01e93dbef7e61147bcb17dadcc95e622cbdb568eedcba21770552b0b6c75f483439c48d1018a54d535840b13e14f7dcf175b webkit-2.48.patch
|
|
"
|