[arch-commits] Commit in qscintilla/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-02 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 2, 2020 @ 19:53:24
  Author: arojas
Revision: 402823

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 402822, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-02 19:53:15 UTC (rev 402822)
+++ PKGBUILD2020-12-02 19:53:24 UTC (rev 402823)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.5
-pkgrel=3
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('9361e26fd7fb7b5819a7eb92c5c1880a18de9bd3ed9dd2eb008e57388696716b')
-
-build() {
-  cd QScintilla-${pkgver}
-  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-  cd Qt4Qt5
-  qmake-qt5
-  make
-
-  cd ../designer-Qt4Qt5
-  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-  make
-
-  cd ..
-  sip-build \
---no-make \
---qsci-features-dir Qt4Qt5/features \
---qsci-include-dir Qt4Qt5 \
---qsci-library-dir Qt4Qt5 \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_qscintilla-qt5() {
-  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt5-base)
-
-  cd QScintilla-${pkgver}/Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  cd ../designer-Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt5 python-pyqt5)
-  replaces=(python-qscintilla-qt5-common)
-
-  cd QScintilla-${pkgver}/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 402822, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-02 19:53:24 UTC (rev 402823)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.6
+pkgrel=1
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('e7346057db47d2fb384467fafccfcb13aa0741373c5d593bc72b55b2f0dd20a7')
+
+build() {
+  cd QScintilla-${pkgver}
+  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+  cd Qt4Qt5
+  qmake-qt5
+  make
+
+  cd ../designer-Qt4Qt5
+  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd ..
+  sip-build \
+--no-make \
+--qsci-features-dir Qt4Qt5/features \
+--qsci-include-dir Qt4Qt5 \
+--qsci-library-dir Qt4Qt5 \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=(qt5-base)
+
+  cd QScintilla-${pkgver}/Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd ../designer-Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python bindings for QScintilla2"
+  depends=(qscintilla-qt5 python-pyqt5)
+  replaces=(python-qscintilla-qt5-common)
+
+  cd QScintilla-${pkgver}/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}


[arch-commits] Commit in qscintilla/repos/extra-x86_64 (3 files)

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 12:35:24
  Author: arojas
Revision: 388746

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 388745, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD
  qscintilla/repos/extra-x86_64/qscintilla-sip-5.3.patch

--+
 PKGBUILD |  123 +
 qscintilla-sip-5.3.patch |   24 
 2 files changed, 58 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 12:35:12 UTC (rev 388745)
+++ PKGBUILD2020-06-10 12:35:24 UTC (rev 388746)
@@ -1,65 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.4
-pkgrel=3
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;
- qscintilla-sip-5.3.patch)
-sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20'
-'917b57158deaf83682d8d383a2295e46c5510a629de8f3df775b941f3ab8b023')
-
-prepare() {
-  cd QScintilla-$pkgver
-  patch -p1 -i ../qscintilla-sip-5.3.patch # Fix build with sip 5.3
-}
-
-build() {
-  cd QScintilla-${pkgver}
-  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-  cd Qt4Qt5
-  qmake-qt5
-  make
-
-  cd ../designer-Qt4Qt5
-  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-  make
-
-  cd ..
-  sip-build \
---no-make \
---qsci-features-dir Qt4Qt5/features \
---qsci-include-dir Qt4Qt5 \
---qsci-library-dir Qt4Qt5 \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_qscintilla-qt5() {
-  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt5-base)
-
-  cd QScintilla-${pkgver}/Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  cd ../designer-Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt5 python-pyqt5)
-  replaces=(python-qscintilla-qt5-common)
-
-  cd QScintilla-${pkgver}/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 388745, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 12:35:24 UTC (rev 388746)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.5
+pkgrel=1
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('9361e26fd7fb7b5819a7eb92c5c1880a18de9bd3ed9dd2eb008e57388696716b')
+
+build() {
+  cd QScintilla-${pkgver}
+  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+  cd Qt4Qt5
+  qmake-qt5
+  make
+
+  cd ../designer-Qt4Qt5
+  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd ..
+  sip-build \
+--no-make \
+--qsci-features-dir Qt4Qt5/features \
+--qsci-include-dir Qt4Qt5 \
+--qsci-library-dir Qt4Qt5 \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=(qt5-base)
+
+  cd QScintilla-${pkgver}/Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd ../designer-Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python bindings for QScintilla2"
+  depends=(qscintilla-qt5 python-pyqt5)
+  replaces=(python-qscintilla-qt5-common)
+
+  cd QScintilla-${pkgver}/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}

