Next Generation of Yum Extender using DNF as backend
Find a file
2023-01-26 12:59:47 +01:00
.tx i18n: translation updates 2015-05-27 14:44:19 +02:00
.vscode add vscode settings 2021-11-28 09:11:43 +01:00
data Set min size to 800x600 (#171) 2022-10-27 06:48:53 +02:00
docs Updated doc with recent screenshots and remove some legacy stuff 2021-11-25 16:03:41 +01:00
gfx build; convert build to use meson 2021-11-17 19:40:37 +01:00
misc use darker colors for the System-Light theme to make them easier to read 2022-10-27 09:22:02 -04:00
po updated translations 2022-09-17 08:33:53 +02:00
src make sure autostart user folder exists before attempting to copy files to it 2022-10-11 21:15:28 -06:00
tools Add helper to build .pot & LINGUAS files 2021-11-18 07:42:32 +01:00
.flake8 lint: cleanup flake8 issues 2021-11-25 13:04:01 +01:00
.gitignore add .vscode to gitignore 2022-05-06 08:02:37 +02:00
.pre-commit-config.yaml Remove unwanted args 2021-11-25 13:26:35 +01:00
.pylintrc lint: cleanup issues 2021-11-19 08:33:24 +01:00
ChangeLog updated ChangeLog 2022-09-17 08:35:55 +02:00
COPYING update fsf address 2015-04-11 08:44:36 +02:00
Makefile cleanup test-release target 2022-09-19 18:44:59 +02:00
meson.build build; convert build to use meson 2021-11-17 19:40:37 +01:00
README.md Update README.md 2023-01-26 12:59:47 +01:00
yumex-dnf.spec bumped version to 4.5.0 2022-09-17 08:47:04 +02:00

Yum Extender (yumex-dnf)

This repository contains a complete rewrite of Yum Extender in python3, Gtk3 and using the dnf-daemon dbus API for packaging actions

Jan 2023: yumex-dnf is frozen, yumex-ng is a rewrite from scrach

Group/History support is read-only for now, as dnfdaemon support for history/groups is broken

How to build & install test rpms

git clone https://github.com/timlau/yumex-dnf.git
cd yumex-dnf
make get-builddeps
make test-inst

Requirements

dnf install python3 python3-gobject 

dnf-daemon python3 bindings must also be installed.

dnf install python3-dnfdaemon

Or build the latest version from git

git clone https://github.com/timlau/dnf-daemon.git
cd dnf-daemon
make test-inst

Fedora Copr Repository

yumex-dnf development packages is available in a fedora Copr repository for f34 & Rawhide

Use this to enable it.

sudo dnf copr enable timlau/yumex-dnf
sudo dnf install yumex-dnf

Contributing





Code style: black   Code linter: flake8  pre-commit