[arch-commits] Commit in shake/trunk (PKGBUILD shake.patch)

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


    Date: Sunday, December 7, 2014 @ 19:41:46
  Author: jlichtblau
Revision: 123597

upgpkg: shake 1.0-1

Modified:
  shake/trunk/PKGBUILD
Deleted:
  shake/trunk/shake.patch

-------------+
 PKGBUILD    |   28 ++++++++++++----------------
 shake.patch |   10 ----------
 2 files changed, 12 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-07 16:36:06 UTC (rev 123596)
+++ PKGBUILD	2014-12-07 18:41:46 UTC (rev 123597)
@@ -1,28 +1,24 @@
 # $Id$
-# Maintainer : Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer : Jaroslav Lichtblau <svetlemodry at 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" 
+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/" 
+url="http://vleu.net/shake/"
 license=('GPL3')
-depends=('attr') 
-makedepends=('cmake' 'help2man' 'patch') 
+depends=('attr')
+makedepends=('cmake' 'help2man')
 install=$pkgname.install
-source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2
-        $pkgname.patch)
-sha256sums=('f030d5ba5d4d2d449249c49b253a71de8c342b9b2f5e1e7d3e7ba5277e3f5e91'
-            'f7d594bed6b719f103d30da8680122ddb1bfb30d0cf30507f9ce24aefe73c511')
+source=($pkgname-$pkgver.tar.gz::http://github.com/unbrice/shake/archive/v$pkgver.tar.gz)
+sha256sums=('ac5a57bd8d55e197734852bf66318ecf39b4c5c298e43a259ba1d8a4b7a2ced3')
 
 build() {
-  cd "${srcdir}"/${pkgname}-fs-${pkgver}
-  patch -Np0 -i "${srcdir}"/$pkgname.patch
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
 
-  cd "${srcdir}"/${pkgname}-fs-${pkgver}/build
   cmake -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr ..
   make
@@ -29,7 +25,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-fs-${pkgver}/build
+  cd "${srcdir}"/${pkgname}-${pkgver}/build
 
-  make DESTDIR="${pkgdir}" install 
+  make DESTDIR="${pkgdir}" install
 }

Deleted: shake.patch
===================================================================
--- shake.patch	2014-12-07 16:36:06 UTC (rev 123596)
+++ shake.patch	2014-12-07 18:41:46 UTC (rev 123597)
@@ -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