[arch-commits] Commit in shake/repos/community-x86_64 (5 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Dec 7 18:41:56 UTC 2014


    Date: Sunday, December 7, 2014 @ 19:41:56
  Author: jlichtblau
Revision: 123598

archrelease: copy trunk to community-x86_64

Added:
  shake/repos/community-x86_64/PKGBUILD
    (from rev 123597, shake/trunk/PKGBUILD)
  shake/repos/community-x86_64/shake.install
    (from rev 123597, shake/trunk/shake.install)
Deleted:
  shake/repos/community-x86_64/PKGBUILD
  shake/repos/community-x86_64/shake.install
  shake/repos/community-x86_64/shake.patch

---------------+
 PKGBUILD      |   66 ++++++++++++++++++++++++++------------------------------
 shake.install |   14 +++++------
 shake.patch   |   10 --------
 3 files changed, 38 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-07 18:41:46 UTC (rev 123597)
+++ PKGBUILD	2014-12-07 18:41:56 UTC (rev 123598)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor : Allan McRae <allan at archlinux.org>
-# Contributor: Julien MISCHKOWITZ <wain at 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 
-}

Copied: shake/repos/community-x86_64/PKGBUILD (from rev 123597, shake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-07 18:41:56 UTC (rev 123598)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor : Allan McRae <allan at archlinux.org>
+# Contributor: Julien MISCHKOWITZ <wain at archlinux.fr>
+
+pkgname=shake
+pkgver=1.0
+pkgrel=1
+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=($pkgname-$pkgver.tar.gz::http://github.com/unbrice/shake/archive/v$pkgver.tar.gz)
+sha256sums=('ac5a57bd8d55e197734852bf66318ecf39b4c5c298e43a259ba1d8a4b7a2ced3')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: shake.install
===================================================================
--- shake.install	2014-12-07 18:41:46 UTC (rev 123597)
+++ shake.install	2014-12-07 18:41:56 UTC (rev 123598)
@@ -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-x86_64/shake.install (from rev 123597, shake/trunk/shake.install)
===================================================================
--- shake.install	                        (rev 0)
+++ shake.install	2014-12-07 18:41:56 UTC (rev 123598)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "==> shake works faster if you mount your partions with the \"user_xattr\" option"
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: shake.patch
===================================================================
--- shake.patch	2014-12-07 18:41:46 UTC (rev 123597)
+++ shake.patch	2014-12-07 18:41:56 UTC (rev 123598)
@@ -1,10 +0,0 @@
---- 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;
- 



More information about the arch-commits mailing list