Use system qtsingleapplication

f39
Mosaab Alzoubi 10 years ago
parent b3555579fd
commit df7d8cab13

1
.gitignore vendored

@ -5,3 +5,4 @@ goldendict-415f35e.tar.gz
/goldendict-1.0.1-src.tar.bz2
/goldendict-3bd078debb7ae506e91e5d47f88f34ab847167c3.tar.gz
/goldendict-eaa8e8f270bee84fbb1f73702d0b65c3f9f89efa.tar.gz
/goldendict-system-qtsingleapp.patch

@ -3,12 +3,13 @@
Name: goldendict
Version: 1.5
Release: 0.5.RC2%{?dist}
Release: 0.6.RC2%{?dist}
Summary: A feature-rich dictionary lookup program
Group: Applications/System
License: GPLv3+
URL: http://goldendict.org
Source0: https://github.com/%{owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
Patch0: goldendict-system-qtsingleapp.patch
BuildRequires: qt-devel
BuildRequires: libXtst-devel
@ -21,6 +22,7 @@ BuildRequires: bzip2-devel
BuildRequires: lzo-devel
BuildRequires: libtiff-devel
BuildRequires: eb-devel
BuildRequires: qtsingleapplication-devel
%description
Goldendict is a feature-rich dictionary lookup program.
@ -39,6 +41,8 @@ Contain doc files of %{name}.
%prep
%setup -q -n %{name}-%{commit}
%patch0 -p1
rm -r qtsingleapplication
%build
%qmake_qt4 PREFIX=%{_prefix} DISABLE_INTERNAL_PLAYER=1
@ -63,6 +67,9 @@ desktop-file-install %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/goldendict/help/*
%changelog
* Sun Dec 14 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.5-0.6.RC1
- Use system qtsingleapplication instead of bundled one
* Sun Dec 14 2014 Mosaab Alzoubi <moceap@hotmail.com> - 1.5-0.5.RC2
- Update on 20141214
- Add libtiff-devel as BR

@ -1 +1,2 @@
f898bb382099925bdbbb29d9cf7a8f15 goldendict-system-qtsingleapp.patch
5e249adfe44594349470e757abf05647 goldendict-eaa8e8f270bee84fbb1f73702d0b65c3f9f89efa.tar.gz

Loading…
Cancel
Save