]> git.pld-linux.org Git - packages/yakuake.git/blob - yakuake.spec
- up to 3.0.4 (kde5 app now)
[packages/yakuake.git] / yakuake.spec
1 %define         _state  stable
2
3 Summary:        Very powerful Quake style Konsole
4 Summary(de.UTF-8):      Ein Quake ähnlicher Konsole Emulator
5 Summary(pl.UTF-8):      Rozbudowany emulator terminala w stylu Quake
6 Name:           yakuake
7 Version:        3.0.4
8 Release:        1
9 License:        GPL v2
10 Group:          X11/Applications
11 Source0:        https://download.kde.org/%{_state}/yakuake/%{version}/src/%{name}-%{version}.tar.xz
12 # Source0-md5:  f8f43f2f3d99925d8853879ff1eb5826
13 URL:            http://yakuake.kde.org/
14 BuildRequires:  cmake
15 BuildRequires:  gettext-tools
16 BuildRequires:  kf5-karchive-devel
17 BuildRequires:  kf5-kconfig-devel
18 BuildRequires:  kf5-kcoreaddons-devel
19 BuildRequires:  kf5-kcrash-devel
20 BuildRequires:  kf5-kdbusaddons-devel
21 BuildRequires:  kf5-kglobalaccel-devel
22 BuildRequires:  kf5-ki18n-devel
23 BuildRequires:  kf5-kiconthemes-devel
24 BuildRequires:  kf5-kio-devel
25 BuildRequires:  kf5-knewstuff-devel
26 BuildRequires:  kf5-knotifications-devel
27 BuildRequires:  kf5-knotifyconfig-devel
28 BuildRequires:  kf5-kparts-devel
29 BuildRequires:  kf5-kwidgetsaddons-devel
30 BuildRequires:  kf5-kwindowsystem-devel
31 BuildRequires:  rpmbuild(macros) >= 1.600
32 Requires:       ka5-konsole
33 Obsoletes:      yakuake-split
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 A KDE konsole which looks like those found in Quake.
38
39 %description -l de.UTF-8
40 Eine KDE Konsole die der aus Quake ähnelt.
41
42 %description -l pl.UTF-8
43 Konsola KDE wyglądem przypominająca tę z Quake.
44
45 %prep
46 %setup -q
47
48 %build
49 install -d build
50 cd build
51 %cmake \
52         ../
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} -C build install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 rm -r $RPM_BUILD_ROOT%{_localedir}/sr@ijekavian*
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc AUTHORS
72 %attr(755,root,root) %{_bindir}/yakuake
73 %{_datadir}/yakuake
74 %{_iconsdir}/hicolor/*x*/apps/yakuake.png
75 /etc/xdg/yakuake.knsrc
76 %{_desktopdir}/org.kde.yakuake.desktop
77 %{_datadir}/knotifications5/yakuake.notifyrc
78 %{_datadir}/metainfo/org.kde.yakuake.appdata.xml
This page took 0.058362 seconds and 3 git commands to generate.