mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2025-01-12 23:36:32 +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>
|
# Maintainer: Dingyuan Zhang <lxz@mkacg.com>
|
||||||
|
|
||||||
pkgname=gio-qt-git
|
pkgname=gio-qt-git
|
||||||
pkgver=0.0.11
|
pkgver=0.0.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Gio wrapper for Qt applications'
|
pkgdesc='Gio wrapper for Qt applications'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/linuxdeepin/gio-qt"
|
url="https://github.com/linuxdeepin/gio-qt"
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
depends=('glibmm' 'qt5-base')
|
depends=('glibmm' 'qt5-base' 'qt6-base')
|
||||||
conflicts=('gio-qt')
|
conflicts=('gio-qt')
|
||||||
provides=('gio-qt')
|
provides=('gio-qt')
|
||||||
group=('deepin-git')
|
group=('deepin-git')
|
||||||
|
|
Loading…
Reference in a new issue