From 6a226bb7d0f773e5bfba88d90ff9a8c841939de7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:51 -0400 Subject: [PATCH] kupfer: rebuild for Python 3.12 --- srcpkgs/kupfer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kupfer/template b/srcpkgs/kupfer/template index e2871822686..22bf163847e 100644 --- a/srcpkgs/kupfer/template +++ b/srcpkgs/kupfer/template @@ -1,12 +1,12 @@ # Template file for 'kupfer' pkgname=kupfer version=321 -revision=3 +revision=4 build_style=waf3 pycompile_dirs="usr/share/kupfer/kupfer" configure_args="--no-update-mime --no-update-icon-cache" hostmakedepends="intltool python3-docutils python3-gobject python3-xdg - python3-dbus gtk+3" + python3-dbus python3-setuptools gtk+3" makedepends="libkeybinder3 libwnck python3-gobject python3-xdg python3-dbus" depends="$makedepends" short_desc="Interface for quick and convenient access to applications"