]> git.pld-linux.org Git - SPECS.git/blob - quadkonsole.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / quadkonsole.spec
1 Summary:        KDE application that embeds Konsole kparts in a grid layout
2 Summary(pl.UTF-8):      Aplikacja KDE osadzająca konsolę KDE w układzie siatki
3 Name:           quadkonsole
4 Version:        2.0.2
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://nomis80.org/quadkonsole/%{name}-%{version}.tar.gz
9 # Source0-md5:  b14177bc33d264b9c9a99cf7a387e2e6
10 Patch0:         %{name}-desktop.patch
11 URL:            http://kde-apps.org/content/show.php?content=22482
12 BuildRequires:  automake
13 BuildRequires:  kdelibs-devel
14 BuildRequires:  rpmbuild(macros) >= 1.129
15 Requires:       kdelibs >= 3.3.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 QuadKonsole shows multiple konsoles in one window, so it can be
20 minimized/maximized at once. Other advantages are less memory
21 consumption, faster startup, auto align of konsoles and easy
22 navigation.
23
24 The number of rows and columns of Konsoles is 2 by 2 by default, but
25 can be specified on the command-line. The settings of the Konsoles can
26 be accessed using the right mouse button and can be saved. These
27 settings apply to the system globally, to all Konsole kparts. Konsole
28 widgets get focus as soon as the mouse hovers on them (focus follows
29 mouse). This can be disabled on the command-line. Use CTRL + SHIFT +
30 arrow key to move from konsole to konsole.
31
32 %description -l pl.UTF-8
33 QuadKonsole wyświetla wiele konsol w jednym oknie, dzięki temu może
34 zostać zminimalizowana/zmaksymalizowana za jednym razem. Inne korzyści
35 to między innymi mniejszy pobór pamięci, szybszy start, automatyczne
36 wyrównywanie konsol oraz łatwa nawigacja.
37
38 Domyślna ilość kolumn i wierszy dla konsol to 2 na 2, ale wartości te
39 mogą być ustawione w linii poleceń. Ustawienia konsol są dostępne pod
40 prawym przyciskiem myszki a zapisane ustawienia są globalne i odnoszą
41 się do wszystkich osadzanych elementów. Konsole aktywuje się poprzez
42 kursor myszki (co może zostać wyłączone w linii poleceń) oraz poprzez
43 kursory klawiatury z wciśniętymi CTRL i SHIFT.
44
45 %prep
46 %setup -q
47 %patch0 -p1
48
49 %build
50 cp -f /usr/share/automake/config.* admin
51 %configure \
52         --disable-rpath \
53         --with-qt-libraries=%{_libdir}
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT \
61         kde_htmldir=%{_kdedocdir}
62
63 install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
64 mv $RPM_BUILD_ROOT/usr/share/applnk/Utilities/*.desktop $RPM_BUILD_ROOT%{_desktopdir}/kde
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog README TODO
72 %attr(755,root,root) %{_bindir}/quadkonsole
73 %{_desktopdir}/kde/quadkonsole.desktop
This page took 0.283138 seconds and 3 git commands to generate.