revert changes in habour-books.spec
This commit is contained in:
parent
a319ba6008
commit
a4b7c45f8b
2 changed files with 3 additions and 2 deletions
|
@ -84,7 +84,7 @@ icon256.files = icons/256x256/harbour-books.png
|
||||||
icon256.path = $$TARGET_ICON_ROOT/256x256/apps
|
icon256.path = $$TARGET_ICON_ROOT/256x256/apps
|
||||||
INSTALLS += icon256
|
INSTALLS += icon256
|
||||||
|
|
||||||
CONFIG += sailfishapp_i18n sailfishapp_i18n_idbased
|
CONFIG += sailfishapp sailfishapp_i18n sailfishapp_i18n_idbased
|
||||||
TRANSLATIONS += \
|
TRANSLATIONS += \
|
||||||
translations/harbour-books.ts \
|
translations/harbour-books.ts \
|
||||||
translations/harbour-books-de.ts \
|
translations/harbour-books-de.ts \
|
||||||
|
|
|
@ -33,6 +33,7 @@ FBReader-based e-book reader.
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%qtc_qmake5 harbour-books.pro
|
||||||
%qtc_make %{?_smp_mflags}
|
%qtc_make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -52,7 +53,7 @@ desktop-file-install --delete-original \
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# make -C test test
|
make -C test test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Feb 21 2016 Slava Monich <slava.monich@jolla.com> 1.0.10
|
* Sun Feb 21 2016 Slava Monich <slava.monich@jolla.com> 1.0.10
|
||||||
|
|
Loading…
Reference in a new issue