Package Base Details: pyqt4

Git Clone URL: https://aur.archlinux.org/pyqt4.git (read-only, click to copy)
Submitter: arojas
Maintainer: LaughingMan
Last Packager: LaughingMan
Votes: 20
Popularity: 0.000000
First Submitted: 2018-08-24 08:49 (UTC)
Last Updated: 2023-05-11 01:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

LaughingMan commented on 2021-03-21 11:40 (UTC)

I tried to push a python2-dbus package to AUR but it thinks that's still provided by [extra] and rejects it. Will try again in a few days.


pkgname=python2-dbus
_pkgname=dbus-python
pkgver=1.2.16
pkgrel=4
pkgdesc="Python2 bindings for DBUS"
url="https://www.freedesktop.org/wiki/Software/DBusBindings"
arch=(x86_64)
license=('GPL' 'LGPL')
depends=('dbus' 'glib2' 'python2' 'python-dbus-common<1.3' 'python-dbus-common>=1.2')
makedepends=('autoconf-archive')
source=(https://dbus.freedesktop.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
sha256sums=('11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4')

prepare() {
  cd $_pkgname-$pkgver
  autoreconf -vfi
}

build() {
  cd $_pkgname-$pkgver

  ./configure --prefix=/usr PYTHON_VERSION=2
  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  make
}

package() {
  cd $_pkgname-$pkgver
  make DESTDIR="${pkgdir}" install

  rm -rf "${pkgdir}/usr/share"
  rm -r "${pkgdir}/usr/include"
  rm -r "${pkgdir}/usr/lib/pkgconfig"
}

PS: Please don't flag packages as out of date just because of a problem. Even more so if the problem isn't even with the package itself.

bartus commented on 2021-03-18 08:19 (UTC)

python2-dbus was dropped from extra repository.

https://github.com/archlinux/svntogit-packages/commit/6fccd0bc5d051b6e1afdb4ecbd457e317b59cda9

https://bugs.archlinux.org/task/70033

tuxayo commented on 2021-03-17 21:00 (UTC)

Can't upgrade my system because now dbus-python and python2-dbus conflict. And python2-dbus is a dependency of python2-pyqt4.

Actually python2-dbus isn't anymore in the AUR

LaughingMan commented on 2021-01-25 01:55 (UTC)

Since this package was orphaned I've adopted it for now and fixed up the sip/sip4 situation. If some more experienced maintainer wants to take over, let me know.

madjoe commented on 2021-01-19 11:25 (UTC)

sip has been replaced with sip4 and dependency should be moved accordingly

tuxayo commented on 2021-01-07 18:54 (UTC)

It seems to be the case, I can't build with only sip 6.0.0-1 installed, I need sip4 4.19.24-1

tuxayo commented on 2021-01-07 18:31 (UTC)

IIUC now it should depend on sip4 rather than sip.

marmistrz commented on 2020-10-12 12:27 (UTC)

@Tmpod for now you can use the pkgbuild under https://github.com/archlinux/svntogit-packages/blob/a08d7b0a901fb814ac2094fe609468c49ff0d6db/trunk/PKGBUILD to build python2-opengl locally.

Hopefully someone will submit python2-opengl to AUR soon.