diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -9,3 +9,4 @@ libc.so.6 libgcc_s.so.1 libstdc++.so.6 +libtesseract.so.4 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,12 +1,8 @@ name : crow-translate -version : 2.5.1 -release : 6 +version : 2.6.0 +release : 7 source : - - https://github.com/crow-translate/crow-translate/archive/2.5.1.tar.gz : 23a7c5faed049b92e71a038384787f6dc56da7210e74e33d02df514595c650e2 - - https://github.com/crow-translate/QOnlineTranslator/archive/1.3.1.tar.gz : af4a4495b2ddfc6f8e7eccc9fc871d253848620fd43a3d342e50ed974f822442 - - https://github.com/itay-grudev/SingleApplication/archive/v3.1.4.tar.gz : e3b75de67999d340e17f224286622ed8ffc3ed023bc573e369309181c1a365a9 - - https://github.com/Skycoder42/QHotkey/archive/1.4.1.tar.gz : 516726432ba21aeab11c37d979d80a300108b774ee43be078dddd2e6055226d8 - - https://github.com/Skycoder42/QTaskbarControl/archive/2.0.1.tar.gz : b2f956bdc5fdba1477ca7f4bde9759a120055407e4a7cc0c9efbc3934ae72b01 + - https://github.com/crow-translate/crow-translate/archive/2.6.0.tar.gz : 882a92d1ebcfe22fce2c9931be895ac2c8f324e857950a29fabf915f0dc6a0a2 homepage : https://crow-translate.github.io/ license : - BSD-3-Clause @@ -16,24 +12,17 @@ summary : A simple translator that allows to translate and speak text using Google, Yandex and Bing. description: | Crow Translate is a simple and lightweight translator programmed in C++ / Qt that allows to translate and speak text using Google, Yandex and Bing translate API. +networking : yes builddeps : - pkgconfig(Qt5Help) - pkgconfig(Qt5Multimedia) - pkgconfig(Qt5Svg) - pkgconfig(Qt5X11Extras) + - pkgconfig(tesseract) - pkgconfig(x11) - extra-cmake-modules -rundeps : - - gstreamer-1.0-plugins-good + - git setup : | - # Include submodules into the project - for submodules in 1.3.1 1.4.1 2.0.1 v3.1.4; do - tar xvf $sources/${submodules}.tar.gz; done - mv QHotkey-1.4.1/* src/third-party/qhotkey - mv QOnlineTranslator-1.3.1/* src/qonlinetranslator - mv QTaskbarControl-2.0.1/* src/third-party/qtaskbarcontrol - mv SingleApplication-3.1.4/* src/third-party/singleapplication - %cmake build : | %make diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -57,12 +57,12 @@ - - 2020-08-17 - 2.5.1 + + 2020-10-26 + 2.6.0 Packaging update Algent Albrahimi algent@protonmail.com \ No newline at end of file