Skip to content

Complete rename to Luanti in package metadata #16017

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}")

if(UNIX AND NOT APPLE)
install(FILES "doc/luanti.6" "doc/luantiserver.6" DESTINATION "${MANDIR}/man6")
install(FILES "misc/net.minetest.minetest.desktop" DESTINATION "${XDG_APPS_DIR}")
install(FILES "misc/net.minetest.minetest.metainfo.xml" DESTINATION "${METAINFODIR}")
install(FILES "misc/org.luanti.luanti.desktop" DESTINATION "${XDG_APPS_DIR}")
install(FILES "misc/org.luanti.luanti.metainfo.xml" DESTINATION "${METAINFODIR}")
install(FILES "misc/luanti.svg" DESTINATION "${ICONDIR}/hicolor/scalable/apps")
install(FILES "misc/luanti-xorg-icon-128.png"
DESTINATION "${ICONDIR}/hicolor/128x128/apps"
Expand Down
4 changes: 2 additions & 2 deletions misc/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
AppDir:
path: AppDir
app_info:
id: net.minetest.minetest
id: org.luanti.luanti
name: Luanti
icon: luanti
version: !ENV ${VERSION}
Expand Down Expand Up @@ -57,4 +57,4 @@ script: |
mkdir -p AppDir/usr/share/luanti/misc
cp AppDir/usr/share/icons/hicolor/128x128/apps/luanti.png AppDir/usr/share/luanti/misc/luanti-xorg-icon-128.png
# Validation issues
sed -i '/PrefersNonDefaultGPU/d' AppDir/usr/share/applications/net.minetest.minetest.desktop
sed -i '/PrefersNonDefaultGPU/d' AppDir/usr/share/applications/org.luanti.luanti.desktop
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.minetest.minetest</id>
<id>org.luanti.luanti</id>
<provides>
<id>net.minetest.minetest</id>
</provides>
<replaces>
<id>net.minetest.minetest</id>
</replaces>

<name>Luanti</name>
<summary>Block-based multiplayer game platform</summary>
Expand All @@ -10,7 +16,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.1+ AND CC-BY-SA-3.0 AND MIT AND Apache-2.0</project_license>

<developer id="net.minetest">
<developer id="org.luanti">
<name>Luanti Team</name>
</developer>

Expand Down Expand Up @@ -119,7 +125,7 @@
</ul>
</description>

<launchable type="desktop-id">net.minetest.minetest.desktop</launchable>
<launchable type="desktop-id">org.luanti.luanti.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://www.luanti.org/media/gallery/1.jpg</image>
Expand Down
Loading