Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143422719
D9269.id24263.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9269.id24263.diff
View Options
Index: devel/tortoisehg/files/patch-setup.py
===================================================================
--- devel/tortoisehg/files/patch-setup.py
+++ devel/tortoisehg/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2016-11-03 15:31:44 UTC
-+++ setup.py
-@@ -452,7 +452,7 @@ class build(_build_orig):
+--- setup.py.orig 2016-11-03 16:31:44.000000000 +0100
++++ setup.py 2017-01-20 20:29:41.807521000 +0100
+@@ -452,7 +452,7 @@
lambda self: 'py2app' in self.distribution.commands),
('build_ui', None),
('build_qrc', lambda self: 'py2exe' in self.distribution.commands),
@@ -9,7 +9,16 @@
] + _build_orig.sub_commands
class clean(_clean_orig):
-@@ -666,10 +666,10 @@ def setup_posix():
+@@ -658,7 +658,7 @@
+ # Specific definitios for Posix installations
+ _extra = {}
+ _scripts = ['thg']
+- _packages = ['tortoisehg', 'tortoisehg.hgqt', 'tortoisehg.util', 'hgext3rd']
++ _packages = ['tortoisehg', 'tortoisehg.hgqt', 'tortoisehg.util']
+ _data_files = []
+ # .svg and .png are loaded by thg, .ico by nautilus extension
+ for root, dirs, files in os.walk('icons'):
+@@ -666,10 +666,10 @@
dirs.remove('svg') # drop source of .ico files
_data_files.append((os.path.join('share/pixmaps/tortoisehg', root),
[os.path.join(root, f) for f in files]))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 7:37 AM (16 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28109812
Default Alt Text
D9269.id24263.diff (1 KB)
Attached To
Mode
D9269: devel/tortoisehg -- don't include hgext3rd
Attached
Detach File
Event Timeline
Log In to Comment