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

Antonio Rojas arojas at archlinux.org
Tue Jun 12 19:05:03 UTC 2018


    Date: Tuesday, June 12, 2018 @ 19:05:01
  Author: arojas
Revision: 326856

Use python 3 (FS#58946)

Modified:
  fvwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-12 17:59:32 UTC (rev 326855)
+++ PKGBUILD	2018-06-12 19:05:01 UTC (rev 326856)
@@ -3,12 +3,12 @@
 
 pkgname=fvwm
 pkgver=2.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiple large virtual desktop window manager originally derived from twm"
 arch=('x86_64')
 url="http://www.fvwm.org"
 license=('GPL' 'custom')
-depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor' 'python2-xdg')
+depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor' 'python-xdg')
 makedepends=('libxslt')
 optdepends=('perl-tk: for ClickToFocus support'
             'perl-x11-protocol: for ClickToFocus support')
@@ -26,7 +26,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library
   make
 }
 



More information about the arch-commits mailing list