Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37505083
en ru br
Репозитории ALT
S:1.4.9-alt3
5.1: 1.4.5-alt1.20090912
4.1: 1.2.2-alt2
4.0: 1.2.2-alt2
3.0: 1.2.2-alt2
www.altlinux.org/Changes

Группа :: Графические оболочки/Прочее
Пакет: ratpoison

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ratpoison
Version: 1.4.8
Release: alt1.git20140917.1

Group: Graphical desktop/Other
Summary: ratpoison - Simple window manager with no fat library dependencies
License: GPL2
Url: http://www.nongnu.org/ratpoison

Source: %name-%version.tar
Source1: RATPOISON.xpm

# Automatically added by buildreq on Thu Apr 08 2010 (-bi)

# optimized out: elfutils fontconfig fontconfig-devel glibc-pthread libX11-devel libXrender-devel libfreetype-devel pkg-config xorg-inputproto-devel xorg-renderproto-devel xorg-xextproto-devel xorg-xproto-devel
BuildRequires: imake libICE-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXtst-devel libreadline-devel xorg-cf-files
# explicitly added texinfo for info files
BuildRequires: texinfo

%description
ratpoison is a simple Window Manager with no fat library
dependencies, no fancy graphics, no window decorations,
and no flashy wank. It is largely modelled after GNU
Screen which has done wonders in virtual terminal market.

All interaction with the window manager is done through
keystrokes. ratpoison has a prefix map to minimize the
key clobbering that cripples EMACS and other quality
pieces of software.

%prep
%setup
%build
%autoreconf
%configure \
   --prefix=%_prefix \
   --infodir=%_infodir \
   --mandir=%_mandir \
--with-x

%make_build

%install
%makeinstall_std

install -d %buildroot/%_docdir %buildroot/%_niconsdir

# startfile

cat > %buildroot/%_bindir/start%name << EOF
#!/bin/sh
exec %_bindir/%name
EOF
chmod 755 %buildroot/%_bindir/start%name

# session file

install -d %buildroot/%_sysconfdir/X11/wmsession.d
install -m 644 %SOURCE1 %buildroot/%_niconsdir/RATPOISON.xpm
cat > %buildroot/%_sysconfdir/X11/wmsession.d/16%name << EOF
NAME=%name
ICON=%_niconsdir/RATPOISON.xpm
EXEC=%_bindir/start%name
DESC=%name window manager
SCRIPT:
exec %_bindir/start%name
EOF

%files
%config(noreplace) %_sysconfdir/X11/wmsession.d/16%name

%_bindir/*
%_datadir/%name
%_man1dir/%name.1*
%_infodir/%name.info*
%_niconsdir/RATPOISON.xpm
%doc README TODO AUTHORS NEWS ChangeLog doc/sample.ratpoisonrc doc/ipaq.ratpoisonrc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin