Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37573357
en ru br
ALT Linux repos
S:1.0.10-alt2
5.0: 1.0.4-alt1
4.1: 1.0.4-alt1
4.0: 1.0.2-alt1

Group :: System/X11
RPM: twm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: twm
Version: 1.0.10
Release: alt2
Epoch: 1
Summary: Tab Window Manager for the X Window System
License: MIT/X11
Group: System/X11

Url: http://xorg.freedesktop.org
Source: %name-%version.tar.bz2
Source3: system.twmrc
Source4: twm.png

BuildRequires: libICE-devel libSM-devel libX11-devel libXau-devel libXext-devel
BuildRequires: libXdmcp-devel libXmu-devel libXt-devel pkg-config
BuildRequires: xorg-proto-devel xorg-util-macros flex

%description
Twm  is  a  window manager for the X Window System.  It provides title-
bars, shaped windows, several forms of  icon  management,  user-defined
macro  functions,  click-to-type and pointer-driven keyboard focus, and
user-specified key and pointer button bindings.

%prep
%setup

%build
%autoreconf
%configure

%make_build

%install
%make DESTDIR=%buildroot install

install -pD -m644 %SOURCE3 %buildroot%_sysconfdir/X11/%name/system.twmrc

install -pD -m644 %SOURCE4 %buildroot%_miconsdir/%name.png
mkdir -p %buildroot%_sysconfdir/X11/wmsession.d
cat > %buildroot%_sysconfdir/X11/wmsession.d/20twm << EOF
NAME=TWM
EXEC=%_bindir/%name
DESC=Tab Window Manager
ICON=%name
SCRIPT:
exec %_bindir/%name
EOF

mkdir -p %buildroot%_datadir/xsessions/
cat > %buildroot%_datadir/xsessions/%name.desktop << EOF
[Desktop Entry]
Name=TWM
Comment=Tab Window Manager
Icon=%name
TryExec=%_bindir/%name
Exec=%_bindir/%name
Type=Application
Terminal=false
EOF

%files
%dir %_sysconfdir/X11/%name
%config(noreplace) %_sysconfdir/X11/%name/system.twmrc
%_sysconfdir/X11/wmsession.d/20twm
%_datadir/xsessions/%name.desktop
%_miconsdir/%name.png
%_bindir/%name
%_man1dir/*
%_x11x11dir/twm/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin