Skip to content

Commit

Permalink
droidcam: Add appstream metainfo
Browse files Browse the repository at this point in the history
**Summary**

Add appstream metainfo (Part of #1389)
  • Loading branch information
malfisya committed Jun 18, 2024
1 parent 606a0bd commit 46c1af6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.dev47apps.droidcam.DroidCam</id>

<name>DroidCam</name>
<summary> Turns your phone/tablet into a webcam for your PC</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>

<description>
<p>
DroidCam turns your phone/tablet into a webcam for your PC. Use it with chat programs like Zoom, MS Teams, and Skype.
</p>
</description>

<launchable type="desktop-id">droidcam.desktop</launchable>
</component>
5 changes: 3 additions & 2 deletions packages/d/droidcam/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : droidcam
version : 2.1.2
release : 2
release : 3
source :
- https://github.com/dev47apps/droidcam/archive/refs/tags/v2.1.2.tar.gz : db65ccabc2f54bcd581963e2c36c56a611eea45e5332a39d24440b0966a704b4
- https://github.com/dev47apps/droidcam-linux-client/archive/refs/tags/v2.1.2.tar.gz : 3314c87664d2a8216bff1dda8874f780a4fe270b0b226d2d731965d1a8dcdfce
homepage : http://www.dev47apps.com/
license : GPL-2.0-or-later
component : multimedia.video
Expand Down Expand Up @@ -36,6 +36,7 @@ install : |
install -Dm00755 $workdir/droidcam-cli $installdir/usr/bin/droidcam-cli
install -Dm00644 $workdir/icon2.png $installdir/usr/share/icons/hicolor/96x96/apps/droidcam.png
install -Dm00644 $pkgfiles/droidcam.desktop $installdir/usr/share/applications/droidcam.desktop
install -Dm00644 $pkgfiles/com.dev47apps.droidcam.DroidCam.metainfo.xml -t $installdir/usr/share/metainfo
#Place configuration files needed so droidcam works OOTB
install -Dm00644 $pkgfiles/module.conf $installdir/usr/lib/modules-load.d/droidcam.conf
install -Dm00644 $pkgfiles/modprobe.conf $installdir/usr/lib/modprobe.d/droidcam.conf
13 changes: 7 additions & 6 deletions packages/d/droidcam/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>droidcam</Name>
<Homepage>http://www.dev47apps.com/</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.video</PartOf>
Expand All @@ -30,15 +30,16 @@ Installation Guide: https://help.getsol.us/docs/user/software/camera/droidcam
<Path fileType="library">/usr/lib/modules-load.d/droidcam.conf</Path>
<Path fileType="data">/usr/share/applications/droidcam.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/96x96/apps/droidcam.png</Path>
<Path fileType="data">/usr/share/metainfo/com.dev47apps.droidcam.DroidCam.metainfo.xml</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-01-17</Date>
<Update release="3">
<Date>2024-06-18</Date>
<Version>2.1.2</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 46c1af6

Please sign in to comment.