[arch-commits] Commit in evolution-rss/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Jun 9 19:51:43 UTC 2020


    Date: Tuesday, June 9, 2020 @ 19:51:42
  Author: bgyorgy
Revision: 640897

upgpkg: evolution-rss 0.3.96-2: Hide useless desktop file

Modified:
  evolution-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 19:51:08 UTC (rev 640896)
+++ PKGBUILD	2020-06-09 19:51:42 UTC (rev 640897)
@@ -4,7 +4,7 @@
 
 pkgname=evolution-rss
 pkgver=0.3.96
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for Evolution Mail that enables reading of RSS/RDF/ATOM feeds"
 arch=('x86_64')
 url="https://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin"
@@ -23,6 +23,10 @@
 prepare() {
   cd $pkgname
   sed -i '/GCONF/d' configure.ac
+
+  # Hide desktop file, it's useless in the current form
+  sed -i 's/#NoDisplay=true/NoDisplay=true/' evolution-rss.desktop.in.in
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list