diff options
author | B. Stack <bgstack15@gmail.com> | 2022-07-29 12:55:25 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-07-29 12:55:25 +0000 |
commit | c0c68353b1dca603c01dac9fe791465bf1cc40e1 (patch) | |
tree | 698fbb7153ff7c6c373c3ddf4a5f825c67aa2b7a /xdgmenumaker/debian/patches | |
parent | Merge branch 'makemkv-bump' into 'master' (diff) | |
parent | xdgmenumaker 2.0 (diff) | |
download | stackrpms-c0c68353b1dca603c01dac9fe791465bf1cc40e1.tar.gz stackrpms-c0c68353b1dca603c01dac9fe791465bf1cc40e1.tar.bz2 stackrpms-c0c68353b1dca603c01dac9fe791465bf1cc40e1.zip |
Merge branch 'xdgmenumaker-bump' into 'master'
xdgmenumaker 2.0
See merge request bgstack15/stackrpms!314
Diffstat (limited to 'xdgmenumaker/debian/patches')
-rw-r--r-- | xdgmenumaker/debian/patches/0001-force-python3.patch | 18 | ||||
-rw-r--r-- | xdgmenumaker/debian/patches/series | 1 |
2 files changed, 0 insertions, 19 deletions
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 |