Date: Monday, November 14, 2022 @ 23:30:14
  Author: kpcyrd
Revision: 1348335

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
    (from rev 1348334, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
    (from rev 1348334, clonezilla/trunk/usrbin.patch)
Deleted:
  clonezilla/repos/community-any/PKGBUILD
  clonezilla/repos/community-any/usrbin.patch

--------------+
 PKGBUILD     |   62 +++++++++++++++++++++++++++++----------------------------
 usrbin.patch |   26 +++++++++++------------
 2 files changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 23:29:57 UTC (rev 1348334)
+++ PKGBUILD    2022-11-14 23:30:14 UTC (rev 1348335)
@@ -1,30 +0,0 @@
-# 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  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 1348334, 
clonezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 23:30:14 UTC (rev 1348335)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.35.2
+pkgrel=5
+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')
+sha256sums=('fa9d83d74f22a1993590c85c773ec7c374b9b0d2b1a8658e365171f80bee982e'
+            '9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install  
+}

Deleted: usrbin.patch
===================================================================
--- usrbin.patch        2022-11-14 23:29:57 UTC (rev 1348334)
+++ usrbin.patch        2022-11-14 23:30:14 UTC (rev 1348335)
@@ -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 1348334, 
clonezilla/trunk/usrbin.patch)
===================================================================
--- usrbin.patch                                (rev 0)
+++ usrbin.patch        2022-11-14 23:30:14 UTC (rev 1348335)
@@ -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)/

Reply via email to