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

Antonio Rojas arojas at archlinux.org
Fri Oct 7 20:35:11 UTC 2016


    Date: Friday, October 7, 2016 @ 20:35:10
  Author: arojas
Revision: 277910

Add python2-xdg dependency, fix shebang (FS#51211)

Modified:
  fvwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-07 19:47:46 UTC (rev 277909)
+++ PKGBUILD	2016-10-07 20:35:10 UTC (rev 277910)
@@ -3,12 +3,12 @@
 
 pkgname=fvwm
 pkgver=2.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiple large virtual desktop window manager originally derived from twm"
 arch=('i686' 'x86_64')
 url="http://www.fvwm.org"
 license=('GPL' 'custom')
-depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor')
+depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor' 'python2-xdg')
 makedepends=('libxslt')
 optdepends=('perl-tk: for ClickToFocus support'
             'perl-x11-protocol: for ClickToFocus support')
@@ -19,7 +19,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library
   make
 }
 



More information about the arch-commits mailing list