Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update amarok to 3.0.0 #4

Merged
merged 7 commits into from May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions 1df673defcc4ea62edbf1a964eec289a42499a42.patch
@@ -0,0 +1,24 @@
From 1df673defcc4ea62edbf1a964eec289a42499a42 Mon Sep 17 00:00:00 2001
From: Tuomas Nurmi <tuomas@norsumanageri.org>
Date: Tue, 30 Apr 2024 10:01:24 +0300
Subject: [PATCH] Remove extra .desktop from appstream id

---
src/org.kde.amarok.appdata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org.kde.amarok.appdata.xml b/src/org.kde.amarok.appdata.xml
index da6eaf7219..34194d312f 100644
--- a/src/org.kde.amarok.appdata.xml
+++ b/src/org.kde.amarok.appdata.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
- <id>org.kde.amarok.desktop</id>
+ <id>org.kde.amarok</id>
Comment on lines +17 to +18
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can now drop this patch, I added all beta only apps to exceptions flathub-infra/flatpak-builder-lint#388

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, It's been merged upstream already so it will be in the next update so I'm tempted to keep it here until then.

Copy link

@bbhtt bbhtt May 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest reverting it at some point or adding a provides tag https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#renaming-id-tag (I don't know if Discover supports merging entries with a provides tag, so you have to check if it will work)

The split that I said has already happened:

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

<launchable type="desktop-id">org.kde.amarok.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
--
GitLab

50 changes: 0 additions & 50 deletions appdata.patch

This file was deleted.

40 changes: 0 additions & 40 deletions dbus.patch

This file was deleted.