diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-10 21:30:42 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-10 21:30:42 +0200 |
commit | 67c8a0b2e75dda216fcfbf2548dcc218866047e3 (patch) | |
tree | 9f9c2e9f4b2dd7fd2b821d967331fbe5c20f290a /wayland/imv | |
parent | 00771b4a3662d68502abed4ffe82cd20945919d7 (diff) | |
download | repository-67c8a0b2e75dda216fcfbf2548dcc218866047e3.tar.gz |
imv: add new package at 4.3.0
Diffstat (limited to 'wayland/imv')
-rwxr-xr-x | wayland/imv/build | 14 | ||||
-rw-r--r-- | wayland/imv/checksums | 3 | ||||
-rw-r--r-- | wayland/imv/depends | 11 | ||||
-rw-r--r-- | wayland/imv/meta | 3 | ||||
-rw-r--r-- | wayland/imv/sources | 2 | ||||
-rw-r--r-- | wayland/imv/version | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/wayland/imv/build b/wayland/imv/build new file mode 100755 index 00000000..18ac5397 --- /dev/null +++ b/wayland/imv/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +cl-meson \ + -Dlibjpeg=enabled \ + -Dlibpng=enabled \ + -Dlibtiff=enabled \ + -Dlibrsvg="$(cpt l -C librsvg enabled disabled)" \ + -Dwindows=wayland \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/imv/checksums b/wayland/imv/checksums new file mode 100644 index 00000000..67387d90 --- /dev/null +++ b/wayland/imv/checksums @@ -0,0 +1,3 @@ +%BLAKE3 +3075afde1318718b3ffd0fea0b34a47f048178abfe0ba490b4d0e52416410f1d imv-5a3d696.tar.gz +3f3775e97c033b812a8a45c1587d6003fff54c99b64102ec366fe2e86f649e9b r52.tar.gz diff --git a/wayland/imv/depends b/wayland/imv/depends new file mode 100644 index 00000000..2427b84e --- /dev/null +++ b/wayland/imv/depends @@ -0,0 +1,11 @@ +cairo +glib +libgrapheme +libjpeg-turbo +libpng +libxkbcommon +mesa +meson make +pango +tiff +wayland diff --git a/wayland/imv/meta b/wayland/imv/meta new file mode 100644 index 00000000..3850de6a --- /dev/null +++ b/wayland/imv/meta @@ -0,0 +1,3 @@ +description: Image viewer for Wayland +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/imv/sources b/wayland/imv/sources new file mode 100644 index 00000000..13cfa27d --- /dev/null +++ b/wayland/imv/sources @@ -0,0 +1,2 @@ +https://git.carbslinux.org/forks/imv/snapshot/imv-5a3d696.tar.gz +https://github.com/benhoyt/inih/archive/r52.tar.gz subprojects/inih diff --git a/wayland/imv/version b/wayland/imv/version new file mode 100644 index 00000000..1fa6c9ae --- /dev/null +++ b/wayland/imv/version @@ -0,0 +1 @@ +4.3.0 1 |