[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Mar 9 06:27:57 UTC 2020
Date: Monday, March 9, 2020 @ 06:27:57
Author: heftig
Revision: 377199
archrelease: copy trunk to extra-x86_64
Added:
xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 377198, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 06:17:08 UTC (rev 377198)
+++ PKGBUILD 2020-03-09 06:27:57 UTC (rev 377199)
@@ -1,43 +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=1
-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
- 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 377198, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-09 06:27:57 UTC (rev 377199)
@@ -0,0 +1,43 @@
+# 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=2
+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
+ 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