diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-17 20:24:31 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-17 20:24:31 -0400 |
commit | 4b577c393cc6d5f058cc0c3061591b67e2ee0e30 (patch) | |
tree | 081fef16e173365bfb470b08a219e5af8f7d472f /gui-apps/gammastep/files | |
parent | 964c786f540fa9a7bef64e60883800ae7a0d3c1d (diff) | |
download | gentoo-overlay-4b577c393cc6d5f058cc0c3061591b67e2ee0e30.tar.xz gentoo-overlay-4b577c393cc6d5f058cc0c3061591b67e2ee0e30.zip |
gui-apps/gammastep: import from sorrow
Diffstat (limited to 'gui-apps/gammastep/files')
-rw-r--r-- | gui-apps/gammastep/files/metainfo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gui-apps/gammastep/files/metainfo.patch b/gui-apps/gammastep/files/metainfo.patch new file mode 100644 index 0000000..6cc487b --- /dev/null +++ b/gui-apps/gammastep/files/metainfo.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am 2020-07-19 20:09:44.929367324 +1000 ++++ b/Makefile.am 2020-07-19 20:10:10.274780215 +1000 +@@ -80,7 +80,7 @@ + + # Appdata file + if ENABLE_GUI +-appdatadir = @datadir@/appdata ++appdatadir = @datadir@/metainfo + appdata_DATA = $(APPDATA_IN_FILES:.xml.in=.xml) + + # We would preferable use @INTLTOOL_XML_RULE@ here but |