mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gnome-software to 3.26.7-1
This commit is contained in:
parent
c17e11ee14
commit
d45a0b47e9
1 changed files with 9 additions and 4 deletions
|
@ -9,15 +9,15 @@
|
|||
|
||||
pkgbase=gnome-software
|
||||
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
||||
pkgver=3.26.6
|
||||
pkgver=3.26.7
|
||||
pkgrel=1
|
||||
pkgdesc="GNOME Software Tools"
|
||||
url="https://wiki.gnome.org/Apps/Software/"
|
||||
arch=(x86_64)
|
||||
license=(GPL2)
|
||||
url="https://wiki.gnome.org/Apps/Software/"
|
||||
makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak ostree
|
||||
docbook-xsl git gobject-introspection gtk-doc meson)
|
||||
_commit=16585115a93f20560d08bc5f53b3ca123174c650 # tags/3.26.6^0
|
||||
_commit=abe2bf7877cbffb21745e52480557d3c0e73622f # tags/3.26.7^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -31,7 +31,12 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
arch-meson $pkgbase build -Denable-rpm=false -Denable-ubuntuone=false -Denable-ubuntu-reviews=false -Denable-fwupd=false -Denable-valgrind=false
|
||||
arch-meson $pkgbase build \
|
||||
-D enable-rpm=false \
|
||||
-D enable-ubuntuone=false \
|
||||
-D enable-ubuntu-reviews=false \
|
||||
-D enable-fwupd=false \
|
||||
-D enable-valgrind=false
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue