Date: Friday, December 18, 2020 @ 16:03:49
  Author: arodseth
Revision: 778713

upgpkg: imv 4.2.0-1

Modified:
  imv/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-18 16:03:07 UTC (rev 778712)
+++ PKGBUILD    2020-12-18 16:03:49 UTC (rev 778713)
@@ -2,25 +2,25 @@
 # Contributor: Harry Jeffery <[email protected]>
 
 pkgname=imv
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc='Image viewer for Wayland and X11'
 url='https://github.com/eXeC64/imv'
 arch=(x86_64)
 license=(GPL)
-depends=(desktop-file-utils fontconfig freeimage glu librsvg libxkbcommon 
pango sdl2_ttf)
-makedepends=(asciidoc cmocka git libxkbcommon-x11)
+depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon 
libxkbcommon-x11 pango)
+makedepends=(asciidoc cmocka git meson)
 conflicts=(renameutils)
 source=("git+$url#tag=v${pkgver/_/-}")
 sha1sums=('SKIP')
 
 build() {
-  make -C "$pkgname" BUILDDIR=build
+  arch-meson build $pkgname
+  ninja -C build
 }
 
 package() {
-  make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # getver: github.com/eXeC64/imv/releases
-# vim: ts=2 sw=2 et:

Reply via email to