Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libhandy
Commits:
a9337a4f by Jan Alexander Steffens (heftig) at 2023-10-04T00:38:50+02:00
reformat
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,10 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgbase=libhandy
-pkgname=(libhandy libhandy-docs)
+pkgname=(
+ libhandy
+ libhandy-docs
+)
pkgver=1.8.2
pkgrel=1
pkgdesc="Library full of GTK+ widgets for mobile phones"
@@ -24,7 +27,7 @@ makedepends=(
checkdepends=(xorg-server-xvfb)
_commit=48ae7ec0f7f9ee5f666da38b0e39e66874957166 # tags/1.8.2^0
source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('SKIP')
pkgver() {
cd libhandy
@@ -36,7 +39,11 @@ prepare() {
}
build() {
- arch-meson libhandy build -D gtk_doc=true
+ local meson_options=(
+ -D gtk_doc=true
+ )
+
+ arch-meson libhandy build "${meson_options[@]}"
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libhandy/-/commit/a9337a4fb1ba59b04a70be55ff9d8c082447d9e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libhandy/-/commit/a9337a4fb1ba59b04a70be55ff9d8c082447d9e7
You're receiving this email because of your account on gitlab.archlinux.org.