[arch-commits] Commit in flatpak/repos (8 files)

Jan Steffens heftig at archlinux.org
Tue Feb 14 19:07:35 UTC 2017


    Date: Tuesday, February 14, 2017 @ 19:07:34
  Author: heftig
Revision: 288989

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
    (from rev 288988, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
    (from rev 288988, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
    (from rev 288988, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
    (from rev 288988, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

------------------------------+
 /PKGBUILD                    |  156 +++++++++++++++++++++++++++++++++++++++++
 /flatpak.install             |   22 +++++
 extra-i686/PKGBUILD          |   78 --------------------
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD        |   78 --------------------
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-14 19:06:20 UTC (rev 288988)
+++ extra-i686/PKGBUILD	2017-02-14 19:07:34 UTC (rev 288989)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=flatpak
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
-         libseccomp libarchive libelf libcap)
-makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl xmlto
-             libdwarf)
-optdepends=('xdg-desktop-portal: for better desktop integration of applications'
-            'xdg-desktop-portal-gtk: for better integration with GTK applications')
-install=flatpak.install
-_commit=3bd1405364a3c2cb0ffd3ccaf7e75c9a905db44f  # tags/0.8.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
-        "git+https://github.com/projectatomic/bubblewrap"
-        "git+https://git.gnome.org/browse/libglnx")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib/$pkgname \
-    --disable-static \
-    --enable-gtk-doc \
-    --with-priv-mode=setuid \
-    --with-dwarf-header=/usr/include/libdwarf \
-    --with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # https://github.com/flatpak/flatpak/issues/267
-  # https://github.com/flatpak/flatpak/issues/268
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 288988, flatpak/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-14 19:07:34 UTC (rev 288989)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=flatpak
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+         libseccomp libarchive libelf libcap)
+makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl xmlto
+             libdwarf)
+optdepends=('xdg-desktop-portal: for better desktop integration of applications'
+            'xdg-desktop-portal-gtk: for better integration with GTK applications')
+install=flatpak.install
+_commit=b02a3cf42a11102fbedb795d95e835e55c7e3544  # tags/0.8.3^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
+        "git+https://github.com/projectatomic/bubblewrap"
+        "git+https://git.gnome.org/browse/libglnx")
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --enable-gtk-doc \
+    --with-priv-mode=setuid \
+    --with-dwarf-header=/usr/include/libdwarf \
+    --with-dbus-config-dir=/usr/share/dbus-1/system.d
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  make -k check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: extra-i686/flatpak.install
===================================================================
--- extra-i686/flatpak.install	2017-02-14 19:06:20 UTC (rev 288988)
+++ extra-i686/flatpak.install	2017-02-14 19:07:34 UTC (rev 288989)
@@ -1,11 +0,0 @@
-post_install() {
-  post_upgrade $1 0
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.6.1-3) < 0 )); then
-    # Generate initial /var/lib/flatpak/repo; must be present
-    # before non-root flatpak will try polkit auth
-    flatpak remote-list
-  fi
-}

Copied: flatpak/repos/extra-i686/flatpak.install (from rev 288988, flatpak/trunk/flatpak.install)
===================================================================
--- extra-i686/flatpak.install	                        (rev 0)
+++ extra-i686/flatpak.install	2017-02-14 19:07:34 UTC (rev 288989)
@@ -0,0 +1,11 @@
+post_install() {
+  post_upgrade $1 0
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.6.1-3) < 0 )); then
+    # Generate initial /var/lib/flatpak/repo; must be present
+    # before non-root flatpak will try polkit auth
+    flatpak remote-list
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-14 19:06:20 UTC (rev 288988)
+++ extra-x86_64/PKGBUILD	2017-02-14 19:07:34 UTC (rev 288989)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=flatpak
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
-         libseccomp libarchive libelf libcap)
-makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl xmlto
-             libdwarf)
-optdepends=('xdg-desktop-portal: for better desktop integration of applications'
-            'xdg-desktop-portal-gtk: for better integration with GTK applications')
-install=flatpak.install
-_commit=3bd1405364a3c2cb0ffd3ccaf7e75c9a905db44f  # tags/0.8.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
-        "git+https://github.com/projectatomic/bubblewrap"
-        "git+https://git.gnome.org/browse/libglnx")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sbindir=/usr/bin \
-    --libexecdir=/usr/lib/$pkgname \
-    --disable-static \
-    --enable-gtk-doc \
-    --with-priv-mode=setuid \
-    --with-dwarf-header=/usr/include/libdwarf \
-    --with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # https://github.com/flatpak/flatpak/issues/267
-  # https://github.com/flatpak/flatpak/issues/268
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 288988, flatpak/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-14 19:07:34 UTC (rev 288989)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=flatpak
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+         libseccomp libarchive libelf libcap)
+makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl xmlto
+             libdwarf)
+optdepends=('xdg-desktop-portal: for better desktop integration of applications'
+            'xdg-desktop-portal-gtk: for better integration with GTK applications')
+install=flatpak.install
+_commit=b02a3cf42a11102fbedb795d95e835e55c7e3544  # tags/0.8.3^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
+        "git+https://github.com/projectatomic/bubblewrap"
+        "git+https://git.gnome.org/browse/libglnx")
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --enable-gtk-doc \
+    --with-priv-mode=setuid \
+    --with-dwarf-header=/usr/include/libdwarf \
+    --with-dbus-config-dir=/usr/share/dbus-1/system.d
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  make -k check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: extra-x86_64/flatpak.install
===================================================================
--- extra-x86_64/flatpak.install	2017-02-14 19:06:20 UTC (rev 288988)
+++ extra-x86_64/flatpak.install	2017-02-14 19:07:34 UTC (rev 288989)
@@ -1,11 +0,0 @@
-post_install() {
-  post_upgrade $1 0
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.6.1-3) < 0 )); then
-    # Generate initial /var/lib/flatpak/repo; must be present
-    # before non-root flatpak will try polkit auth
-    flatpak remote-list
-  fi
-}

Copied: flatpak/repos/extra-x86_64/flatpak.install (from rev 288988, flatpak/trunk/flatpak.install)
===================================================================
--- extra-x86_64/flatpak.install	                        (rev 0)
+++ extra-x86_64/flatpak.install	2017-02-14 19:07:34 UTC (rev 288989)
@@ -0,0 +1,11 @@
+post_install() {
+  post_upgrade $1 0
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.6.1-3) < 0 )); then
+    # Generate initial /var/lib/flatpak/repo; must be present
+    # before non-root flatpak will try polkit auth
+    flatpak remote-list
+  fi
+}



More information about the arch-commits mailing list