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

Felix Yan felixonmars at archlinux.org
Tue Jun 5 17:18:06 UTC 2018


    Date: Tuesday, June 5, 2018 @ 17:18:06
  Author: felixonmars
Revision: 340556

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   62 ++++++++++++++++++++++++++++----------------------------
 shake.install |   14 ++++++------
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 17:17:45 UTC (rev 340555)
+++ PKGBUILD	2018-06-05 17:18:06 UTC (rev 340556)
@@ -1,31 +0,0 @@
-# $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
-}

Copied: shake/repos/community-x86_64/PKGBUILD (from rev 340555, shake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 17:18:06 UTC (rev 340556)
@@ -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=2
+pkgdesc="Userspace defragmenter that can be run while system is in use"
+arch=('x86_64')
+url="http://vleu.net/shake/"
+license=('GPL3')
+depends=('attr')
+makedepends=('cmake' 'help2man')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/unbrice/shake/archive/v$pkgver.tar.gz)
+sha512sums=('f73601ebf37ac934b2cfb5bcedd530e38bd6873615e80eae01c690bf935ed3924abb1d06fb31c46397b5804d47a36584ac5e11b4c7142b46e570ddbf3abe1775')
+
+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	2018-06-05 17:17:45 UTC (rev 340555)
+++ shake.install	2018-06-05 17:18:06 UTC (rev 340556)
@@ -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 340555, shake/trunk/shake.install)
===================================================================
--- shake.install	                        (rev 0)
+++ shake.install	2018-06-05 17:18:06 UTC (rev 340556)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "==> shake works faster if you mount your partions with the \"user_xattr\" option"
+}
+
+post_upgrade() {
+  post_install
+}



More information about the arch-commits mailing list