diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/imv/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/imv/MAKEPKG')
| -rw-r--r-- | opt/imv/MAKEPKG | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/opt/imv/MAKEPKG b/opt/imv/MAKEPKG new file mode 100644 index 0000000..5bbba1f --- /dev/null +++ b/opt/imv/MAKEPKG @@ -0,0 +1,38 @@ +#!/bin/mkpkg +# description: Image viewer for Wayland +# url: https://sr.ht/~exec64/imv +name=imv +version=5.0.1 +release=1 +depends=(icu pango cairo libglvnd wayland libxkbcommon libjpeg-turbo libpng tiff libwebp giflib inih) +makedeps=(meson python3 git cmake glib harfbuzz fontconfig freetype pixman expat util-linux fribidi wayland-protocols samurai) +lockbox=(yes) +source=(https://git.sr.ht/~exec64/imv/archive/v${version}.tar.gz) +renames=($name-$version.tar.gz) +sha256sums=( + "8949c1df4b933b1d324e02ce49f1834a4b73dd25fa8103579e0ed105149e080e" +) + +build() { + cd ${name}-v${version} + meson setup build \ + --prefix=/usr \ + --buildtype=release \ + --wrap-mode=nofallback \ + -Dwerror=false \ + -Dwindows=wayland \ + -Dunicode=icu \ + -Dtest=disabled \ + -Dcontrib-commands=false \ + -Dman=disabled + meson compile -C build + DESTDIR=$PKG meson install -C build --no-rebuild +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh + |
