Skip to content
Snippets Groups Projects
Commit 75fb63ce authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

43-1

parent d7ca217a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgbase=gnome-desktop
pkgname=(gnome-desktop-common gnome-desktop gnome-desktop-4)
pkgver=42.4
pkgver=43
pkgrel=1
epoch=1
pkgdesc="Library with common API for various GNOME modules"
......@@ -15,7 +15,7 @@ makedepends=(gobject-introspection git meson gtk-doc yelp-tools
libseccomp bubblewrap systemd libxkbcommon)
checkdepends=(xorg-server-xvfb)
options=(debug)
_commit=209373cc374d1c79762c2eeb276a9ff0b6a80d9c # tags/42.4^0
_commit=b6112c345181d8e1509c443f97b4f8b7bcc61725 # tags/43^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -29,11 +29,12 @@ prepare() {
}
build() {
arch-meson $pkgbase build \
-D gnome_distributor="Arch Linux" \
-D gtk_doc=true \
-D debug_tools=false \
-D date_in_gnome_version=false
local meson_options=(
-D debug_tools=false
-D gtk_doc=true
)
arch-meson $pkgbase build "${meson_options[@]}"
meson compile -C build
}
......@@ -90,4 +91,4 @@ package_gnome-desktop-4() {
mv gtk4/* "$pkgdir"
}
# vim:set sw=2 et:
# vim:set sw=2 sts=-1 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment