Date: Friday, March 3, 2023 @ 13:58:28
  Author: heftig
Revision: 470162

archrelease: copy trunk to extra-x86_64

Added:
  gnome-software/repos/extra-x86_64/PKGBUILD
    (from rev 470160, gnome-software/trunk/PKGBUILD)
Deleted:
  gnome-software/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  198 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 13:58:28 UTC (rev 470161)
+++ PKGBUILD    2023-03-03 13:58:28 UTC (rev 470162)
@@ -1,99 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
-# Contributor: Jan de Groot <[email protected]>
-# Contributor: Yosef Or Boczko <[email protected]>
-
-pkgbase=gnome-software
-pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=43.4
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-url="https://wiki.gnome.org/Apps/Software/";
-arch=(x86_64)
-license=(GPL)
-depends=(
-  appstream
-  gnome-online-accounts
-  gsettings-desktop-schemas
-  gtk4
-  libadwaita
-  libpackagekit-glib
-  libsoup3
-  libsysprof-capture
-  libxmlb
-)
-makedepends=(
-  docbook-xsl
-  flatpak
-  fwupd
-  git
-  gobject-introspection
-  gtk-doc
-  libglib-testing
-  malcontent
-  meson
-)
-_commit=f093639a5022e2208250d2870d59ce0a06aa44dc  # tags/43.4^0
-source=(
-  "git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";
-  "git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git";
-)
-b2sums=('SKIP'
-        'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git submodule set-url subprojects/gnome-pwa-list "$srcdir/gnome-pwa-list"
-  git -c protocol.file.allow=always submodule update
-}
-
-build() {
-  arch-meson $pkgbase build
-  meson compile -C build
-}
-
-# Not running tests - need root and a D-Bus system bus
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-    d="$srcdir/$p/${f#$pkgdir/}"
-    mkdir -p "$(dirname "$d")"
-    mv "$f" "$d"
-    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gnome-software() {
-  groups=(gnome)
-  optdepends=(
-    'flatpak: Flatpak support plugin'
-    'fwupd: fwupd support plugin'
-    'malcontent: Parental control plugin'
-  )
-
-  meson install -C build --destdir "$pkgdir"
-
-  local pkglibdir="$pkgdir/usr/lib/gnome-software"
-  _pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_packagekit*.so
-}
-
-package_gnome-software-packagekit-plugin() {
-  pkgdesc="PackageKit support plugin for GNOME Software"
-  depends=(
-    archlinux-appstream-data
-    gnome-software
-    packagekit
-  )
-
-  mv packagekit-plugin/* "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: gnome-software/repos/extra-x86_64/PKGBUILD (from rev 470160, 
gnome-software/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-03 13:58:28 UTC (rev 470162)
@@ -0,0 +1,99 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Yosef Or Boczko <[email protected]>
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=43.5
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/";
+arch=(x86_64)
+license=(GPL)
+depends=(
+  appstream
+  gnome-online-accounts
+  gsettings-desktop-schemas
+  gtk4
+  libadwaita
+  libpackagekit-glib
+  libsoup3
+  libsysprof-capture
+  libxmlb
+)
+makedepends=(
+  docbook-xsl
+  flatpak
+  fwupd
+  git
+  gobject-introspection
+  gtk-doc
+  libglib-testing
+  malcontent
+  meson
+)
+_commit=0bdd1b721abb71dd6736952c1f7b3b5b971635ff  # tags/43.5^0
+source=(
+  "git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";
+  "git+https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git";
+)
+b2sums=('SKIP'
+        'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git submodule set-url subprojects/gnome-pwa-list "$srcdir/gnome-pwa-list"
+  git -c protocol.file.allow=always submodule update
+}
+
+build() {
+  arch-meson $pkgbase build
+  meson compile -C build
+}
+
+# Not running tests - need root and a D-Bus system bus
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+    d="$srcdir/$p/${f#$pkgdir/}"
+    mkdir -p "$(dirname "$d")"
+    mv "$f" "$d"
+    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=(gnome)
+  optdepends=(
+    'flatpak: Flatpak support plugin'
+    'fwupd: fwupd support plugin'
+    'malcontent: Parental control plugin'
+  )
+
+  meson install -C build --destdir "$pkgdir"
+
+  local pkglibdir="$pkgdir/usr/lib/gnome-software"
+  _pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_packagekit*.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(
+    archlinux-appstream-data
+    gnome-software
+    packagekit
+  )
+
+  mv packagekit-plugin/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to