22 lines
440 B
BlitzBasic
22 lines
440 B
BlitzBasic
LICENSE="CLOSED"
|
|
|
|
SRC_URI = "gitsm://git.subgraph.com/brl/citadel-realms.git;protocol=https;branch=master"
|
|
|
|
PV = "1.0"
|
|
SRCREV = "048002a617d643b61774d69edee1526d4c7adbdf"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
APPNAME="com.subgraph.citadel.Realms"
|
|
|
|
GTKIC_VERSION = "4"
|
|
|
|
FILES:${PN} += "${datadir}/icons \
|
|
${datadir}/${APPNAME} \
|
|
"
|
|
|
|
DEPENDS = "blueprint-compiler-native gjs gtk4 gtk4-native libadwaita-native"
|
|
|
|
inherit meson gtk-icon-cache
|
|
|