[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 11 09:47:26 UTC 2020
Date: Wednesday, March 11, 2020 @ 09:47:25
Author: heftig
Revision: 377366
archrelease: copy trunk to extra-x86_64
Added:
xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 377362, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 09:47:25 UTC (rev 377365)
+++ PKGBUILD 2020-03-11 09:47:25 UTC (rev 377366)
@@ -1,47 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Patrick Griffis <tingping at tingping.se>
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk"
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(gtk3 gnome-desktop)
-makedepends=(xdg-desktop-portal python git evince)
-optdepends=("evince: Print preview")
-provides=(xdg-desktop-portal-impl)
-_commit=3f7d1ca802419f913c0c86f194ef43e69b30b2a2 # tags/1.6.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
-
- # Screencasting with mutter 3.36
- git cherry-pick -n adb72687ccda69b83509f05f80e4a226a2faaf1f
-
- 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 377362, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 09:47:25 UTC (rev 377366)
@@ -0,0 +1,47 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3 gnome-desktop gnome-keyring)
+makedepends=(xdg-desktop-portal python git evince)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=3f7d1ca802419f913c0c86f194ef43e69b30b2a2 # tags/1.6.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
+
+ # Screencasting with mutter 3.36
+ git cherry-pick -n adb72687ccda69b83509f05f80e4a226a2faaf1f
+
+ 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
+}
More information about the arch-commits
mailing list