]> git.pld-linux.org Git - SPECS.git/blob - multi-aterm.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / multi-aterm.spec
1 Summary:        multi-aterm - tabbed terminal emulator in an X Window System
2 Summary(pl.UTF-8):      multi-aterm - emulator terminala dla X Window System
3 Summary(pt_BR.UTF-8):   Um emulador de vt102 colorido
4 Name:           multi-aterm
5 Version:        0.2.1
6 Release:        4
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://www.nongnu.org/materm/%{name}-%{version}.tar.gz
10 # Source0-md5:  52f9c25a6fad7f638f7064ff6cc74c62
11 Source1:        %{name}.desktop
12 Source2:        %{name}.png
13 URL:            http://www.nongnu.org/materm/
14 BuildRequires:  autoconf
15 BuildRequires:  libjpeg-devel
16 BuildRequires:  libpng-devel
17 BuildRequires:  utempter-devel
18 BuildRequires:  xorg-lib-libXpm-devel
19 BuildRequires:  xorg-lib-libXt-devel
20 Requires:       terminfo
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 multi-aterm is a terminal emulator. It is based on aterm 0.4.2,
25 features most of functionalties of aterm (pseudo fast-transparency,
26 nextstep look scroll bar) and mostly and notebook functionality. Thus,
27 you can have several terminals in the same window. Each terminal can
28 be configured (name, background, ...) with a configuration file. Like
29 aterm, it aims to be light and fast and desktop independant, meaning
30 KDE or GNOME are not required. Several configurations files can be
31 used. Specific files override resources of standard files, and options
32 override resources found in files.
33
34 %description -l pl.UTF-8
35 multi-aterm to emulator terminala. Jest oparty na atermie 0.4.2, ma
36 większość funkcji aterma (szybką pseudoprzezroczystość, pasek
37 przewijania w stylu nextstepa) oraz funkcjonalność pozwalającą na
38 trzymanie wielu terminali w tym samym oknie. Każdy terminal może być
39 konfigurowany (nazwa, tło...) w pliku konfiguracyjnym. Podobnie jak
40 aterm, ten terminal ma być lekki, szybki, niezależny od pulpitu, czyli
41 nie wymagający KDE ani GNOME. Można używać kilku plików
42 konfiguracyjnych. Bardziej konkretne pliki przykrywają zasoby ze
43 standardowych plików, a opcje przykrywają zasoby z plików.
44
45 %prep
46 %setup -q
47
48 %build
49 LDFLAGS="%{rpmldflags} -lutempter -L%{_libdir}"
50 export LDFLAGS
51 %configure \
52         --enable-ttygid \
53         --enable-wtmp \
54         --enable-background-image \
55         --with-term=rxvt \
56         --with-png \
57         --with-jpeg \
58         --with-xpm=/usr \
59         --enable-transparency \
60         --enable-fading \
61         --enable-menubar \
62         --enable-graphics \
63         --enable-xgetdefault \
64         --enable-next-scroll \
65         --enable-mousewheel
66 #       --enable-utmp \
67
68 %{__make} \
69         CFLAGS="%{rpmcflags}"
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
79 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644,root,root,755)
86 %doc AUTHORS ChangeLog NEWS TODO
87 %attr(755,root,root) %{_bindir}/%{name}
88 %{_mandir}/man1/%{name}.1*
89 %{_desktopdir}/%{name}.desktop
90 %{_pixmapsdir}/%{name}.png
This page took 0.460857 seconds and 3 git commands to generate.