summaryrefslogtreecommitdiff
path: root/media-tv/tv-maxe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-15 10:24:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-15 10:24:48 +0100
commitac41916c24069098372f077a55b7a023e7e85ee6 (patch)
tree18ccc14e7775d399ec8e42ad1c9667599c3bc324 /media-tv/tv-maxe/files
parentfaef6f7308a1eb621e295f042ecb3500cc5d22c1 (diff)
media-tv/tv-maxe : stuck in py2 && pygtk, drop package
Diffstat (limited to 'media-tv/tv-maxe/files')
-rw-r--r--media-tv/tv-maxe/files/tv-maxe_disable_locale.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch b/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch
deleted file mode 100644
index 66aeca8d..00000000
--- a/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur a/tv-maxe/tvmaxe.py b/tv-maxe/tvmaxe.py
---- a/tv-maxe/tvmaxe.py 2015-01-07 14:53:41.000000000 +0000
-+++ b/tv-maxe/tvmaxe.py 2017-04-09 17:24:40.536587825 +0100
-@@ -11,7 +11,6 @@
- os.path.abspath(__file__)), 'lng')
- except:
- LOCALE_PATH = 'lng'
--locale.setlocale(locale.LC_ALL, '')
- for module in gtk.glade, gettext:
- module.bindtextdomain(GETTEXT_DOMAIN, LOCALE_PATH)
- module.textdomain(GETTEXT_DOMAIN)