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

43.2-1

parent ec1b036f
No related branches found
Tags 1-43.2-1
No related merge requests found
......@@ -2,19 +2,39 @@
# Contributor: Jan de Groot <jan@archlinux.org>
pkgbase=gnome-desktop
pkgname=(gnome-desktop-common gnome-desktop gnome-desktop-4)
pkgver=43.1
pkgname=(
gnome-desktop-common
gnome-desktop
gnome-desktop-4
)
pkgver=43.2
pkgrel=1
epoch=1
pkgdesc="Library with common API for various GNOME modules"
url="https://gitlab.gnome.org/GNOME/gnome-desktop"
arch=(x86_64)
license=(GPL LGPL)
makedepends=(gobject-introspection git meson gtk-doc yelp-tools
gsettings-desktop-schemas gtk3 gtk4 xkeyboard-config iso-codes
libseccomp bubblewrap systemd libxkbcommon)
license=(
GPL
LGPL
)
makedepends=(
bubblewrap
git
gobject-introspection
gsettings-desktop-schemas
gtk-doc
gtk3
gtk4
iso-codes
libseccomp
libxkbcommon
meson
systemd
xkeyboard-config
yelp-tools
)
checkdepends=(xorg-server-xvfb)
_commit=040be3a1a7d0e2a91075ecc1e98666a694bf82c3 # tags/43.1^0
_commit=566be8d52f47e55b93a7b2f3af43e374c034ee6b # tags/43.2^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -54,8 +74,15 @@ _pick() {
package_gnome-desktop-common() {
pkgdesc+=" (common files)"
depends=(gsettings-desktop-schemas xkeyboard-config iso-codes libseccomp
bubblewrap systemd libxkbcommon)
depends=(
bubblewrap
gsettings-desktop-schemas
iso-codes
libseccomp
libxkbcommon
systemd
xkeyboard-config
)
meson install -C build --destdir "$pkgdir"
......@@ -76,7 +103,10 @@ package_gnome-desktop-common() {
package_gnome-desktop() {
pkgdesc+=" (GTK3)"
depends=(gnome-desktop-common="$epoch:$pkgver-$pkgrel" gtk3)
depends=(
gnome-desktop-common="$epoch:$pkgver-$pkgrel"
gtk3
)
provides=(libgnome-desktop-3.so)
mv gtk3/* "$pkgdir"
......@@ -84,7 +114,10 @@ package_gnome-desktop() {
package_gnome-desktop-4() {
pkgdesc+=" (GTK4)"
depends=(gnome-desktop-common="$epoch:$pkgver-$pkgrel" gtk4)
depends=(
gnome-desktop-common="$epoch:$pkgver-$pkgrel"
gtk4
)
provides=(libgnome-{bg,desktop,rr}-4.so)
mv gtk4/* "$pkgdir"
......
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