ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
  • * [sisyphus] Re: mc & gpm
        @ 2004-03-24 21:44 ` Денис Смирнов
      2004-03-24 22:31   ` Anton Kachalov
      2004-03-25  7:35   ` [sisyphus] Re: mc & gpm [JT] Alexey Tourbin
      1 sibling, 2 replies; 11+ messages in thread
    From: Денис Смирнов @ 2004-03-24 21:44 UTC (permalink / raw)
      To: sisyphus
    
    [-- Attachment #1: Type: text/plain, Size: 619 bytes --]
    
    On Wed, Mar 24, 2004 at 04:01:48PM +0400, Mike Lykov wrote:
    
     ML> на некоем компьютере у меня нет мыши, совсем. поэтому я выключил там сервис 
     ML> gpm. однако, запуская mc после этого, заметил внизу под панелями что-то про 
     ML> то, что он хочет умереть... (но продолжает работать).
    
    Простой путь -- игнорировать.
    Сложный -- пересобрать mc без libgpm.
    
    _IMHO_ такие вещи как gpm, и прочие чисто юзерские да ещё и не всем нужные
    прибабахи необходимо иметь возможность включать/выключать с помощью
    --with/--without при сборке.
    
    Используемый мною патч к mc.spec в аттаче.
    
    -- 
    С уважением, Денис
    
    http://freesource.info
    
    
    [-- Attachment #2: mc.spec.patch --]
    [-- Type: text/plain, Size: 1190 bytes --]
    
    --- mc.spec.orig	2004-01-19 17:02:58 +0300
    +++ mc.spec	2004-02-22 16:56:30 +0300
    @@ -7,6 +7,35 @@
     
     Packager: Kachalov Anton <mouse@altlinux.ru>
     
    +%def_without server		# predefined config for servers
    +%def_without workstation        # predefined config for workstations
    +
    +
    +%if_with server
    +
    +# Server configuration
    +%def_without gpm
    +%def_without x
    +%def_without samba
    +
    +%else
    +%if_with workstation
    +
    +# Workstation configuratino
    +%def_with gpm
    +%def_with x
    +%def_with samba
    +
    +%else
    +
    +# Default configuration
    +%def_with    gpm
    +%def_without x
    +%def_without samba
    +
    +%endif # with workstation
    +%endif # with server
    +
     Source0:   ftp://ftp.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%version.tar.bz2
     Source1:   iso
     Source2:   mc.color
    @@ -60,8 +89,20 @@
     
     %build
     
    +
    +%if_with gpm
    +GPM=--with-gpm-mouse
    +%else
    +GPM=--without-gpm-mouse
    +%endif
    +
    +
     %configure --without-gnome --without-debug --with-included-slang --without-included-gettext \
    -    --enable-charset --enable-largefile --without-x
    +    --enable-charset --enable-largefile \
    +    %{subst_with x} \
    +    $GPM \
    +    %{subst_with samba}
    +    
     #Fix bzip2 warning
     perl -p -i -e 's/--repetitive-best/-9/' lib/mc.menu
    
    ^ permalink raw reply	[flat|nested] 11+ messages in thread

  • end of thread, other threads:[~2004-03-26 13:34 UTC | newest]
    
    Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
    2004-03-24 15:43     ` [sisyphus] mc & gpm Stanislav Ievlev
    2004-03-25  4:14       ` Mike Lykov
    2004-03-25  7:45         ` [JT] " Andrei Bulava
    2004-03-24 21:44 ` [sisyphus] " Денис Смирнов
    2004-03-24 22:31   ` Anton Kachalov
    2004-03-25  4:20     ` Mike Lykov
    2004-03-25 10:47     ` Денис Смирнов
    2004-03-25 21:17       ` Anton Kachalov
    2004-03-26  8:44         ` Stanislav Ievlev
    2004-03-26 13:34           ` Kachalov Anton
    2004-03-25  7:35   ` [sisyphus] Re: mc & gpm [JT] Alexey Tourbin
    

    ALT Linux Sisyphus discussions
    
    This inbox may be cloned and mirrored by anyone:
    
    	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
    
    	# If you have public-inbox 1.1+ installed, you may
    	# initialize and index your mirror using the following commands:
    	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
    		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
    	public-inbox-index sisyphus
    
    Example config snippet for mirrors.
    Newsgroup available over NNTP:
    	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
    
    
    AGPL code for this site: git clone https://public-inbox.org/public-inbox.git