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

Balló György bgyorgy at archlinux.org
Sat Sep 15 20:57:26 UTC 2018


    Date: Saturday, September 15, 2018 @ 20:57:26
  Author: bgyorgy
Revision: 381769

upgpkg: evolution-on 3.24.2-2

Remove unused gconf dependency

Modified:
  evolution-on/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 20:42:05 UTC (rev 381768)
+++ PKGBUILD	2018-09-15 20:57:26 UTC (rev 381769)
@@ -2,20 +2,28 @@
 
 pkgname=evolution-on
 pkgver=3.24.2
-pkgrel=1
-pkgdesc='Tray plugin for the Evolution email client.'
+pkgrel=2
+pkgdesc='Tray plugin for the Evolution email client'
 arch=('x86_64')
 url='https://github.com/acidrain42/evolution-on'
 license=('GPL2')
-depends=('evolution' 'gconf' 'libnotify')
+depends=('evolution' 'libnotify')
 makedepends=('git' 'gnome-common')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('7f6c048c052ecab2efefaeddaba9db8f7f63035c5505fce0b9c260b5cf2044fe0c4d90a2e7461e1643f507daa1d3a871be9c16e58311d229697d9ce11faa82cf')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i '/AM_GCONF_SOURCE_2/d' configure.ac
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
   cd $pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr
+  ./configure --prefix=/usr
 
   make
 }



More information about the arch-commits mailing list