Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Jan 21, 2025
1 parent 63eb85d commit b9834c0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions packages/pentesting/qt4/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
pkgname=qt4
pkgver=4.8.7
pkgrel=31
pkgdesc='A cross-platform application and UI framework.'
arch=('x86_64' 'aarch64')
url="https://www.qt.io"
license=('GPL-3.0-or-later' ''LGPL' 'FDL' 'custom')
pkgdesc="A cross-platform application and UI framework"
depends=(sqlite ca-certificates fontconfig libgl libxrandr libxv libxi alsa-lib xdg-utils hicolor-icon-theme desktop-file-utils libmng dbus)
makedepends=(patch postgresql-libs mariadb-libs unixodbc cups gtk2 libfbclient mesa)
url='https://www.qt.io'
license=('GPL-3.0-or-later' 'LGPL' 'FDL' 'custom')
depends=('sqlite' 'ca-certificates' 'fontconfig' 'libgl' 'libxrandr' 'libxv'
'libxi' 'alsa-lib' 'xdg-utils' 'hicolor-icon-theme'
'desktop-file-utils' 'libmng' 'dbus')
makedepends=('patch' 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'cups' 'gtk2'
'libfbclient' 'mesa')
optdepends=('postgresql-libs: PostgreSQL driver'
'mariadb-libs: MariaDB driver'
'unixodbc: ODBC driver'
Expand All @@ -20,7 +23,7 @@ optdepends=('postgresql-libs: PostgreSQL driver'
'libxcursor: Xcursor support'
'libxfixes: Xfixes support'
'icu: Unicode support'
'sni-qt: StatusNotifierItem (AppIndicators) support')
'sni-qt: StatusNotifierItem AppIndicators support')
replaces=('qt<=4.8.4')
conflicts=(qt)
_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
Expand Down

0 comments on commit b9834c0

Please sign in to comment.