[meld/build-updates: 24/26] conf: Remove now-unused config settings
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld/build-updates: 24/26] conf: Remove now-unused config settings
- Date: Sun, 11 Sep 2022 02:17:16 +0000 (UTC)
commit b6a2d7cc0960b0f04f12a3ac7d6806b507562c51
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Sep 11 12:11:45 2022 +1000
conf: Remove now-unused config settings
We no longer replace this section in setup, and the Python requirement
is also no longer used.
meld/conf.py.in | 6 ------
1 file changed, 6 deletions(-)
---
diff --git a/meld/conf.py.in b/meld/conf.py.in
index e78f7ee7..311b8a4d 100644
--- a/meld/conf.py.in
+++ b/meld/conf.py.in
@@ -9,11 +9,6 @@ APPLICATION_ID = 'org.gnome.Meld'
SETTINGS_SCHEMA_ID = 'org.gnome.meld'
RESOURCE_BASE = '/org/gnome/meld'
-# START; these paths are clobbered on install by meld.build_helpers
-DATADIR = Path(sys.prefix) / "share" / "meld"
-LOCALEDIR = Path(sys.prefix) / "share" / "locale"
-# END
-
CONFIGURED = '@configured@'
PROFILE = ''
@@ -28,7 +23,6 @@ if CONFIGURED == 'True':
# Flag enabling some workarounds if data dir isn't installed in standard prefix
DATADIR_IS_UNINSTALLED = False
-PYTHON_REQUIREMENT_TUPLE = (3, 6)
# Installed from main script
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]