mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gnome-software to 3.38.0-3
This commit is contained in:
parent
86692a9a37
commit
f347ad773e
1 changed files with 5 additions and 5 deletions
|
@ -9,12 +9,12 @@
|
||||||
pkgbase=gnome-software
|
pkgbase=gnome-software
|
||||||
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
||||||
pkgver=3.38.0
|
pkgver=3.38.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="GNOME Software Tools"
|
pkgdesc="GNOME Software Tools"
|
||||||
url="https://wiki.gnome.org/Apps/Software/"
|
url="https://wiki.gnome.org/Apps/Software/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak ostree
|
makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak
|
||||||
docbook-xsl git gobject-introspection gspell gtk-doc meson
|
docbook-xsl git gobject-introspection gspell gtk-doc meson
|
||||||
gnome-online-accounts libxmlb malcontent sysprof)
|
gnome-online-accounts libxmlb malcontent sysprof)
|
||||||
_commit=de586130932f5a33a20f57ffe836ebd36443f9d3 # tags/3.38.0^0
|
_commit=de586130932f5a33a20f57ffe836ebd36443f9d3 # tags/3.38.0^0
|
||||||
|
@ -54,12 +54,12 @@ _pick() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_gnome-software() {
|
package_gnome-software() {
|
||||||
groups=('gnome')
|
groups=(gnome)
|
||||||
depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib
|
depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib
|
||||||
gnome-online-accounts appstream-glib malcontent)
|
gnome-online-accounts appstream-glib)
|
||||||
optdepends=('flatpak: Flatpak support plugin'
|
optdepends=('flatpak: Flatpak support plugin'
|
||||||
'fwupd: fwupd support plugin'
|
'fwupd: fwupd support plugin'
|
||||||
'ostree: OSTree support plugin')
|
'malcontent: Parental control plugin')
|
||||||
|
|
||||||
DESTDIR="$pkgdir" meson install -C build
|
DESTDIR="$pkgdir" meson install -C build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue