[arch-commits] Commit in gnome-software/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 12 12:23:02 UTC 2021
Date: Friday, March 12, 2021 @ 12:23:01
Author: heftig
Revision: 409677
archrelease: copy trunk to extra-x86_64
Added:
gnome-software/repos/extra-x86_64/PKGBUILD
(from rev 409676, gnome-software/trunk/PKGBUILD)
Deleted:
gnome-software/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 142 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-12 12:22:40 UTC (rev 409676)
+++ PKGBUILD 2021-03-12 12:23:01 UTC (rev 409677)
@@ -1,71 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Yosef Or Boczko <yoseforb at gnome.org>
-
-pkgbase=gnome-software
-pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.38.1
-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 fwupd
- docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind
- gnome-online-accounts libxmlb malcontent sysprof)
-_commit=67f67bbaceb5c8a0e21c5f6b21b9be276c1165b7 # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgbase
- git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgbase
-}
-
-build() {
- # Ensure static library is non-LTO compatible
- CFLAGS+=" -ffat-lto-objects"
-
- arch-meson $pkgbase build
- meson compile -C build
-}
-
-check() {
- # build container troubles
- meson test -C build --print-errorlogs || :
-}
-
-_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)
- depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib
- gnome-online-accounts appstream-glib)
- optdepends=('flatpak: Flatpak support plugin'
- 'fwupd: fwupd support plugin'
- 'malcontent: Parental control plugin')
-
- 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
-}
-
-package_gnome-software-packagekit-plugin() {
- pkgdesc="PackageKit support plugin for GNOME Software"
- depends=(archlinux-appstream-data gnome-software packagekit)
- mv packagekit-plugin/* "$pkgdir"
-}
Copied: gnome-software/repos/extra-x86_64/PKGBUILD (from rev 409676, gnome-software/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-12 12:23:01 UTC (rev 409677)
@@ -0,0 +1,71 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Yosef Or Boczko <yoseforb at gnome.org>
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.38.2
+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 fwupd
+ docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind
+ gnome-online-accounts libxmlb malcontent sysprof)
+_commit=fcafd7ed2c8c3a8ca8062f409aac304ceb30def2 # tags/3.38.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgbase
+ git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgbase
+}
+
+build() {
+ # Ensure static library is non-LTO compatible
+ CFLAGS+=" -ffat-lto-objects"
+
+ arch-meson $pkgbase build
+ meson compile -C build
+}
+
+check() {
+ # build container troubles
+ meson test -C build --print-errorlogs || :
+}
+
+_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)
+ depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell libpackagekit-glib
+ gnome-online-accounts appstream-glib)
+ optdepends=('flatpak: Flatpak support plugin'
+ 'fwupd: fwupd support plugin'
+ 'malcontent: Parental control plugin')
+
+ 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
+}
+
+package_gnome-software-packagekit-plugin() {
+ pkgdesc="PackageKit support plugin for GNOME Software"
+ depends=(archlinux-appstream-data gnome-software packagekit)
+ mv packagekit-plugin/* "$pkgdir"
+}
More information about the arch-commits
mailing list