]> git.pld-linux.org Git - packages/atomix.git/commitdiff
- new maintainer and URLs, updated to 3.18.0 auto/th/atomix-3.18.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Nov 2015 20:50:49 +0000 (21:50 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Nov 2015 20:51:06 +0000 (21:51 +0100)
- removed obsolete desktop patch

atomix-desktop.patch [deleted file]
atomix.spec

diff --git a/atomix-desktop.patch b/atomix-desktop.patch
deleted file mode 100644 (file)
index a17219c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urN aaa/atomix-1.0/atomix.desktop.in atomix-1.0/atomix.desktop.in
---- aaa/atomix-1.0/atomix.desktop.in   2002-12-05 20:38:39.000000000 +0100
-+++ atomix-1.0/atomix.desktop.in       2003-12-12 16:33:39.000000000 +0100
-@@ -5,5 +5,5 @@
- Icon=
- Terminal=false
- Type=Application
--Categories=Application;Game;MindGame
--
-+Categories=GTK;GNOME;Game;LogicGame;
-+Encoding=UTF-8
---- atomix-1.0.1/configure.in~ Wed Nov 10 12:37:42 2004
-+++ atomix-1.0.1/configure.in  Wed Nov 10 12:37:42 2004
-@@ -40,7 +40,7 @@
- AC_SUBST(GETTEXT_PACKAGE)
- dnl Add the languages which your application supports here.
--ALL_LINGUAS="am az be ca cs da de el es et fa fr gl he hi hu it ja kn lv ms nl no pl pt pt_BR ru sk sl sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW ko"
-+ALL_LINGUAS="am az be ca cs da de el es et fa fr gl he hi hu it ja kn lv ms nb nl pl pt pt_BR ru sk sl sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW ko"
- AM_GLIB_GNU_GETTEXT
- EXTRA_WARNING_CFLAGS=" $warning_flags"
index e156ec68e96518df5a21c4914fedd2099451e437..c9061b84ee831b2a398667cd7e786a0d92699d50 100644 (file)
@@ -1,22 +1,25 @@
 Summary:       Little game where you have to build molecules out of single atoms
-Summary(pl.UTF-8):     Mała gra w której trzeba budować cząsteczki z pojedynczych atomów
+Summary(pl.UTF-8):     Mała gra, w której trzeba budować cząsteczki z pojedynczych atomów
 Name:          atomix
-Version:       1.0.1
-Release:       3
-License:       GPL
+Version:       3.18.0
+Release:       1
+License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://triq.net/~jens/download/%{name}-%{version}.tar.gz
-# Source0-md5: dd0d5d29020863d8140f919edd96d150
-Patch0:                %{name}-desktop.patch
-URL:           http://triq.net/~jens/atomix.php
-BuildRequires: autoconf
-BuildRequires: automake
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/atomix/3.18/%{name}-%{version}.tar.xz
+# Source0-md5: 88a16c3e9460c4267f48c5460453562e
+URL:           https://wiki.gnome.org/Apps/Atomix
+BuildRequires: appstream-glib-devel
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.10
+BuildRequires: gdk-pixbuf2-devel >= 2.0.5
 BuildRequires: gettext-tools
-BuildRequires: intltool
-BuildRequires: libglade2-devel >= 2.0.1
-BuildRequires: libgnomeui-devel >= 2.4.0
-BuildRequires: libxml2-devel >= 2.4.23
+BuildRequires: glib2-devel >= 1:2.36.0
+BuildRequires: gnome-common
+BuildRequires: gtk+3-devel >= 3.10.0
+BuildRequires: intltool >= 0.40.0
 BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,18 +38,15 @@ oryginalna wersja na Amigę.
 
 %prep
 %setup -q
-%patch0 -p1
-
-# Note: it is also for desktop translation
-mv -f po/{no,nb}.po
 
 %build
-glib-gettextize --copy --force
-intltoolize --copy --force
-%{__aclocal}
+%{__intltoolize}
+%{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -62,9 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%{_desktopdir}/*.desktop
-%{_datadir}/gnome-2.0/ui/*.xml
-%{_localstatedir}/games/%{name}.scores
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/atomix
+%{_datadir}/appdata/atomix.appdata.xml
+%{_datadir}/atomix
+%{_desktopdir}/atomix.desktop
+%{_pixmapsdir}/atomix-icon.png
This page took 0.122177 seconds and 4 git commands to generate.