blob: 1e6570d3ddc5aeb367a16e737af241bf9f3ad3db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = slint-cpp
pkgdesc = Declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps
pkgver = 1.12.1
pkgrel = 1
url = https://github.com/slint-ui/slint/
arch = x86_64
license = GPL-3.0-or-later
makedepends = cmake>=3.21
makedepends = rust>=1.82
depends = freetype2
depends = libglvnd
depends = libx11
depends = mesa
depends = wayland
options = strip
source = https://github.com/slint-ui/slint/archive/refs/tags/v1.12.1.tar.gz
source = disable-jemalloc.patch
sha256sums = 730137be333130739c3531f2755186019db72f0f61e71ce9bb6f153963471941
sha256sums = 108901131ae5b76ae8fa0fe7676d3904c351553eb35d6fe548721459e5ee97f3
pkgname = slint-cpp
|