Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F133329
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/deerportal.appdata.xml b/deerportal.appdata.xml
new file mode 100644
index 0000000..ef4d0db
--- /dev/null
+++ b/deerportal.appdata.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>net.devcarpet.deerportal</id>
+ <metadata_license>CC-BY-SA-3.0 </metadata_license>
+ <project_license>zlib License</project_license>
+ <name>Deer Portal</name>
+ <summary>A hybrid game which utilize board and card games mechanisms.</summary>
+
+ <description>
+ <p>
+ Power Statistics is a program used to view historical and current battery
+ information and will show programs running on your computer using power.
+ </p>
+ <p>Example list:</p>
+ <ul>
+ <li>First item</li>
+ <li>Second item</li>
+ </ul>
+ <p>
+ You probably only need to install this application if you are having problems
+ with your laptop battery, or are trying to work out what programs are using
+ significant amounts of power.
+ </p>
+ </description>
+
+ <launchable type="desktop-id">net.devcarpet.deerportal.desktop</launchable>
+
+ <screenshots>
+ <screenshot type="default">
+ <caption>Game start and gameplay</caption>
+ <image>https://bluszcz.net/projects/games/deerportal/deerportal-game-about-how-human-can-be-upgraded-to-the-deer_771.png/@@images/image.png</image>
+ </screenshot>
+ <screenshot>
+ <image>https://bluszcz.net/projects/games/deerportal/deerportal-game-about-how-human-can-be-upgraded-to-the-deer_772.png/@@images/image.png</image>
+ </screenshot>
+ </screenshots>
+
+ <url type="homepage">https://devcarpet.net/deerportal/</url>
+ <project_group>GNOME</project_group>
+
+ <provides>
+ <binary>deerportal</binary>
+ </provides>
+
+ <releases>
+ <release version="0.8.1" date="2013-04-12">
+ <description>
+ <p>Introduces AppImage metainfo file.</p>
+ </description>
+ </release>
+ </releases>
+</component>
diff --git a/make_appimage.sh b/make_appimage.sh
index 7f7df63..e802481 100644
--- a/make_appimage.sh
+++ b/make_appimage.sh
@@ -1,19 +1,21 @@
#!/bin/sh
[ -f "linuxdeploy-x86_64.AppImage" ] || wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod 755 linuxdeploy-x86_64.AppImage
rm -rf CMakeCache.txt CMakeFiles
mkdir build
cd build
rm -rf CMakeCache.txt CMakeFiles
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make -j 4
../linuxdeploy-x86_64.AppImage --appdir AppDir
make install DESTDIR=AppDir
cp ../AppRun AppDir/
cp ../deerportal.desktop AppDir
cp ../assets/img/deerportal.png AppDir
+mkdir -p AppDir/usr/share/metainfo/
+cp ../deerportal.appdata.xml AppDir/usr/share/metainfo/
sed -i '/Exec/d' AppDir/deerportal.desktop
../linuxdeploy-x86_64.AppImage --appdir AppDir --output appimage
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jun 16, 1:36 AM (2 w, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72874
Default Alt Text
(2 KB)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline