From a6747e250f10b55153035efd1cd15dda089e077b Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sat, 23 Jul 2022 18:26:26 +0200 Subject: [PATCH] Add appstream metadata --- Makefile | 4 +++- data/id.waydro.waydroid.metainfo.xml | 36 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 data/id.waydro.waydroid.metainfo.xml diff --git a/Makefile b/Makefile index 9b3ce25..674c5a8 100644 --- a/Makefile +++ b/Makefile @@ -6,16 +6,18 @@ USE_NFTABLES ?= 0 WAYDROID_DIR := $(DESTDIR)$(PREFIX)/lib/waydroid BIN_DIR := $(DESTDIR)$(PREFIX)/bin APPS_DIR := $(DESTDIR)$(PREFIX)/share/applications +METAINFO_DIR := $(DESTDIR)$(PREFIX)/share/metainfo SYSD_DIR := $(DESTDIR)$(PREFIX)/lib/systemd/system build: @echo "Nothing to build, run 'make install' to copy the files!" install: - install -d $(WAYDROID_DIR) $(BIN_DIR) $(APPS_DIR) + install -d $(WAYDROID_DIR) $(BIN_DIR) $(APPS_DIR) $(METAINFO_DIR) cp -a data tools waydroid.py $(WAYDROID_DIR) ln -sr $(WAYDROID_DIR)/waydroid.py $(BIN_DIR)/waydroid mv $(WAYDROID_DIR)/data/*.desktop $(APPS_DIR) + mv $(WAYDROID_DIR)/data/*.metainfo.xml $(METAINFO_DIR) if [ $(USE_SYSTEMD) = 1 ]; then \ install -d $(SYSD_DIR); \ cp systemd/waydroid-container.service $(SYSD_DIR); \ diff --git a/data/id.waydro.waydroid.metainfo.xml b/data/id.waydro.waydroid.metainfo.xml new file mode 100644 index 0000000..776d740 --- /dev/null +++ b/data/id.waydro.waydroid.metainfo.xml @@ -0,0 +1,36 @@ + + + id.waydro.waydroid + + Waydroid + Run Android apps natively alongside desktop programs + + CC0-1.0 + GPL-3.0-only + + + pointing + keyboard + touch + tablet + + + +

+ Waydroid is a container-based approach to boot a full Android system on a regular GNU/Linux system. The Android system inside the container has direct access to needed hardware through LXC and the binder interface. +

+
+ + Waydroid.desktop + + + 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