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

Antonio Rojas arojas at archlinux.org
Mon Apr 22 15:57:12 UTC 2019


    Date: Monday, April 22, 2019 @ 15:57:11
  Author: arojas
Revision: 452979

Set proper PKG_CONFIG_PATH instead of depending on imagemagick6

Modified:
  redmine/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 15:12:55 UTC (rev 452978)
+++ PKGBUILD	2019-04-22 15:57:11 UTC (rev 452979)
@@ -3,13 +3,13 @@
 
 pkgname=redmine
 pkgver=4.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A flexible project management web application written using Ruby on Rails framework."
 arch=('any')
 url="https://www.redmine.org"
 license=('GPL2')
 depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
-makedepends=('imagemagick6' 'mariadb-libs' 'postgresql-libs')
+makedepends=('mariadb-libs' 'postgresql-libs')
 optdepends=('apache: A supported application server'
             'nginx: A supported application server'
             'mysql: MySQL database support'
@@ -24,6 +24,8 @@
 
 build() {
     cd "$srcdir"/redmine-$pkgver
+
+    export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
     cp "${srcdir}"/Gemfile.local Gemfile.local
     bundle lock
     bundle install --no-cache --deployment --without development test



More information about the arch-commits mailing list