Skip to content
Snippets Groups Projects
Commit b22aa9a2 authored by alice's avatar alice
Browse files

community/adwaita-qt6: remove

merge with adwaita-qt
parent cb8115c0
No related branches found
No related tags found
No related merge requests found
# Contributor: David Demelier <markand@malikania.fr>
# Contributor: psykose <alice@ayaya.dev>
# Maintainer: psykose <alice@ayaya.dev>
pkgname=adwaita-qt6
# same as community/adwaita-qt
pkgver=1.4.2
pkgrel=3
pkgdesc="style to bend Qt applications to look like they belong into GNOME Shell"
url="https://github.com/FedoraQt/adwaita-qt"
arch="all"
license="GPL-2.0-only AND LGPL-2.1-only"
makedepends="cmake qt6-qtbase-dev samurai sassc"
subpackages="$pkgname-dev"
source="https://github.com/FedoraQt/adwaita-qt/archive/$pkgver/adwaita-qt-$pkgver.tar.gz"
options="!check" # no tests provided
builddir="$srcdir/adwaita-qt-$pkgver"
build() {
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DUSE_QT6=ON
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
ef2245cd1b08f2d5c23a534427c7a301cbb3a8b573a1870db48dfc82961417097465e02c696c311e5dd6f9fe1c03a27879c6b08aba5532d2f41ab9d0dcbd7f15 adwaita-qt-1.4.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment