forked from pool/hugin
Accepting request 838110 from graphics
OBS-URL: https://build.opensuse.org/request/show/838110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hugin?expand=0&rev=66
This commit is contained in:
commit
b468dbf71b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 13:03:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Use wxGTK3 instead of wxWidgets (GTK2), for better HiDPI support.
|
||||
- Cleanup spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:38:47 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
12
hugin.spec
12
hugin.spec
@ -52,7 +52,7 @@ BuildRequires: pkg-config
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vigra-devel
|
||||
BuildRequires: wxWidgets-devel >= 3
|
||||
BuildRequires: wxGTK3-devel >= 3
|
||||
%define mversion 2019.2
|
||||
Version: 2019.2.0
|
||||
Release: 0
|
||||
@ -116,16 +116,6 @@ rmdir -p --ignore-fail-on-non-empty %{buildroot}%{_datadir}/icons/gnome/48x48/mi
|
||||
install -m644 -D -t %{buildroot}%{_licensedir}/hugin/ COPYING.txt
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post
|
||||
%icon_theme_cache_post
|
||||
%mime_database_post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%icon_theme_cache_postun
|
||||
%mime_database_postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING.txt
|
||||
%doc AUTHORS authors.txt Changes.txt README
|
||||
|
Loading…
Reference in New Issue
Block a user