From ee1cd3189677becd7407d399e4cd7237fb043935 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 8 Oct 2022 15:52:12 +0800 Subject: dnfdragora: upgrade 2.1.2 -> 2.1.3 Changelog: =========== This is a bug fixing release that contains the following changes Changed widget weight to avoid wrong behavior and resizing limitations (see issue #206, issue #207 and libyui/libyui-gtk#83) Added logging info if metadata have to be downloaded (expiration time). Note that MetaData update_interval <= 0 means that tha check is disabled as well as if dnf-makecache.timer is enabled Fixed clicking to the right of checkboxes wrong behaviour (issue #203) Performed an "escape" on description text before showing it as package information (issue #191) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../dnfdragora/dnfdragora_2.1.2.bb | 31 ---------------------- .../dnfdragora/dnfdragora_2.1.3.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb create mode 100644 meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb deleted file mode 100644 index 671b8ca933..0000000000 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "dnfdragora is a DNF frontend, based on rpmdragora from Mageia (originally rpmdrake) Perl code." -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ - " - -SRC_URI = "git://github.com/manatools/dnfdragora.git;branch=master;protocol=https \ - file://0001-disable-build-manpages.patch \ - file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ - file://0001-To-fix-error-when-do_package.patch \ - " - -SRCREV = "5cbbc07c9d015af284a424a172a379b385f05b6f" - -S = "${WORKDIR}/git" - -inherit cmake gettext pkgconfig python3-dir python3native setuptools3-base mime-xdg - -DEPENDS += "dnf python3 " -#DEPENDS:class-nativesdk += "nativesdk-python3" - -RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " - -# manpages generation requires http://www.sphinx-doc.org/ -EXTRA_OECMAKE = " -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" - -BBCLASSEXTEND = "nativesdk" - -FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" - -SKIP_RECIPE[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" - diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb new file mode 100644 index 0000000000..3a306ad951 --- /dev/null +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.3.bb @@ -0,0 +1,31 @@ +SUMMARY = "dnfdragora is a DNF frontend, based on rpmdragora from Mageia (originally rpmdrake) Perl code." +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ + " + +SRC_URI = "git://github.com/manatools/dnfdragora.git;branch=master;protocol=https \ + file://0001-disable-build-manpages.patch \ + file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ + file://0001-To-fix-error-when-do_package.patch \ + " + +SRCREV = "5b0f4c38efb92c9dac1d39fade5b9a3c30f20ec4" + +S = "${WORKDIR}/git" + +inherit cmake gettext pkgconfig python3-dir python3native setuptools3-base mime-xdg + +DEPENDS += "dnf python3 " +#DEPENDS:class-nativesdk += "nativesdk-python3" + +RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " + +# manpages generation requires http://www.sphinx-doc.org/ +EXTRA_OECMAKE = " -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" + +BBCLASSEXTEND = "nativesdk" + +FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" + +SKIP_RECIPE[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" + -- cgit v1.2.3-54-g00ecf