Skip to content

Commit

Permalink
temporarily disable Python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chih-Hsuan Yen committed Dec 24, 2021
1 parent b5a222b commit 283bbe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = qtermwidget-git
pkgdesc = A terminal widget for Qt, used by QTerminal
pkgver = 0.17.0.23.g68a019e
pkgrel = 1
pkgver = 1.0.0.2.g56ed3a7
pkgrel = 2
url = https://github.com/lxqt/qtermwidget
arch = x86_64
license = LGPL
Expand All @@ -16,7 +16,7 @@ pkgbase = qtermwidget-git
makedepends = sip4
depends = qt5-base
optdepends = python: PyQt5 bindings
provides = qtermwidget=0.17.0.23.g68a019e
provides = qtermwidget=1.0.0.2.g56ed3a7
conflicts = qtermwidget
source = git+https://github.com/lxqt/qtermwidget.git
sha256sums = SKIP
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

_pkgname=qtermwidget
pkgname=$_pkgname-git
pkgver=0.17.0.23.g68a019e
pkgrel=1
pkgver=1.0.0.2.g56ed3a7
pkgrel=2
pkgdesc="A terminal widget for Qt, used by QTerminal"
arch=("x86_64")
url="https://github.com/lxqt/qtermwidget"
Expand All @@ -31,7 +31,7 @@ build() {
cd build
cmake "$srcdir/$_pkgname" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DQTERMWIDGET_BUILD_PYTHON_BINDING=ON
-DQTERMWIDGET_BUILD_PYTHON_BINDING=OFF
make
}

Expand Down

0 comments on commit 283bbe1

Please sign in to comment.