[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 13 21:49:29 UTC 2019
Date: Wednesday, March 13, 2019 @ 21:49:28
Author: heftig
Revision: 347871
3.32.0-1
Modified:
gsettings-desktop-schemas/trunk/PKGBUILD
----------+
PKGBUILD | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-13 21:31:19 UTC (rev 347870)
+++ PKGBUILD 2019-03-13 21:49:28 UTC (rev 347871)
@@ -4,7 +4,7 @@
# Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
pkgname=gsettings-desktop-schemas
-pkgver=3.28.1
+pkgver=3.32.0
pkgrel=1
pkgdesc="Shared GSettings schemas for the desktop"
arch=(any)
@@ -11,8 +11,8 @@
url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
license=(GPL)
depends=(glib2 dconf)
-makedepends=(intltool gobject-introspection git)
-_commit=5ce846c5ed04810feaef1a2d3d92714f61293a02 # tags/3.28.1^0
+makedepends=(gobject-introspection git meson)
+_commit=abcca599dcd57ebc1fb487122dc931d4af2e9d41 # tags/3.32.0^0
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit")
sha256sums=('SKIP')
@@ -23,18 +23,17 @@
prepare() {
cd $pkgname
- intltoolize
- autoreconf -fvi
}
build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-schemas-compile
- make
+ arch-meson $pkgname build
+ ninja -C build
}
+check() {
+ meson test -C build
+}
+
package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" meson install -C build
}
More information about the arch-commits
mailing list