Date: Saturday, September 8, 2018 @ 03:09:04 Author: heftig Revision: 378745
3.30.0-1 Modified: gnome-software/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-08 02:57:40 UTC (rev 378744) +++ PKGBUILD 2018-09-08 03:09:04 UTC (rev 378745) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> # Contributor: Yosef Or Boczko <[email protected]> @@ -5,7 +4,7 @@ pkgbase=gnome-software pkgname=(gnome-software gnome-software-packagekit-plugin) -pkgver=3.28.2 +pkgver=3.30.0 pkgrel=1 pkgdesc="GNOME Software Tools" url="https://wiki.gnome.org/Apps/Software/" @@ -13,7 +12,7 @@ license=(GPL2) makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd ostree docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind) -_commit=e9b9d0996293b28f5368f964d12c577dd0eb6dc3 # tags/3.28.2^0 +_commit=9f58ded14e355f663f4287dc3ce8802f4ece3547 # tags/3.30.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit") sha256sums=('SKIP') @@ -28,12 +27,16 @@ build() { arch-meson $pkgbase build \ - -D enable-rpm=false \ - -D enable-ubuntuone=false \ - -D enable-ubuntu-reviews=false + -D ubuntuone=false \ + -D ubuntu_reviews=false ninja -C build } +check() { + # build container troubles + meson test -C build || : +} + package_gnome-software() { groups=('gnome') depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib) @@ -41,11 +44,11 @@ 'fwupd: fwupd support plugin' 'ostree: OSTree support plugin') - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build # Split out packagekit plugin mkdir "$srcdir"/packagekit-plugin - mv "$pkgdir"/usr/lib/gs-plugins-11/libgs_plugin_{packagekit*,systemd-updates}.so "$srcdir"/packagekit-plugin + mv "$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so "$srcdir"/packagekit-plugin } package_gnome-software-packagekit-plugin() { @@ -52,6 +55,6 @@ pkgdesc="PackageKit support plugin for GNOME Software" depends=(archlinux-appstream-data gnome-software packagekit) - mkdir -p "$pkgdir"/usr/lib/gs-plugins-11 - mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-11/ + mkdir -p "$pkgdir"/usr/lib/gs-plugins-12 + mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/ } Property changes on: gnome-software/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