Deleted: qscintilla-sip-5.3.patch
===
--- qscintilla-sip-5.3.patch2020-06-10 12:35:12 UTC (rev 388745)
+++ qscintilla-sip-5.3.patch2020-06-10 12:35:24 UTC (rev 388746)
@@ -1,24 +0,0 @@
-diff -ru QScintilla-2.11.5.dev2005091235/Python/sip/qsciabstractapis.sip 
QScintilla-2.11.5.dev2006091431/Python/sip/qsciabstractapis.sip
 QScintilla-2.11.5.dev2005091235/Python/sip/qsciabstractapis.sip
2020-06-09 03:34:50.0 +0200
-+++ QScintilla-2.11.5.dev2006091431/Python/sip/qsciabstractapis.sip

[arch-commits] Commit in qscintilla/repos/extra-x86_64 (3 files)

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 06:49:00
  Author: arojas
Revision: 388712

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 388711, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/extra-x86_64/qscintilla-sip-5.3.patch
(from rev 388711, qscintilla/trunk/qscintilla-sip-5.3.patch)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  123 +++--
 qscintilla-sip-5.3.patch |   24 
 2 files changed, 89 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 06:48:44 UTC (rev 388711)
+++ PKGBUILD2020-06-10 06:49:00 UTC (rev 388712)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.4
-pkgrel=2
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20')
-
-build() {
-  cd "$srcdir"/QScintilla-${pkgver}
-  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-  cd Qt4Qt5
-  qmake-qt5
-  make
-
-  cd ../designer-Qt4Qt5
-  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-  make
-
-  cd ..
-  sip-build \
---no-make \
---qsci-features-dir Qt4Qt5/features \
---qsci-include-dir Qt4Qt5 \
---qsci-library-dir Qt4Qt5 \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_qscintilla-qt5() {
-  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt5-base)
-
-  cd QScintilla-${pkgver}/Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  cd ../designer-Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt5 python-pyqt5)
-  replaces=(python-qscintilla-qt5-common)
-
-  cd QScintilla-${pkgver}/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 388711, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 06:49:00 UTC (rev 388712)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.4
+pkgrel=3
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;
+ qscintilla-sip-5.3.patch)
+sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20'
+'917b57158deaf83682d8d383a2295e46c5510a629de8f3df775b941f3ab8b023')
+
+prepare() {
+  cd QScintilla-$pkgver
+  patch -p1 -i ../qscintilla-sip-5.3.patch # Fix build with sip 5.3
+}
+
+build() {
+  cd QScintilla-${pkgver}
+  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+  cd Qt4Qt5
+  qmake-qt5
+  make
+
+  cd ../designer-Qt4Qt5
+  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd ..
+  sip-build \
+--no-make \
+--qsci-features-dir Qt4Qt5/features \
+--qsci-include-dir Qt4Qt5 \
+--qsci-library-dir Qt4Qt5 \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=(qt5-base)
+
+  cd QScintilla-${pkgver}/Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd ../designer-Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python bindings for QScintilla2"
+  depends=(qscintilla-qt5 python-pyqt5)
+  replaces=(python-qscintilla-qt5-common)
+
+  cd QScintilla-${pkgver}/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}

Copied: qscintilla/repos/extra-x86_64/qscintilla-sip-5.3.patch (from rev 
388711, qscintilla/trunk/qscintilla-sip-5.3.patch)
===
--- qscintilla-sip-5.3.patch(rev 0)
+++ qscintilla-sip-5.3.patch2020-06-10 06:49:00 UTC (rev 388712)
@@ -0,0 +1,24 @@
+diff -ru QScintilla-2.11.5.dev2005091235/Python/sip/qsciabstractapis.sip 
QScintilla-2.11.5.dev2006091431/Python/sip/qsciabstractapis.sip
+--- 

[arch-commits] Commit in qscintilla/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-04 Thread Antonio Rojas via arch-commits
Date: Thursday, June 4, 2020 @ 21:51:25
  Author: arojas
Revision: 388308

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 388307, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  117 ++---
 1 file changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 21:51:11 UTC (rev 388307)
