Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions package/yad/Config.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
config BR2_PACKAGE_YAD
bool "yad"
depends on BR2_PACKAGE_LIBGTK3_X11
help
YAD (yet another dialog) is a tool for create graphical
dialogs from shell scripts.

http://sourceforge.net/projects/yad-dialog/

comment "yad needs libgtk3 w/ X11 backend"
depends on !BR2_PACKAGE_LIBGTK3_X11
2 changes: 1 addition & 1 deletion package/yad/yad.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Hash for license file
sha256 5cab399af8d9a10b76d477f848180d00addba38f4f1272a05b153a393bba3038 yad-14.2.tar.xz
sha256 7cf4dc136a643bf484ceab27d9b28a513624dffe38a08731132c0e4e24073772 yad-15.0.tar.xz
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
8 changes: 4 additions & 4 deletions package/yad/yad.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# yad
#
################################################################################

YAD_VERSION = 14.2
# batocera - bump & remove gtk3 dependency
YAD_VERSION = 15.0
YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
YAD_SITE = https://github.com/v1cont/yad/releases/download/v$(YAD_VERSION)
YAD_LICENSE = GPL-3.0
YAD_LICENSE_FILES = COPYING
YAD_DEPENDENCIES = host-intltool host-pkgconf libgtk3 $(TARGET_NLS_DEPENDENCIES)
YAD_DEPENDENCIES = host-intltool host-pkgconf $(TARGET_NLS_DEPENDENCIES)
YAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
YAD_CONF_OPTS = --enable-html=no --with-gtk=gtk3
YAD_CONF_OPTS = --enable-html=no

$(eval $(autotools-package))