diff options
author | 2020-07-27 20:35:02 +0200 | |
---|---|---|
committer | 2020-07-27 20:37:06 +0200 | |
commit | 4abb3e1488e73d15d8980b9a07e72f4c6bd8beb7 (patch) | |
tree | 2c247009da59dddff176d5680ebc83a2ddb5ec0e /app-text/xiphos/files | |
parent | x11-misc/xdg-utils: stable 1.1.3_p20200220 for hppa, bug #733598 (diff) | |
download | gentoo-4abb3e1488e73d15d8980b9a07e72f4c6bd8beb7.tar.gz gentoo-4abb3e1488e73d15d8980b9a07e72f4c6bd8beb7.tar.bz2 gentoo-4abb3e1488e73d15d8980b9a07e72f4c6bd8beb7.zip |
app-text/xiphos: bump to 4.2.1
The first Python-free release - upstream has switched from Waf to CMake.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/xiphos/files')
-rw-r--r-- | app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch b/app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch new file mode 100644 index 000000000000..fddfd2eca957 --- /dev/null +++ b/app-text/xiphos/files/xiphos-4.2.1-appdata_metainfo.patch @@ -0,0 +1,11 @@ +--- a/desktop/CMakeLists.txt ++++ b/desktop/CMakeLists.txt +@@ -96,7 +96,7 @@ + ) + # install file + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.appdata.xml +- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/appdata ++ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo + COMPONENT data + ) + |