[arch-commits] Commit in clonezilla/repos/community-any (4 files)
Jonathan Steel
jsteel at nymeria.archlinux.org
Sat Sep 14 10:46:12 UTC 2013
Date: Saturday, September 14, 2013 @ 12:46:12
Author: jsteel
Revision: 97151
archrelease: copy trunk to community-any
Added:
clonezilla/repos/community-any/PKGBUILD
(from rev 97150, clonezilla/trunk/PKGBUILD)
clonezilla/repos/community-any/usrbin.patch
(from rev 97150, clonezilla/trunk/usrbin.patch)
Deleted:
clonezilla/repos/community-any/PKGBUILD
clonezilla/repos/community-any/usrbin.patch
--------------+
PKGBUILD | 58 ++++++++++++++++++++++++++++-----------------------------
usrbin.patch | 26 ++++++++++++-------------
2 files changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-14 10:45:55 UTC (rev 97150)
+++ PKGBUILD 2013-09-14 10:46:12 UTC (rev 97151)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.3.10
-pkgrel=2
-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=('9a4815961adaadf2f25299abab314dbd'
- '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 97150, clonezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-09-14 10:46:12 UTC (rev 97151)
@@ -0,0 +1,29 @@
+# $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
+}
Deleted: usrbin.patch
===================================================================
--- usrbin.patch 2013-09-14 10:45:55 UTC (rev 97150)
+++ usrbin.patch 2013-09-14 10:46:12 UTC (rev 97151)
@@ -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 97150, clonezilla/trunk/usrbin.patch)
===================================================================
--- usrbin.patch (rev 0)
+++ usrbin.patch 2013-09-14 10:46:12 UTC (rev 97151)
@@ -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