Date: Wednesday, July 6, 2022 @ 16:31:57 Author: arojas Revision: 1246732
upgpkg: maliit-framework 2.3.0-1: Update to 2.3.0 Modified: maliit-framework/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-06 16:30:38 UTC (rev 1246731) +++ PKGBUILD 2022-07-06 16:31:57 UTC (rev 1246732) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=maliit-framework -pkgver=2.2.1 +pkgver=2.3.0 pkgrel=1 pkgdesc='Core libraries of Maliit and server' arch=(x86_64) @@ -11,7 +11,7 @@ makedepends=(cmake qt5-wayland wayland-protocols gtk3 python) optdepends=('qt5-wayland: wayland-shell integration') source=(https://github.com/maliit/framework/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('e5d1367f046066facabba9766d8cbeb94b13c5024b0a5056ebbaa6a16f075b23') +sha256sums=('bfc23919ac8b960243f85e8228ad7dfc28d557b52182a0b5a2a216a5c6a8057c') options=(debug) build() { @@ -20,7 +20,6 @@ -Denable-tests=OFF \ -Denable-docs=OFF \ -Denable-dbus-activation=ON \ - -Denable-wayland-gtk=ON \ -DQT5_PLUGINS_INSTALL_DIR=lib/qt/plugins \ -DQT5_MKSPECS_INSTALL_DIR=lib/qt/mkspecs cmake --build build
