Compare commits

..

No commits in common. "8dcc56431ce6921844ce7e0ffbac13f7ecaa024b" and "4ea2fddf5afca59fdea499637055e09a1129b3f7" have entirely different histories.

4 changed files with 13 additions and 39 deletions

View File

@ -13,12 +13,9 @@ S = "${WORKDIR}/git"
PV = "2.8.0" PV = "2.8.0"
SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b" SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b"
EXTRA_OEMAKE = "prefix=${prefix} DESTDIR=${D}" EXTRA_OEMAKE = "prefix=${prefix}"
do_compile() { inherit autotools-brokensep pkgconfig
oe_runmake
} BBCLASSEXTEND = ""
do_install() {
oe_runmake install
}

View File

@ -54,10 +54,12 @@ 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 = "https://download.gimp.org/gimp/v3.0/gimp-${PV}.tar.xz" SRC_URI = "gitsm://github.com/GNOME/gimp.git;protocol=https;branch=master"
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"
SRC_URI[sha256sum] = "93f1ca3d9d1bd8cac0e52c49fb886cbbe4b28222ee835bf1319e3287901d2d20" S = "${WORKDIR}/git"
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"

View File

@ -1,26 +0,0 @@
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

View File

@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland pam"
DEPENDS = " \ DEPENDS = " \
glib-2.0-native \ glib-2.0-native \
gtk+3 \ gtk+3 \
gtk-session-lock \ gtk-layer-shell \
libpam \ libpam \
scdoc-native \ scdoc-native \
wayland \ wayland \
@ -21,8 +21,9 @@ 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 = "4.0.0" PV = "2.1.0"
SRCREV = "66321fb2bf0d5869d779e7ac6b4d8d9c272ea707" SRCREV = "3b2ae2b087aea30e464eed92e2cd011984a9b051"
inherit meson pkgconfig features_check inherit autotools-brokensep pkgconfig features_check
EXTRA_OEMAKE += "PREFIX=${prefix}"