mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
Compare commits
3 Commits
7a6b64b8f4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8a2e78ab8 | ||
|
|
d106def4a6 | ||
|
|
d5f1c316f0 |
@@ -4,7 +4,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://Readme.markdown;md5=2302d7e7d711345cc441b7eb593bbb95"
|
||||
|
||||
SRC_URI = "git://github.com/nayuki/QR-Code-generator;protocol=https;nobranch=1;name=qrcodegen"
|
||||
SRC_URI += "git://github.com/EasyCoding/qrcodegen-cmake;protocol=https;name=qrcodegen-cmake;subdir=${S}/cmake;nobranch=1"
|
||||
SRC_URI += "git://github.com/EasyCoding/qrcodegen-cmake;protocol=https;name=qrcodegen-cmake;subdir=${S}/qrcodegen-cmake;nobranch=1"
|
||||
SRCREV_qrcodegen = "720f62bddb7226106071d4728c292cb1df519ceb"
|
||||
SRCREV_qrcodegen-cmake = "53c28a05c2a97abacbcdb60924b2db7eb5779d89"
|
||||
SRCREV_FORMAT = "qrcodegen"
|
||||
@@ -12,7 +12,7 @@ SRCREV_FORMAT = "qrcodegen"
|
||||
inherit cmake
|
||||
|
||||
do_configure:prepend() {
|
||||
cp -rf ${S}/cmake/* ${S}
|
||||
cp -rf ${S}/qrcodegen-cmake/* ${S}
|
||||
}
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
|
||||
39
recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb
Normal file
39
recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb
Normal file
@@ -0,0 +1,39 @@
|
||||
SUMMARY = "Mobile Settings App for phosh and related components"
|
||||
HOMEPAGE = "https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0 \
|
||||
gmobile \
|
||||
gtk4 \
|
||||
libadwaita \
|
||||
gnome-desktop \
|
||||
json-glib \
|
||||
libportal \
|
||||
phosh \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
desktop-file-utils-native \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,python3-docutils-native"
|
||||
|
||||
inherit gsettings meson pkgconfig gtk-icon-cache manpages gobject-introspection
|
||||
|
||||
SRC_URI = "git://gitlab.gnome.org/World/Phosh/phosh-mobile-settings.git;protocol=https;nobranch=1;name=phosh-mobile-settings"
|
||||
SRC_URI += "git://gitlab.gnome.org/GNOME/libgnome-volume-control.git;protocol=https;subdir=${S}/subprojects/gvc;name=gvc;nobranch=1"
|
||||
SRC_URI += "git://gitlab.freedesktop.org/devrtz/cellbroadcastd.git;protocol=https;subdir=${S}/subprojects/libcellbroadcast;name=libcellbroadcast;nobranch=1"
|
||||
SRC_URI += "git://gitlab.gnome.org/GNOME/gvdb.git;protocol=https;subdir=${S}/subprojects/libcellbroadcast/subprojects/gvdb;name=gvdb;nobranch=1"
|
||||
SRCREV_phosh-mobile-settings = "3426b7ea439921983b80accc8286a3ee74e918b7"
|
||||
SRCREV_gvc = "d2442f455844e5292cb4a74ffc66ecc8d7595a9f"
|
||||
SRCREV_libcellbroadcast = "c13213ee71a189f4bc74d5754c645bc12bf52c01"
|
||||
SRCREV_gvdb = "4758f6fb7f889e074e13df3f914328f3eecb1fd3"
|
||||
SRCREV_FORMAT = "phosh-mobile-settings"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype=release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user