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

Balló György bgyorgy at archlinux.org
Sat Apr 17 14:18:41 UTC 2021


    Date: Saturday, April 17, 2021 @ 14:18:40
  Author: bgyorgy
Revision: 919776

Minor changes

Modified:
  evolution-rss/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 13:55:40 UTC (rev 919775)
+++ PKGBUILD	2021-04-17 14:18:40 UTC (rev 919776)
@@ -5,12 +5,12 @@
 pkgname=evolution-rss
 pkgver=0.3.96
 pkgrel=4
-pkgdesc="Plugin for Evolution Mail that enables reading of RSS/RDF/ATOM feeds"
+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"
+url='https://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin'
 license=('GPL')
-depends=(evolution)
-makedepends=(intltool git gnome-common)
+depends=('evolution')
+makedepends=('intltool' 'git' 'gnome-common')
 _commit=696f57c5451ccf425dcca57e796feded788417dc  # tags/EVOLUTION_RSS_0_3_96^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-rss.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -22,9 +22,11 @@
 
 prepare() {
   cd $pkgname
+
+  # Don't check for unused GConf
   sed -i '/GCONF/d' configure.ac
 
-  # Hide desktop file, it's useless in the current form
+  # Hide desktop file, it's not expected to be shown
   sed -i 's/#NoDisplay=true/NoDisplay=true/' evolution-rss.desktop.in.in
 
   NOCONFIGURE=1 ./autogen.sh
@@ -34,17 +36,10 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 
-check() {
-  make -C $pkgname check
-}
-
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list