[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Nov 10 19:16:17 UTC 2021
Date: Wednesday, November 10, 2021 @ 19:16:17
Author: heftig
Revision: 427867
archrelease: copy trunk to extra-x86_64
Added:
xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 427866, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 98 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 50 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-10 19:16:05 UTC (rev 427866)
+++ PKGBUILD 2021-11-10 19:16:17 UTC (rev 427867)
@@ -1,48 +0,0 @@
-# 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=2
-pkgdesc="A backend implementation for xdg-desktop-portal using GTK"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-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")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- # Fix build
- git cherry-pick -n e34f49ca8365 19c5385b9f5f
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --libexecdir=/usr/lib
- make
-}
-
-check() {
- cd $pkgname
- make check
-}
-
-package() {
- cd $pkgname
- DESTDIR="$pkgdir" make install
-}
Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 427866, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-10 19:16:17 UTC (rev 427867)
@@ -0,0 +1,50 @@
+# 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=3
+pkgdesc="A backend implementation for xdg-desktop-portal using GTK"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 gsettings-desktop-schemas)
+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")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ # Fix build
+ git cherry-pick -n e34f49ca8365 19c5385b9f5f
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --libexecdir=/usr/lib \
+ --enable-settings \
+ --enable-appchooser
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ DESTDIR="$pkgdir" make install
+}
More information about the arch-commits
mailing list