+++ PKGBUILD2020-06-04 21:51:25 UTC (rev 388308)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.4
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('fab209d7112b75046b2eefabb1572f7671557271911eec18617b8cbf397e1c29')
-
-build() {
-  cd "$srcdir"/QScintilla-${pkgver}
-  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-  cd Qt4Qt5
-  qmake-qt5
-  make
-
-  cd ../designer-Qt4Qt5
-  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-  make
-
-  cd ..
-  sip-build \
---no-make \
---qsci-features-dir Qt4Qt5 \
---qsci-include-dir Qt4Qt5 \
---qsci-library-dir Qt4Qt5 \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  echo "QT += widgets" >> Qsci/Qsci.pro
-  make
-}
-
-package_qscintilla-qt5() {
-  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-  depends=(qt5-base)
-
-  cd QScintilla-${pkgver}/Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-  cd ../designer-Qt4Qt5
-  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-  pkgdesc="Python bindings for QScintilla2"
-  depends=(qscintilla-qt5 python-pyqt5)
-  replaces=(python-qscintilla-qt5-common)
-
-  cd QScintilla-${pkgver}/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 388307, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 21:51:25 UTC (rev 388308)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.4
+pkgrel=2
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('723f8f1d1686d9fc8f204cd855347e984322dd5cd727891d324d0d7d187bee20')
+
+build() {
+  cd "$srcdir"/QScintilla-${pkgver}
+  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+  cd Qt4Qt5
+  qmake-qt5
+  make
+
+  cd ../designer-Qt4Qt5
+  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd ..
+  sip-build \
+--no-make \
+--qsci-features-dir Qt4Qt5/features \
+--qsci-include-dir Qt4Qt5 \
+--qsci-library-dir Qt4Qt5 \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=(qt5-base)
+
+  cd QScintilla-${pkgver}/Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd ../designer-Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python bindings for QScintilla2"
+  depends=(qscintilla-qt5 python-pyqt5)
+  replaces=(python-qscintilla-qt5-common)
+
+  cd QScintilla-${pkgver}/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}


[arch-commits] Commit in qscintilla/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-21 Thread Antonio Rojas via arch-commits
Date: Saturday, December 21, 2019 @ 08:52:38
  Author: arojas
Revision: 372014

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 372013, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  112 -
 1 file changed, 59 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-21 08:52:18 UTC (rev 372013)
+++ PKGBUILD2019-12-21 08:52:38 UTC (rev 372014)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.3
-pkgrel=7
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip5')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
-
-build() {
-cd "$srcdir"/QScintilla-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=(qt5-base)
-
-cd QScintilla-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python bindings for QScintilla2"
-depends=(qscintilla-qt5 python-pyqt5)
-replaces=(python-qscintilla-qt5-common)
-
-cd QScintilla-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 372013, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-21 08:52:38 UTC (rev 372014)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.4
+pkgrel=1
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5' 'pyqt-builder')
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('fab209d7112b75046b2eefabb1572f7671557271911eec18617b8cbf397e1c29')
+
+build() {
+  cd "$srcdir"/QScintilla-${pkgver}
+  export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+  cd Qt4Qt5
+  qmake-qt5
+  make
+
+  cd ../designer-Qt4Qt5
+  qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd ..
+  sip-build \
+--no-make \
+--qsci-features-dir Qt4Qt5 \
+--qsci-include-dir Qt4Qt5 \
+--qsci-library-dir Qt4Qt5 \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  echo "QT += widgets" >> Qsci/Qsci.pro
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=(qt5-base)
+
+  cd QScintilla-${pkgver}/Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd ../designer-Qt4Qt5
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python bindings for QScintilla2"
+  depends=(qscintilla-qt5 python-pyqt5)
+  replaces=(python-qscintilla-qt5-common)
+
+  cd QScintilla-${pkgver}/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}


[arch-commits] Commit in qscintilla/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-15 Thread Antonio Rojas via arch-commits
Date: Sunday, December 15, 2019 @ 23:05:19
  Author: arojas
Revision: 371554

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 371553, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-15 23:05:01 UTC (rev 371553)
+++ PKGBUILD2019-12-15 23:05:19 UTC (rev 371554)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
-pkgver=2.11.3
-pkgrel=5
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'qt5-tools' 'sip')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
-
-build() {
-cd "$srcdir"/QScintilla-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=(qt5-base)
-
-cd QScintilla-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python bindings for QScintilla2"
-depends=(qscintilla-qt5 python-pyqt5)
-replaces=(python-qscintilla-qt5-common)
-
-cd QScintilla-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 371553, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-15 23:05:19 UTC (rev 371554)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.3
+pkgrel=7
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip5')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
+
+build() {
+cd "$srcdir"/QScintilla-${pkgver}
+export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+cd Qt4Qt5
+qmake-qt5
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../Python
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=(qt5-base)
+
+cd QScintilla-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+pkgdesc="Python bindings for QScintilla2"
+depends=(qscintilla-qt5 python-pyqt5)
+replaces=(python-qscintilla-qt5-common)
+
+cd QScintilla-${pkgver}/Python
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
+}


[arch-commits] Commit in qscintilla/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 12:36:55
  Author: arojas
Revision: 367240

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 367239, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  136 +++--
 1 file changed, 53 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-09 12:36:37 UTC (rev 367239)
+++ PKGBUILD2019-11-09 12:36:55 UTC (rev 367240)
@@ -1,83 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'python-qscintilla-qt5-common')
-pkgver=2.11.3
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-url="https://www.riverbankcomputing.com/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
-sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
-
-build() {
-cd "$srcdir"/QScintilla-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-
-cd ../Python2
-python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt5-base')
-
-cd QScintilla-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5-common() {
-pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
-depends=('qscintilla-qt5')
-
-cd QScintilla-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/lib
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python 3.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python-pyqt5')
-
-cd QScintilla-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-# Provided by python-qscintilla-common
-rm -r "${pkgdir}"/usr/share
-}
-
-package_python2-qscintilla-qt5() {
-pkgdesc="Python 2.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
-
-cd QScintilla-${pkgver}/Python2
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/share
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 367239, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-09 12:36:55 UTC (rev 367240)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5')
+pkgver=2.11.3
+pkgrel=4
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'qt5-tools' 'sip')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla-$pkgver.tar.gz;)
+sha256sums=('cfadbb7f32fb8a9404fbe5db0ad14ac02229ebdf30a519141236080236ae2dd6')
+
+build() {
+cd "$srcdir"/QScintilla-${pkgver}
+export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+cd Qt4Qt5
+qmake-qt5
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../Python
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=(qt5-base)
+
+cd QScintilla-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5() {
+pkgdesc="Python bindings for QScintilla2"
+depends=(qscintilla-qt5 python-pyqt5)
+replaces=(python-qscintilla-qt5-common)
+
+cd 

[arch-commits] Commit in qscintilla/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-29 Thread Antonio Rojas via arch-commits
Date: Saturday, June 29, 2019 @ 06:59:37
  Author: arojas
Revision: 357034

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 357033, qscintilla/trunk/PKGBUILD)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-29 06:59:05 UTC (rev 357033)
+++ PKGBUILD2019-06-29 06:59:37 UTC (rev 357034)
@@ -1,83 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'python-qscintilla-qt5-common')
-pkgver=2.11.1
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/QScintilla_gpl-$pkgver.tar.gz;)
-sha256sums=('dae54d19e43dba5a3f98ac084fc0bcfa6fb713fa851f1783a01404397fd722f5')
-
-build() {
-cd "$srcdir"/QScintilla_gpl-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-
-cd ../Python2
-python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt5-base')
-
-cd QScintilla_gpl-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5-common() {
-pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
-depends=('qscintilla-qt5')
-
-cd QScintilla_gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/lib
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python 3.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python-pyqt5')
-
-cd QScintilla_gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-# Provided by python-qscintilla-common
-rm -r "${pkgdir}"/usr/share
-}
-
-package_python2-qscintilla-qt5() {
-pkgdesc="Python 2.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
-
-cd QScintilla_gpl-${pkgver}/Python2
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/share
-}

Copied: qscintilla/repos/extra-x86_64/PKGBUILD (from rev 357033, 
qscintilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-29 06:59:37 UTC (rev 357034)
@@ -0,0 +1,83 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.11.2
+pkgrel=1
+license=('GPL')
+arch=('x86_64')
+url="https://www.riverbankcomputing.com/software/qscintilla/intro;
+makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_gpl-$pkgver.tar.gz;)
+sha256sums=('029bdc476a069fda2cea3cd937ba19cc7fa614fb90578caef98ed703b658f4a1')
+
+build() {
+cd "$srcdir"/QScintilla_gpl-${pkgver}
+export QMAKEFEATURES=$PWD/Qt4Qt5/features/
+
+cd Qt4Qt5
+qmake-qt5
+make
+
+cd ../designer-Qt4Qt5
+qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
+make
+
+cd ../Python2
+python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt5-base')
+
+cd QScintilla_gpl-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install -j1
+
+cd ../designer-Qt4Qt5
+make 

[arch-commits] Commit in qscintilla/repos/extra-x86_64 (6 files)

2018-08-24 Thread Antonio Rojas via arch-commits
Date: Friday, August 24, 2018 @ 07:36:29
  Author: arojas
Revision: 332928

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 332927, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/extra-x86_64/QScintilla_gpl-2.9.2-qt5.patch
(from rev 332927, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff
(from rev 332927, qscintilla/trunk/configure.py-objdir-support.diff)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD
  qscintilla/repos/extra-x86_64/QScintilla_gpl-2.9.2-qt5.patch
  qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff

--+
 PKGBUILD |  248 -
 QScintilla_gpl-2.9.2-qt5.patch   |   72 +-
 configure.py-objdir-support.diff |   64 -
 3 files changed, 152 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-24 07:36:01 UTC (rev 332927)
+++ PKGBUILD2018-08-24 07:36:29 UTC (rev 332928)
@@ -1,164 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt4' 'python-qscintilla-qt4' 'python2-qscintilla-qt4'
- 'python-qscintilla-qt4-common'
- 'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'python-qscintilla-qt5-common')
-pkgver=2.10.7
-pkgrel=2
-license=('GPL')
-arch=('x86_64')
-url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-makedepends=('python-pyqt4' 'python2-pyqt4' 'python-pyqt5' 'python2-pyqt5' 
'qt5-tools')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz;)
-sha256sums=('670458de71dd4205e92d8f3b7bad9f667afece925703cde9df6d04bc23331a1a')
-
-prepare() {
-  cp -a QScintilla_gpl-${pkgver}{,-qt4}
-}
-
-build() {
-cd "$srcdir"/QScintilla_gpl-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5 --no-dist-info
-make
-
-cd ../Python2
-python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5  --no-dist-info
-make
-
-cd "$srcdir"/QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
-qmake-qt4
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt4 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4 --no-dist-info
-make
-
-cd ../Python2
-python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4 --no-dist-info
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt5-base')
-
-cd QScintilla_gpl-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5-common() {
-pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
-depends=('qscintilla-qt5')
-
-cd QScintilla_gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/lib
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python 3.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python-pyqt5')
-
-cd QScintilla_gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla-common
-rm -r "${pkgdir}"/usr/share
-}
-
-package_python2-qscintilla-qt5() {
-pkgdesc="Python 2.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
-
-cd QScintilla_gpl-${pkgver}/Python2
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/share
-}
-
-package_qscintilla-qt4() {
-pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt4')
-replaces=('qscintilla<2.9.1')
-conflicts=('qscintilla<2.9.1')
-provides=("qscintilla=$pkgver")
-
-cd QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt4-common() {
-pkgdesc="Common python qscintilla bindings files shared between 

[arch-commits] Commit in qscintilla/repos/extra-x86_64 (6 files)

2018-04-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 10, 2018 @ 14:03:25
  Author: arojas
Revision: 321470

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/PKGBUILD
(from rev 321469, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/extra-x86_64/QScintilla_gpl-2.9.2-qt5.patch
(from rev 321469, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff
(from rev 321469, qscintilla/trunk/configure.py-objdir-support.diff)
Deleted:
  qscintilla/repos/extra-x86_64/PKGBUILD
  qscintilla/repos/extra-x86_64/QScintilla_gpl-2.9.2-qt5.patch
  qscintilla/repos/extra-x86_64/configure.py-objdir-support.diff

--+
 PKGBUILD |  328 ++---
 QScintilla_gpl-2.9.2-qt5.patch   |   72 
 configure.py-objdir-support.diff |   64 +++
 3 files changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 14:02:53 UTC (rev 321469)
+++ PKGBUILD2018-04-10 14:03:25 UTC (rev 321470)
@@ -1,164 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=qscintilla
-pkgname=('qscintilla-qt4' 'python-qscintilla-qt4' 'python2-qscintilla-qt4'
- 'python-qscintilla-qt4-common'
- 'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'python-qscintilla-qt5-common')
-pkgver=2.10.3
-pkgrel=1
-license=('GPL')
-arch=('x86_64')
-url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-makedepends=('python-pyqt4' 'python2-pyqt4' 'python-pyqt5' 'python2-pyqt5' 
'qt5-tools')
-options=('!buildflags') # Fix Qt Designer plugin
-source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz;)
-sha256sums=('d2657a68e7699d37209ff97db965de7c67884d99b33066d0ba457e6f39b581e7')
-
-prepare() {
-  cp -a QScintilla_gpl-${pkgver}{,-qt4}
-}
-
-build() {
-cd "$srcdir"/QScintilla_gpl-${pkgver}
-export QMAKEFEATURES=$PWD/Qt4Qt5/features/
-
-cd Qt4Qt5
-qmake-qt5
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt5 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-
-cd ../Python2
-python2 configure.py --pyqt=PyQt5 -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt5
-make
-
-cd "$srcdir"/QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
-qmake-qt4 QMAKE_CXXFLAGS+=-DQT_NO_ACCESSIBILITY
-make
-
-cd ../designer-Qt4Qt5
-qmake-qt4 INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
-make
-
-cd ../
-cp -rf Python Python2
-cd Python
-python configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
-make
-
-cd ../Python2
-python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake 
/usr/bin/qmake-qt4
-make
-}
-
-package_qscintilla-qt5() {
-pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt5-base')
-
-cd QScintilla_gpl-${pkgver}/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt5-common() {
-pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
-depends=('qscintilla-qt5')
-
-cd QScintilla_gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/lib
-}
-
-package_python-qscintilla-qt5() {
-pkgdesc="Python 3.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python-pyqt5')
-
-cd QScintilla_gpl-${pkgver}/Python
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla-common
-rm -r "${pkgdir}"/usr/share
-}
-
-package_python2-qscintilla-qt5() {
-pkgdesc="Python 2.x bindings for QScintilla2"
-depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
-
-cd QScintilla_gpl-${pkgver}/Python2
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-# Provided by python-qscintilla
-rm -r "${pkgdir}"/usr/share
-}
-
-package_qscintilla-qt4() {
-pkgdesc="A port to Qt4 of Neil Hodgson's Scintilla C++ editor class"
-depends=('qt4')
-replaces=('qscintilla<2.9.1')
-conflicts=('qscintilla<2.9.1')
-provides=("qscintilla=$pkgver")
-
-cd QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-
-cd ../designer-Qt4Qt5
-make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
-}
-
-package_python-qscintilla-qt4-common() {
-pkgdesc="Common python qscintilla 

[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:41:47
  Author: andrea
Revision: 123075

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-05-07 Thread Andrea Scarpino
Date: Saturday, May 7, 2011 @ 19:42:01
  Author: andrea
Revision: 123076

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-04-17 Thread Andrea Scarpino
Date: Sunday, April 17, 2011 @ 07:43:26
  Author: andrea
Revision: 119953

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-04-17 Thread Andrea Scarpino
Date: Sunday, April 17, 2011 @ 07:43:39
  Author: andrea
Revision: 119954

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-03-31 Thread Andrea Scarpino
Date: Thursday, March 31, 2011 @ 17:20:25
  Author: andrea
Revision: 117374

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-03-31 Thread Andrea Scarpino
Date: Thursday, March 31, 2011 @ 17:20:38
  Author: andrea
Revision: 117375

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-02-25 Thread Stéphane Gaudreault
Date: Friday, February 25, 2011 @ 20:51:12
  Author: stephane
Revision: 111305

db-move: qscintilla removed by stephane for move to [extra] (x86_64)

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64 testing-x86_64)

2011-02-25 Thread Stéphane Gaudreault
Date: Friday, February 25, 2011 @ 20:51:14
  Author: stephane
Revision: 111306

db-move: moved qscintilla from [testing] to [extra] (x86_64)

Added:
  qscintilla/repos/extra-x86_64/
Deleted:
  qscintilla/repos/testing-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:34
  Author: andrea
Revision: 108086

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-29 Thread Andrea Scarpino
Date: Saturday, January 29, 2011 @ 07:31:48
  Author: andrea
Revision: 108087

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-22 Thread Andrea Scarpino
Date: Saturday, January 22, 2011 @ 08:42:52
  Author: andrea
Revision: 107202

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-22 Thread Andrea Scarpino
Date: Saturday, January 22, 2011 @ 08:43:07
  Author: andrea
Revision: 107203

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-22 Thread Andrea Scarpino
Date: Saturday, January 22, 2011 @ 10:13:23
  Author: andrea
Revision: 107207

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-22 Thread Andrea Scarpino
Date: Saturday, January 22, 2011 @ 10:13:37
  Author: andrea
Revision: 107208

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-19 Thread Andrea Scarpino
Date: Wednesday, January 19, 2011 @ 12:24:57
  Author: andrea
Revision: 106884

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-19 Thread Andrea Scarpino
Date: Wednesday, January 19, 2011 @ 12:25:11
  Author: andrea
Revision: 106885

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-19 Thread Andrea Scarpino
Date: Wednesday, January 19, 2011 @ 16:49:15
  Author: andrea
Revision: 106972

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-19 Thread Andrea Scarpino
Date: Wednesday, January 19, 2011 @ 16:49:52
  Author: andrea
Revision: 106973

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-10 Thread Andrea Scarpino
Date: Monday, January 10, 2011 @ 21:25:09
  Author: andrea
Revision: 105742

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-10 Thread Andrea Scarpino
Date: Monday, January 10, 2011 @ 21:25:22
  Author: andrea
Revision: 105743

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-10 Thread Andrea Scarpino
Date: Monday, January 10, 2011 @ 21:26:21
  Author: andrea
Revision: 105745

db-remove: qscintilla removed by andrea

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2011-01-10 Thread Andrea Scarpino
Date: Monday, January 10, 2011 @ 21:29:50
  Author: andrea
Revision: 105747

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-12-24 Thread Andrea Scarpino
Date: Friday, December 24, 2010 @ 11:08:22
  Author: andrea
Revision: 103972

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-12-24 Thread Andrea Scarpino
Date: Friday, December 24, 2010 @ 11:08:40
  Author: andrea
Revision: 103973

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:38:41
  Author: andrea
Revision: 96679

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 20:39:02
  Author: andrea
Revision: 96680

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 17:17:35
  Author: allan
Revision: 95977

db-move: qscintilla removed by allan for move to [extra] (x86_64)

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64 testing-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 17:17:37
  Author: allan
Revision: 95978

db-move: moved qscintilla from [testing] to [extra] (x86_64)

Added:
  qscintilla/repos/extra-x86_64/
Deleted:
  qscintilla/repos/testing-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-10-06 Thread Andrea Scarpino
Date: Wednesday, October 6, 2010 @ 16:53:18
  Author: andrea
Revision: 94361

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:32:35
  Author: andrea
Revision: 85486

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:32:59
  Author: andrea
Revision: 85487

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:34:22
  Author: andrea
Revision: 85489

db-remove: qscintilla removed by andrea

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-07-14 Thread Andrea Scarpino
Date: Wednesday, July 14, 2010 @ 13:35:49
  Author: andrea
Revision: 85492

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-03-21 Thread Andrea Scarpino
Date: Sunday, March 21, 2010 @ 17:41:13
  Author: andrea
Revision: 73034

archrelease: remove extra-x86_64

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-03-21 Thread Andrea Scarpino
Date: Sunday, March 21, 2010 @ 17:41:31
  Author: andrea
Revision: 73035

archrelease: copy trunk to extra-x86_64

Added:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-02-09 Thread Pierre Schmitz
Date: Tuesday, February 9, 2010 @ 03:29:47
  Author: pierre
Revision: 67829

db-move: qscintilla removed by pierre for move to extra

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64 testing-x86_64)

2010-02-09 Thread Pierre Schmitz
Date: Tuesday, February 9, 2010 @ 03:29:48
  Author: pierre
Revision: 67830

db-move: moved qscintilla from [testing] to [extra] (x86_64)

Added:
  qscintilla/repos/extra-x86_64/
Deleted:
  qscintilla/repos/testing-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-02-09 Thread Andrea Scarpino
Date: Tuesday, February 9, 2010 @ 23:32:04
  Author: andrea
Revision: 67968

Merged revisions 67966 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qscintilla/trunk


  r67966 | andrea | 2010-02-10 05:30:30 +0100 (Wed, 10 Feb 2010) | 2 lines
  
  upgpkg: qscintilla 2.4.2-1
  upstream release


Modified:
  qscintilla/repos/extra-x86_64/(properties)
  qscintilla/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   41 ++---
 1 file changed, 18 insertions(+), 23 deletions(-)


Property changes on: qscintilla/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /qscintilla/trunk:1-66743
   + /qscintilla/trunk:1-67967

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-02-10 04:31:07 UTC (rev 67967)
+++ extra-x86_64/PKGBUILD   2010-02-10 04:32:04 UTC (rev 67968)
@@ -5,51 +5,46 @@
 # Contributor: DaNiMoTh jjdanimoth@gmail.com
 
 pkgname=qscintilla
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 license=('GPL')
 pkgdesc=A port to Qt4 of Neil Hodgson's Scintilla C++ editor class
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
-depends=('qt=4.6.0')
+depends=('qt')
 provides=('qscintilla2')
 conflicts=('qscintilla2')
-replaces=('qscintilla2')
-source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$pkgver.tar.gz)
-md5sums=('2815ea8b7f15d857d657743d023dcbc3')
-options=('force')
+creplaces=('qscintilla2')
+source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-${pkgver}.tar.gz;)
+md5sums=('316dc8b53ec02548cae1c0d5acfa8ace')
 
 build() {
 cd $srcdir/QScintilla-gpl-$pkgver/Qt4
-sed -i s|DESTDIR = .*|DESTDIR = $pkgdir/usr/lib|g qscintilla.pro
 sed -i s|header.path = .*|header.path = $pkgdir/usr/include|g 
qscintilla.pro
 sed -i s|trans.path = .*|trans.path = 
$pkgdir/usr/share/qt/translations|g qscintilla.pro
 sed -i s|qsci.path = .*|qsci.path = $pkgdir/usr/share/qt/translations|g 
qscintilla.pro
 
 qmake qscintilla.pro
 sed -i 's|$(MOVE) $(TARGET)|$(COPY) $(TARGET)|g' Makefile
-make || return 1
-make DESTDIR=$pkgdir install
+make DESTDIR=${pkgdir} || return 1
 
-cd ../designer-Qt4
-
 # Qt4 designer qscintilla2 plugin
-mkdir -p $pkgdir/usr/lib/qt/plugins/designer
-
+cd ../designer-Qt4
+install -d ${pkgdir}/usr/lib/qt/plugins/designer
 echo INCPATH += ../Qt4  designer.pro
 sed -i s|LIBS.*|LIBS += -L../Qt4 -lqscintilla2|g designer.pro
 qmake designer.pro
 make || return 1
-cp libqscintillaplugin.so $pkgdir/usr/lib/qt/plugins/designer/ || return 1
+}
 
-msg Installing the libs to the right place
+package() {
+  cd ${srcdir}/QScintilla-gpl-${pkgver}/Qt4
+  make DESTDIR=${pkgdir} install || return 1
+  cp libqscintilla2.so.5.2.0 ${pkgdir}/usr/lib/ || return 1
+  ln -s libqscintilla2.so.5.2.0 ${pkgdir}/usr/lib/libqscintilla2.so
+  ln -s libqscintilla2.so.5.2.0 ${pkgdir}/usr/lib/libqscintilla2.so.5
+  ln -s libqscintilla2.so.5.2.0 ${pkgdir}/usr/lib/libqscintilla2.so.5.2
 
-cd ../Qt4
-cp libqscintilla2.so.5.2.0 $pkgdir/usr/lib/ || return 1
-
-pushd $pkgdir/usr/lib/
-ln -s libqscintilla2.so.5.2.0 libqscintilla2.so
-ln -s libqscintilla2.so.5.2.0 libqscintilla2.so.5
-ln -s libqscintilla2.so.5.2.0 libqscintilla2.so.5.2
-popd
+  cd ${srcdir}/QScintilla-gpl-${pkgver}/designer-Qt4
+  cp libqscintillaplugin.so ${pkgdir}/usr/lib/qt/plugins/designer/ || return 1
 }



[arch-commits] Commit in qscintilla/repos (extra-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:42:25
  Author: jgc
Revision: 66227

db-move: qscintilla removed by jgc for move to extra

Deleted:
  qscintilla/repos/extra-x86_64/



[arch-commits] Commit in qscintilla/repos (extra-x86_64 testing-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:42:26
  Author: jgc
Revision: 66228

db-move: moved qscintilla from [testing] to [extra] (x86_64)

Added:
  qscintilla/repos/extra-x86_64/
Deleted:
  qscintilla/repos/testing-x86_64/