From 05f8c257b74ee83b74e250fcbc11ae5f59519eaa Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Fri, 29 Sep 2023 16:26:14 +0200 Subject: [PATCH] Fix issues with AppStream metadata * Some tools break when the first line is not the xml header * Some tools require the icon to not be a symlink. There should be no more users of ./data/AppIcon.png so just move it to its location * Update contact information. (How did that translation URL end up in there?) * Remove too large screenshot --- Makefile | 2 +- data/id.waydro.waydroid.metainfo.xml | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index b58aebe..cc62595 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ install: install -d $(INSTALL_APPS_DIR) $(INSTALL_METAINFO_DIR) $(INSTALL_ICONS_DIR)/hicolor/512x512/apps cp -a data tools waydroid.py $(INSTALL_WAYDROID_DIR) ln -sf $(WAYDROID_DIR)/waydroid.py $(INSTALL_BIN_DIR)/waydroid - ln -sf $(WAYDROID_DIR)/data/AppIcon.png $(INSTALL_ICONS_DIR)/hicolor/512x512/apps/waydroid.png + mv $(INSTALL_WAYDROID_DIR)/data/AppIcon.png $(INSTALL_ICONS_DIR)/hicolor/512x512/apps/waydroid.png mv $(INSTALL_WAYDROID_DIR)/data/*.desktop $(INSTALL_APPS_DIR) mv $(INSTALL_WAYDROID_DIR)/data/*.metainfo.xml $(INSTALL_METAINFO_DIR) cp dbus/id.waydro.Container.conf $(INSTALL_DBUS_DIR)/system.d/ diff --git a/data/id.waydro.waydroid.metainfo.xml b/data/id.waydro.waydroid.metainfo.xml index f62bbeb..186801c 100644 --- a/data/id.waydro.waydroid.metainfo.xml +++ b/data/id.waydro.waydroid.metainfo.xml @@ -1,5 +1,5 @@ - + id.waydro.waydroid @@ -13,10 +13,9 @@ https://waydro.id/ https://github.com/waydroid/waydroid/issues https://docs.waydro.id/faq - https://matrix.to/#/#waydroid:mrcyjanek.net + https://matrix.to/#/#waydroid:matrix.org https://opencollective.com/waydroid/donate - https://gaijinent.com/contacts - https://matrix.to/#/#waydroid:mrcyjanek.net + https://matrix.to/#/#waydroid:matrix.org pointing @@ -36,9 +35,6 @@ https://waydro.id/assets/images/hero/main_landing.jpeg - - https://waydro.id/assets/images/hero/Group%201.png - https://waydro.id/assets/images/hero/clean_desktop.jpeg -- 2.47.3