]> git.pld-linux.org Git - packages/atomix.git/blob - atomix.spec
- updated to 44.0
[packages/atomix.git] / atomix.spec
1 Summary:        Little game where you have to build molecules out of single atoms
2 Summary(pl.UTF-8):      Mała gra, w której trzeba budować cząsteczki z pojedynczych atomów
3 Name:           atomix
4 Version:        44.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        https://download.gnome.org/sources/atomix/44/%{name}-%{version}.tar.xz
9 # Source0-md5:  448892592ab039fcff4ce90336f50a06
10 URL:            https://wiki.gnome.org/Apps/Atomix
11 BuildRequires:  gdk-pixbuf2-devel >= 2.0.5
12 BuildRequires:  gettext-tools
13 BuildRequires:  glib2-devel >= 1:2.36.0
14 BuildRequires:  gtk+3-devel >= 3.10.0
15 BuildRequires:  libgnome-games-support-devel >= 1
16 BuildRequires:  meson >= 0.41
17 BuildRequires:  ninja >= 1.5
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.736
20 BuildRequires:  tar >= 1:1.22
21 BuildRequires:  xz
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Atomix is a little game where you have to build molecules out of
26 single atoms. These are laying around between the walls and obstacles
27 on the playfield. Once you have pushed an atom in one direction it
28 moves until it hits an obstacle or another atom. The game is inspired
29 by the original Amiga version.
30
31 %description -l pl.UTF-8
32 Atomix jest małą grą, w której trzeba budować cząsteczki z
33 pojedynczych atomów, leżących dookoła na planszy. Gdy atom zostanie
34 popchnięty, porusza się w zadanym kierunku aż do momentu uderzenia w
35 inny atom lub przeszkodę. Inspiracją do powstania tej gry była
36 oryginalna wersja na Amigę.
37
38 %prep
39 %setup -q
40
41 %build
42 %meson build
43
44 %ninja_build -C build
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %ninja_install -C build
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog MAINTAINERS NEWS README.md
59 %attr(755,root,root) %{_bindir}/atomix
60 %{_datadir}/atomix
61 %{_datadir}/metainfo/atomix.appdata.xml
62 %{_desktopdir}/atomix.desktop
63 %{_iconsdir}/hicolor/*x*/apps/atomix.png
64 %{_iconsdir}/hicolor/symbolic/apps/atomix-symbolic.svg
This page took 0.04838 seconds and 4 git commands to generate.