From 64bcab31416ddaff3d3da5801565703c37077d74 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 29 Jul 2022 08:21:45 -0400 Subject: xdgmenumaker 2.0 --- xdgmenumaker/debian/patches/0001-force-python3.patch | 18 ------------------ xdgmenumaker/debian/patches/series | 1 - 2 files changed, 19 deletions(-) delete mode 100644 xdgmenumaker/debian/patches/0001-force-python3.patch (limited to 'xdgmenumaker/debian/patches') diff --git a/xdgmenumaker/debian/patches/0001-force-python3.patch b/xdgmenumaker/debian/patches/0001-force-python3.patch deleted file mode 100644 index 2379e7d..0000000 --- a/xdgmenumaker/debian/patches/0001-force-python3.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -x '.git*' -x '*.swp' -x '*.orig' -x '*.rej' -Naur xdgmenumaker-1.5/src/xdgmenumaker xdgmenumaker-1.5.debian/src/xdgmenumaker ---- xdgmenumaker-1.5/src/xdgmenumaker 2018-09-16 15:42:50.000000000 -0400 -+++ xdgmenumaker-1.5.debian/src/xdgmenumaker 2020-01-05 08:52:55.880931853 -0500 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python3 - # coding: utf-8 - # vim:et:sta:sts=4:sw=4:ts=8:tw=79: - -@@ -151,7 +151,7 @@ - terminal_app = os.getenv("XDGMENUMAKERTERM") - if not terminal_app: - try: -- config = cp.SafeConfigParser() -+ config = cp.ConfigParser() - config.read(os.path.expanduser('~/.config/xdgmenumaker.cfg')) - terminal_app = config.get('Terminal', 'terminal') - # if there isn't, on debian and debian-likes, use the alternatives diff --git a/xdgmenumaker/debian/patches/series b/xdgmenumaker/debian/patches/series index ca9469e..e69de29 100644 --- a/xdgmenumaker/debian/patches/series +++ b/xdgmenumaker/debian/patches/series @@ -1 +0,0 @@ -0001-force-python3.patch -- cgit