mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c5f7cfb8db
commit
c61dc077bb
@ -12,7 +12,7 @@ SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
|
|||||||
UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
|
UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
|
||||||
|
|
||||||
DEPENDS = "fuse virtual/libc"
|
DEPENDS = "fuse virtual/libc"
|
||||||
RRECOMMENDS_${PN} = "util-linux-mount"
|
RRECOMMENDS:${PN} = "util-linux-mount"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=83f224c5182f148ec92e0b9f84b3c6c7
|
|||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
DEPENDS += "fuse"
|
DEPENDS += "fuse"
|
||||||
RDEPENDS_${PN} += "fuse"
|
RDEPENDS:${PN} += "fuse"
|
||||||
|
|
||||||
SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz"
|
SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz"
|
||||||
SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1"
|
SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1"
|
||||||
|
|||||||
@ -26,14 +26,14 @@ EXTRA_OEMAKE = "LDCONFIG=echo"
|
|||||||
|
|
||||||
PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
|
PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
|
||||||
|
|
||||||
FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs"
|
FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs"
|
||||||
RDEPENDS_ntfs-3g += "fuse"
|
RDEPENDS:ntfs-3g += "fuse"
|
||||||
RRECOMMENDS_ntfs-3g = "util-linux-mount"
|
RRECOMMENDS:ntfs-3g = "util-linux-mount"
|
||||||
|
|
||||||
FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
|
FILES:ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
|
||||||
FILES_libntfs-3g = "${libdir}/*${SOLIBS}"
|
FILES:libntfs-3g = "${libdir}/*${SOLIBS}"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# Standard mount will execute the program /sbin/mount.TYPE when called.
|
# Standard mount will execute the program /sbin/mount.TYPE when called.
|
||||||
# Add a symbolic link to let mount find ntfs.
|
# Add a symbolic link to let mount find ntfs.
|
||||||
ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs
|
ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs
|
||||||
@ -49,4 +49,4 @@ do_install_append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Satisfy the -dev runtime dependency
|
# Satisfy the -dev runtime dependency
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
ALLOW_EMPTY:${PN} = "1"
|
||||||
|
|||||||
@ -34,7 +34,7 @@ EXTRA_OECONF = " \
|
|||||||
--disable-owperl \
|
--disable-owperl \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_prepend() {
|
do_install:prepend() {
|
||||||
install -d ${D}${sysconfdir}/default/
|
install -d ${D}${sysconfdir}/default/
|
||||||
install -d ${D}${sysconfdir}/init.d/
|
install -d ${D}${sysconfdir}/init.d/
|
||||||
install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
|
install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
|
||||||
@ -43,39 +43,39 @@ do_install_prepend() {
|
|||||||
|
|
||||||
PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap"
|
PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap"
|
||||||
|
|
||||||
DESCRIPTION_owftpd = "Anoymous FTP server for 1-wire access"
|
DESCRIPTION:owftpd = "Anoymous FTP server for 1-wire access"
|
||||||
DESCRIPTION_owhttpd = "Tiny webserver for 1-wire control"
|
DESCRIPTION:owhttpd = "Tiny webserver for 1-wire control"
|
||||||
DESCRIPTION_owserver = "Backend server (daemon) for 1-wire control"
|
DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control"
|
||||||
DESCRIPTION_owshell = "owdir owread owwrite owpresent owget - lightweight owserver access"
|
DESCRIPTION:owshell = "owdir owread owwrite owpresent owget - lightweight owserver access"
|
||||||
DESCRIPTION_libowcapi = "easy C-language 1-wire interface "
|
DESCRIPTION:libowcapi = "easy C-language 1-wire interface "
|
||||||
DESCRIPTION_libow = "easy C-language 1-wire interface to the owserver protocol"
|
DESCRIPTION:libow = "easy C-language 1-wire interface to the owserver protocol"
|
||||||
DESCRIPTION_libownet = "easy C-language 1-wire interface to the owserver protocol"
|
DESCRIPTION:libownet = "easy C-language 1-wire interface to the owserver protocol"
|
||||||
DESCRIPTION_owmon = "Monitor for owserver settings and statistics"
|
DESCRIPTION:owmon = "Monitor for owserver settings and statistics"
|
||||||
DESCRIPTION_owtap = "Packet sniffer for the owserver protocol"
|
DESCRIPTION:owtap = "Packet sniffer for the owserver protocol"
|
||||||
|
|
||||||
FILES_owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service"
|
FILES:owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service"
|
||||||
FILES_owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \
|
FILES:owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \
|
||||||
${systemd_system_unitdir}/owhttpd.service"
|
${systemd_system_unitdir}/owhttpd.service"
|
||||||
FILES_owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \
|
FILES:owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \
|
||||||
${systemd_system_unitdir}/owserver.service \
|
${systemd_system_unitdir}/owserver.service \
|
||||||
${systemd_system_unitdir}/owserver.socket"
|
${systemd_system_unitdir}/owserver.socket"
|
||||||
FILES_owshell = "${bindir}/owread ${bindir}/owwrite \
|
FILES:owshell = "${bindir}/owread ${bindir}/owwrite \
|
||||||
${bindir}/owdir ${bindir}/owpresent \
|
${bindir}/owdir ${bindir}/owpresent \
|
||||||
${bindir}/owget ${bindir}/owside"
|
${bindir}/owget ${bindir}/owside"
|
||||||
FILES_owmon = "${bindir}/owmon"
|
FILES:owmon = "${bindir}/owmon"
|
||||||
FILES_owtap = "${bindir}/owtap"
|
FILES:owtap = "${bindir}/owtap"
|
||||||
FILES_libowcapi = "${libdir}/libowcapi-*"
|
FILES:libowcapi = "${libdir}/libowcapi-*"
|
||||||
FILES_libow = "${libdir}/libow-*"
|
FILES:libow = "${libdir}/libow-*"
|
||||||
FILES_libownet = "${libdir}/libownet-*"
|
FILES:libownet = "${libdir}/libownet-*"
|
||||||
FILES_${PN} += "${systemd_system_unitdir}/owfs.service"
|
FILES:${PN} += "${systemd_system_unitdir}/owfs.service"
|
||||||
|
|
||||||
INITSCRIPT_PACKAGES = "owhttpd owserver"
|
INITSCRIPT_PACKAGES = "owhttpd owserver"
|
||||||
INITSCRIPT_NAME_owserver = "owserver"
|
INITSCRIPT_NAME:owserver = "owserver"
|
||||||
INITSCRIPT_NAME_owhttpd = "owhttpd"
|
INITSCRIPT_NAME:owhttpd = "owhttpd"
|
||||||
INITSCRIPT_PARAMS_owserver = "defaults 20"
|
INITSCRIPT_PARAMS:owserver = "defaults 20"
|
||||||
INITSCRIPT_PARAMS_owhttpd = "defaults 21"
|
INITSCRIPT_PARAMS:owhttpd = "defaults 21"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "owfs.service"
|
SYSTEMD_SERVICE:${PN} = "owfs.service"
|
||||||
SYSTEMD_SERVICE_${PN}-owftpd = "owftpd.service"
|
SYSTEMD_SERVICE:${PN}-owftpd = "owftpd.service"
|
||||||
SYSTEMD_SERVICE_${PN}-owhttpd = "owhttpd.service"
|
SYSTEMD_SERVICE:${PN}-owhttpd = "owhttpd.service"
|
||||||
SYSTEMD_SERVICE_${PN}-owserver = "owserver.service owserver.socket"
|
SYSTEMD_SERVICE:${PN}-owserver = "owserver.service owserver.socket"
|
||||||
|
|||||||
@ -9,13 +9,13 @@ PACKAGES = ' \
|
|||||||
packagegroup-meta-filesystems-utls \
|
packagegroup-meta-filesystems-utls \
|
||||||
'
|
'
|
||||||
|
|
||||||
RDEPENDS_packagegroup-meta-filesystems = "\
|
RDEPENDS:packagegroup-meta-filesystems = "\
|
||||||
packagegroup-meta-filesystems \
|
packagegroup-meta-filesystems \
|
||||||
packagegroup-meta-filesystems-support \
|
packagegroup-meta-filesystems-support \
|
||||||
packagegroup-meta-filesystems-utls \
|
packagegroup-meta-filesystems-utls \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_packagegroup-meta-filesystems = "\
|
RDEPENDS:packagegroup-meta-filesystems = "\
|
||||||
ifuse \
|
ifuse \
|
||||||
logfsprogs \
|
logfsprogs \
|
||||||
fuse-exfat \
|
fuse-exfat \
|
||||||
@ -29,13 +29,13 @@ RDEPENDS_packagegroup-meta-filesystems = "\
|
|||||||
sshfs-fuse \
|
sshfs-fuse \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_packagegroup-meta-filesystems-support = "\
|
RDEPENDS:packagegroup-meta-filesystems-support = "\
|
||||||
fuse3 \
|
fuse3 \
|
||||||
fuse \
|
fuse \
|
||||||
physfs \
|
physfs \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_packagegroup-meta-filesystems-utils = "\
|
RDEPENDS:packagegroup-meta-filesystems-utils = "\
|
||||||
aufs-util \
|
aufs-util \
|
||||||
exfat-utils \
|
exfat-utils \
|
||||||
fatcat \
|
fatcat \
|
||||||
|
|||||||
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
|||||||
HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
|
HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
|
||||||
|
|
||||||
DEPENDS = "fuse samba"
|
DEPENDS = "fuse samba"
|
||||||
DEPENDS_append_libc-musl = " libexecinfo"
|
DEPENDS:append:libc-musl = " libexecinfo"
|
||||||
|
|
||||||
inherit autotools pkgconfig features_check
|
inherit autotools pkgconfig features_check
|
||||||
|
|
||||||
@ -29,4 +29,4 @@ PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
LDFLAGS_append_libc-musl = " -lexecinfo"
|
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||||
|
|||||||
@ -16,7 +16,7 @@ SRC_URI += " \
|
|||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
${PYTHON_PN}-pytest \
|
${PYTHON_PN}-pytest \
|
||||||
bash \
|
bash \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -25,7 +25,7 @@ UPSTREAM_CHECK_COMMITS = "1"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
|
CFLAGS:append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
|
||||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
@ -28,7 +28,7 @@ SRC_URI += " \
|
|||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
${PYTHON_PN}-pytest \
|
${PYTHON_PN}-pytest \
|
||||||
bash \
|
bash \
|
||||||
"
|
"
|
||||||
@ -42,22 +42,22 @@ DEPENDS = "udev"
|
|||||||
|
|
||||||
PACKAGES =+ "fuse3-utils"
|
PACKAGES =+ "fuse3-utils"
|
||||||
|
|
||||||
RPROVIDES_${PN}-dbg += "fuse3-utils-dbg"
|
RPROVIDES:${PN}-dbg += "fuse3-utils-dbg"
|
||||||
|
|
||||||
RRECOMMENDS_${PN}_class-target = "kernel-module-fuse fuse3-utils"
|
RRECOMMENDS:${PN}:class-target = "kernel-module-fuse fuse3-utils"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/libfuse3.so.*"
|
FILES:${PN} += "${libdir}/libfuse3.so.*"
|
||||||
FILES_${PN}-dev += "${libdir}/libfuse3*.la"
|
FILES:${PN}-dev += "${libdir}/libfuse3*.la"
|
||||||
|
|
||||||
EXTRA_OEMESON += " \
|
EXTRA_OEMESON += " \
|
||||||
-Dexamples=false \
|
-Dexamples=false \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Forbid auto-renaming to libfuse3-utils
|
# Forbid auto-renaming to libfuse3-utils
|
||||||
FILES_fuse3-utils = "${bindir} ${base_sbindir}"
|
FILES:fuse3-utils = "${bindir} ${base_sbindir}"
|
||||||
DEBIAN_NOAUTONAME_fuse3-utils = "1"
|
DEBIAN_NOAUTONAME:fuse3-utils = "1"
|
||||||
DEBIAN_NOAUTONAME_${PN}-dbg = "1"
|
DEBIAN_NOAUTONAME:${PN}-dbg = "1"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
rm -rf ${D}${base_prefix}/dev
|
rm -rf ${D}${base_prefix}/dev
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,33 +30,33 @@ inherit autotools pkgconfig update-rc.d systemd
|
|||||||
INITSCRIPT_NAME = "fuse"
|
INITSCRIPT_NAME = "fuse"
|
||||||
INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ."
|
INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ."
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = ""
|
SYSTEMD_SERVICE:${PN} = ""
|
||||||
|
|
||||||
DEPENDS = "gettext-native"
|
DEPENDS = "gettext-native"
|
||||||
|
|
||||||
PACKAGES =+ "fuse-utils libulockmgr libulockmgr-dev"
|
PACKAGES =+ "fuse-utils libulockmgr libulockmgr-dev"
|
||||||
|
|
||||||
RPROVIDES_${PN}-dbg += "fuse-utils-dbg libulockmgr-dbg"
|
RPROVIDES:${PN}-dbg += "fuse-utils-dbg libulockmgr-dbg"
|
||||||
|
|
||||||
RRECOMMENDS_${PN}_class-target = "kernel-module-fuse libulockmgr fuse-utils"
|
RRECOMMENDS:${PN}:class-target = "kernel-module-fuse libulockmgr fuse-utils"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/libfuse.so.*"
|
FILES:${PN} += "${libdir}/libfuse.so.*"
|
||||||
FILES_${PN}-dev += "${libdir}/libfuse*.la"
|
FILES:${PN}-dev += "${libdir}/libfuse*.la"
|
||||||
|
|
||||||
FILES_libulockmgr = "${libdir}/libulockmgr.so.*"
|
FILES:libulockmgr = "${libdir}/libulockmgr.so.*"
|
||||||
FILES_libulockmgr-dev += "${libdir}/libulock*.la"
|
FILES:libulockmgr-dev += "${libdir}/libulock*.la"
|
||||||
|
|
||||||
# Forbid auto-renaming to libfuse-utils
|
# Forbid auto-renaming to libfuse-utils
|
||||||
FILES_fuse-utils = "${bindir} ${base_sbindir}"
|
FILES:fuse-utils = "${bindir} ${base_sbindir}"
|
||||||
DEBIAN_NOAUTONAME_fuse-utils = "1"
|
DEBIAN_NOAUTONAME:fuse-utils = "1"
|
||||||
DEBIAN_NOAUTONAME_${PN}-dbg = "1"
|
DEBIAN_NOAUTONAME:${PN}-dbg = "1"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
# Make this explicit so overriding base_sbindir propagates properly.
|
# Make this explicit so overriding base_sbindir propagates properly.
|
||||||
export MOUNT_FUSE_PATH="${base_sbindir}"
|
export MOUNT_FUSE_PATH="${base_sbindir}"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
rm -rf ${D}/dev
|
rm -rf ${D}/dev
|
||||||
|
|
||||||
# systemd class remove the sysv_initddir only if systemd_system_unitdir
|
# systemd class remove the sysv_initddir only if systemd_system_unitdir
|
||||||
@ -72,7 +72,7 @@ do_install_append() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append_class-nativesdk() {
|
do_install:append:class-nativesdk() {
|
||||||
install -d ${D}${sysconfdir}
|
install -d ${D}${sysconfdir}
|
||||||
mv ${D}/etc/* ${D}${sysconfdir}/
|
mv ${D}/etc/* ${D}${sysconfdir}/
|
||||||
rmdir ${D}/etc
|
rmdir ${D}/etc
|
||||||
|
|||||||
@ -5,7 +5,7 @@ LICENSE = "GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
||||||
|
|
||||||
DEPENDS = "coreutils-native aufs-util-native"
|
DEPENDS = "coreutils-native aufs-util-native"
|
||||||
DEPENDS_class-native = ""
|
DEPENDS:class-native = ""
|
||||||
|
|
||||||
SRCREV = "8f35db59ef83078f87879ec2828e0bb45719e0ef"
|
SRCREV = "8f35db59ef83078f87879ec2828e0bb45719e0ef"
|
||||||
SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs4.9 \
|
SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs4.9 \
|
||||||
@ -23,20 +23,20 @@ PV = "4.9+git${SRCPV}"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
export HOSTCC = "${BUILD_CC}"
|
export HOSTCC = "${BUILD_CC}"
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
# Replace sbin,bin paths with bitbake environment
|
# Replace sbin,bin paths with bitbake environment
|
||||||
sed -i -e 's;install_sbin: Tgt = ${DESTDIR}/sbin;install_sbin: Tgt = ${DESTDIR}/${base_sbindir};' \
|
sed -i -e 's;install_sbin: Tgt = ${DESTDIR}/sbin;install_sbin: Tgt = ${DESTDIR}/${base_sbindir};' \
|
||||||
-e 's;install_ubin: Tgt = ${DESTDIR}/usr/sbin;install_sbin: Tgt = ${DESTDIR}/${bindir};' \
|
-e 's;install_ubin: Tgt = ${DESTDIR}/usr/sbin;install_sbin: Tgt = ${DESTDIR}/${bindir};' \
|
||||||
${S}/Makefile
|
${S}/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure_append () {
|
do_configure:append () {
|
||||||
install -d ${S}/include/linux/
|
install -d ${S}/include/linux/
|
||||||
cp ${WORKDIR}/aufs_type.h ${S}/include/linux/
|
cp ${WORKDIR}/aufs_type.h ${S}/include/linux/
|
||||||
sed -i -e 's;__user;;' ${S}/include/linux/aufs_type.h
|
sed -i -e 's;__user;;' ${S}/include/linux/aufs_type.h
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure_append_class-target () {
|
do_configure:append:class-target () {
|
||||||
for i in ver c2sh c2tmac; do
|
for i in ver c2sh c2tmac; do
|
||||||
cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ${B}
|
cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ${B}
|
||||||
done
|
done
|
||||||
@ -46,7 +46,7 @@ do_compile () {
|
|||||||
oe_runmake CPPFLAGS="-I${S}/include -I${S}/libau"
|
oe_runmake CPPFLAGS="-I${S}/include -I${S}/libau"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_class-native () {
|
do_compile:class-native () {
|
||||||
oe_runmake tools CPPFLAGS="-I${S}/include -I${S}/libau" CC="${BUILD_CC}"
|
oe_runmake tools CPPFLAGS="-I${S}/include -I${S}/libau" CC="${BUILD_CC}"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,13 +54,13 @@ do_install () {
|
|||||||
oe_runmake 'DESTDIR=${D}' install_sbin install_ubin install_etc
|
oe_runmake 'DESTDIR=${D}' install_sbin install_ubin install_etc
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_class-native () {
|
do_install:class-native () {
|
||||||
install -d ${D}${bindir}/aufs-util-${PV}
|
install -d ${D}${bindir}/aufs-util-${PV}
|
||||||
for i in ver c2sh c2tmac; do
|
for i in ver c2sh c2tmac; do
|
||||||
install -m 755 $i ${D}${bindir}/aufs-util-${PV}/$i
|
install -m 755 $i ${D}${bindir}/aufs-util-${PV}/$i
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
RRECOMMENDS_${PN}_class-target += "kernel-module-aufs"
|
RRECOMMENDS:${PN}:class-target += "kernel-module-aufs"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 \
|
|||||||
intltool-native \
|
intltool-native \
|
||||||
udev \
|
udev \
|
||||||
"
|
"
|
||||||
RDEPENDS_${PN} = "udev bash"
|
RDEPENDS:${PN} = "udev bash"
|
||||||
|
|
||||||
LICENSE = "GPL-3.0"
|
LICENSE = "GPL-3.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
@ -24,5 +24,5 @@ SRC_URI[sha256sum] = "ce8c51fd4d589cda7be56e75b42188deeb258c66fc911a9b3a70a3945c
|
|||||||
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
||||||
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "devmon@.service"
|
SYSTEMD_SERVICE:${PN} = "devmon@.service"
|
||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
|
|||||||
@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}""
|
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}""
|
||||||
|
|
||||||
CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__ -D_GNU_SOURCE"
|
CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__ -D_GNU_SOURCE"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
sed -i -e "s|-static$||g" ${S}/Makefile
|
sed -i -e "s|-static$||g" ${S}/Makefile
|
||||||
@ -28,5 +28,5 @@ do_install() {
|
|||||||
|
|
||||||
PROVIDES += "ufs-tool"
|
PROVIDES += "ufs-tool"
|
||||||
|
|
||||||
RPROVIDES_${PN} += "ufs-tool"
|
RPROVIDES:${PN} += "ufs-tool"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ SUMMARY = "XFS Filesystem Utilities"
|
|||||||
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
|
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPLv2 & LGPLv2.1"
|
LICENSE = "GPLv2 & LGPLv2.1"
|
||||||
LICENSE_libhandle = "LGPLv2.1"
|
LICENSE:libhandle = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
|
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
|
||||||
file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
|
file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
|
||||||
DEPENDS = "util-linux util-linux-native"
|
DEPENDS = "util-linux util-linux-native"
|
||||||
@ -19,13 +19,13 @@ PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
|
|||||||
|
|
||||||
DEPENDS += "util-linux libinih"
|
DEPENDS += "util-linux libinih"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
|
RDEPENDS:${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
|
||||||
|
|
||||||
FILES_${PN}-fsck = "${base_sbindir}/fsck.xfs"
|
FILES:${PN}-fsck = "${base_sbindir}/fsck.xfs"
|
||||||
FILES_${PN}-mkfs = "${base_sbindir}/mkfs.xfs"
|
FILES:${PN}-mkfs = "${base_sbindir}/mkfs.xfs"
|
||||||
FILES_${PN}-repair = "${base_sbindir}/xfs_repair"
|
FILES:${PN}-repair = "${base_sbindir}/xfs_repair"
|
||||||
|
|
||||||
FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}"
|
FILES:libhandle = "${base_libdir}/libhandle${SOLIBS}"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-gettext=no \
|
EXTRA_OECONF = "--enable-gettext=no \
|
||||||
--enable-scrub=no \
|
--enable-scrub=no \
|
||||||
@ -61,7 +61,7 @@ do_configure () {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
oe_runmake 'DESTDIR=${D}' install-dev
|
oe_runmake 'DESTDIR=${D}' install-dev
|
||||||
rm ${D}${libdir}/*.la
|
rm ${D}${libdir}/*.la
|
||||||
rmdir --ignore-fail-on-non-empty ${D}${libdir}
|
rmdir --ignore-fail-on-non-empty ${D}${libdir}
|
||||||
|
|||||||
@ -19,11 +19,11 @@ PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline,"
|
|||||||
|
|
||||||
inherit autotools-brokensep pkgconfig features_check
|
inherit autotools-brokensep pkgconfig features_check
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure:prepend () {
|
||||||
touch NEWS
|
touch NEWS
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN} = "tk"
|
RDEPENDS:${PN} = "tk"
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@ -10,11 +10,11 @@
|
|||||||
# pack all help files to ${PN}-help-<lingua>
|
# pack all help files to ${PN}-help-<lingua>
|
||||||
|
|
||||||
# Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1
|
# Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1
|
||||||
PACKAGES_append = " ${PN}-help"
|
PACKAGES:append = " ${PN}-help"
|
||||||
FILES_${PN}-help = "${datadir}/help"
|
FILES:${PN}-help = "${datadir}/help"
|
||||||
RRECOMMENDS_${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}"
|
RRECOMMENDS:${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','false','true',d)}; then
|
if ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','false','true',d)}; then
|
||||||
rm -rf ${D}${datadir}/help/*
|
rm -rf ${D}${datadir}/help/*
|
||||||
fi
|
fi
|
||||||
@ -53,15 +53,15 @@ python gnome_do_split_help() {
|
|||||||
ln = legitimize_package_name(l)
|
ln = legitimize_package_name(l)
|
||||||
pkg = pn + '-help-' + ln
|
pkg = pn + '-help-' + ln
|
||||||
packages.append(pkg)
|
packages.append(pkg)
|
||||||
d.setVar('FILES_' + pkg, os.path.join(datadir, 'help', l))
|
d.setVar('FILES:' + pkg, os.path.join(datadir, 'help', l))
|
||||||
d.setVar('RRECOMMENDS_' + pkg, '%syelp' % mlprefix)
|
d.setVar('RRECOMMENDS:' + pkg, '%syelp' % mlprefix)
|
||||||
d.setVar('SUMMARY_' + pkg, '%s - %s help' % (summary, l))
|
d.setVar('SUMMARY:' + pkg, '%s - %s help' % (summary, l))
|
||||||
d.setVar('DESCRIPTION_' + pkg, '%s This package contains language help files for the %s locale.' % (description, l))
|
d.setVar('DESCRIPTION:' + pkg, '%s This package contains language help files for the %s locale.' % (description, l))
|
||||||
if locale_section:
|
if locale_section:
|
||||||
d.setVar('SECTION_' + pkg, locale_section)
|
d.setVar('SECTION:' + pkg, locale_section)
|
||||||
|
|
||||||
d.setVar('PACKAGES', ' '.join(packages))
|
d.setVar('PACKAGES', ' '.join(packages))
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGESPLITFUNCS_prepend = "gnome_do_split_help "
|
PACKAGESPLITFUNCS:prepend = "gnome_do_split_help "
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
|
|||||||
BBFILE_PRIORITY_gnome-layer = "7"
|
BBFILE_PRIORITY_gnome-layer = "7"
|
||||||
|
|
||||||
# auto-pack gnome help files
|
# auto-pack gnome help files
|
||||||
IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
|
IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
|
|||||||
@ -20,8 +20,8 @@ PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_inf
|
|||||||
|
|
||||||
# go introspection is not supported for mipsn32/riscv32, but vapi needs it
|
# go introspection is not supported for mipsn32/riscv32, but vapi needs it
|
||||||
#
|
#
|
||||||
EXTRA_OEMESON_append_mipsarchn32 = " -Dvapi=false"
|
EXTRA_OEMESON:append:mipsarchn32 = " -Dvapi=false"
|
||||||
EXTRA_OEMESON_append_riscv32 = " -Dvapi=false"
|
EXTRA_OEMESON:append:riscv32 = " -Dvapi=false"
|
||||||
EXTRA_OEMESON_append_powerpc64le = " -Dvapi=false"
|
EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
|
|||||||
@ -20,9 +20,9 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager"
|
PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager"
|
||||||
PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux"
|
PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux"
|
||||||
|
|
||||||
RDEPENDS_${PN} =+ "networkmanager"
|
RDEPENDS:${PN} =+ "networkmanager"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/nm-applet/ \
|
${datadir}/nm-applet/ \
|
||||||
${datadir}/libnma/wifi.ui \
|
${datadir}/libnma/wifi.ui \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
|
|||||||
@ -22,15 +22,15 @@ DEPENDS += " \
|
|||||||
parted \
|
parted \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/appdata \
|
${datadir}/appdata \
|
||||||
${datadir}/icons \
|
${datadir}/icons \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES += "${PN}-polkit"
|
PACKAGES += "${PN}-polkit"
|
||||||
FILES_${PN}-polkit = "${datadir}/polkit-1"
|
FILES:${PN}-polkit = "${datadir}/polkit-1"
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
mtools \
|
mtools \
|
||||||
|
|||||||
@ -11,8 +11,8 @@ inherit setuptools3 gnomebase gobject-introspection vala
|
|||||||
DEPENDS += "lcms"
|
DEPENDS += "lcms"
|
||||||
|
|
||||||
# https://bugs.llvm.org/show_bug.cgi?id=45555
|
# https://bugs.llvm.org/show_bug.cgi?id=45555
|
||||||
CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore "
|
CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore "
|
||||||
CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore "
|
CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore "
|
||||||
|
|
||||||
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
|
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
|
||||||
SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039"
|
SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039"
|
||||||
|
|||||||
@ -28,7 +28,7 @@ SRC_URI = " \
|
|||||||
SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd"
|
SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2"
|
PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2"
|
||||||
PACKAGECONFIG_class-native = "libpng librsvg"
|
PACKAGECONFIG:class-native = "libpng librsvg"
|
||||||
|
|
||||||
PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper"
|
PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper"
|
||||||
PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2"
|
PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2"
|
||||||
@ -47,7 +47,7 @@ PACKAGECONFIG[tiff] = "-Dlibtiff=enabled,-Dlibtiff=disabled,tiff"
|
|||||||
PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp"
|
PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp"
|
||||||
|
|
||||||
# There are a couple of non-symlink .so files installed into libdir, which need to go into main package
|
# There are a couple of non-symlink .so files installed into libdir, which need to go into main package
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${libdir}/*.so \
|
${libdir}/*.so \
|
||||||
${libdir}/gegl-${SHPV}/*.json \
|
${libdir}/gegl-${SHPV}/*.json \
|
||||||
${libdir}/gegl-${SHPV}/*.so \
|
${libdir}/gegl-${SHPV}/*.so \
|
||||||
|
|||||||
@ -35,7 +35,7 @@ DEPENDS = " \
|
|||||||
libmng \
|
libmng \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
|
||||||
"
|
"
|
||||||
DEPENDS_append_libc-musl = " libexecinfo"
|
DEPENDS:append:libc-musl = " libexecinfo"
|
||||||
|
|
||||||
inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
|
inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
|
||||||
|
|
||||||
@ -51,17 +51,17 @@ EXTRA_OECONF = "--disable-python \
|
|||||||
--disable-check-update \
|
--disable-check-update \
|
||||||
--without-wmf"
|
--without-wmf"
|
||||||
|
|
||||||
do_configure_append() {
|
do_configure:append() {
|
||||||
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||||
find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
# Let native babl/gegl find their plugins
|
# Let native babl/gegl find their plugins
|
||||||
export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'`
|
export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'`
|
||||||
export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'`
|
export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'`
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/metainfo"
|
FILES:${PN} += "${datadir}/metainfo"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "mypaint-brushes-1.0"
|
RDEPENDS:${PN} += "mypaint-brushes-1.0"
|
||||||
|
|||||||
@ -19,7 +19,7 @@ SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
|
|||||||
PV = "1.6.1"
|
PV = "1.6.1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_configure_append() {
|
do_configure:append() {
|
||||||
# autogen uses python2 so generate headers ourselves
|
# autogen uses python2 so generate headers ourselves
|
||||||
cd ${S}
|
cd ${S}
|
||||||
python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
|
python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h
|
||||||
|
|||||||
@ -9,4 +9,4 @@ SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce"
|
|||||||
PV = "1.3.1"
|
PV = "1.3.1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/mypaint-data"
|
FILES:${PN} += "${datadir}/mypaint-data"
|
||||||
|
|||||||
@ -10,7 +10,7 @@ inherit gnomebase vala gettext gsettings bash-completion
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3"
|
SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -14,9 +14,9 @@ inherit gnomebase bash-completion vala
|
|||||||
# I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
|
# I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
|
||||||
EXTRA_OEMESON = "-Dman=false"
|
EXTRA_OEMESON = "-Dman=false"
|
||||||
# no bash-completion for native
|
# no bash-completion for native
|
||||||
EXTRA_OEMESON_append_class-native = " -Dbash_completion=false"
|
EXTRA_OEMESON:append:class-native = " -Dbash_completion=false"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
${libdir}/gio/modules/*.so \
|
${libdir}/gio/modules/*.so \
|
||||||
|
|||||||
@ -32,7 +32,7 @@ EXTRA_OEMESON = " \
|
|||||||
-Dsystemduserunitdir=no \
|
-Dsystemduserunitdir=no \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs"
|
export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,15 +40,15 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus"
|
PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus"
|
||||||
PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false"
|
PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "glib-2.0-utils"
|
RDEPENDS:${PN} += "glib-2.0-utils"
|
||||||
RRECOMMMENDS_${PN} = "adwaita-icon-theme"
|
RRECOMMMENDS_${PN} = "adwaita-icon-theme"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-nautilus-extension"
|
PACKAGES =+ "${PN}-nautilus-extension"
|
||||||
PACKAGES =+ "${PN}-browser-plugin"
|
PACKAGES =+ "${PN}-browser-plugin"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/dbus-1 \
|
FILES:${PN} += "${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/thumbnailers \
|
${datadir}/thumbnailers \
|
||||||
"
|
"
|
||||||
FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|
FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|
||||||
FILES_${PN}-browser-plugin = "${libdir}/mozilla/*/*so"
|
FILES:${PN}-browser-plugin = "${libdir}/mozilla/*/*so"
|
||||||
|
|||||||
@ -19,7 +19,7 @@ SRC_URI += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
LKSTRFTIME = "HAVE_LKSTRFTIME=ON"
|
LKSTRFTIME = "HAVE_LKSTRFTIME=ON"
|
||||||
LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF"
|
LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF"
|
||||||
|
|
||||||
# For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now
|
# For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now
|
||||||
GI_DATA_ENABLED="False"
|
GI_DATA_ENABLED="False"
|
||||||
@ -46,7 +46,7 @@ PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap"
|
|||||||
# -ldb needs this on some platforms
|
# -ldb needs this on some platforms
|
||||||
LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
|
LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
|
||||||
|
|
||||||
do_configure_append () {
|
do_configure:append () {
|
||||||
cp ${WORKDIR}/iconv-detect.h ${S}/src
|
cp ${WORKDIR}/iconv-detect.h ${S}/src
|
||||||
|
|
||||||
# fix native perl shebang
|
# fix native perl shebang
|
||||||
@ -57,14 +57,14 @@ do_configure_append () {
|
|||||||
-e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g'
|
-e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g'
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs"
|
export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} =+ " \
|
FILES:${PN} =+ " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/evolution-data-server-*/ui/ \
|
${datadir}/evolution-data-server-*/ui/ \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "perl"
|
RDEPENDS:${PN} += "perl"
|
||||||
|
|||||||
@ -23,4 +23,4 @@ do_install() {
|
|||||||
chown -R root:root ${D}${datadir}
|
chown -R root:root ${D}${datadir}
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/icons ${datadir}/themes"
|
FILES:${PN} += "${datadir}/icons ${datadir}/themes"
|
||||||
|
|||||||
@ -20,7 +20,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit',
|
|||||||
PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus"
|
PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus"
|
||||||
PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,"
|
PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${libdir}/nautilus \
|
${libdir}/nautilus \
|
||||||
|
|||||||
@ -23,33 +23,33 @@ EXTRA_OECONF = " \
|
|||||||
--with-pam-mod-dir=${base_libdir}/security \
|
--with-pam-mod-dir=${base_libdir}/security \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
rm -rf ${D}/run ${D}${localstatedir}/run
|
rm -rf ${D}/run ${D}${localstatedir}/run
|
||||||
}
|
}
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
USERADD_PARAM_${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm"
|
USERADD_PARAM:${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
SYSTEMD_SERVICE:${PN} = "${BPN}.service"
|
||||||
|
|
||||||
# Some gnome components - as gnome-panel and gnome-shell (!!) - require gdm
|
# Some gnome components - as gnome-panel and gnome-shell (!!) - require gdm
|
||||||
# components. To allow gnome-images using different display-manager, split them
|
# components. To allow gnome-images using different display-manager, split them
|
||||||
# out into a seperate package.
|
# out into a seperate package.
|
||||||
PACKAGE_BEFORE_PN = "${PN}-base"
|
PACKAGE_BEFORE_PN = "${PN}-base"
|
||||||
FILES_${PN}-base = " \
|
FILES:${PN}-base = " \
|
||||||
${datadir}/glib-2.0 \
|
${datadir}/glib-2.0 \
|
||||||
${datadir}/gnome-session \
|
${datadir}/gnome-session \
|
||||||
${libdir}/lib*${SOLIBS} \
|
${libdir}/lib*${SOLIBS} \
|
||||||
${libdir}/girepository-1.0 \
|
${libdir}/girepository-1.0 \
|
||||||
"
|
"
|
||||||
|
|
||||||
CONFFILES_${PN} += "${sysconfdir}/gdm/custom.conf"
|
CONFFILES:${PN} += "${sysconfdir}/gdm/custom.conf"
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dconf \
|
${datadir}/dconf \
|
||||||
${base_libdir}/security/pam_gdm.so \
|
${base_libdir}/security/pam_gdm.so \
|
||||||
${localstatedir} \
|
${localstatedir} \
|
||||||
${systemd_unitdir} \
|
${systemd_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PN}-base"
|
RDEPENDS:${PN} += "${PN}-base"
|
||||||
|
|
||||||
|
|||||||
@ -27,20 +27,20 @@ SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
|
|
||||||
PACKAGES += "${PN}-python"
|
PACKAGES += "${PN}-python"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-python += " \
|
FILES:${PN}-python += " \
|
||||||
${PYTHON_SITEPACKAGES_DIR} \
|
${PYTHON_SITEPACKAGES_DIR} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gsettings-desktop-schemas"
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
||||||
RRECOMMENDS_${PN} += "source-code-pro-fonts"
|
RRECOMMENDS:${PN} += "source-code-pro-fonts"
|
||||||
|
|||||||
@ -15,7 +15,7 @@ inherit gnomebase gtk-doc gobject-introspection
|
|||||||
SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
|
SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
|
||||||
SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
|
SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
|
# they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
|
||||||
# is not a standard path exactly
|
# is not a standard path exactly
|
||||||
rm -rf ${D}${prefix}/doc
|
rm -rf ${D}${prefix}/doc
|
||||||
|
|||||||
@ -14,4 +14,4 @@ inherit gnomebase gsettings gtk-icon-cache gnome-help gettext upstream-version-i
|
|||||||
SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15"
|
SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15"
|
||||||
SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0"
|
SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/metainfo"
|
FILES:${PN} += "${datadir}/metainfo"
|
||||||
|
|||||||
@ -18,21 +18,21 @@ SRC_URI += "file://0001-Disable-tests-on-host.patch \
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " --enable-introspection --disable-introspection"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--without-dbus-tests \
|
--without-dbus-tests \
|
||||||
--disable-installed-tests \
|
--disable-installed-tests \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
# make configure find gobject-introspection test code. Although we set
|
# make configure find gobject-introspection test code. Although we set
|
||||||
# --disable-installed-tests gjs builds them
|
# --disable-installed-tests gjs builds them
|
||||||
sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac
|
sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/gjs-1.0/lsan"
|
FILES:${PN} += "${datadir}/gjs-1.0/lsan"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-valgrind"
|
PACKAGES =+ "${PN}-valgrind"
|
||||||
FILES_${PN}-valgrind = "${datadir}/gjs-1.0/valgrind"
|
FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind"
|
||||||
RSEPENDS_${PN}-valgrind += "valgrind"
|
RSEPENDS_${PN}-valgrind += "valgrind"
|
||||||
|
|||||||
@ -11,6 +11,6 @@ inherit gnomebase gobject-introspection gtk-doc vala
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04"
|
SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04"
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
|
export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,7 @@ inherit gnomebase allarch gettext upstream-version-is-even allarch
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3"
|
SRC_URI[archive.sha256sum] = "f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/backgrounds \
|
${datadir}/backgrounds \
|
||||||
${datadir}/gnome-background-properties \
|
${datadir}/gnome-background-properties \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -21,4 +21,4 @@ EXTRA_OEMESON = "-Dicon_update=false"
|
|||||||
SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e"
|
SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e"
|
||||||
SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9"
|
SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "bluez5"
|
RDEPENDS:${PN} += "bluez5"
|
||||||
|
|||||||
@ -29,7 +29,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6"
|
SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
|
|||||||
@ -25,7 +25,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch"
|
SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch"
|
||||||
SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512"
|
SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
|
|||||||
@ -44,12 +44,12 @@ EXTRA_OEMESON = " \
|
|||||||
-Dcheese=false \
|
-Dcheese=false \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-dev += "${datadir}/gettext"
|
FILES:${PN}-dev += "${datadir}/gettext"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gsettings-desktop-schemas"
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
||||||
|
|||||||
@ -14,7 +14,7 @@ inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "04dc3b37c2b7d98df972670ac2a5a33ec7dc278e6814c3d23d099ae6789dcae8"
|
SRC_URI[archive.sha256sum] = "04dc3b37c2b7d98df972670ac2a5a33ec7dc278e6814c3d23d099ae6789dcae8"
|
||||||
|
|
||||||
@ -32,6 +32,6 @@ GTKDOC_MESON_OPTION = "gtk_doc"
|
|||||||
EXTRA_OEMESON = "-Ddesktop_docs=false"
|
EXTRA_OEMESON = "-Ddesktop_docs=false"
|
||||||
|
|
||||||
PACKAGES =+ "libgnome-desktop3"
|
PACKAGES =+ "libgnome-desktop3"
|
||||||
FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
|
FILES:libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
|
||||||
|
|
||||||
RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas"
|
RRECOMMENDS:libgnome-desktop3 += "gsettings-desktop-schemas"
|
||||||
|
|||||||
@ -28,7 +28,7 @@ PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd"
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141"
|
SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -20,12 +20,12 @@ DEPENDS += " \
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b"
|
SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# no oe-layer has compiz -> remove dead session
|
# no oe-layer has compiz -> remove dead session
|
||||||
rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop
|
rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/desktop-directories \
|
${datadir}/desktop-directories \
|
||||||
${datadir}/gnome-panel \
|
${datadir}/gnome-panel \
|
||||||
${datadir}/gnome-session \
|
${datadir}/gnome-session \
|
||||||
@ -34,4 +34,4 @@ FILES_${PN} += " \
|
|||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "metacity"
|
RDEPENDS:${PN} += "metacity"
|
||||||
|
|||||||
@ -18,7 +18,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "d2cc7686946690dc274a5d0c72841d358d0ccd42d3f34993c698bdf13588fe42"
|
SRC_URI[archive.sha256sum] = "d2cc7686946690dc274a5d0c72841d358d0ccd42d3f34993c698bdf13588fe42"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/thumbnailers \
|
${datadir}/thumbnailers \
|
||||||
|
|||||||
@ -35,7 +35,7 @@ EXTRA_OECONF = " \
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1/services \
|
${datadir}/dbus-1/services \
|
||||||
${datadir}/p11-kit \
|
${datadir}/p11-kit \
|
||||||
${datadir}/xdg-desktop-portal \
|
${datadir}/xdg-desktop-portal \
|
||||||
@ -43,7 +43,7 @@ FILES_${PN} += " \
|
|||||||
${libdir}/pkcs11/gnome-keyring-pkcs11.so \
|
${libdir}/pkcs11/gnome-keyring-pkcs11.so \
|
||||||
"
|
"
|
||||||
# fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
|
# fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst:${PN} () {
|
||||||
setcap cap_ipc_lock+ep $D/${bindir}/gnome-keyring-daemon
|
setcap cap_ipc_lock+ep $D/${bindir}/gnome-keyring-daemon
|
||||||
}
|
}
|
||||||
PACKAGE_WRITE_DEPS += "libcap-native"
|
PACKAGE_WRITE_DEPS += "libcap-native"
|
||||||
|
|||||||
@ -15,4 +15,4 @@ BPN = "gnome-menus"
|
|||||||
SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829"
|
SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829"
|
||||||
SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f"
|
SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/desktop-directories/"
|
FILES:${PN} += "${datadir}/desktop-directories/"
|
||||||
|
|||||||
@ -25,10 +25,10 @@ PACKAGECONFIG[other] = " \
|
|||||||
--disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \
|
--disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${libdir}/goa-1.0/web-extensions/*.so \
|
${libdir}/goa-1.0/web-extensions/*.so \
|
||||||
"
|
"
|
||||||
|
|
||||||
# looked into pkg-config file: it is not a bug - they mean it
|
# looked into pkg-config file: it is not a bug - they mean it
|
||||||
FILES_${PN}-dev += "${libdir}/goa-1.0/include"
|
FILES:${PN}-dev += "${libdir}/goa-1.0/include"
|
||||||
|
|||||||
@ -22,4 +22,4 @@ SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28
|
|||||||
|
|
||||||
PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server"
|
PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gdm-base"
|
RDEPENDS:${PN} += "gdm-base"
|
||||||
|
|||||||
@ -32,15 +32,15 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af"
|
SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# make gnome-photos available on all desktops
|
# make gnome-photos available on all desktops
|
||||||
sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop
|
sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "grilo-plugins"
|
RRECOMMENDS:${PN} = "grilo-plugins"
|
||||||
|
|||||||
@ -30,10 +30,10 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd',
|
|||||||
PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit"
|
PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit"
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd"
|
PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/xsessions \
|
${datadir}/xsessions \
|
||||||
${datadir}/wayland-sessions \
|
${datadir}/wayland-sessions \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas"
|
RDEPENDS:${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas"
|
||||||
|
|||||||
@ -42,7 +42,7 @@ PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanag
|
|||||||
PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss"
|
PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss"
|
||||||
PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland"
|
PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
${libdir}/gnome-settings-daemon-3.0/libgsd.so \
|
${libdir}/gnome-settings-daemon-3.0/libgsd.so \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -20,9 +20,9 @@ EXTRA_OEMESON += " \
|
|||||||
-Dclassic_mode=true \
|
-Dclassic_mode=true \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gnome-shell"
|
RDEPENDS:${PN} += "gnome-shell"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
${datadir}/gnome-session \
|
${datadir}/gnome-session \
|
||||||
${datadir}/xsessions \
|
${datadir}/xsessions \
|
||||||
|
|||||||
@ -28,7 +28,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f"
|
SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f"
|
||||||
SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550"
|
SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550"
|
||||||
@ -42,7 +42,7 @@ EXTRA_OEMESON = " \
|
|||||||
-Dman=false \
|
-Dman=false \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# fix shebangs
|
# fix shebangs
|
||||||
for tool in `find ${D}${bindir} -name '*-tool'`; do
|
for tool in `find ${D}${bindir} -name '*-tool'`; do
|
||||||
sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool
|
sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool
|
||||||
@ -51,16 +51,16 @@ do_install_append() {
|
|||||||
|
|
||||||
GSETTINGS_PACKAGE = "${PN}-gsettings"
|
GSETTINGS_PACKAGE = "${PN}-gsettings"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/gnome-control-center \
|
${datadir}/gnome-control-center \
|
||||||
${datadir}/xdg-desktop-portal \
|
${datadir}/xdg-desktop-portal \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
|
RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-tools ${PN}-gsettings"
|
PACKAGES =+ "${PN}-tools ${PN}-gsettings"
|
||||||
FILES_${PN}-tools = "${bindir}/*-tool"
|
FILES:${PN}-tools = "${bindir}/*-tool"
|
||||||
RDEPENDS_${PN}-tools = "python3-core"
|
RDEPENDS:${PN}-tools = "python3-core"
|
||||||
|
|
||||||
|
|||||||
@ -27,9 +27,9 @@ SRC_URI[archive.sha256sum] = "fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f
|
|||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
|
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "adwaita-icon-theme"
|
RRECOMMENDS:${PN} = "adwaita-icon-theme"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -28,10 +28,10 @@ EXTRA_OECONF += " \
|
|||||||
--without-nautilus-extension \
|
--without-nautilus-extension \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} += "vte-prompt gsettings-desktop-schemas"
|
RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas"
|
||||||
|
|||||||
@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam"
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369"
|
SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369"
|
||||||
SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250"
|
SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250"
|
||||||
@ -24,9 +24,9 @@ SRC_URI += "file://0001-Make-python-path-configurable.patch"
|
|||||||
|
|
||||||
EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}"
|
EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${PYTHON_SITEPACKAGES_DIR} \
|
${PYTHON_SITEPACKAGES_DIR} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gnome-shell python3-core python3-logging libhandy"
|
RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy"
|
||||||
|
|||||||
@ -18,4 +18,4 @@ GTKDOC_MESON_OPTION = "gtk_doc"
|
|||||||
|
|
||||||
EXTRA_OEMESON = "-Dinstalled_tests=false"
|
EXTRA_OEMESON = "-Dinstalled_tests=false"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/graphene-1.0"
|
FILES:${PN} += "${libdir}/graphene-1.0"
|
||||||
|
|||||||
@ -19,4 +19,4 @@ inherit gnomebase gnome-help vala
|
|||||||
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
||||||
SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8"
|
SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/grilo-0.3"
|
FILES:${PN} += "${libdir}/grilo-0.3"
|
||||||
|
|||||||
@ -28,4 +28,4 @@ inherit features_check gnomebase gnome-help gsettings itstool mime-xdg
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212"
|
SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/metainfo"
|
FILES:${PN} += "${datadir}/metainfo"
|
||||||
|
|||||||
@ -15,7 +15,7 @@ do_install() {
|
|||||||
install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/
|
install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = " \
|
FILES:${PN} = " \
|
||||||
${datadir}/gtksourceview-3.0/styles \
|
${datadir}/gtksourceview-3.0/styles \
|
||||||
${datadir}/gtksourceview-4/styles \
|
${datadir}/gtksourceview-4/styles \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -18,4 +18,4 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${
|
|||||||
SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67"
|
SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67"
|
||||||
SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
|
SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
|
||||||
|
|
||||||
FILES_${PN} += " ${datadir}/gtksourceview-3.0"
|
FILES:${PN} += " ${datadir}/gtksourceview-3.0"
|
||||||
|
|||||||
@ -34,4 +34,4 @@ meson_do_compile() {
|
|||||||
ninja ${PARALLEL_MAKE}
|
ninja ${PARALLEL_MAKE}
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/gtksourceview-4"
|
FILES:${PN} += "${datadir}/gtksourceview-4"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ inherit gnomebase gsettings bash-completion gettext upstream-version-is-even fea
|
|||||||
DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \
|
DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \
|
||||||
gsettings-desktop-schemas dbus"
|
gsettings-desktop-schemas dbus"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gsettings-desktop-schemas"
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
||||||
|
|
||||||
SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
|
SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
|
||||||
SRC_URI[archive.sha256sum] = "b2ea4f271aad2711f16b43c03151e2ec5a9874ff1a21142ef6d6406486a19dc2"
|
SRC_URI[archive.sha256sum] = "b2ea4f271aad2711f16b43c03151e2ec5a9874ff1a21142ef6d6406486a19dc2"
|
||||||
@ -25,7 +25,7 @@ EXTRA_OEMESON = " \
|
|||||||
|
|
||||||
PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
|
PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/glib-2.0 \
|
${datadir}/glib-2.0 \
|
||||||
${datadir}/GConf \
|
${datadir}/GConf \
|
||||||
${datadir}/dbus-1/services \
|
${datadir}/dbus-1/services \
|
||||||
@ -34,14 +34,14 @@ FILES_${PN} += " \
|
|||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*"
|
FILES:${PN}-dbg += "${libdir}/gio/modules/.debug/*"
|
||||||
FILES_${PN}-dev += "${libdir}/gio/modules/*.la"
|
FILES:${PN}-dev += "${libdir}/gio/modules/*.la"
|
||||||
|
|
||||||
FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount"
|
FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount"
|
||||||
FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount"
|
FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount"
|
||||||
FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount"
|
FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount"
|
||||||
|
|
||||||
RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh"
|
RRECOMMENDS:gvfsd-ftp += "openssh-sftp openssh-ssh"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "libgphoto2 \
|
PACKAGECONFIG ?= "libgphoto2 \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||||
@ -69,9 +69,9 @@ PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3"
|
|||||||
PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia"
|
PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia"
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
USERADD_PARAM_${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd"
|
USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then
|
if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then
|
||||||
# Fix up permissions on polkit rules.d to work with rpm4 constraints
|
# Fix up permissions on polkit rules.d to work with rpm4 constraints
|
||||||
chmod 700 ${D}/${datadir}/polkit-1/rules.d
|
chmod 700 ${D}/${datadir}/polkit-1/rules.d
|
||||||
|
|||||||
@ -17,7 +17,7 @@ inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages
|
|||||||
# gcr
|
# gcr
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
|
export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -20,4 +20,4 @@ EXTRA_OECONF = "\
|
|||||||
--with-bz2 \
|
--with-bz2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/thumbnailers"
|
FILES:${PN} += "${datadir}/thumbnailers"
|
||||||
|
|||||||
@ -14,7 +14,7 @@ SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \
|
|||||||
SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5"
|
SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5"
|
||||||
SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c"
|
SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
install -d ${D}/${sysconfdir}/X11/Xsession.d
|
install -d ${D}/${sysconfdir}/X11/Xsession.d
|
||||||
install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus
|
install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus
|
||||||
}
|
}
|
||||||
@ -22,8 +22,8 @@ do_install_append() {
|
|||||||
# Horrible but rpm falls over if you use '*'
|
# Horrible but rpm falls over if you use '*'
|
||||||
GTKVER = "2.10.0"
|
GTKVER = "2.10.0"
|
||||||
|
|
||||||
FILES_${PN} = "${sysconfdir} \
|
FILES:${PN} = "${sysconfdir} \
|
||||||
${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*"
|
${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*"
|
||||||
FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug"
|
FILES:${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug"
|
||||||
FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so"
|
FILES:${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so"
|
||||||
FILES_${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a"
|
FILES:${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a"
|
||||||
|
|||||||
@ -12,7 +12,7 @@ SRC_URI[archive.sha256sum] = "ee1201a8fc25c14e940d3b26db49a34947c8aebf67dee01ee6
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,6 @@ inherit features_check autotools pkgconfig gobject-introspection
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
(cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)
|
(cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32"
|
SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32"
|
||||||
SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e"
|
SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# to avoid conflicts with libwnck3 remove cmdline tools
|
# to avoid conflicts with libwnck3 remove cmdline tools
|
||||||
# if the tools are requrired add libwnck3 to your image
|
# if the tools are requrired add libwnck3 to your image
|
||||||
rm ${D}${bindir}/wnckprop
|
rm ${D}${bindir}/wnckprop
|
||||||
|
|||||||
@ -8,7 +8,7 @@ inherit autotools pkgconfig gettext gobject-introspection features_check
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "iso-codes xkbcomp"
|
RDEPENDS:${PN} += "iso-codes xkbcomp"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-${PV}.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${BPN}-${PV}.tar.bz2 \
|
http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-${PV}.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${BPN}-${PV}.tar.bz2 \
|
||||||
@ -18,16 +18,16 @@ SRC_URI = " \
|
|||||||
SRC_URI[md5sum] = "13af74dcb6011ecedf1e3ed122bd31fa"
|
SRC_URI[md5sum] = "13af74dcb6011ecedf1e3ed122bd31fa"
|
||||||
SRC_URI[sha256sum] = "17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320"
|
SRC_URI[sha256sum] = "17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/*"
|
FILES:${PN} += "${datadir}/*"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-xkb-bin-base=${bindir}"
|
EXTRA_OECONF = "--with-xkb-bin-base=${bindir}"
|
||||||
|
|
||||||
do_configure_append() {
|
do_configure:append() {
|
||||||
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||||
find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_append() {
|
do_compile:append() {
|
||||||
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
||||||
-e s:/${TARGET_SYS}::g \
|
-e s:/${TARGET_SYS}::g \
|
||||||
libxklavier.pc
|
libxklavier.pc
|
||||||
|
|||||||
@ -30,10 +30,10 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
|
|||||||
# enable as neccessary until new warnings are dealt with
|
# enable as neccessary until new warnings are dealt with
|
||||||
PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
|
PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,,"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/themes \
|
${datadir}/themes \
|
||||||
${datadir}/gnome-control-center \
|
${datadir}/gnome-control-center \
|
||||||
${datadir}/gnome\
|
${datadir}/gnome\
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "gsettings-desktop-schemas"
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
||||||
|
|||||||
@ -63,7 +63,7 @@ PACKAGECONFIG[wayland-eglstream] = "-Dwayland_eglstream=true,-Dwayland_eglstream
|
|||||||
# yes they changed from mutter-4 -> mutter-5 recently so be perpared
|
# yes they changed from mutter-4 -> mutter-5 recently so be perpared
|
||||||
MUTTER_API_NAME = "mutter-5"
|
MUTTER_API_NAME = "mutter-5"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# Add gir links in standard paths. That makes dependents life much easier
|
# Add gir links in standard paths. That makes dependents life much easier
|
||||||
# to find them
|
# to find them
|
||||||
install -d ${D}${datadir}/gir-1.0
|
install -d ${D}${datadir}/gir-1.0
|
||||||
@ -75,23 +75,23 @@ do_install_append() {
|
|||||||
|
|
||||||
PACKAGES =+ "${PN}-tests"
|
PACKAGES =+ "${PN}-tests"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/gnome-control-center \
|
${datadir}/gnome-control-center \
|
||||||
${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \
|
${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \
|
||||||
${libdir}/${MUTTER_API_NAME}/*.typelib \
|
${libdir}/${MUTTER_API_NAME}/*.typelib \
|
||||||
${libdir}/${MUTTER_API_NAME}/plugins \
|
${libdir}/${MUTTER_API_NAME}/plugins \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-tests += " \
|
FILES:${PN}-tests += " \
|
||||||
${datadir}/installed-tests \
|
${datadir}/installed-tests \
|
||||||
${datadir}/${MUTTER_API_NAME}/tests \
|
${datadir}/${MUTTER_API_NAME}/tests \
|
||||||
${libexecdir}/installed-tests/${MUTTER_API_NAME} \
|
${libexecdir}/installed-tests/${MUTTER_API_NAME} \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-dev += " \
|
FILES:${PN}-dev += " \
|
||||||
${libdir}/${MUTTER_API_NAME}/*.gir \
|
${libdir}/${MUTTER_API_NAME}/*.gir \
|
||||||
${libdir}/${MUTTER_API_NAME}/lib*.so \
|
${libdir}/${MUTTER_API_NAME}/lib*.so \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "zenity"
|
RDEPENDS:${PN} += "zenity"
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ EXTRA_OEMESON += " \
|
|||||||
PACKAGECONFIG = "extensions"
|
PACKAGECONFIG = "extensions"
|
||||||
PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base"
|
PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
@ -42,4 +42,4 @@ FILES_${PN} += " \
|
|||||||
|
|
||||||
# mandatory - not checked during configuration:
|
# mandatory - not checked during configuration:
|
||||||
# | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
|
# | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
|
||||||
RDEPENDS_${PN} += "tracker-miners"
|
RDEPENDS:${PN} += "tracker-miners"
|
||||||
|
|||||||
@ -22,12 +22,12 @@ SRC_URI[archive.sha256sum] = "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2d
|
|||||||
# [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720
|
# [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720
|
||||||
EXTRA_OECONF = "--without-gnome"
|
EXTRA_OECONF = "--without-gnome"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
# rest expects introspection.m4 at custom location (see aclocal.m4).
|
# rest expects introspection.m4 at custom location (see aclocal.m4).
|
||||||
cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build
|
cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs"
|
export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -33,9 +33,9 @@ EXTRA_OEMESON += "-Dsystemdunitdir=${systemd_unitdir}/system"
|
|||||||
SOLIBS = ".so"
|
SOLIBS = ".so"
|
||||||
FILES_SOLIBSDEV = ""
|
FILES_SOLIBSDEV = ""
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}"
|
SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1/system-services \
|
${datadir}/dbus-1/system-services \
|
||||||
${datadir}/dbus-1/system.d \
|
${datadir}/dbus-1/system.d \
|
||||||
${datadir}/dbus-1/interfaces \
|
${datadir}/dbus-1/interfaces \
|
||||||
|
|||||||
@ -19,6 +19,6 @@ SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cf
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
|
|||||||
@ -20,7 +20,7 @@ SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.pat
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \
|
||||||
@ -65,7 +65,7 @@ EXTRA_OEMESON += " \
|
|||||||
-Dsystemd_user_services_dir=${systemd_user_unitdir} \
|
-Dsystemd_user_services_dir=${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/tracker3-miners \
|
${datadir}/tracker3-miners \
|
||||||
${libdir}/tracker-miners-3.0 \
|
${libdir}/tracker-miners-3.0 \
|
||||||
|
|||||||
@ -25,14 +25,14 @@ SRC_URI[archive.sha256sum] = "4376e2e98454066f44f7a242e45b99b3bfe4c03b67fab19abb
|
|||||||
|
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|
||||||
# text search is not an option anymore and requires sqlite3 build with
|
# text search is not an option anymore and requires sqlite3 build with
|
||||||
# PACKAGECONFIG[fts5] set (default)
|
# PACKAGECONFIG[fts5] set (default)
|
||||||
|
|
||||||
# set required cross property sqlite3_has_fts5
|
# set required cross property sqlite3_has_fts5
|
||||||
do_write_config[vardeps] += "PACKAGECONFIG"
|
do_write_config[vardeps] += "PACKAGECONFIG"
|
||||||
do_write_config_append() {
|
do_write_config:append() {
|
||||||
echo "[properties]" > ${WORKDIR}/meson-tracker.cross
|
echo "[properties]" > ${WORKDIR}/meson-tracker.cross
|
||||||
echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross
|
echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross
|
||||||
}
|
}
|
||||||
@ -44,7 +44,7 @@ EXTRA_OEMESON = " \
|
|||||||
-Dsystemd_user_services_dir=${systemd_user_unitdir} \
|
-Dsystemd_user_services_dir=${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/tracker3 \
|
${datadir}/tracker3 \
|
||||||
${libdir}/tracker-3.0 \
|
${libdir}/tracker-3.0 \
|
||||||
|
|||||||
@ -18,6 +18,6 @@ DEPENDS += " \
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae"
|
SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python3-core yelp-xsl"
|
RDEPENDS:${PN} += "python3-core yelp-xsl"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@ -12,9 +12,9 @@ DEPENDS += "libxml2"
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e"
|
SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e"
|
||||||
|
|
||||||
RDEPENDS_${PN}_append_class-target = " libxml2 itstool"
|
RDEPENDS:${PN}:append:class-target = " libxml2 itstool"
|
||||||
|
|
||||||
# ensure our native consumers are forced to inherit itstool
|
# ensure our native consumers are forced to inherit itstool
|
||||||
RDEPENDS_${PN}_append_class-native = " libxml2-native"
|
RDEPENDS:${PN}:append:class-native = " libxml2-native"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@ -22,13 +22,13 @@ DEPENDS += " \
|
|||||||
yelp-xsl \
|
yelp-xsl \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
|
export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/yelp-xsl \
|
${datadir}/yelp-xsl \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "yelp-xsl"
|
RDEPENDS:${PN} += "yelp-xsl"
|
||||||
|
|||||||
@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a"
|
SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a"
|
||||||
SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95"
|
SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95"
|
||||||
|
|
||||||
do_install_append() {
|
do_install:append() {
|
||||||
# Remove gdialog compatibility helper - we don't want to pull in perl
|
# Remove gdialog compatibility helper - we don't want to pull in perl
|
||||||
rm ${D}${bindir}/gdialog
|
rm ${D}${bindir}/gdialog
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,9 +41,9 @@ PACKAGECONFIG ??= "egl gdk \
|
|||||||
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}"
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}"
|
||||||
|
|
||||||
FILES_${PN}-examples = "${libdir}/clutter/examples"
|
FILES:${PN}-examples = "${libdir}/clutter/examples"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
# see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
|
# see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
|
||||||
touch -t 200001010000 ${S}/po/clutter-1.0.pot
|
touch -t 200001010000 ${S}/po/clutter-1.0.pot
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,9 +15,9 @@ export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
|
|||||||
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
||||||
|
|
||||||
DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
|
DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
|
||||||
RDEPENDS_${PN} += "gstreamer1.0-meta-base"
|
RDEPENDS:${PN} += "gstreamer1.0-meta-base"
|
||||||
PACKAGES =+ "${PN}-examples"
|
PACKAGES =+ "${PN}-examples"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so"
|
FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so"
|
||||||
FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
|
FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
|
||||||
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
|
FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
|
||||||
|
|||||||
@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-examples-install \
|
|||||||
--disable-gles1 \
|
--disable-gles1 \
|
||||||
--disable-cairo \
|
--disable-cairo \
|
||||||
"
|
"
|
||||||
DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
|
DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
|
||||||
|
|
||||||
# OpenGL/GLX
|
# OpenGL/GLX
|
||||||
PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}"
|
PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}"
|
||||||
@ -62,23 +62,23 @@ PACKAGECONFIG ??= "cogl-pango gles2 \
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile:prepend() {
|
||||||
export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs"
|
export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} = ""
|
FILES:${PN} = ""
|
||||||
FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
|
FILES:${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
|
||||||
FILES_libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib"
|
FILES:libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib"
|
||||||
FILES_libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}"
|
FILES:libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}"
|
||||||
FILES_libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib"
|
FILES:libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib"
|
||||||
|
|
||||||
FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
|
FILES:libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
|
||||||
|
|
||||||
# For backwards compatibility after Debian-renaming
|
# For backwards compatibility after Debian-renaming
|
||||||
RPROVIDES_libcogl = "cogl-1.0"
|
RPROVIDES:libcogl = "cogl-1.0"
|
||||||
RCONFLICTS_libcogl = "cogl-1.0"
|
RCONFLICTS:libcogl = "cogl-1.0"
|
||||||
RREPLACES_libcogl = "cogl-1.0"
|
RREPLACES:libcogl = "cogl-1.0"
|
||||||
|
|
||||||
RDEPENDS_${PN}-dev = "libcogl"
|
RDEPENDS:${PN}-dev = "libcogl"
|
||||||
|
|
||||||
COMPATIBLE_HOST_armv4 = 'null'
|
COMPATIBLE_HOST:armv4 = 'null'
|
||||||
|
|||||||
@ -14,8 +14,8 @@ PACKAGES = "\
|
|||||||
${PN}-core \
|
${PN}-core \
|
||||||
"
|
"
|
||||||
|
|
||||||
SUMMARY_${PN}-core = "Clutter graphics library"
|
SUMMARY:${PN}-core = "Clutter graphics library"
|
||||||
RDEPENDS_${PN}-core = "\
|
RDEPENDS:${PN}-core = "\
|
||||||
clutter-1.0 \
|
clutter-1.0 \
|
||||||
clutter-gst-3.0 \
|
clutter-gst-3.0 \
|
||||||
clutter-gtk-1.0 \
|
clutter-gtk-1.0 \
|
||||||
|
|||||||
@ -13,7 +13,7 @@ inherit meson gobject-introspection gtk-doc features_check systemd
|
|||||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||||
|
|
||||||
SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
|
SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
|
||||||
SRC_URI_append_libc-musl = " \
|
SRC_URI:append:libc-musl = " \
|
||||||
file://0001-musl-Hack-to-fix-build.patch \
|
file://0001-musl-Hack-to-fix-build.patch \
|
||||||
file://0002-musl-add-missing-fgetspent_r.patch \
|
file://0002-musl-add-missing-fgetspent_r.patch \
|
||||||
"
|
"
|
||||||
@ -25,9 +25,9 @@ GTKDOC_MESON_OPTION = "gtk_doc"
|
|||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd"
|
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "accounts-daemon.service"
|
SYSTEMD_SERVICE:${PN} = "accounts-daemon.service"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/polkit-1 \
|
${datadir}/polkit-1 \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -26,9 +26,9 @@ EXTRA_OEMESON = " \
|
|||||||
-Drpm=false \
|
-Drpm=false \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/asb-plugins-5"
|
FILES:${PN} += "${libdir}/asb-plugins-5"
|
||||||
|
|
||||||
FILES_${PN}-dev += " \
|
FILES:${PN}-dev += " \
|
||||||
${datadir}/installed-tests \
|
${datadir}/installed-tests \
|
||||||
${datadir}/gettext \
|
${datadir}/gettext \
|
||||||
"
|
"
|
||||||
|
|||||||
@ -22,4 +22,4 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
|||||||
# colord
|
# colord
|
||||||
REQUIRED_DISTRO_FEATURES += "polkit"
|
REQUIRED_DISTRO_FEATURES += "polkit"
|
||||||
|
|
||||||
UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
|
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
||||||
|
|||||||
@ -19,19 +19,19 @@ PACKAGECONFIG ??= " \
|
|||||||
${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
# run native unicode-parser
|
# run native unicode-parser
|
||||||
sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am
|
sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/GConf \
|
${datadir}/GConf \
|
||||||
${datadir}/glib-2.0 \
|
${datadir}/glib-2.0 \
|
||||||
${libdir}/gtk-3.0 \
|
${libdir}/gtk-3.0 \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILES_${PN}-dev += " \
|
FILES:${PN}-dev += " \
|
||||||
${datadir}/gettext \
|
${datadir}/gettext \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@ EXTRA_OECONF = " \
|
|||||||
--disable-python2 \
|
--disable-python2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
touch ${S}/ChangeLog
|
touch ${S}/ChangeLog
|
||||||
touch ${S}/ABOUT-NLS
|
touch ${S}/ABOUT-NLS
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,12 +16,12 @@ PV = "3.0+git${SRCPV}"
|
|||||||
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
|
SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "gtk+"
|
RDEPENDS:${PN} = "gtk+"
|
||||||
|
|
||||||
inherit features_check autotools gtk-doc gobject-introspection
|
inherit features_check autotools gtk-doc gobject-introspection
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
do_configure_prepend() {
|
do_configure:prepend() {
|
||||||
touch ${S}/ChangeLog
|
touch ${S}/ChangeLog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ HOMEPAGE = "https://snowballstem.org/"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
|
||||||
|
|
||||||
DEPENDS_class-target = "${BPN}-native"
|
DEPENDS:class-target = "${BPN}-native"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/snowballstem/snowball.git \
|
git://github.com/snowballstem/snowball.git \
|
||||||
@ -18,7 +18,7 @@ inherit lib_package
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
do_compile_prepend_class-target() {
|
do_compile:prepend:class-target() {
|
||||||
# use native tools
|
# use native tools
|
||||||
sed -i 's:./snowball :snowball :g' ${S}/GNUmakefile
|
sed -i 's:./snowball :snowball :g' ${S}/GNUmakefile
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,5 +30,5 @@ EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}"
|
|||||||
|
|
||||||
PACKAGES += "${PN}-python "
|
PACKAGES += "${PN}-python "
|
||||||
|
|
||||||
FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
|
FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
|
||||||
|
|
||||||
|
|||||||
@ -14,14 +14,14 @@ inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
FILES_${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${datadir}/icons \
|
${datadir}/icons \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
${datadir}/help \
|
${datadir}/help \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
ncurses \
|
ncurses \
|
||||||
python3-dbus \
|
python3-dbus \
|
||||||
python3-pycairo \
|
python3-pycairo \
|
||||||
|
|||||||
@ -6,7 +6,7 @@ inherit packagegroup features_check
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data"
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
evolution-data-server \
|
evolution-data-server \
|
||||||
evince \
|
evince \
|
||||||
file-roller \
|
file-roller \
|
||||||
|
|||||||
@ -6,7 +6,7 @@ inherit packagegroup features_check
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
adwaita-icon-theme \
|
adwaita-icon-theme \
|
||||||
adwaita-icon-theme-cursors \
|
adwaita-icon-theme-cursors \
|
||||||
evolution-data-server \
|
evolution-data-server \
|
||||||
|
|||||||
@ -3,10 +3,10 @@ DEPENDS =+ "klcc-cross"
|
|||||||
|
|
||||||
# Default for klcc is to build static binaries.
|
# Default for klcc is to build static binaries.
|
||||||
# Set CC = "${TARGET_PREFIX}klcc -shared" to build the dynamic version.
|
# Set CC = "${TARGET_PREFIX}klcc -shared" to build the dynamic version.
|
||||||
CC_forcevariable = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS}"
|
CC:forcevariable = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS}"
|
||||||
CC_forcevariable_armv4_linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS} -march=armv4 -mthumb-interwork"
|
CC:forcevariable:armv4_linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS} -march=armv4 -mthumb-interwork"
|
||||||
CC_append_armv7ve = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
|
CC:append:armv7ve = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
|
||||||
CC_append_armv7a = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
|
CC:append:armv7a = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
|
||||||
|
|
||||||
# klcc uses own optimizations by default. See klcc(1) man file.
|
# klcc uses own optimizations by default. See klcc(1) man file.
|
||||||
export CFLAGS="${TUNE_CCARGS}"
|
export CFLAGS="${TUNE_CCARGS}"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user