summaryrefslogtreecommitdiffstats
path: root/extra/source/wicd/manually-compile-translations.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-08-01 19:08:49 +0000
committer Eric Hameleers <alien@slackware.com>2020-08-02 08:59:52 +0200
commit7146524f273ad7add0d5b533156d35d07896ed8c (patch)
tree367bba6cd7d1ed2bd012e2f622b4cf5e13046959 /extra/source/wicd/manually-compile-translations.diff
parent85535b49c47cc8cec1dd802c716155e08a75aeb4 (diff)
downloadcurrent-7146524f273ad7add0d5b533156d35d07896ed8c.tar.gz
current-7146524f273ad7add0d5b533156d35d07896ed8c.tar.xz
Sat Aug 1 19:08:49 UTC 202020200801190849
a/cryptsetup-2.3.3-x86_64-2.txz: Rebuilt. Recompiled against json-c-0.15_20200726. l/imagemagick-7.0.10_25-x86_64-1.txz: Upgraded. l/json-c-0.15_20200726-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/urwid-1.0.3-x86_64-5.txz: Removed. This is an ancient version that was only used by wicd. n/bind-9.16.5-x86_64-2.txz: Rebuilt. Recompiled against json-c-0.15_20200726. x/libmypaint-1.6.1-x86_64-2.txz: Rebuilt. Recompiled against json-c-0.15_20200726. xap/gimp-2.10.20-x86_64-2.txz: Rebuilt. Recompiled against json-c-0.15_20200726. extra/wicd/wicd-1.7.4-x86_64-3.txz: Removed. This is unmaintained, possibly insecure, and doesn't work with Python versions newer than 2.7.18. NetworkManager is a better choice these days.
Diffstat (limited to 'extra/source/wicd/manually-compile-translations.diff')
-rw-r--r--extra/source/wicd/manually-compile-translations.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/source/wicd/manually-compile-translations.diff b/extra/source/wicd/manually-compile-translations.diff
deleted file mode 100644
index 56e22ce90..000000000
--- a/extra/source/wicd/manually-compile-translations.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur wicd-1.7.3.orig/setup.py wicd-1.7.3/setup.py
---- wicd-1.7.3.orig/setup.py 2014-12-21 13:40:46.000000000 -0600
-+++ wicd-1.7.3/setup.py 2014-12-23 13:03:13.181102639 -0600
-@@ -617,9 +617,6 @@
- import wpath
-
- if not wpath.no_install_i18n:
-- if os.path.exists('translations'):
-- shutil.rmtree('translations/')
-- os.makedirs('translations')
-
- oldlang = os.environ['LANG']
- os.environ['LANG'] = 'C'
-@@ -652,10 +649,6 @@
- except (OSError, ValueError):
- print 'ARGH'
-
-- if compile_po:
-- os.makedirs('translations/' + lang + '/LC_MESSAGES/')
-- os.system('pybabel compile -D wicd -i %s -l %s -d translations/' % (pofile, lang))
--
- os.environ['LANG'] = oldlang
-
- class uninstall(Command):