[arch-commits] Commit in clonezilla/repos/community-any (4 files)
Jonathan Steel
jsteel at archlinux.org
Tue Apr 21 17:00:28 UTC 2020
Date: Tuesday, April 21, 2020 @ 17:00:27
Author: jsteel
Revision: 617378
archrelease: copy trunk to community-any
Added:
clonezilla/repos/community-any/PKGBUILD
(from rev 617377, clonezilla/trunk/PKGBUILD)
clonezilla/repos/community-any/usrbin.patch
(from rev 617377, clonezilla/trunk/usrbin.patch)
Deleted:
clonezilla/repos/community-any/PKGBUILD
clonezilla/repos/community-any/usrbin.patch
--------------+
PKGBUILD | 60 ++++++++++++++++++++++++++++-----------------------------
usrbin.patch | 26 ++++++++++++------------
2 files changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-21 17:00:19 UTC (rev 617377)
+++ PKGBUILD 2020-04-21 17:00:27 UTC (rev 617378)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.35.2
-pkgrel=1
-pkgdesc="ncurses partition and disk imaging/cloning program"
-arch=('any')
-url="https://clonezilla.org"
-license=('GPL2')
-depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
- 'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen')
-backup=('etc/drbl/drbl-ocs.conf')
-source=(https://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.xz
- usrbin.patch)
-md5sums=('aaf2f2c009b26cbaf0a2edcdab4f9cfc'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
- cd $pkgname-$pkgver
-
- patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
-}
Copied: clonezilla/repos/community-any/PKGBUILD (from rev 617377, clonezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-21 17:00:27 UTC (rev 617378)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.35.2
+pkgrel=2
+pkgdesc="ncurses partition and disk imaging/cloning program"
+arch=('any')
+url="https://clonezilla.org"
+license=('GPL2')
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
+ 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
+ 'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl')
+backup=('etc/drbl/drbl-ocs.conf')
+source=(https://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.xz
+ usrbin.patch)
+md5sums=('aaf2f2c009b26cbaf0a2edcdab4f9cfc'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
Deleted: usrbin.patch
===================================================================
--- usrbin.patch 2020-04-21 17:00:19 UTC (rev 617377)
+++ usrbin.patch 2020-04-21 17:00:27 UTC (rev 617378)
@@ -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 617377, clonezilla/trunk/usrbin.patch)
===================================================================
--- usrbin.patch (rev 0)
+++ usrbin.patch 2020-04-21 17:00:27 UTC (rev 617378)
@@ -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