summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Corbatto2016-02-26 19:33:20 +0100
committerLuca Corbatto2016-02-26 19:33:20 +0100
commit4adacba6ef90206ac083fbe9466746e37aeaf7c5 (patch)
tree47a44b835edf5437571630f835af4cb7587382f4
parent7a6c558eb3f9a2f60c5203737b5c2b63a5c00bfb (diff)
downloadaur-4adacba6ef90206ac083fbe9466746e37aeaf7c5.tar.gz
Improoved the package a little
Redirected the libtool for cleaner output
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
-rw-r--r--evolution-rss.install4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a1af5cc338..ba0989c8b195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.0.0
-# Fri Feb 26 18:23:39 UTC 2016
+# Generated by mksrcinfo v8
+# Fri Feb 26 18:33:13 UTC 2016
pkgbase = evolution-rss-git
pkgdesc = RSS-Plugin for evolution
pkgver = 0.3.95.r26.ga6fe830
- pkgrel = 1
+ pkgrel = 2
url = http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
install = evolution-rss.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 063188824565..9e09253f21b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=evolution-rss
pkgname=$_pkgname-git
pkgver=0.3.95.r26.ga6fe830
-pkgrel=1
+pkgrel=2
pkgdesc="RSS-Plugin for evolution"
arch=(i686 x86_64)
url="http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin"
diff --git a/evolution-rss.install b/evolution-rss.install
index 191fe5bed137..4bd8bb429620 100644
--- a/evolution-rss.install
+++ b/evolution-rss.install
@@ -1,6 +1,6 @@
post_install() {
- libtool --finish /usr/lib/evolution/plugins
- libtool --finish /usr/lib/evolution-data-server/registry-modules
+ libtool --finish /usr/lib/evolution/plugins > /dev/null
+ libtool --finish /usr/lib/evolution-data-server/registry-modules > /dev/null
glib-compile-schemas /usr/share/glib-2.0/schemas
}