diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-03 17:02:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:28:22 -0700 |
| commit | be20364d160c8353d2b0ab6466124cf73ef99066 (patch) | |
| tree | 470b65846a1d2386e3ce6b7be52effc0332d19f3 /meta-oe/recipes-graphics/feh/feh_3.11.1.bb | |
| parent | 3682b77d4d7430e3542b57b3d0fb0a6318afe8bf (diff) | |
| download | meta-openembedded-be20364d160c8353d2b0ab6466124cf73ef99066.tar.gz | |
feh: upgrade 3.10.3 -> 3.11.1
License-Update: Copyright year updated to 2025
Changelog:
============
* Correctly center images in fullscreen mode. This fixes a regression
introduced in v3.11.
* New option: --tap-zones enables support for simple prev/next tap zones
* Fix --scale-down not scaling down the first image in floating i3 windows
and similar setups
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/feh/feh_3.11.1.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/feh/feh_3.11.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/feh/feh_3.11.1.bb b/meta-oe/recipes-graphics/feh/feh_3.11.1.bb new file mode 100644 index 0000000000..1a269624a7 --- /dev/null +++ b/meta-oe/recipes-graphics/feh/feh_3.11.1.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "X11 image viewer aimed mostly at console users" | ||
| 2 | HOMEPAGE = "https://feh.finalrewind.org/" | ||
| 3 | SECTION = "x11/utils" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=275a549d1abc07e3bae1d7137f53f602" | ||
| 6 | DEPENDS = "\ | ||
| 7 | imlib2 \ | ||
| 8 | virtual/libx11 libxt\ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2" | ||
| 12 | SRC_URI[sha256sum] = "43d8e6742ec273ef3084bde82c5ead5a074348d9bfce28f1b0f8504623ca9b74" | ||
| 13 | |||
| 14 | inherit mime-xdg features_check | ||
| 15 | # depends on virtual/libx11 | ||
| 16 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 17 | |||
| 18 | EXTRA_OEMAKE = "curl=0 xinerama=0 PREFIX=/usr" | ||
| 19 | |||
| 20 | do_compile () { | ||
| 21 | oe_runmake | ||
| 22 | } | ||
| 23 | |||
| 24 | do_install () { | ||
| 25 | oe_runmake install app=1 'DESTDIR=${D}' 'ICON_PREFIX=${D}${datadir}/icons' | ||
| 26 | } | ||
| 27 | |||
| 28 | RDEPENDS:${PN} += "imlib2-loaders" | ||
| 29 | |||
| 30 | FILES:${PN} += "${datadir}/icons" | ||
