xdg-desktop-portal-gtk: initial commit, version 1.10.0

This commit is contained in:
Tim Biermann 2021-09-19 19:02:49 +02:00
parent e4a1308917
commit 3db0806aaa
Signed by: tb
GPG Key ID: 42F8B4E30B673606
5 changed files with 1297 additions and 0 deletions

View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/xdg-desktop-portal-gtk
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/xdg-desktop-portal-gtk.desktop
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/services/
-rw-r--r-- root/root usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.gtk.service
drwxr-xr-x root/root usr/share/xdg-desktop-portal/
drwxr-xr-x root/root usr/share/xdg-desktop-portal/portals/
-rw-r--r-- root/root usr/share/xdg-desktop-portal/portals/gtk.portal

View File

@ -0,0 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wFpomAS0fK8J/EcdPcHL8iW3RlUjl1A85MxZZtQSJXdQ/kub2hd6n2DSpB2yQnoFpKXXVxyPxRWnHNqsjGtJQU=
SHA256 (Pkgfile) = 33adc5a29eeda8047353826ea461a1670bd59b83fbed734c95f2e9763d323163
SHA256 (.footprint) = 73702410a781593cf9b1cb3587ca0f8968d7cf64af6490c1c2a29b9886d2c889
SHA256 (xdg-desktop-portal-gtk-1.10.0.tar.gz) = 7b38586a4130ec989d8ed01fc97663614ae99a46645db4c6465e3020ed8e1d87
SHA256 (build.diff) = 43cc8f25956d543166bbdf1413ed4fae067a380cecb7415db1422bdb846c5067

View File

@ -0,0 +1,33 @@
# Description: A GTK+ backend for xdg-desktop-portal
# URL: https://github.com/flatpak/xdg-desktop-portal-gtk
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gtk3 xdg-desktop-portal
# Optional: dconf gnome-desktop gnome-shell
name=xdg-desktop-portal-gtk
version=1.10.0
release=1
source=(https://github.com/flatpak/xdg-desktop-portal-gtk/archive/$version/$name-$version.tar.gz
build.diff)
build() {
cd $name-$version
patch -Np1 -i $SRC/build.diff
prt-get isinst dconf && PKGMK_XDGDPGTK+=' --enable-settings' || PKGMK_XDGDPGTK+=' --disable-settings'
prt-get isinst gnome-shell && PKGMK_XDGDPGTK+=' --enable-background' || PKGMK_XDGDPGTK+=' --disable-background'
prt-get isinst gnome-desktop && PKGMK_XDGDPGTK+=' --enable-wallpaper' || PKGMK_XDGDPGTK+=' --disable-wallpaper'
prt-get isinst gnome-shell && PKGMK_XDGDPGTK+=' --enable-screencast' || PKGMK_XDGDPGTK+=' --disable-screencast'
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr $PKGMK_XDGDPGTK \
--libexecdir=/usr/lib \
--enable-appchooser \
--enable-lockdown \
--disable-nls
make
make DESTDIR=$PKG install
rm -fr $PKG/usr/lib/systemd
}

View File

@ -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."

File diff suppressed because it is too large Load Diff