imv: remove unmaintained project

This commit is contained in:
Markus Volk 2022-03-25 07:49:07 +01:00
parent f9239883a0
commit f3d609228e
2 changed files with 0 additions and 66 deletions

View File

@ -1,18 +0,0 @@
SUMMARY = "inih (INI Not Invented Here)"
DESCRIPTION = "A .INI file parser written in C that was designed to be small and simple."
HOMEPAGE = "https://github.com/benhoyt/inih"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202"
SRC_URI = "git://github.com/benhoyt/inih.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
PV = "53"
SRCREV = "cb55f57d87ae840bd0f65dbe6bd22fa021a873a7"
inherit meson pkgconfig
BBCLASSEXTEND = ""

View File

@ -1,48 +0,0 @@
SUMMARY = "imv - X11/Wayland Image Viewer"
DESCRIPTION = "imv is a command line image viewer intended for use with tiling window managers."
HOMEPAGE = "https://github.com/eXeC64/imv"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dcea6b87dbecf6c482d399a15ff8ba49"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
glib-2.0 \
libxkbcommon \
pango \
cairo \
icu \
inih \
wayland \
wayland-native \
wayland-protocols \
virtual/egl \
"
RDEPENDS:${PN} = "bash"
PACKAGECONFIG[x11] = "-Dwindows=all,-Dwindows=wayland,libx11 libglu xcb-util-renderutil"
PACKAGECONFIG[tiff] = ",,tiff"
PACKAGECONFIG[png] = ",,libpng"
PACKAGECONFIG[jpeg] = ",,libjpeg-turbo"
PACKAGECONFIG[rsvg] = ",,librsvg"
PACKAGECONFIG[doc] = ",,asciidoc-native"
PACKAGECONFIG ?= " \
jpeg \
png \
tiff \
rsvg \
"
SRC_URI = "git://git.sr.ht/~exec64/imv;protocol=https;branch=v4.3-fixes"
S = "${WORKDIR}/git"
PV = "4.3.1"
SRCREV = "ad33be2999558a8c53c86b3e632581e5208fa580"
inherit meson pkgconfig mime-xdg features_check
BBCLASSEXTEND = ""