On Sáb, 2015-07-11 at 21:15 +0200, Till Maas wrote: > On Sat, Jul 11, 2015 at 07:22:25PM +0100, Sérgio Basto wrote: > > > I am , anyway patch in attach , this app is based on gtk2 , I wonder if > > Thank you, I applied the patch and submitted a new build. Sorry just after send first patch, I made more 2 fixes if you could also apply it , it was great . This patch is the last one , if you could build nightfall also for f22 and f21 it was also nice . Thanks, -- Sérgio M. B.
diff --git a/nightfall-desktop.patch b/nightfall-desktop.patch index da7d0b0..e03f317 100644 --- a/nightfall-desktop.patch +++ b/nightfall-desktop.patch @@ -1,5 +1,5 @@ --- nightfall-1.86/nightfall.desktop.orig 2015-07-11 13:55:12.120286834 +0100 -+++ nightfall-1.86/nightfall.desktop 2015-07-11 18:35:56.994530888 +0100 ++++ nightfall-1.86/nightfall.desktop 2015-07-11 23:13:59.095466362 +0100 @@ -2,8 +2,9 @@ Name=Nightfall Name[de]=Nightfall @@ -8,7 +8,7 @@ +Comment[de]=Programm fÌr BedeckungsverÀnderliche Sterne Exec=nightfall -U 0.8 85 0.6 1.0 5500 5300 -Icon=gnome-nightfall.png -+Icon=gnome-nightfall ++Icon=/usr/share/nightfall/pixmaps/gnome-nightfall.png Terminal=0 Type=Application +Categories=Education;Science;Astronomy; diff --git a/nightfall.spec b/nightfall.spec index b3b2eb9..f6c0548 100644 --- a/nightfall.spec +++ b/nightfall.spec @@ -1,6 +1,6 @@ Name: nightfall Version: 1.86 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nightfall is an astronomy application for emulation of eclipsing stars License: GPLv2+ @@ -35,11 +35,9 @@ make %{_smp_mflags} %install make DESTDIR=${RPM_BUILD_ROOT} install +mv %{buildroot}%{_datadir}/nightfall/locale %{buildroot}%{_datadir}/locale %find_lang %{name} -desktop-file-install --dir ${RPM_BUILD_ROOT}%{_datadir}/applications nightfall.desktop - -%clean -rm -rf ${RPM_BUILD_ROOT} +desktop-file-install --dir %{buildroot}%{_datadir}/applications nightfall.desktop %files -f %{name}.lang %doc UserManual.pdf UserManual.html README AUTHORS ChangeLog @@ -50,6 +48,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/applications/*nightfall.desktop %changelog +* Sat Jul 11 2015 Sérgio Basto <sergio@xxxxxxxxxx> - 1.86-2 +- Fix locale files and fix Icon path in .desktop +- Removed clean tag. + * Sat Jul 11 2015 Sérgio Basto <sergio@xxxxxxxxxx> - 1.86-1 - Update to 1.86, enable openGL, improve nightfall.desktop
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct