Skip to content

Commit

Permalink
Merge pull request #53 from DarthGandalf/metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch authored May 7, 2020
2 parents dd5010b + 39fb5fb commit 1b674af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run (self):
[file_data.write(line.lstrip('_')) for line in file_in]

appdata_in='data/terminator.appdata.xml.in'
appdata_data='data/terminator.appdata.xml'
appdata_data='data/terminator.metainfo.xml'
rc = os.system ("C_ALL=C " + INTLTOOL_MERGE + " -x -u -c " + TOP_BUILDDIR +
"/po/.intltool-merge-cache " + TOP_BUILDDIR + "/po " +
appdata_in + " " + appdata_data)
Expand Down Expand Up @@ -206,8 +206,8 @@ def run(self):
license='GNU GPL v2',
scripts=['terminator', 'remotinator'],
data_files=[
('share/appdata', ['data/terminator.appdata.xml']),
('share/applications', ['data/terminator.desktop']),
('share/metainfo', ['data/terminator.metainfo.xml']),
(os.path.join(man_dir, 'man1'), ['doc/terminator.1']),
(os.path.join(man_dir, 'man5'), ['doc/terminator_config.5']),
('share/pixmaps', ['data/icons/hicolor/48x48/apps/terminator.png']),
Expand Down

0 comments on commit 1b674af

Please sign in to comment.