mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
main/mc: enable mouse support with gpm
Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/13651
This commit is contained in:
parent
a195caa556
commit
a0805037b5
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mc
|
||||
pkgver=4.8.27
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Filemanager/shell that emulates Norton Commander"
|
||||
options="!check" # https://midnight-commander.org/ticket/3972#comment:2
|
||||
url="https://www.midnight-commander.org"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
makedepends="e2fsprogs-dev glib-dev libssh2-dev slang-dev perl"
|
||||
makedepends="e2fsprogs-dev glib-dev libssh2-dev slang-dev perl gpm-dev"
|
||||
source="https://www.midnight-commander.org/downloads/mc-$pkgver.tar.xz
|
||||
fix-cchar_t.patch
|
||||
alpine_syntax.patch"
|
||||
|
@ -31,7 +31,7 @@ build() {
|
|||
--with-mmap \
|
||||
--with-screen=slang \
|
||||
--with-subshell \
|
||||
--without-gpm-mouse \
|
||||
--with-gpm-mouse \
|
||||
--without-included-gettext \
|
||||
--without-x
|
||||
make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue