From 59c344501df58a762b720187b0f513d408c1fde5 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 2 Mar 2024 10:00:45 +0100 Subject: [PATCH 1/5] metainfo: Remove .desktop from app id Not needed. --- data/com.vixalien.decibels.metainfo.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/com.vixalien.decibels.metainfo.xml.in.in b/data/com.vixalien.decibels.metainfo.xml.in.in index 7678eed..77caddf 100644 --- a/data/com.vixalien.decibels.metainfo.xml.in.in +++ b/data/com.vixalien.decibels.metainfo.xml.in.in @@ -1,7 +1,7 @@ - @app-id@.desktop + @app-id@ Decibels Play audio files CC0-1.0 From 01a8250dd60732e9aaf9cc854a7a0ec2ee4555ca Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 2 Mar 2024 10:14:31 +0100 Subject: [PATCH 2/5] metainfo: Use reverse DNS for developer id See example at https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer. --- data/com.vixalien.decibels.metainfo.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/com.vixalien.decibels.metainfo.xml.in.in b/data/com.vixalien.decibels.metainfo.xml.in.in index 77caddf..acf684c 100644 --- a/data/com.vixalien.decibels.metainfo.xml.in.in +++ b/data/com.vixalien.decibels.metainfo.xml.in.in @@ -8,7 +8,7 @@ GPL-3.0 Angelo Verlain - + Angelo Verlain hey@vixalien.com From 258dd83237c0b1d1bfe3e23d81cd48298534b36f Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 2 Mar 2024 10:15:27 +0100 Subject: [PATCH 3/5] metainfo: Replace tabs with spaces More than half of the file was using spaces anyways. --- data/com.vixalien.decibels.metainfo.xml.in.in | 60 +++++++++---------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/data/com.vixalien.decibels.metainfo.xml.in.in b/data/com.vixalien.decibels.metainfo.xml.in.in index acf684c..8e587a5 100644 --- a/data/com.vixalien.decibels.metainfo.xml.in.in +++ b/data/com.vixalien.decibels.metainfo.xml.in.in @@ -14,20 +14,18 @@ hey@vixalien.com

Current features:

-
    -
  • Shows the waveform of the track
  • -
  • Adjust playback speed
  • -
  • Easy seek controls
  • -
+
    +
  • Shows the waveform of the track
  • +
  • Adjust playback speed
  • +
  • Easy seek controls
  • +
- - https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-1.png + https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-1.png - - https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-2.png + https://github.com/vixalien/decibels/raw/HEAD/data/screenshots/screenshot-2.png @@ -39,7 +37,7 @@
  • Enhanced the accessibility of the app by ensuring that every on-screen element is screenreader accessible
  • Added Dutch, Occitan, Belarusian and updated the Italian translations
  • - + @@ -47,7 +45,7 @@
  • The buttons allowing to skip forwards and backwards 30 seconds were removed
  • Some issues in the Brazilian Translation were fixed
  • -
    +
    @@ -56,11 +54,11 @@
  • A few issues preventing some content from being translated were fixed
  • Decibels was translated to Czech, Kinyarwanda, German, Traditional Chinese, Ukrainian and Brazilian Portuguese
  • -
    +
    -

    A small bugfix and minor improvements release

    +

    A small bugfix and minor improvements release

    • The artist of the currently playing track is shown if the artist is known
    • Fix a minor visual issue when dropping a file
    • @@ -69,11 +67,11 @@
    • A few issues preventing some content from being translated were fixed
    • Decibels was translated to French, Russian, Italian and Turkish
    -
    +
    -

    A few improvements and papercut fixes

    +

    A few improvements and papercut fixes

    • Support drag and drop
    • Seek to the start of a track after it ends
    • @@ -85,24 +83,24 @@
    • Fixed some issues with the Development build of Decibels
    • Fixed a minor glitch with the app icon
    -
    +
    -

    A few bug fixes that polishes up the app

    +

    A few bug fixes that polishes up the app

    • Differentiate development versions of the app from the stable app by styling the icon and header differently
    • Added donation link in application metadata
    • Fix the About Window being detached from main window
    • Fix the About Window showing release notes for an older version
    -
    +
    -

    Initial Release

    -
    +

    Initial Release

    +
    @app-id@.desktop @@ -113,15 +111,15 @@ https://github.com/vixalien/decibels @gettext-package@ - mobile - - - 360 - - - pointing - keyboard - touch - tablet - + mobile + + + 360 + + + pointing + keyboard + touch + tablet +
    From 403e8d4d4f72856b7453682af4cf3bbc11e38418 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 2 Mar 2024 10:18:30 +0100 Subject: [PATCH 4/5] doap: Add xml header Some editors won't pick it up as a xml file otherwise. --- decibels.doap | 1 + 1 file changed, 1 insertion(+) diff --git a/decibels.doap b/decibels.doap index f2717bf..dedac2b 100644 --- a/decibels.doap +++ b/decibels.doap @@ -1,3 +1,4 @@ + Date: Sat, 2 Mar 2024 10:21:01 +0100 Subject: [PATCH 5/5] desktop: Add comment matching app summary --- data/com.vixalien.decibels.desktop.in.in | 1 + 1 file changed, 1 insertion(+) diff --git a/data/com.vixalien.decibels.desktop.in.in b/data/com.vixalien.decibels.desktop.in.in index 7c37fd6..ba9f437 100644 --- a/data/com.vixalien.decibels.desktop.in.in +++ b/data/com.vixalien.decibels.desktop.in.in @@ -1,6 +1,7 @@ [Desktop Entry] Name=Decibels GenericName=Audio Player +Comment=Play audio files TryExec=@app-id@ Exec=@app-id@ %U Icon=@app-id@