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

Jan Steffens heftig at nymeria.archlinux.org
Mon Mar 31 18:56:43 UTC 2014


    Date: Monday, March 31, 2014 @ 20:56:43
  Author: heftig
Revision: 209658

Explicitly set bindir to prevent build bug (bad desktop file)

Modified:
  seahorse/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-31 18:56:07 UTC (rev 209657)
+++ PKGBUILD	2014-03-31 18:56:43 UTC (rev 209658)
@@ -5,7 +5,7 @@
 
 pkgname=seahorse
 pkgver=3.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
@@ -24,8 +24,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --bindir=/usr/bin \
       --enable-ldap --enable-hkp \
       --disable-schemas-compile
   make




More information about the arch-commits mailing list