]> git.pld-linux.org Git - SPECS.git/blob - tastymenu.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / tastymenu.spec
1 Summary:        A Kmenu replacement
2 Summary(pl.UTF-8):      Zamiennik menu KDE
3 Name:           tastymenu
4 Version:        1.0.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.notmart.org/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  eebc0639811a6b96fccdd6e54623a47c
10 URL:            http://kde-apps.org/content/show.php?content=41866
11 BuildRequires:  kdebase-devel
12 BuildRequires:  kdelibs-devel >= 9:%{_kdever}
13 BuildRequires:  rpmbuild(macros) >= 1.129
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Tasty Menu is a KMenu replacement aiming to provide the maximum
18 usability, or at least to be a testbed for usability concepts and
19 ideas for a future KDE menu.
20
21 %description -l pl.UTF-8
22 Tasty Menu to zamiennik standardowego menu KDE, którego założeniem
23 jest udostępnianie maksymalnej użyteczności lub przynajmniej poletko
24 testowe dla idei i koncepcji przyszłych wersji menu KDE.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         kde_htmldir="%{_kdedocdir}"
38
39 %find_lang %{name} --with-kde
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files -f %{name}.lang
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog README TODO
47 %attr(755,root,root) %{_libdir}/kde3/tastymenu_panelapplet.so
48 %{_datadir}/config.kcfg/tastymenu.kcfg
49 %{_datadir}/apps/kicker/applets/tastymenu.desktop
This page took 0.664755 seconds and 3 git commands to generate.