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

Jan Steffens heftig at gemini.archlinux.org
Sat Mar 12 23:05:48 UTC 2022


    Date: Saturday, March 12, 2022 @ 23:05:48
  Author: heftig
Revision: 439486

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 23:05:37 UTC (rev 439485)
+++ PKGBUILD	2022-03-12 23:05:48 UTC (rev 439486)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=xdg-desktop-portal-gnome
-pkgver=41.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' gtk4 gnome-keyring evince)
-makedepends=(xdg-desktop-portal meson git)
-provides=(xdg-desktop-portal-impl)
-conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
-replaces=('xdg-desktop-portal-gtk<1.10.0-2')
-_commit=27ba392a415cec6e31d76305319f5ed729e2d2eb  # tags/41.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/^v//;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 439485, xdg-desktop-portal-gnome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-12 23:05:48 UTC (rev 439486)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=xdg-desktop-portal-gnome
+pkgver=41.1
+pkgrel=2
+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' gtk4 gnome-keyring)
+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')
+_commit=27ba392a415cec6e31d76305319f5ed729e2d2eb  # tags/41.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/^v//;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