Skip to content

Commit

Permalink
Improve metadata
Browse files Browse the repository at this point in the history
Was originally going to be a runtime upgrade to fdo 24.08, but couldn't be done due to flathub/shared-modules#316
  • Loading branch information
MateusRodCosta committed Sep 14, 2024
1 parent 538a6bd commit 7875a57
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "shared-modules"]
path = shared-modules
url = https://github.com/flathub/shared-modules.git
url = https://github.com/MateusRodCosta/shared-modules.git
branch = update-pygame-portmidi
5 changes: 2 additions & 3 deletions com.scoutshonour.dtipbijays.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Type=Application
Version=1.5
Name=don't take it personally, babe, it just ain't your story
Exec=dtipb.sh
Icon=com.scoutshonour.dtipbijays
Exec=dtipb.sh
Categories=Game;AdventureGame;
Keywords=dtipbijays
PrefersNonDefaultGPU=true
Keywords=dtipbijays;
25 changes: 16 additions & 9 deletions com.scoutshonour.dtipbijays.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2024 Mateus Rodrigues Costa -->
<component type="desktop-application">
<id>com.scoutshonour.dtipbijays</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>CC-BY-NC-SA-3.0</project_license>

<name>don't take it personally, babe, it just ain't your story</name>
<summary>A spiritual sequel of sorts to Digital: A Love Story, set in a prestigious private high school, and on the social networks of 2027</summary>

<description>
<p>
A spiritual sequel of sorts to Digital: A Love Story, set in a prestigious private high school, and on the social networks of 2027.
Expand All @@ -25,13 +26,13 @@

<screenshots>
<screenshot type="default">
<image type="source">http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/screenshot3.jpg</image>
<image type="source">https://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/screenshot3.jpg</image>
</screenshot>
<screenshot>
<image type="source">http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/screenshot1.jpg</image>
<image type="source">https://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/screenshot1.jpg</image>
</screenshot>
<screenshot>
<image type="source">http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/screenshot2.jpg</image>
<image type="source">https://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/screenshot2.jpg</image>
</screenshot>
</screenshots>

Expand All @@ -54,9 +55,15 @@
<content_attribute id="language-humor">intense</content_attribute>
</content_rating>

<url type="homepage">http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/</url>
<url type="contact">https://loveconquersallgam.es/</url>

<developer_name>Christine Love</developer_name>
<branding>
<color type="primary" scheme_preference="light">#ffffff</color>
<color type="primary" scheme_preference="dark">#ffffff</color>
</branding>

</component>
<developer id="com.scoutshonour">
<name>Christine Love (Love Conquers All Games)</name>
</developer>

<url type="homepage">https://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/</url>
<url type="contact">https://loveconquersallgam.es/</url>
</component>
9 changes: 3 additions & 6 deletions com.scoutshonour.dtipbijays.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
app-id: com.scoutshonour.dtipbijays
runtime: org.freedesktop.Platform
runtime-version: '23.08'
runtime-version: &runtime-version '23.08'
sdk: org.freedesktop.Sdk
command: dtipb.sh
add-extensions:
org.freedesktop.Platform.ffmpeg-full:
directory: lib/ffmpeg
add-ld-path: "."
version: "23.08"
add-ld-path: '.'
version: *runtime-version
autodelete: false
finish-args:
- --socket=x11
Expand Down Expand Up @@ -119,14 +119,11 @@ modules:
# path: don't take it personally, babe-1.1-linux-x86.tar.bz2
url: https://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/don't%20take%20it%20personally,%20babe-1.1-linux-x86.tar.bz2
sha256: 5ecc7d5eb7eaa6996509b93d3c3dbea5d2b38c5a26d98a0ca391076f22434215

- type: script
dest-filename: launcher.sh
commands:
- renpy /app/game "$@"

- type: file
path: com.scoutshonour.dtipbijays.metainfo.xml

- type: file
path: com.scoutshonour.dtipbijays.desktop
2 changes: 1 addition & 1 deletion shared-modules
Submodule shared-modules updated 46 files
+2 −4 CODEOWNERS
+13 −3 README.md
+4 −0 SDL/SDL-1.2.15.json
+27 −0 SDL/sdl-sysloadso-buffer-length.patch
+2 −2 SDL/sdl12-compat.json
+0 −15 SDL2/README.md
+0 −22 SDL2/SDL2-no-libdecor.json
+0 −23 SDL2/SDL2-with-libdecor.json
+2 −2 gudev/gudev.json
+13 −0 gzdoom/fix-MBF21-A_RadiusDamage.patch
+20 −0 gzdoom/game-music-emu.json
+10 −53 gzdoom/gzdoom.json
+20 −0 gzdoom/zmusic.json
+0 −6 libdecor/README.md
+0 −18 libdecor/libdecor-0.1.1.json
+0 −34 libmad/Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff
+0 −12 libmad/libmad-0.15.1b-cflags-O2.patch
+0 −146 libmad/libmad-0.15.1b-cflags.patch
+0 −37 libmad/libmad-0.15.1b-multiarch.patch
+0 −13 libmad/libmad-0.15.1b-ppc.patch
+9 −42 libmad/libmad.json
+0 −12 libmad/libmad.thumb.diff
+0 −11 libmad/mad.pc
+2 −2 libsecret/libsecret.json
+2 −2 libusb/libusb.json
+1 −0 linux-audio/fftw3f.json
+2 −2 linux-audio/fluidsynth2-static.json
+2 −2 linux-audio/fluidsynth2.json
+3 −0 linux-audio/ladspa.json
+5 −0 linux-audio/lash.json
+3 −1 linux-audio/libinstpatch.json
+94 −0 linux-audio/lilv-static.json
+2 −0 linux-audio/lilv.json
+6 −2 linux-audio/lrdf.json
+5 −5 lua5.4/lua-5.4.json
+7 −7 luajit/luajit.json
+27 −0 lzo/lzo.json
+0 −105 pygame/portmidi-no-java.patch
+2 −6 pygame/pygame-1.9.6.json
+0 −54 qt4/disable-sslv3.patch
+0 −11 qt4/fixgcc11.patch
+0 −31 qt4/fixgcc9.patch
+0 −118 qt4/qt4-4.8.7-minimal.json
+0 −514 qt4/qt4-aarch64.patch
+0 −409 qt4/qt4-openssl-1.1.patch
+22 −0 squashfs-tools/squashfs-tools.json

0 comments on commit 7875a57

Please sign in to comment.