[arch-commits] Commit in flatpak-builder/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Apr 8 10:20:33 UTC 2020
Date: Wednesday, April 8, 2020 @ 10:20:33
Author: bpiotrowski
Revision: 379810
archrelease: copy trunk to extra-x86_64
Added:
flatpak-builder/repos/extra-x86_64/PKGBUILD
(from rev 379809, flatpak-builder/trunk/PKGBUILD)
Deleted:
flatpak-builder/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 128 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 64 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 10:20:27 UTC (rev 379809)
+++ PKGBUILD 2020-04-08 10:20:33 UTC (rev 379810)
@@ -1,64 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=flatpak-builder
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="Tool to build flatpaks from source"
-url="https://flatpak.org"
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio appstream-glib)
-makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
-checkdepends=(python2 valgrind)
-replaces=('flatpak<0.9.10')
-_commit=953cc86673abac7dcfa3853f1c6bf590e9d3e7d0
-source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit"
- "git+https://gitlab.gnome.org/GNOME/libglnx.git")
-sha256sums=('SKIP'
- 'SKIP')
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule.libglnx.url "$srcdir/libglnx"
- git submodule update
-
- # https://github.com/flatpak/flatpak/issues/267
- sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-build() {
- cd $pkgname
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libexecdir=/usr/lib \
- --disable-static \
- --with-dwarf-header=/usr/include/libdwarf
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $pkgname
- # Xattr tests fail on tmpfs
- make -k check || :
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 379809, flatpak-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-08 10:20:33 UTC (rev 379810)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=flatpak-builder
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="https://flatpak.org"
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(python2 valgrind)
+replaces=('flatpak<0.9.10')
+_commit=66d2a683378e6a8b6012e25d9803f819c1563d2d # tags/1.0.10^0
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit"
+ "git+https://gitlab.gnome.org/GNOME/libglnx.git")
+sha256sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule.libglnx.url "$srcdir/libglnx"
+ git submodule update
+
+ # https://github.com/flatpak/flatpak/issues/267
+ sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+ cd $pkgname
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --sbindir=/usr/bin \
+ --libexecdir=/usr/lib \
+ --disable-static \
+ --with-dwarf-header=/usr/include/libdwarf
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname
+ # Xattr tests fail on tmpfs
+ make -k check || :
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list