From b13d2f826bb3d6a58d98d2f5def6d6eb431b62c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Mon, 2 Dec 2019 15:17:07 -0300 Subject: [PATCH] recipes: tools/dialog: upgraded to version 1.3-20191110 --- recipes/tools/dialog/recipe | 6 +++--- sources/SOURCELIST.txt | 2 +- sources/dialog-1.3-20190808.tgz.sha256 | 1 - sources/dialog-1.3-20191110.tgz.sha256 | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 sources/dialog-1.3-20190808.tgz.sha256 create mode 100644 sources/dialog-1.3-20191110.tgz.sha256 diff --git a/recipes/tools/dialog/recipe b/recipes/tools/dialog/recipe index 12d2db22..03467ff7 100644 --- a/recipes/tools/dialog/recipe +++ b/recipes/tools/dialog/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=dialog -version=1.3-20190808 +version=1.3-20191110 pkgversion=$(echo $version | tr - _) release=1 @@ -60,14 +60,14 @@ build() $configure_args \ --libdir=/usr/lib${libSuffix} \ --mandir=$mandir \ - --enable-widec \ --with-ncursesw \ + --disable-rpath-hack \ --build="$(cc -dumpmachine)" make -j${jobs} make -j${jobs} DESTDIR="$destdir" install - # Insert the look & feel for Dragora 3. ;-) + # Insert the look & feel from Dragora 3. ;-) mkdir -p "${destdir}/etc" cp -p "${worktree}/archive/dialog/dialogrc" "${destdir}/etc/" diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 474a24ea..cea42f3b 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -193,7 +193,7 @@ http://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/aee9ae9646cbef724bbb1 http://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz http://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz -http://invisible-mirror.net/archives/dialog/dialog-1.3-20190808.tgz +http://invisible-mirror.net/archives/dialog/dialog-1.3-20191110.tgz http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.bz2 http://invisible-mirror.net/archives/ncurses/current/ncurses-6.1-20190921.tgz http://invisible-mirror.net/archives/xterm/xterm-349.tgz diff --git a/sources/dialog-1.3-20190808.tgz.sha256 b/sources/dialog-1.3-20190808.tgz.sha256 deleted file mode 100644 index d48979e8..00000000 --- a/sources/dialog-1.3-20190808.tgz.sha256 +++ /dev/null @@ -1 +0,0 @@ -886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2 dialog-1.3-20190808.tgz diff --git a/sources/dialog-1.3-20191110.tgz.sha256 b/sources/dialog-1.3-20191110.tgz.sha256 new file mode 100644 index 00000000..f6975950 --- /dev/null +++ b/sources/dialog-1.3-20191110.tgz.sha256 @@ -0,0 +1 @@ +d92a7d0910404c02c908e3ce774ac652edc822f45c6536c7d72fafa10e1d0e63 dialog-1.3-20191110.tgz -- 2.11.4.GIT