[arch-commits] Commit in xdg-desktop-portal-gnome/repos/extra-x86_64 (2 files)

Jan Steffens heftig at gemini.archlinux.org
Tue Apr 26 23:42:41 UTC 2022


    Date: Tuesday, April 26, 2022 @ 23:42:41
  Author: heftig
Revision: 444071

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-gnome/repos/extra-x86_64/PKGBUILD
    (from rev 444070, xdg-desktop-portal-gnome/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gnome/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 23:42:29 UTC (rev 444070)
+++ PKGBUILD	2022-04-26 23:42:41 UTC (rev 444071)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=xdg-desktop-portal-gnome
-pkgver=42.0.1
-pkgrel=1
-pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop environment"
-url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
-arch=(x86_64)
-license=(LGPL)
-depends=('xdg-desktop-portal-gtk>=1.10.0-2' libadwaita gnome-keyring
-         gnome-desktop-4)
-makedepends=(xdg-desktop-portal meson git)
-optdepends=('evince: Print previews')
-provides=(xdg-desktop-portal-impl)
-conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
-replaces=('xdg-desktop-portal-gtk<1.10.0-2')
-options=(debug)
-_commit=68e512c8ebf2aaf21f9752c1edb918fb21f9323d  # tags/42.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: xdg-desktop-portal-gnome/repos/extra-x86_64/PKGBUILD (from rev 444070, xdg-desktop-portal-gnome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-26 23:42:41 UTC (rev 444071)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=xdg-desktop-portal-gnome
+pkgver=42.1
+pkgrel=1
+pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop environment"
+url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
+arch=(x86_64)
+license=(LGPL)
+depends=('xdg-desktop-portal-gtk>=1.10.0-2' libadwaita gnome-keyring
+         gnome-desktop-4)
+makedepends=(xdg-desktop-portal meson git)
+optdepends=('evince: Print previews')
+provides=(xdg-desktop-portal-impl)
+conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
+replaces=('xdg-desktop-portal-gtk<1.10.0-2')
+options=(debug)
+_commit=ae3fbacff87def4c5e22b05bb5df1715728cc6fa  # tags/42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list