Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gpodder


Commits:
9dab1cbf by Balló György at 2026-06-17T08:35:31+02:00
upgpkg: 3.11.5-4: Fix launchable ID in metainfo file

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gpodder
        pkgdesc = Podcast client written in Python using GTK
        pkgver = 3.11.5
-       pkgrel = 3
+       pkgrel = 4
        url = https://gpodder.github.io/
        arch = any
        license = GPL3


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=gpodder
 pkgver=3.11.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Podcast client written in Python using GTK'
 arch=('any')
 url='https://gpodder.github.io/'
@@ -26,6 +26,9 @@ prepare() {
   patch -Np1 -i ../Try-importing-WebKit2-4.1-first-then-4.0.patch
   # Use gio open directly instead of xdg-open
   sed -i "s/\['xdg-open', filename\]/['gio', 'open', filename]/" 
src/gpodder/util.py
+
+  # Fix launchable ID in metainfo file
+  sed -i 's/org.gpodder.gpodder.desktop/gpodder.desktop/' 
share/metainfo/org.gpodder.gpodder.appdata.xml
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/9dab1cbf06a95983bdd0f6b0befde16e54576b76

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpodder/-/commit/9dab1cbf06a95983bdd0f6b0befde16e54576b76
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to