Rename appdata to metainfo

This commit is contained in:
Unrud 2021-09-18 21:17:53 +02:00
parent 72d4d60419
commit 1f22f5668a
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ modules:
- . /usr/lib/sdk/golang/enable.sh; go build -tags portal,x11 - . /usr/lib/sdk/golang/enable.sh; go build -tags portal,x11
- install -Dm0755 -t /app/bin remote-touchpad - install -Dm0755 -t /app/bin remote-touchpad
- install -Dm0755 -t /app/bin desktop/remote-touchpad-wait-on-error - install -Dm0755 -t /app/bin desktop/remote-touchpad-wait-on-error
- install -Dm0644 -t /app/share/metainfo desktop/com.github.unrud.RemoteTouchpad.appdata.xml - install -Dm0644 -t /app/share/metainfo desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
- install -Dm0644 -t /app/share/applications desktop/com.github.unrud.RemoteTouchpad.desktop - install -Dm0644 -t /app/share/applications desktop/com.github.unrud.RemoteTouchpad.desktop
- install -Dm0644 -t /app/share/icons/hicolor/scalable/apps desktop/com.github.unrud.RemoteTouchpad.svg - install -Dm0644 -t /app/share/icons/hicolor/scalable/apps desktop/com.github.unrud.RemoteTouchpad.svg
- | - |

View file

@ -47,7 +47,7 @@ parts:
override-build: | override-build: |
snapcraftctl build snapcraftctl build
install -Dm0755 -t "${SNAPCRAFT_PART_INSTALL}/usr/bin" desktop/remote-touchpad-wait-on-error install -Dm0755 -t "${SNAPCRAFT_PART_INSTALL}/usr/bin" desktop/remote-touchpad-wait-on-error
install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/metainfo" desktop/com.github.unrud.RemoteTouchpad.appdata.xml install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/metainfo" desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/applications" desktop/com.github.unrud.RemoteTouchpad.desktop install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/applications" desktop/com.github.unrud.RemoteTouchpad.desktop
install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/icons/hicolor/scalable/apps" desktop/com.github.unrud.RemoteTouchpad.svg install -Dm0644 -t "${SNAPCRAFT_PART_INSTALL}/usr/share/icons/hicolor/scalable/apps" desktop/com.github.unrud.RemoteTouchpad.svg
parse-info: [usr/share/metainfo/com.github.unrud.RemoteTouchpad.appdata.xml] parse-info: [usr/share/metainfo/com.github.unrud.RemoteTouchpad.metainfo.xml]