Search Criteria
Package Details: clex 4.6.patch9-1
Git Clone URL: | https://aur.archlinux.org/clex.git (read-only, click to copy) |
---|---|
Package Base: | clex |
Description: | File manager with a full-screen user interface |
Upstream URL: | http://www.clex.sk |
Licenses: | |
Submitter: | None |
Maintainer: | boenki |
Last Packager: | boenki |
Votes: | 23 |
Popularity: | 0.010029 |
First Submitted: | 2007-05-26 21:16 |
Last Updated: | 2018-06-09 07:03 |
Latest Comments
boenki commented on 2013-09-18 09:46
adopted & updated
haawda commented on 2013-09-08 02:03
The package is orphaned. Just adopt it, upload your working tarball here, and ophan it again, if you do not want to maintain it.
rpolzer commented on 2013-09-07 09:17
This version also doesn't start at all on current Arch - the bug is fixed in 4.6.patch6.
Required PKGBUILD changes:
diff -ru clex.orig/PKGBUILD clex/PKGBUILD
--- clex.orig/PKGBUILD 2012-09-17 05:07:20.000000000 +0200
+++ clex/PKGBUILD 2013-09-07 11:12:37.089357961 +0200
@@ -3,23 +3,23 @@
# Contributor: Mark Taylor <skymt0@gmail.com>
pkgname=clex
-pkgver=4.6.5
+pkgver=4.6.6
pkgrel=1
pkgdesc="A file manager with a full-screen user interface"
arch=('i686' 'x86_64')
url="http://www.clex.sk/"
license=('GPL')
depends=('ncurses')
-source=(http://www.$pkgname.sk/download/$pkgname-4.6.patch5.tar.gz)
-md5sums=('9f3cebde32a5d0122f0e512ad56c4234')
+source=(http://www.$pkgname.sk/download/$pkgname-4.6.patch6.tar.gz)
+md5sums=('c043711a65c62c600ae7babde7a8eef3')
build() {
- cd "$srcdir/$pkgname-4.6.patch5"
+ cd "$srcdir/$pkgname-4.6.patch6"
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-4.6.patch5"
+ cd "$srcdir/$pkgname-4.6.patch6"
make DESTDIR="$pkgdir" install
}
Who is the maintainer? Can they submit these changes? Or who can?