diff options
author | root <root@rshg054.dnsready.net> | 2012-07-20 00:01:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-20 00:01:55 +0000 |
commit | 226ac092dca4754b7b5a421e226c5971e3b607b2 (patch) | |
tree | 796c17bdf61c132bbe79e010febb2bca54e85c0e /community/mc | |
parent | 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (diff) |
Fri Jul 20 00:01:55 UTC 2012
Diffstat (limited to 'community/mc')
-rw-r--r-- | community/mc/PKGBUILD | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD index 9eea0ebcf..a51e8f5f0 100644 --- a/community/mc/PKGBUILD +++ b/community/mc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70092 2012-04-29 08:10:26Z schuay $ +# $Id: PKGBUILD 74048 2012-07-18 14:20:54Z schuay $ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=mc -pkgver=4.8.3 -pkgrel=2 +pkgver=4.8.4 +pkgrel=1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" arch=('i686' 'x86_64') url="http://www.ibiblio.org/mc/" @@ -26,8 +26,15 @@ optdepends=('p7zip: support for 7zip archives' 'unrar: urar extfs' 'zip: uzip extfs') options=('!emptydirs' '!makeflags') -source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2" - 'changeset_8607bcc1.diff') +backup=('etc/mc/edit.indent.rc' + 'etc/mc/edit.spell.rc' + 'etc/mc/filehighlight.ini' + 'etc/mc/mcedit.menu' + 'etc/mc/mc.ext' + 'etc/mc/mc.keymap' + 'etc/mc/mc.menu' + 'etc/mc/sfs.ini') +source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2") build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -40,9 +47,6 @@ build() { --without-debug --without-gnome --without-included-gettext \ --libexecdir=/usr/lib - # see FS#29562 - patch -Np0 < ${srcdir}/changeset_8607bcc1.diff - make } @@ -59,7 +63,4 @@ package() { -i "${pkgdir}/usr/lib/mc/extfs.d/s3+" } - - -md5sums=('12d38ad4969df3f8bbf66c3967a191ee' - '998b44a100a671085526a7723bb72092') +md5sums=('a8edb8226cb25869f925ecce043faf1e') |