mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-12-25 06:26:15 +01:00
build: add depends 'qt6-base' in archlinux/PKGBUILD
add depends 'qt6-base' to compile with both Qt5 and Qt6 Log: add depends 'qt6-base' in archlinux/PKGBUILD
This commit is contained in:
parent
dd1687618a
commit
be8ad78437
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Dingyuan Zhang <lxz@mkacg.com>
|
||||
|
||||
pkgname=gio-qt-git
|
||||
pkgver=0.0.11
|
||||
pkgver=0.0.14
|
||||
pkgrel=1
|
||||
pkgdesc='Gio wrapper for Qt applications'
|
||||
arch=('x86_64')
|
||||
url="https://github.com/linuxdeepin/gio-qt"
|
||||
license=('LGPL3')
|
||||
depends=('glibmm' 'qt5-base')
|
||||
depends=('glibmm' 'qt5-base' 'qt6-base')
|
||||
conflicts=('gio-qt')
|
||||
provides=('gio-qt')
|
||||
group=('deepin-git')
|
||||
|
|
Loading…
Reference in a new issue