Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : crow-translate | name : crow-translate | ||||
| version : 2.4.1 | version : 2.5.0 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/crow-translate/crow-translate/archive/2.4.1.tar.gz : dc2f61eccd42741e68a342578edf62c91430decec5d1ef168426b67e052fcf90 | - https://github.com/crow-translate/crow-translate/archive/2.5.0.tar.gz : 80d0dcf2029fac36e8117b9af404c43dc34531993d1c2c4f9e2f1262572e4f02 | ||||
| - https://github.com/crow-translate/QOnlineTranslator/archive/1.2.4.tar.gz : 2d1839aecc0e5a540941aa65653a4d5edad24f73771cef8dd564304b131671bf | - https://github.com/crow-translate/QOnlineTranslator/archive/1.3.0.tar.gz : d45ea62fedaf817aafa1f2bc3781d20192bfbaf9e30558f6591ed5575c2001a8 | ||||
| - https://github.com/itay-grudev/SingleApplication/archive/v3.1.3.1.tar.gz : bbc20faa3e914cda8fe94b5d0bf98af640d3298a791a16cad4571a9ccbf1d030 | - https://github.com/itay-grudev/SingleApplication/archive/v3.1.4.tar.gz : e3b75de67999d340e17f224286622ed8ffc3ed023bc573e369309181c1a365a9 | ||||
| - https://github.com/Skycoder42/QHotkey/archive/1.4.0.tar.gz : 5694f0b35b8051a1d68a2172081f0698bf72aba7f350740d2c6a3fe7de4b0ae3 | - 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/Skycoder42/QTaskbarControl/archive/2.0.1.tar.gz : b2f956bdc5fdba1477ca7f4bde9759a120055407e4a7cc0c9efbc3934ae72b01 | ||||
| homepage : https://crow-translate.github.io/ | homepage : https://crow-translate.github.io/ | ||||
| license : | license : | ||||
| - BSD-3-Clause | - BSD-3-Clause | ||||
| - GPL-3.0-or-later | - GPL-3.0-or-later | ||||
| - MIT | - MIT | ||||
| component : office | component : office | ||||
| summary : A simple translator that allows to translate and speak text using Google, Yandex and Bing. | summary : A simple translator that allows to translate and speak text using Google, Yandex and Bing. | ||||
| description: | | 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. | 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. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(Qt5Help) | - pkgconfig(Qt5Help) | ||||
| - pkgconfig(Qt5Multimedia) | - pkgconfig(Qt5Multimedia) | ||||
| - pkgconfig(Qt5Svg) | - pkgconfig(Qt5Svg) | ||||
| - pkgconfig(Qt5X11Extras) | - pkgconfig(Qt5X11Extras) | ||||
| - pkgconfig(x11) | - pkgconfig(x11) | ||||
| - extra-cmake-modules | - extra-cmake-modules | ||||
| rundeps : | rundeps : | ||||
| - gstreamer-1.0-plugins-good | - gstreamer-1.0-plugins-good | ||||
| setup : | | setup : | | ||||
| # Include submodules into the project | # Include submodules into the project | ||||
| for submodules in 1.2.4 1.4.0 2.0.1 v3.1.3.1; do | for submodules in 1.3.0 1.4.1 2.0.1 v3.1.4; do | ||||
| tar xvf $sources/${submodules}.tar.gz; done | tar xvf $sources/${submodules}.tar.gz; done | ||||
| mv QHotkey-1.4.0/* src/third-party/qhotkey | mv QHotkey-1.4.1/* src/third-party/qhotkey | ||||
| mv QOnlineTranslator-1.2.4/* src/qonlinetranslator | mv QOnlineTranslator-1.3.0/* src/qonlinetranslator | ||||
| mv QTaskbarControl-2.0.1/* src/third-party/qtaskbarcontrol | mv QTaskbarControl-2.0.1/* src/third-party/qtaskbarcontrol | ||||
| mv SingleApplication-3.1.3.1/* src/third-party/singleapplication | mv SingleApplication-3.1.4/* src/third-party/singleapplication | ||||
| %cmake | %cmake | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.