Date: Friday, October 8, 2021 @ 13:56:07 Author: heftig Revision: 425475
archrelease: copy trunk to extra-x86_64 Added: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 425474, flatpak-builder/trunk/PKGBUILD) Deleted: flatpak-builder/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 132 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-10-08 13:55:56 UTC (rev 425474) +++ PKGBUILD 2021-10-08 13:56:07 UTC (rev 425475) @@ -1,66 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> - -pkgname=flatpak-builder -pkgver=1.1.2 -pkgrel=1 -pkgdesc="Tool to build flatpaks from source" -url="https://flatpak.org" -arch=(x86_64) -license=(LGPL) -depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio appstream-glib) -makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf) -checkdepends=(valgrind) -replaces=('flatpak<0.9.10') -_commit=7f8d8ef683cd0babdf8559c93e31fa47f10de95f # tags/1.1.2^0 -source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit" - "git+https://gitlab.gnome.org/GNOME/libglnx.git" - "git+https://sourceware.org/git/debugedit.git") -sha256sums=('SKIP' - 'SKIP' - 'SKIP') - -prepare() { - cd $pkgname - - git submodule init - git submodule set-url libglnx "$srcdir/libglnx" - git submodule set-url debugedit "$srcdir/debugedit" - 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 - make -k check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 425474, flatpak-builder/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-10-08 13:56:07 UTC (rev 425475) @@ -0,0 +1,66 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> + +pkgname=flatpak-builder +pkgver=1.2.0 +pkgrel=1 +pkgdesc="Tool to build flatpaks from source" +url="https://flatpak.org" +arch=(x86_64) +license=(LGPL) +depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio appstream-glib) +makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf) +checkdepends=(valgrind) +replaces=('flatpak<0.9.10') +_commit=ade6de21f7379886460b683810628a0a441be924 # tags/1.2.0^0 +source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit" + "git+https://gitlab.gnome.org/GNOME/libglnx.git" + "git+https://sourceware.org/git/debugedit.git") +sha256sums=('SKIP' + 'SKIP' + 'SKIP') + +prepare() { + cd $pkgname + + git submodule init + git submodule set-url libglnx "$srcdir/libglnx" + git submodule set-url debugedit "$srcdir/debugedit" + 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 + make -k check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}