[arch-commits] Commit in clonezilla/repos/community-any (4 files)

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:32:47 UTC 2022


    Date: Monday, July 11, 2022 @ 20:32:47
  Author: eworm
Revision: 1249663

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
    (from rev 1249662, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
    (from rev 1249662, 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	2022-07-11 20:32:44 UTC (rev 1249662)
+++ PKGBUILD	2022-07-11 20:32:47 UTC (rev 1249663)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.35.2
-pkgrel=3
-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' 'cifs-utils')
-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 1249662, clonezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:32:47 UTC (rev 1249663)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.35.2
+pkgrel=4
+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' 'cifs-utils')
+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	2022-07-11 20:32:44 UTC (rev 1249662)
+++ usrbin.patch	2022-07-11 20:32:47 UTC (rev 1249663)
@@ -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 1249662, clonezilla/trunk/usrbin.patch)
===================================================================
--- usrbin.patch	                        (rev 0)
+++ usrbin.patch	2022-07-11 20:32:47 UTC (rev 1249663)
@@ -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