[arch-commits] Commit in pyqt5/trunk (PKGBUILD pyqt5-no-write-check.patch)

Antonio Rojas arojas at archlinux.org
Sat Dec 21 09:15:42 UTC 2019


    Date: Saturday, December 21, 2019 @ 09:15:41
  Author: arojas
Revision: 372015

Restore qscintilla api file (FS#64919)

Modified:
  pyqt5/trunk/PKGBUILD
Deleted:
  pyqt5/trunk/pyqt5-no-write-check.patch

----------------------------+
 PKGBUILD                   |    5 +++--
 pyqt5-no-write-check.patch |   13 -------------
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-21 08:52:38 UTC (rev 372014)
+++ PKGBUILD	2019-12-21 09:15:41 UTC (rev 372015)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5' 'python2-pyqt5')
 pkgver=5.14.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -26,7 +26,8 @@
   cd "$srcdir"/PyQt5-$pkgver
   sip-build \
     --confirm-license \
-    --no-make
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
   cd build
   make
 

Deleted: pyqt5-no-write-check.patch
===================================================================
--- pyqt5-no-write-check.patch	2019-12-21 08:52:38 UTC (rev 372014)
+++ pyqt5-no-write-check.patch	2019-12-21 09:15:41 UTC (rev 372015)
@@ -1,13 +0,0 @@
---- PyQt5-5.13.2/project.py.orig	2019-12-13 19:02:20.618573711 +0000
-+++ PyQt5-5.13.2/project.py	2019-12-13 19:02:31.142055299 +0000
-@@ -306,10 +306,6 @@
-         target_plugin_dir = os.path.join(
-                 builder.qt_configuration['QT_INSTALL_PLUGINS'], target_subdir)
- 
--        if not os.access(target_plugin_dir, os.W_OK):
--            self.progress("The {0} plugin was disabled because you do not have write permission on '{1}'.".format(user_name, target_plugin_dir))
--            return
--
-         # Create the buildable and add it to the builder.
-         buildable = Buildable(self, name)
-         self.buildables.append(buildable)



More information about the arch-commits mailing list