mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-05 08:26:49 +02:00
Compare commits
4 Commits
4ea2fddf5a
...
8dcc56431c
Author | SHA1 | Date | |
---|---|---|---|
|
8dcc56431c | ||
|
feec25d78b | ||
|
ca6154ad1d | ||
|
57ed2f2970 |
@ -13,9 +13,12 @@ S = "${WORKDIR}/git"
|
|||||||
PV = "2.8.0"
|
PV = "2.8.0"
|
||||||
SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b"
|
SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b"
|
||||||
|
|
||||||
EXTRA_OEMAKE = "prefix=${prefix}"
|
EXTRA_OEMAKE = "prefix=${prefix} DESTDIR=${D}"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
do_compile() {
|
||||||
|
oe_runmake
|
||||||
BBCLASSEXTEND = ""
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
oe_runmake install
|
||||||
|
}
|
||||||
|
@ -54,12 +54,10 @@ GIDOCGEN_MESON_OPTION = "gi-docgen"
|
|||||||
GIDOCGEN_MESON_ENABLE_FLAG = "enabled"
|
GIDOCGEN_MESON_ENABLE_FLAG = "enabled"
|
||||||
GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
|
GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
|
||||||
|
|
||||||
SRC_URI = "gitsm://github.com/GNOME/gimp.git;protocol=https;branch=master"
|
SRC_URI = "https://download.gimp.org/gimp/v3.0/gimp-${PV}.tar.xz"
|
||||||
SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch"
|
SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch"
|
||||||
SRC_URI += "file://0002-meson.build-reproducibility-fix.patch"
|
SRC_URI += "file://0002-meson.build-reproducibility-fix.patch"
|
||||||
S = "${WORKDIR}/git"
|
SRC_URI[sha256sum] = "93f1ca3d9d1bd8cac0e52c49fb886cbbe4b28222ee835bf1319e3287901d2d20"
|
||||||
SRCREV = "9785099e5a0dcdc3011dd26c6c2e9b332d36c035"
|
|
||||||
PV = "3.0.0"
|
|
||||||
|
|
||||||
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
||||||
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
|
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
|
26
recipes-gtk/gtklock/gtk-session-lock_git.bb
Normal file
26
recipes-gtk/gtklock/gtk-session-lock_git.bb
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
SUMMARY = "This is a library to use GTK 3 to build screen lockers using the secure ext-session-lock-v1 protocol"
|
||||||
|
HOMEPAGE = "https://github.com/Cu3PO42/gtk-session-lock"
|
||||||
|
LICENSE = "GPL-3.0-only & MIT"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE_GPL.txt;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
LIC_FILES_CHKSUM += "file://LICENSE_MIT.txt;md5=ffeb3391e5dace600b84c757688b9f1b"
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "wayland gobject-introspection"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
glib-2.0-native \
|
||||||
|
gtk+3 \
|
||||||
|
scdoc-native \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
wayland-protocols \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/Cu3PO42/gtk-session-lock.git;protocol=https;branch=master"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.2.0"
|
||||||
|
SRCREV = "b3544f361498d716b1ceef1ad6ac9bdf024bf782"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check gobject-introspection vala
|
||||||
|
|
@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland pam"
|
|||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
glib-2.0-native \
|
glib-2.0-native \
|
||||||
gtk+3 \
|
gtk+3 \
|
||||||
gtk-layer-shell \
|
gtk-session-lock \
|
||||||
libpam \
|
libpam \
|
||||||
scdoc-native \
|
scdoc-native \
|
||||||
wayland \
|
wayland \
|
||||||
@ -21,9 +21,8 @@ DEPENDS = " \
|
|||||||
SRC_URI = "git://github.com/jovanlanik/gtklock.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/jovanlanik/gtklock.git;protocol=https;branch=master"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "2.1.0"
|
PV = "4.0.0"
|
||||||
SRCREV = "3b2ae2b087aea30e464eed92e2cd011984a9b051"
|
SRCREV = "66321fb2bf0d5869d779e7ac6b4d8d9c272ea707"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
EXTRA_OEMAKE += "PREFIX=${prefix}"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user