Date: Sunday, May 25, 2014 @ 22:30:23 Author: jlichtblau Revision: 111863
archrelease: copy trunk to community-i686 Added: shake/repos/community-i686/PKGBUILD (from rev 111862, shake/trunk/PKGBUILD) shake/repos/community-i686/shake.install (from rev 111862, shake/trunk/shake.install) shake/repos/community-i686/shake.patch (from rev 111862, shake/trunk/shake.patch) Deleted: shake/repos/community-i686/PKGBUILD shake/repos/community-i686/shake.install ---------------+ PKGBUILD | 66 +++++++++++++++++++++++++++++--------------------------- shake.install | 14 +++++------ shake.patch | 10 ++++++++ 3 files changed, 52 insertions(+), 38 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2014-05-25 20:28:58 UTC (rev 111862) +++ PKGBUILD 2014-05-25 20:30:23 UTC (rev 111863) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer : Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -# Contributor : Allan McRae <al...@archlinux.org> -# Contributor: Julien MISCHKOWITZ <w...@archlinux.fr> - -pkgname=shake -pkgver=0.999 -pkgrel=2 -pkgdesc="Userspace defragmenter that can be run while system is in use" -arch=('i686' 'x86_64') -url="http://vleu.net/shake/" -license=('GPL3') -depends=('attr') -makedepends=('cmake' 'help2man') -install=$pkgname.install -source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('f030d5ba5d4d2d449249c49b253a71de8c342b9b2f5e1e7d3e7ba5277e3f5e91') - -build() { - cd ${srcdir}/${pkgname}-fs-${pkgver}/build - - cmake -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr .. - make -} - -package() { - cd ${srcdir}/${pkgname}-fs-${pkgver}/build - - make DESTDIR=${pkgdir} install -} Copied: shake/repos/community-i686/PKGBUILD (from rev 111862, shake/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-05-25 20:30:23 UTC (rev 111863) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer : Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +# Contributor : Allan McRae <al...@archlinux.org> +# Contributor: Julien MISCHKOWITZ <w...@archlinux.fr> + +pkgname=shake +pkgver=0.999 +pkgrel=3 +pkgdesc="Userspace defragmenter that can be run while system is in use" +arch=('i686' 'x86_64') +url="http://vleu.net/shake/" +license=('GPL3') +depends=('attr') +makedepends=('cmake' 'help2man' 'patch') +install=$pkgname.install +source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2 + $pkgname.patch) +sha256sums=('f030d5ba5d4d2d449249c49b253a71de8c342b9b2f5e1e7d3e7ba5277e3f5e91' + 'f7d594bed6b719f103d30da8680122ddb1bfb30d0cf30507f9ce24aefe73c511') + +build() { + cd "${srcdir}"/${pkgname}-fs-${pkgver} + patch -Np0 -i "${srcdir}"/$pkgname.patch + + cd "${srcdir}"/${pkgname}-fs-${pkgver}/build + cmake -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr .. + make +} + +package() { + cd "${srcdir}"/${pkgname}-fs-${pkgver}/build + + make DESTDIR="${pkgdir}" install +} Deleted: shake.install =================================================================== --- shake.install 2014-05-25 20:28:58 UTC (rev 111862) +++ shake.install 2014-05-25 20:30:23 UTC (rev 111863) @@ -1,7 +0,0 @@ -post_install() { - echo "==> shake works faster if you mount your partions with the \"user_xattr\" option" -} - -post_upgrade() { - post_install -} Copied: shake/repos/community-i686/shake.install (from rev 111862, shake/trunk/shake.install) =================================================================== --- shake.install (rev 0) +++ shake.install 2014-05-25 20:30:23 UTC (rev 111863) @@ -0,0 +1,7 @@ +post_install() { + echo "==> shake works faster if you mount your partions with the \"user_xattr\" option" +} + +post_upgrade() { + post_install +} Copied: shake/repos/community-i686/shake.patch (from rev 111862, shake/trunk/shake.patch) =================================================================== --- shake.patch (rev 0) +++ shake.patch 2014-05-25 20:30:23 UTC (rev 111863) @@ -0,0 +1,10 @@ +--- judge.h 2011-03-18 00:13:20.000000000 +0100 ++++ judge.h 2014-05-25 22:19:57.868937044 +0200 +@@ -22,6 +22,7 @@ + #include <stdbool.h> + #include <fcntl.h> + #include <time.h> ++#include <sys/types.h> + typedef unsigned int uint; + typedef long long int llint; +