mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
gentoo ebuild: Restored samba dep, added >=glib-2.6 constraint, fixed tty perms
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
0cfde89dad
commit
7989ab80d5
15
contrib/dist/gentoo/mc-9999.ebuild
vendored
15
contrib/dist/gentoo/mc-9999.ebuild
vendored
@ -16,9 +16,10 @@ KEYWORDS=""
|
|||||||
|
|
||||||
IUSE="+background +editor ext2undel gpm +network nls samba +vfs X +slang +charset"
|
IUSE="+background +editor ext2undel gpm +network nls samba +vfs X +slang +charset"
|
||||||
|
|
||||||
RDEPEND=">=dev-libs/glib-2
|
RDEPEND=">=dev-libs/glib-2.6:2
|
||||||
ext2undel? ( sys-fs/e2fsprogs )
|
ext2undel? ( sys-fs/e2fsprogs )
|
||||||
gpm? ( sys-libs/gpm )
|
gpm? ( sys-libs/gpm )
|
||||||
|
samba? ( net-fs/samba )
|
||||||
slang? ( >=sys-libs/slang-2.1.3 )
|
slang? ( >=sys-libs/slang-2.1.3 )
|
||||||
!slang? ( sys-libs/ncurses )
|
!slang? ( sys-libs/ncurses )
|
||||||
X? ( x11-libs/libX11
|
X? ( x11-libs/libX11
|
||||||
@ -57,12 +58,8 @@ src_configure() {
|
|||||||
myconf+=" --without-samba"
|
myconf+=" --without-samba"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use slang; then
|
myconf+=" --with-screen=ncurses"
|
||||||
# slang is known to work better on various systems
|
use slang && myconf+=" --with-screen=slang"
|
||||||
myconf+=" --with-screen=slang"
|
|
||||||
else
|
|
||||||
myconf+=" --with-screen=ncurses"
|
|
||||||
fi
|
|
||||||
|
|
||||||
econf --disable-dependency-tracking \
|
econf --disable-dependency-tracking \
|
||||||
$(use_enable background) \
|
$(use_enable background) \
|
||||||
@ -87,6 +84,6 @@ src_install() {
|
|||||||
|
|
||||||
# Install cons.saver setuid to actually work
|
# Install cons.saver setuid to actually work
|
||||||
# for more actual info see mc/src/cons.saver.c
|
# for more actual info see mc/src/cons.saver.c
|
||||||
fowners tty:tty /usr/libexec/mc/cons.saver
|
fowners root:tty /usr/libexec/mc/cons.saver
|
||||||
fperms u+s /usr/libexec/mc/cons.saver
|
fperms g+s /usr/libexec/mc/cons.saver
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user