Package Details: mmv 1.01b.orig-4

Git Clone URL: https://aur.archlinux.org/mmv.git (read-only, click to copy)
Package Base: mmv
Description: multiple move files (version with debian patches)
Upstream URL: http://linux.maruhn.com/sec/mmv.html
Licenses: GPL
Submitter: None
Maintainer: cgirard
Last Packager: cgirard
Votes: 88
Popularity: 0.081779
First Submitted: 2006-09-01 09:51 (UTC)
Last Updated: 2019-04-29 09:13 (UTC)

Latest Comments

1 2 Next › Last »

joerg_sch commented on 2019-05-11 21:01 (UTC)

Thank you, I appreciate that!

cgirard commented on 2019-04-29 09:14 (UTC)

Sorry about the wait, I have just pushed a new version including all debian patches.

fragfutter commented on 2019-04-28 09:41 (UTC) (edited on 2019-04-28 09:42 (UTC) by fragfutter)

https://github.com/fragfutter/mmv

diff --git a/PKGBUILD b/PKGBUILD
index 4dfacaa..1244610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@

 pkgname=mmv
 pkgver=1.01b.orig
-pkgrel=3
+pkgrel=4
 pkgdesc="multiple move files"
-source=(http://ftp.de.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz http://ftp.de.debian.org/debian/pool/main/m/mmv/mmv_1.01b-15.diff.gz)
-md5sums=('1b2135ab2f17bdfa9e08debbb3c46ad8' '991e5c7ef7b78a05aba1b81c36c6288c')
+source=(http://ftp.de.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz http://ftp.de.debian.org/debian/pool/main/m/mmv/mmv_1.01b-19.debian.tar.xz)
+md5sums=('1b2135ab2f17bdfa9e08debbb3c46ad8' '5952faa99a610afdbba73d20d68c6d0f')

 url="http://linux.maruhn.com/sec/mmv.html"
 license=('GPL')
@@ -14,8 +14,12 @@ install=$pkgname.install
 arch=('i686' 'x86_64')

 prepare() {
+  tar xJvf mmv_1.01b-19.debian.tar.xz 
   cd "${srcdir}/$pkgname-$pkgver"
-  patch -p1 < ../mmv_1.01b-15.diff
+  for i in $(cat ../debian/patches/series); do
+    echo $i
+    patch -p1 < ../debian/patches/$i
+  done
   sed -i -e "s/LDFLAGS.\s=-s -N/LDFLAGS        =-s/g" Makefile
   sed -i 's!/usr/man!/usr/share/man!' Makefile
 }

joerg_sch commented on 2019-04-27 13:31 (UTC)

Hallo cgirard,

any chance to get mmv working for arch again? I recently changed to Manjaro, and would really like to use mmv there, as I did before with other distributions.

Thanks for your work, regards Jörg

bdumont commented on 2019-04-03 20:30 (UTC)

Hi,

The files in the Debian FTP changed, so that the mmv_1.01b-15.diff.gz patch isn't available anymore.

cgirard commented on 2016-05-30 09:58 (UTC)

Corrected. Sorry for the wait.

derektbrown commented on 2016-05-30 06:44 (UTC)

License does need to be made an array in the PKGBUILD.

olejorgenb commented on 2016-05-10 18:38 (UTC)

PKGBUILD broken? (simply changing the license field to an array fixes the issue) ->> aurget -S mmv :: Searching AUR... Targets (1): mmv-1.01b.orig-3 Proceed with installation? [Y/n] :: Retrieving taurball from AUR... :: Building package... Edit mmv's PKGBUILD before building? [Y/n] n ==> ERROR: license should be an array warning: package mmv failed to build, skipping

esroh commented on 2015-02-17 01:58 (UTC)

A patch to add: 1. LFS support on 32-bit systems 2. armv7h support http://pastebin.com/q2ZssEQ7

cgirard commented on 2013-01-28 16:58 (UTC)

@fragfutter: OK but AFAIK these are not official architectures and thus will not be added to the PKGBUILD.