imv: clean up Pkgfile

This commit is contained in:
John McQuah 2022-12-23 08:52:45 -05:00
parent 2650ea74f6
commit d5807d6b9b
3 changed files with 6 additions and 8 deletions

View File

@ -5,8 +5,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/imv
-rwxr-xr-x root/root usr/bin/imv-folder
-rwxr-xr-x root/root usr/bin/imv-msg
-rwxr-xr-x root/root usr/bin/imv-wayland
-rwxr-xr-x root/root usr/bin/imv-x11
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/imv-folder.desktop

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxO2U0Mggi7M2m3NWo9aJYvcHWYdNcirPZNCDVlfrpn6pQFgw0S/GTE2+mM84+7AcDOopYNdpAUiANB4uilYq/AE=
SHA256 (Pkgfile) = 763bb4973a1e7939c57928ae8a3b20e675a2f0baa19648ec5627df456233fa59
SHA256 (.footprint) = 4edefd934c1f11d8108a3645b3f3b20f466ccb393ff4e752dfa42ce0ac565399
RWTTPlFarK9CxFxahy1doPIo+H6YlaMT3HxccglJRKDXSg/SXvVQ6bfMAOadQBl/3R/QZzISAMh0XM0f+0Ws7FqZn8mHcLGjiwU=
SHA256 (Pkgfile) = 1394d3e30f628a2aca39939d63616555da150217dcd2b8757f087e52a6eaf1a9
SHA256 (.footprint) = 18183439346117c21361b1d2b28342fb0d3b2fcd1dc9d5816a80e9d7505208cd
SHA256 (imv-4.3.1.tar.gz) = 88d16885017b74b594ddd6a03ef20294a6cc053f04ccc2e1edef69f3515f7999
SHA256 (freeimagelite.patch) = 7554df3d950a6e4f77dce24f4991a957ac5582296150b66023a7c14b836f7a4e

View File

@ -1,8 +1,8 @@
# Description: fast, lightweight image viewer for wayland and X11
# URL: https://git.sr.ht/~exec64/imv
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: egl-wayland icu libpthread-stubs libxkbcommon pango inih
# Optional: libjpeg-turbo libpng libtiff librsvg libfreeimage-lite xorg-libxcb
# Depends on: icu libpthread-stubs libxkbcommon pango inih
# Optional: libjpeg-turbo libpng libtiff librsvg libfreeimage-lite egl-wayland xorg-libxcb
name=imv
version=4.3.1
@ -14,6 +14,6 @@ build() {
cd $name-v$version
prt-get isinst libfreeimage-lite && patch -p1 < $SRC/freeimagelite.patch
meson --buildtype=release --prefix=/usr build
ninja -C build
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
}