mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
33 lines
902 B
BlitzBasic
33 lines
902 B
BlitzBasic
SUMMARY = "Lightweight, desktop independent GTK+ archive manager"
|
|
HOMEPAGE = "http://xarchiver.sourceforge.net"
|
|
SECTION = "x11"
|
|
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native"
|
|
|
|
SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https"
|
|
SRCREV = "55f923ebc623bcc8f53368543847350a23688189"
|
|
|
|
|
|
inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
|
|
EXTRA_OECONF += "--libexecdir=${libdir}"
|
|
|
|
EXTRA_OECONF += " \
|
|
--enable-maintainer-mode \
|
|
--disable-doc \
|
|
"
|
|
|
|
do_configure:prepend() {
|
|
touch ${S}/NEWS ${S}/AUTHORS
|
|
}
|
|
|
|
FILES:${PN} += "${libdir}/thunar-archive-plugin"
|
|
|
|
RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz 7zip"
|