mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gnome-software to 40.0-1
This commit is contained in:
parent
878a1059fe
commit
54baf72f36
1 changed files with 10 additions and 9 deletions
|
@ -8,16 +8,16 @@
|
|||
|
||||
pkgbase=gnome-software
|
||||
pkgname=(gnome-software gnome-software-packagekit-plugin)
|
||||
pkgver=3.38.2
|
||||
pkgrel=2
|
||||
pkgver=40.0
|
||||
pkgrel=1
|
||||
pkgdesc="GNOME Software Tools"
|
||||
url="https://wiki.gnome.org/Apps/Software/"
|
||||
arch=(x86_64)
|
||||
license=(GPL2)
|
||||
makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak
|
||||
makedepends=(appstream gsettings-desktop-schemas libpackagekit-glib flatpak
|
||||
docbook-xsl git gobject-introspection gspell gtk-doc meson
|
||||
gnome-online-accounts libxmlb malcontent)
|
||||
_commit=fcafd7ed2c8c3a8ca8062f409aac304ceb30def2 # tags/3.38.2^0
|
||||
gnome-online-accounts libxmlb malcontent libhandy)
|
||||
_commit=d5ef8eff7bc83f8e74e057fec0f3420108f573c8 # tags/40.0^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -55,8 +55,8 @@ _pick() {
|
|||
|
||||
package_gnome-software() {
|
||||
groups=(gnome)
|
||||
depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib
|
||||
gnome-online-accounts appstream-glib)
|
||||
depends=(libxmlb gsettings-desktop-schemas gspell libpackagekit-glib
|
||||
gnome-online-accounts appstream libhandy)
|
||||
optdepends=('flatpak: Flatpak support plugin'
|
||||
'fwupd: fwupd support plugin'
|
||||
'malcontent: Parental control plugin')
|
||||
|
@ -64,8 +64,9 @@ package_gnome-software() {
|
|||
DESTDIR="$pkgdir" meson install -C build
|
||||
|
||||
### Split gnome-software-packagekit-plugin
|
||||
_pick packagekit-plugin "$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
|
||||
_pick packagekit-plugin "$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
|
||||
local pkglibdir="$pkgdir/usr/lib/gnome-software"
|
||||
_pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_packagekit*.so
|
||||
_pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_systemd-updates.so
|
||||
}
|
||||
|
||||
package_gnome-software-packagekit-plugin() {
|
||||
|
|
Loading…
Reference in a new issue