Hmm, it is actually a runtime dependency now. With the last update they started using svg icons inside the app. https://github.com/torrent-file-editor/torrent-file-editor/commit/eabafdf8c93a401abaa5c1743e7928d5e15324ce
Anyway, fixed in -2.
| Git Clone URL: | https://aur.archlinux.org/torrent-file-editor.git (read-only, click to copy) |
|---|---|
| Package Base: | torrent-file-editor |
| Description: | Qt based GUI tool designed to create and edit .torrent files |
| Upstream URL: | https://torrent-file-editor.github.io/ |
| Licenses: | GPL-3.0-or-later |
| Submitter: | Hanabishi |
| Maintainer: | Hanabishi |
| Last Packager: | Hanabishi |
| Votes: | 5 |
| Popularity: | 0.55 |
| First Submitted: | 2022-02-06 22:05 (UTC) |
| Last Updated: | 2026-03-25 12:15 (UTC) |
Hmm, it is actually a runtime dependency now. With the last update they started using svg icons inside the app. https://github.com/torrent-file-editor/torrent-file-editor/commit/eabafdf8c93a401abaa5c1743e7928d5e15324ce
Anyway, fixed in -2.
Please add qt6-svg as a make dependency.
CMake Error at CMakeLists.txt:151 (find_package):
By not providing "FindQt6Svg.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt6Svg", but
CMake did not find one.
Could not find a package configuration file provided by "Qt6Svg" with any
of the following names:
Qt6Svg.cps
qt6svg.cps
Qt6SvgConfig.cmake
qt6svg-config.cmake
Add the installation prefix of "Qt6Svg" to CMAKE_PREFIX_PATH or set
"Qt6Svg_DIR" to a directory containing one of the above files. If "Qt6Svg"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
The package now uses Qt6 build by default.
To use Qt5 build, define QT5_BUILD environment variable. Example:
QT5_BUILD= makepkg -si
Yeah, the archive has been reuploaded upstream. Fixed.
Hello! When compiling the program (version 0.3.18-1), an error pops up:
"ERROR: Source files failed integrity check!"
Dear Hanabishi, your PKGBUILD has the wrong hash sum for the program source archive.
Please change the hash sum to the correct one, please. Thank you.
For everyone else: in order for the packer to build without errors, you need to download the source archive from the git repository, calculate its hash sum and replace the erroneous hash sum in PKGBUILD with it.
Здравствуйте! При компиляции программы (версия 0.3.18-1) выскакивает ошибка:
"ОШИБКА: Исходные файлы не прошли проверку целостности!"
Уважаемый Hanabishi, у Вас в PKGBUILD установлена не правильная хеш-сумма для архива с исходниками программы.
Измените, пожалуйста, хеш-сумму на правильную, пожалуйста. Спасибо.
Для всех остальных: чтобы пакер собирался без ошибок, нужно скачать архив с исходниками с git-репозитория, посчитать его хеш-сумму и заменить ею ошибочную хеш-сумму в PKGBUILD.
Pinned Comments
Hanabishi commented on 2024-03-08 14:48 (UTC)
The package now uses Qt6 build by default.
To use Qt5 build, define
QT5_BUILDenvironment variable. Example: