[arch-commits] Commit in planner (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jan 13 23:53:47 UTC 2018


    Date: Saturday, January 13, 2018 @ 23:53:46
  Author: bgyorgy
Revision: 281863

planner: Fix build

Modified:
  planner/repos/community-x86_64/PKGBUILD
  planner/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |    3 ++-
 trunk/PKGBUILD                  |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-01-13 23:47:41 UTC (rev 281862)
+++ repos/community-x86_64/PKGBUILD	2018-01-13 23:53:46 UTC (rev 281863)
@@ -44,7 +44,8 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-update-mimedb --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+              PYTHON=/usr/bin/python2
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-13 23:47:41 UTC (rev 281862)
+++ trunk/PKGBUILD	2018-01-13 23:53:46 UTC (rev 281863)
@@ -44,7 +44,8 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-update-mimedb --disable-schemas-install \
-              --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+              --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+              PYTHON=/usr/bin/python2
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list