Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : yad | name : yad | ||||
| version : '5.0' | version : '7.3' | ||||
| release : 8 | release : 9 | ||||
| source : | source : | ||||
| - https://github.com/v1cont/yad/archive/v5.0.tar.gz : 491631044cf4bb126e01dedf9d77d41aa60728738150aa537c6b73d983d29dc4 | - https://github.com/v1cont/yad/releases/download/v7.3/yad-7.3.tar.xz : 5768ffacc29903f6735d397883eeb9f049061978b78e5a8b4be5c273a06193dc | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : system.utils | component : system.utils | ||||
| summary : A tool for create graphical dialogs from shell scripts | summary : A tool for create graphical dialogs from shell scripts | ||||
| description: | | description: | | ||||
| YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts | YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gspell-1) | - pkgconfig(gspell-1) | ||||
| - pkgconfig(gtksourceview-3.0) | - pkgconfig(gtksourceview-3.0) | ||||
| - pkgconfig(webkit2gtk-4.0) | - pkgconfig(webkit2gtk-4.0) | ||||
| setup : | | setup : | | ||||
| autoreconf -ivf | |||||
| intltoolize | |||||
| %configure --enable-html \ | %configure --enable-html \ | ||||
kyrios123: Since you use the vendored tarball you pobably don't need the above 2 lines | |||||
Done Inline Actionsso just remove autoreconf -ivf and intltoolize then arc diff --edit? GnomeBook: so just remove autoreconf -ivf and intltoolize then arc diff --edit? | |||||
Done Inline ActionsYou shouldn't need to do an autoreconf if it is a properly built dist tarball. Worth checking if that is something you can remove. JoshStrobl: You shouldn't need to do an autoreconf if it is a properly built dist tarball. Worth checking… | |||||
| --enable-sourceview \ | --enable-sourceview \ | ||||
| --enable-spell \ | --enable-spell \ | ||||
| --with-gtk=gtk3 | --with-gtk=gtk3 | ||||
| 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.
Since you use the vendored tarball you pobably don't need the above 2 lines