]> git.pld-linux.org Git - packages/kde4-kjumpingcube.git/blame - kde4-kjumpingcube.spec
- up to 4.13.0
[packages/kde4-kjumpingcube.git] / kde4-kjumpingcube.spec
CommitLineData
8f283e1c
WF
1%define _state stable
2%define orgname kjumpingcube
3%define qtver 4.8.0
4
d572b2e1
WF
5Summary: A little tactical game for KDE
6Summary(pl.UTF-8): Prosta gra taktyczna dla KDE
7Summary(pt_BR.UTF-8): Jogo de estratégia para 2 contendores
8f283e1c 8Name: kde4-%{orgname}
555167f4 9Version: 4.13.0
8f283e1c
WF
10Release: 1
11License: GPL
12Group: X11/Applications/Games
13Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
555167f4 14# Source0-md5: b393647790d4f3b311a0fa1fe9d231fe
8f283e1c
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
d572b2e1
WF
26KJumpingCube is a simple tactical game. You can play it against the
27computer or against the friend. The playing field consists of squares
28that contains points. By clicking on the squares you can increase the
29points, and if the points reach a maximum the points will jump to the
30squares neighbours and take them over. Winer is the one, who owns all
31squares.
32
33%description -l pl.UTF-8
34KJumpingCube to prosta gra taktyczna. Można w nią grać przeciwko
35komputerowi lub przeciwko koledze. Plansza do gry zawiera pola, które
36zawierają punkty. Przez klikanie na pola zwiększa się liczbę punktów
37na nich. Gdy liczba punktów na określonym polu osiągnie maksymalną
38wartość, punkty przeskakują na sąsiednie pola przejmując je tym samym
39na własność. Zwycięzca jest jeden - to ten, kto przejmie wszystkie
40pola na własność.
41
42%description -l pt_BR.UTF-8
43Jogo de estratégia para 2 contendores.
8f283e1c
WF
44
45%prep
46%setup -q -n %{orgname}-%{version}
47
48%build
49install -d build
50cd build
51%cmake \
52 ../
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} -C build install \
60 DESTDIR=$RPM_BUILD_ROOT \
61 kde_htmldir=%{_kdedocdir}
62
63install -d $RPM_BUILD_ROOT/var/games
64# remove locolor icons
65rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
66
67%find_lang %{orgname} --with-kde
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%files -f %{orgname}.lang
73%defattr(644,root,root,755)
74%attr(755,root,root) %{_bindir}/kjumpingcube
75%{_desktopdir}/kde4/kjumpingcube.desktop
76%{_datadir}/config.kcfg/kjumpingcube.kcfg
77%{_datadir}/apps/kjumpingcube
78%{_iconsdir}/*/*/apps/kjumpingcube.png
This page took 0.114442 seconds and 4 git commands to generate.