mirror of
https://github.com/VibedByKaKi/yad.git
synced 2026-08-18 21:51:13 +02:00
Introduce a GitHub Actions workflow that builds yad .deb packages for Linux amd64 and arm64 on every push to master, publishes prerelease artifacts to GitHub Releases, and updates an orphan apt branch with a reprepro-managed APT repository. Supporting scripts live under .ci/ and debian packaging is updated with the optional feature build dependencies used by the CI build. Co-authored-by: KaKi87 <KaKi87@pm.me>
27 lines
737 B
Text
27 lines
737 B
Text
Source: yad
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Gustavo Soares de Lima <gustavo@logicus.com.br>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
autotools-dev,
|
|
autoconf,
|
|
automake,
|
|
gettext,
|
|
libgtk-3-dev,
|
|
pkg-config,
|
|
libwebkit2gtk-4.1-dev | libwebkit2gtk-4.0-dev,
|
|
libgtksourceview-3.0-dev,
|
|
libgspell-1-dev,
|
|
libayatana-appindicator3-dev | libappindicator3-dev
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://github.com/v1cont/yad/
|
|
|
|
Package: yad
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends}
|
|
Description: tool for creating graphical dialogs from shell scripts
|
|
.
|
|
Yad allows you to display GTK+ dialog boxes from command line or shell
|
|
scripts. It is similar to Zenity but with more dialog types and options.
|