Date: Wednesday, November 30, 2016 @ 16:57:51 Author: heftig Revision: 282387
archrelease: copy trunk to extra-i686, extra-x86_64 Added: ostree/repos/extra-i686/PKGBUILD (from rev 282386, ostree/trunk/PKGBUILD) ostree/repos/extra-x86_64/PKGBUILD (from rev 282386, ostree/trunk/PKGBUILD) Deleted: ostree/repos/extra-i686/PKGBUILD ostree/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 140 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 70 ------------------------ extra-x86_64/PKGBUILD | 70 ------------------------ 3 files changed, 140 insertions(+), 140 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-11-30 16:56:59 UTC (rev 282386) +++ extra-i686/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Mirco Tischler <mt-ml at gmx dot de> - -pkgname=ostree -pkgver=2016.12 -pkgrel=1 -pkgdesc="Operating system and container binary deployment and upgrades" -url="https://ostree.readthedocs.org/en/latest/" -arch=(i686 x86_64) -license=(GPL) -depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio) -makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git - python2) -checkdepends=(parallel syslinux gjs cpio) -_commit=d3f14f02e3d9f7259c7ec6b25980ae43f03c4906 # tags/v2016.12^0 -source=("git+https://github.com/ostreedev/ostree#commit=$_commit" - "git+https://github.com/mendsley/bsdiff" - "git://git.gnome.org/libglnx") -sha256sums=('SKIP' - 'SKIP' - 'SKIP') - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule.bsdiff.url "$srcdir/bsdiff" - git config --local submodule.libglnx.url "$srcdir/libglnx" - git submodule update - - find . -name '*.py' -exec sed -i '1s/python$/&2/' {} + - - NOCONFIGURE=1 ./autogen.sh -} - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^v//;s/-/+/g' -} - -build() { - cd $pkgname - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --libexecdir=/usr/lib \ - --with-mkinitcpio \ - --with-builtin-grub2-mkconfig \ - --disable-static \ - --enable-gtk-doc - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgname - # Parallel tests lock up kernel in writeback code - make -j1 check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: ostree/repos/extra-i686/PKGBUILD (from rev 282386, ostree/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Mirco Tischler <mt-ml at gmx dot de> + +pkgname=ostree +pkgver=2016.14 +pkgrel=1 +pkgdesc="Operating system and container binary deployment and upgrades" +url="https://ostree.readthedocs.org/en/latest/" +arch=(i686 x86_64) +license=(GPL) +depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio) +makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git + python2) +checkdepends=(parallel syslinux gjs cpio elfutils) +_commit=7584dc0f25734117db47fef1ba0e24231a819a5e # tags/v2016.14^0 +source=("git+https://github.com/ostreedev/ostree#commit=$_commit" + "git+https://github.com/mendsley/bsdiff" + "git+https://git.gnome.org/browse/libglnx") +sha256sums=('SKIP' + 'SKIP' + 'SKIP') + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.bsdiff.url "$srcdir/bsdiff" + git config --local submodule.libglnx.url "$srcdir/libglnx" + git submodule update + + find . -name '*.py' -exec sed -i '1s/python$/&2/' {} + + + NOCONFIGURE=1 ./autogen.sh +} + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^v//;s/-/+/g' +} + +build() { + cd $pkgname + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --sbindir=/usr/bin \ + --libexecdir=/usr/lib \ + --with-mkinitcpio \ + --with-builtin-grub2-mkconfig \ + --disable-static \ + --enable-gtk-doc + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname + # Parallel tests lock up kernel in writeback code + make -j1 check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-11-30 16:56:59 UTC (rev 282386) +++ extra-x86_64/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387) @@ -1,70 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Mirco Tischler <mt-ml at gmx dot de> - -pkgname=ostree -pkgver=2016.12 -pkgrel=1 -pkgdesc="Operating system and container binary deployment and upgrades" -url="https://ostree.readthedocs.org/en/latest/" -arch=(i686 x86_64) -license=(GPL) -depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio) -makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git - python2) -checkdepends=(parallel syslinux gjs cpio) -_commit=d3f14f02e3d9f7259c7ec6b25980ae43f03c4906 # tags/v2016.12^0 -source=("git+https://github.com/ostreedev/ostree#commit=$_commit" - "git+https://github.com/mendsley/bsdiff" - "git://git.gnome.org/libglnx") -sha256sums=('SKIP' - 'SKIP' - 'SKIP') - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule.bsdiff.url "$srcdir/bsdiff" - git config --local submodule.libglnx.url "$srcdir/libglnx" - git submodule update - - find . -name '*.py' -exec sed -i '1s/python$/&2/' {} + - - NOCONFIGURE=1 ./autogen.sh -} - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^v//;s/-/+/g' -} - -build() { - cd $pkgname - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --libexecdir=/usr/lib \ - --with-mkinitcpio \ - --with-builtin-grub2-mkconfig \ - --disable-static \ - --enable-gtk-doc - - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -check() { - cd $pkgname - # Parallel tests lock up kernel in writeback code - make -j1 check -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install -} Copied: ostree/repos/extra-x86_64/PKGBUILD (from rev 282386, ostree/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-11-30 16:57:51 UTC (rev 282387) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Mirco Tischler <mt-ml at gmx dot de> + +pkgname=ostree +pkgver=2016.14 +pkgrel=1 +pkgdesc="Operating system and container binary deployment and upgrades" +url="https://ostree.readthedocs.org/en/latest/" +arch=(i686 x86_64) +license=(GPL) +depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio) +makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git + python2) +checkdepends=(parallel syslinux gjs cpio elfutils) +_commit=7584dc0f25734117db47fef1ba0e24231a819a5e # tags/v2016.14^0 +source=("git+https://github.com/ostreedev/ostree#commit=$_commit" + "git+https://github.com/mendsley/bsdiff" + "git+https://git.gnome.org/browse/libglnx") +sha256sums=('SKIP' + 'SKIP' + 'SKIP') + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.bsdiff.url "$srcdir/bsdiff" + git config --local submodule.libglnx.url "$srcdir/libglnx" + git submodule update + + find . -name '*.py' -exec sed -i '1s/python$/&2/' {} + + + NOCONFIGURE=1 ./autogen.sh +} + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^v//;s/-/+/g' +} + +build() { + cd $pkgname + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --sbindir=/usr/bin \ + --libexecdir=/usr/lib \ + --with-mkinitcpio \ + --with-builtin-grub2-mkconfig \ + --disable-static \ + --enable-gtk-doc + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +check() { + cd $pkgname + # Parallel tests lock up kernel in writeback code + make -j1 check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install +}