From dfe92924ce094ddf289f7bf533b1e35188bcb10c Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 19 Jul 2022 14:13:17 +0800 Subject: irssi: upgrade 1.4.1 -> 1.4.2 Changelog: =========== Changes --------- Add irssimoduledir to irssi-1.pc in the Meson build (#1383, #1378) Fixes -------- Use -isystem includes, limiting warnings to Irssi code. Fixes compilation with Perl 5.36 (#1381, gentoo#851522, #1384) Fix missing lines when changing dynamic textbuffer contents (#1382, #1387). Reported by externalserver15 Fix Perl cross compilation with Meson 0.60.0 (#1377) Fix default channel prefix used for /JOIN to default to # (#1385, #1388) Fix crash in /LASTLOG by getting line texts before printing (#1367, #1398) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/irssi/irssi_1.4.1.bb | 21 --------------------- meta-oe/recipes-connectivity/irssi/irssi_1.4.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/irssi/irssi_1.4.1.bb create mode 100644 meta-oe/recipes-connectivity/irssi/irssi_1.4.2.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.4.1.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.4.1.bb deleted file mode 100644 index 40ce935adf..0000000000 --- a/meta-oe/recipes-connectivity/irssi/irssi_1.4.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "ncurses IRC client" -DESCRIPTION = "Irssi is an ncurses IRC client" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8" - -DEPENDS = "glib-2.0 ncurses openssl" - -SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "6a7692741bba16f3ba6f97cf7246421ac57055dcedcca9a4d21663f8efe47501" - -UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" - -inherit autotools pkgconfig - -EXTRA_OECONF += "--with-textui \ - --with-proxy \ - --with-bot \ - --with-perl=no \ - --enable-true-color" - -FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a" diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.4.2.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.4.2.bb new file mode 100644 index 0000000000..455561f613 --- /dev/null +++ b/meta-oe/recipes-connectivity/irssi/irssi_1.4.2.bb @@ -0,0 +1,21 @@ +SUMMARY = "ncurses IRC client" +DESCRIPTION = "Irssi is an ncurses IRC client" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8" + +DEPENDS = "glib-2.0 ncurses openssl" + +SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" +SRC_URI[sha256sum] = "79a4765d2dfe153c440a1775b074d5d0682b96814c7cf92325b5e15ce50e26a8" + +UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" + +inherit autotools pkgconfig + +EXTRA_OECONF += "--with-textui \ + --with-proxy \ + --with-bot \ + --with-perl=no \ + --enable-true-color" + +FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a" -- cgit 1.2.3-korg