❦ 9 September 2021 09:04 +02, Vincent Bernat: >> https://github.com/davatorium/rofi/releases/tag/1.6.1 >> >> Version 1.6.0 is very interesting because it adds a new [1]script mode >> that allows more powerful selectors. >> >> I tried to build the package using the current [2]debian directory for >> the package in Sid and it seems to work with no changes. >> >> 1. https://github.com/davatorium/rofi/blob/next/doc/rofi-script.5.markdown >> 2. https://deb.debian.org/debian/pool/main/r/rofi/rofi_1.5.4-1.debian.tar.xz > > I am also interested by updating Rofi in Debian. Jason, do you plan to > continue working on Rofi? I can sponsor the uploads if needed.
I have uploaded 1.7.1 in DELAYED/10 queue. Attached is the diff.
diff -Nru rofi-1.5.4/debian/changelog rofi-1.7.1/debian/changelog --- rofi-1.5.4/debian/changelog 2021-09-14 20:17:12.000000000 +0200 +++ rofi-1.7.1/debian/changelog 2021-11-28 14:15:52.000000000 +0100 @@ -1,3 +1,15 @@ +rofi (1.7.1-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream release. Closes: #977738. + * d/patches: remove patch to fix autoconf 2.70 compatibility. + * d/control: add libxcb-cursor-dev as a build-depedency. + * d/control: remove libxcb-xrm (not needed anymore). + * d/control: replace librsvg2-dev with gdk-pixbuf. + * d/docs: remove (no more README.md). + + -- Vincent Bernat <ber...@debian.org> Sun, 28 Nov 2021 14:15:52 +0100 + rofi (1.5.4-1.1) unstable; urgency=high * Non-maintainer upload. diff -Nru rofi-1.5.4/debian/control rofi-1.7.1/debian/control --- rofi-1.5.4/debian/control 2021-09-14 19:55:52.000000000 +0200 +++ rofi-1.7.1/debian/control 2021-11-28 14:15:52.000000000 +0100 @@ -7,18 +7,18 @@ bison, flex, libpango1.0-dev, + libgdk-pixbuf-2.0-dev, libstartup-notification0-dev, libxkbcommon-dev (>= 0.5.0), libxkbcommon-x11-dev (>= 0.5.0), libxcb1-dev, - libxcb-xkb-dev, - libxcb-xinerama0-dev, + libxcb-cursor-dev, libxcb-ewmh-dev, libxcb-icccm4-dev, libxcb-randr0-dev, libxcb-util0-dev, - librsvg2-dev, - libxcb-xrm-dev + libxcb-xinerama0-dev, + libxcb-xkb-dev Standards-Version: 4.4.0 Homepage: https://github.com/DaveDavenport/rofi/ Vcs-Git: https://salsa.debian.org/jpleau-guest/rofi diff -Nru rofi-1.5.4/debian/patches/0001-fix-autoconf-2.70-compat.patch rofi-1.7.1/debian/patches/0001-fix-autoconf-2.70-compat.patch --- rofi-1.5.4/debian/patches/0001-fix-autoconf-2.70-compat.patch 2021-09-14 20:17:02.000000000 +0200 +++ rofi-1.7.1/debian/patches/0001-fix-autoconf-2.70-compat.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -From: Boyuan Yang <by...@debian.org> -Date: Tue, 14 Sep 2021 14:12:35 -0400 -Subject: fix autoconf 2.70 compat - -* Use no argument AC_PROG_LEX - -Bug-Debian: https://bugs.debian.org/978898 ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 533b99d..d4b7c59 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -7,7 +7,7 @@ AH_BOTTOM([#include "gitconfig.h"]) - dnl --------------------------------------------------------------------- - dnl Lex & Bison language parser. - dnl --------------------------------------------------------------------- --AC_PROG_LEX([flex]) -+AC_PROG_LEX - AC_PROG_YACC - - AS_IF([test "x${YACC}" != "xbison -y" ], [AC_MSG_ERROR( "Failed to find bison")]) diff -Nru rofi-1.5.4/debian/patches/series rofi-1.7.1/debian/patches/series --- rofi-1.5.4/debian/patches/series 2021-09-14 20:13:04.000000000 +0200 +++ rofi-1.7.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -0001-fix-autoconf-2.70-compat.patch diff -Nru rofi-1.5.4/debian/rofi.docs rofi-1.7.1/debian/rofi.docs --- rofi-1.5.4/debian/rofi.docs 2021-09-14 19:55:52.000000000 +0200 +++ rofi-1.7.1/debian/rofi.docs 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -README.md
-- In the first place, God made idiots; this was for practice; then he made school boards. -- Mark Twain