[arch-commits] Commit in xdg-desktop-portal-gtk/repos (3 files)

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 01:21:38 UTC 2021


    Date: Thursday, September 16, 2021 @ 01:21:38
  Author: heftig
Revision: 424075

archrelease: copy trunk to testing-x86_64

Added:
  xdg-desktop-portal-gtk/repos/testing-x86_64/
  xdg-desktop-portal-gtk/repos/testing-x86_64/PKGBUILD
    (from rev 424073, xdg-desktop-portal-gtk/trunk/PKGBUILD)
  xdg-desktop-portal-gtk/repos/testing-x86_64/build.diff
    (from rev 424073, xdg-desktop-portal-gtk/trunk/build.diff)

------------+
 PKGBUILD   |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 build.diff |   21 +++++++++++++++++++++
 2 files changed, 77 insertions(+)

Copied: xdg-desktop-portal-gtk/repos/testing-x86_64/PKGBUILD (from rev 424073, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-09-16 01:21:38 UTC (rev 424075)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 gnome-desktop gnome-keyring)
+makedepends=(xdg-desktop-portal python git)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=3a9ac80eb720d1ba8a2aecc2108f66b2f737f185  # tags/1.10.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit"
+        build.diff)
+sha256sums=('SKIP'
+            '43cc8f25956d543166bbdf1413ed4fae067a380cecb7415db1422bdb846c5067')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  
+  # Fix build
+  git apply -3 ../build.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+    --enable-wallpaper \
+    --enable-screenshot \
+    --enable-screencast \
+    --enable-background \
+    --enable-settings \
+    --enable-appchooser
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}

Copied: xdg-desktop-portal-gtk/repos/testing-x86_64/build.diff (from rev 424073, xdg-desktop-portal-gtk/trunk/build.diff)
===================================================================
--- testing-x86_64/build.diff	                        (rev 0)
+++ testing-x86_64/build.diff	2021-09-16 01:21:38 UTC (rev 424075)
@@ -0,0 +1,21 @@
+diff --git i/po/hi.po w/po/hi.po
+index 14d97bf..5795e0e 100644
+--- i/po/hi.po
++++ w/po/hi.po
+@@ -309,14 +309,14 @@ msgstr "गतिविधियां"
+ #~ "Select an application to open “%s”. More applications are available in <a "
+ #~ "href='software'>Software.</a>"
+ #~ msgstr ""
+-#~ "खोलने के लिए एक आवेदन का चयन करें "%s". अधिक एप्लिकेशन उपलब्ध हैं <a "
++#~ "खोलने के लिए एक आवेदन का चयन करें \"%s\". अधिक एप्लिकेशन उपलब्ध हैं <a "
+ #~ "href='software'>सॉफ्टवेयर।</a>"
+ 
+ #~ msgid ""
+ #~ "Select an application. More applications are available in <a "
+ #~ "href='software'>Software.</a>"
+ #~ msgstr ""
+-#~ "एक आवेदन का चयन करें। <a "में अधिक एप्लिकेशन उपलब्ध हैं"
++#~ "एक आवेदन का चयन करें। <a \"में अधिक एप्लिकेशन उपलब्ध हैं"
+ #~ "href=href='software'>सॉफ्टवेयर।</a>"
+ 
+ #~ msgid "Unable to find a suitable application."



More information about the arch-commits mailing list