mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=mc
|
pkgname=mc
|
||||||
pkgver=4.8.27
|
pkgver=4.8.27
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Filemanager/shell that emulates Norton Commander"
|
pkgdesc="Filemanager/shell that emulates Norton Commander"
|
||||||
options="!check" # https://midnight-commander.org/ticket/3972#comment:2
|
options="!check" # https://midnight-commander.org/ticket/3972#comment:2
|
||||||
url="https://www.midnight-commander.org"
|
url="https://www.midnight-commander.org"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
subpackages="$pkgname-doc $pkgname-lang"
|
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
|
source="https://www.midnight-commander.org/downloads/mc-$pkgver.tar.xz
|
||||||
fix-cchar_t.patch
|
fix-cchar_t.patch
|
||||||
alpine_syntax.patch"
|
alpine_syntax.patch"
|
||||||
|
@ -31,7 +31,7 @@ build() {
|
||||||
--with-mmap \
|
--with-mmap \
|
||||||
--with-screen=slang \
|
--with-screen=slang \
|
||||||
--with-subshell \
|
--with-subshell \
|
||||||
--without-gpm-mouse \
|
--with-gpm-mouse \
|
||||||
--without-included-gettext \
|
--without-included-gettext \
|
||||||
--without-x
|
--without-x
|
||||||
make
|
make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue