[arch-commits] Commit in clonezilla/repos/community-any (4 files)
Jonathan Steel
jsteel at nymeria.archlinux.org
Fri Jan 17 20:04:52 UTC 2014
Date: Friday, January 17, 2014 @ 21:04:52
Author: jsteel
Revision: 104328
archrelease: copy trunk to community-any
Added:
clonezilla/repos/community-any/PKGBUILD
(from rev 104327, clonezilla/trunk/PKGBUILD)
clonezilla/repos/community-any/usrbin.patch
(from rev 104327, clonezilla/trunk/usrbin.patch)
Deleted:
clonezilla/repos/community-any/PKGBUILD
clonezilla/repos/community-any/usrbin.patch
--------------+
PKGBUILD | 59 ++++++++++++++++++++++++++++-----------------------------
usrbin.patch | 26 ++++++++++++-------------
2 files changed, 43 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-17 20:04:38 UTC (rev 104327)
+++ PKGBUILD 2014-01-17 20:04:52 UTC (rev 104328)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.5.2
-pkgrel=1
-pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
-arch=('any')
-url="http://clonezilla.org"
-license=('GPL')
-depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
- usrbin.patch)
-backup=(etc/drbl/drbl-ocs.conf)
-md5sums=('a99a95750570d55b074eeeb69939c376'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
- cd "$srcdir"/$pkgname-$pkgver
-
- patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir"/ install
-}
Copied: clonezilla/repos/community-any/PKGBUILD (from rev 104327, clonezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-17 20:04:52 UTC (rev 104328)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
+arch=('any')
+url="http://clonezilla.org"
+license=('GPL')
+depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs' 'parted'
+ 'gptfdisk')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+ usrbin.patch)
+backup=(etc/drbl/drbl-ocs.conf)
+md5sums=('a99a95750570d55b074eeeb69939c376'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make DESTDIR="$pkgdir"/ install
+}
Deleted: usrbin.patch
===================================================================
--- usrbin.patch 2014-01-17 20:04:38 UTC (rev 104327)
+++ usrbin.patch 2014-01-17 20:04:52 UTC (rev 104328)
@@ -1,13 +0,0 @@
---- Makefile.orig 2013-05-30 17:42:49.851418658 +0100
-+++ Makefile 2013-05-30 17:44:41.157482402 +0100
-@@ -18,8 +18,8 @@
-
- install:
- # install exec files
-- install -d ${DESTDIR}/usr/
-- cp -a sbin bin ${DESTDIR}/usr/
-+ install -d ${DESTDIR}/usr/bin
-+ cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
-
- # install setup dir
- install -d $(DESTDIR)/$(SHAREDIR)/
Copied: clonezilla/repos/community-any/usrbin.patch (from rev 104327, clonezilla/trunk/usrbin.patch)
===================================================================
--- usrbin.patch (rev 0)
+++ usrbin.patch 2014-01-17 20:04:52 UTC (rev 104328)
@@ -0,0 +1,13 @@
+--- Makefile.orig 2013-05-30 17:42:49.851418658 +0100
++++ Makefile 2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+
+ install:
+ # install exec files
+- install -d ${DESTDIR}/usr/
+- cp -a sbin bin ${DESTDIR}/usr/
++ install -d ${DESTDIR}/usr/bin
++ cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+
+ # install setup dir
+ install -d $(DESTDIR)/$(SHAREDIR)/
More information about the arch-commits
mailing list