]> git.pld-linux.org Git - packages/kde4-ktuberling.git/blame - kde4-ktuberling.spec
- updated to 4.13.1 (by update-kde4.sh)
[packages/kde4-ktuberling.git] / kde4-ktuberling.spec
CommitLineData
56bd4f80
WF
1%define _state stable
2%define orgname ktuberling
3%define qtver 4.8.0
4
5Summary: KDE game for small children
6Summary(pl.UTF-8): Gra dla małych dzieci
7Summary(pt_BR.UTF-8): Jogo de desenho do 'Homem-batata' para crianças
8Name: kde4-%{orgname}
ef111b1d 9Version: 4.13.1
56bd4f80
WF
10Release: 1
11License: GPL
12Group: X11/Applications/Games
13Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
ef111b1d 14# Source0-md5: e786a44c9edda2bd2b22bb7861d50629
56bd4f80
WF
15BuildRequires: automoc4 >= 0.9.88
16BuildRequires: cmake >= 2.8.0
17BuildRequires: kde4-kdelibs-devel >= %{version}
18BuildRequires: kde4-libkdegames-devel >= %{version}
19BuildRequires: qt4-build >= %{qtver}
20BuildRequires: qt4-qmake >= %{qtver}
21BuildRequires: rpmbuild(macros) >= 1.600
22Obsoletes: kde4-kdegames-%{orgname}
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26It is a potato editor. That means that you can drag and drop eyes,
27mouths, moustache, and other parts of face and goodies onto a
28potato-like guy.
29
30There is no winer. The only purpose is to make the funniest faces you
31can.
32
33%description -l pl.UTF-8
34KTuberling to edytor ziemniaków. Oznacza to, że można układać oczy,
35usta, wąsy oraz inne części twarzy na postać podobną do ziemniaka.
36
37W grze nie ma zwycięzcy. Jedynym celem gry jest stworzenie
38najzabawniejszej twarzy, jaką się da ułożyć.
39
40%description -l pt_BR.UTF-8
41Jogo de desenho do 'Homem-batata' para crianças.
42
43%prep
44%setup -q -n %{orgname}-%{version}
45
46%build
47install -d build
48cd build
49%cmake \
50 ../
51
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} -C build install \
58 DESTDIR=$RPM_BUILD_ROOT \
59 kde_htmldir=%{_kdedocdir}
60
61install -d $RPM_BUILD_ROOT/var/games
62# remove locolor icons
63rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
64
65%find_lang %{orgname} --with-kde
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files -f %{orgname}.lang
71%defattr(644,root,root,755)
72%attr(755,root,root) %{_bindir}/ktuberling
73%{_desktopdir}/kde4/ktuberling.desktop
74%{_datadir}/apps/ktuberling
75%{_iconsdir}/*/*/apps/ktuberling.png
76%{_iconsdir}/hicolor/*x*/mimetypes/application-x-tuberling.png
This page took 0.08995 seconds and 4 git commands to generate.