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

Jan Steffens heftig at archlinux.org
Wed Mar 15 21:03:40 UTC 2017


    Date: Wednesday, March 15, 2017 @ 21:03:40
  Author: heftig
Revision: 290895

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xdg-desktop-portal-gtk/repos/extra-i686/PKGBUILD
    (from rev 290894, xdg-desktop-portal-gtk/trunk/PKGBUILD)
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
    (from rev 290894, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gtk/repos/extra-i686/PKGBUILD
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   25 ----------------------
 extra-x86_64/PKGBUILD |   25 ----------------------
 3 files changed, 54 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-03-15 21:02:10 UTC (rev 290894)
+++ extra-i686/PKGBUILD	2017-03-15 21:03:40 UTC (rev 290895)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Patrick Griffis <tingping at tingping.se>
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=0.5
-pkgrel=2
-pkgdesc='A GTK+ backend for xdg-desktop-portal'
-arch=('i686' 'x86_64')
-url='http://flatpak.org'
-license=('LGPL2.1')
-depends=('xdg-desktop-portal' 'gtk3')
-source=(https://github.com/flatpak/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('790744654f361203c5578fd04d7576b1c5fa2cad9cdd2f595672dd07415c4591')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-i686/PKGBUILD (from rev 290894, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-03-15 21:03:40 UTC (rev 290895)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=0.5
+pkgrel=3
+pkgdesc='A GTK+ backend for xdg-desktop-portal'
+arch=('i686' 'x86_64')
+url='https://github.com/flatpak/xdg-desktop-portal-gtk'
+license=('LGPL2.1')
+depends=('gtk3')
+makedepends=('xdg-desktop-portal')
+provides=('xdg-desktop-portal-impl')
+source=(https://github.com/flatpak/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('790744654f361203c5578fd04d7576b1c5fa2cad9cdd2f595672dd07415c4591')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-03-15 21:02:10 UTC (rev 290894)
+++ extra-x86_64/PKGBUILD	2017-03-15 21:03:40 UTC (rev 290895)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Patrick Griffis <tingping at tingping.se>
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=0.5
-pkgrel=2
-pkgdesc='A GTK+ backend for xdg-desktop-portal'
-arch=('i686' 'x86_64')
-url='http://flatpak.org'
-license=('LGPL2.1')
-depends=('xdg-desktop-portal' 'gtk3')
-source=(https://github.com/flatpak/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('790744654f361203c5578fd04d7576b1c5fa2cad9cdd2f595672dd07415c4591')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexec=/usr/lib
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 290894, xdg-desktop-portal-gtk/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-03-15 21:03:40 UTC (rev 290895)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Patrick Griffis <tingping at tingping.se>
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=0.5
+pkgrel=3
+pkgdesc='A GTK+ backend for xdg-desktop-portal'
+arch=('i686' 'x86_64')
+url='https://github.com/flatpak/xdg-desktop-portal-gtk'
+license=('LGPL2.1')
+depends=('gtk3')
+makedepends=('xdg-desktop-portal')
+provides=('xdg-desktop-portal-impl')
+source=(https://github.com/flatpak/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('790744654f361203c5578fd04d7576b1c5fa2cad9cdd2f595672dd07415c4591')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install
+}



More information about the arch-commits mailing list