[arch-commits] Commit in gnome-connections/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Apr 20 15:56:10 UTC 2021


    Date: Tuesday, April 20, 2021 @ 15:56:10
  Author: bgyorgy
Revision: 920073

upgpkg: gnome-connections 40.0.1-3: Add categories to desktop file

Modified:
  gnome-connections/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 15:55:53 UTC (rev 920072)
+++ PKGBUILD	2021-04-20 15:56:10 UTC (rev 920073)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-connections
 pkgver=40.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Remote desktop client for the GNOME desktop environment'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/connections'
@@ -18,6 +18,10 @@
   cd $pkgname-$pkgver
   # Don't use legacy path for metainfo file
   sed -i "s/datadir'), 'appdata/datadir'), 'metainfo/" data/meson.build
+  # Add categories to desktop file
+  sed -i 's/Categories=GTK;/Categories=GNOME;GTK;Utility;RemoteAccess;Network;/' \
+    data/org.gnome.Connections.desktop.in
+
 }
 
 build() {



More information about the arch-commits mailing list