[arch-commits] Commit in imv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Dec 22 19:07:26 UTC 2019
Date: Sunday, December 22, 2019 @ 19:07:25
Author: lfleischer
Revision: 538887
archrelease: copy trunk to community-x86_64
Added:
imv/repos/community-x86_64/PKGBUILD
(from rev 538886, imv/trunk/PKGBUILD)
Deleted:
imv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-22 19:07:16 UTC (rev 538886)
+++ PKGBUILD 2019-12-22 19:07:25 UTC (rev 538887)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Harry Jeffery <harry at exec64.co.uk>
-
-pkgname=imv
-pkgver=4.0.1
-pkgrel=2
-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)
-conflicts=(renameutils)
-source=("git+$url#tag=v${pkgver/_/-}")
-sha1sums=('SKIP')
-
-build() {
- make -C "$pkgname" BUILDDIR=build
-}
-
-package() {
- make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
-}
-
-# getver: github.com/eXeC64/imv/releases
-# vim: ts=2 sw=2 et:
Copied: imv/repos/community-x86_64/PKGBUILD (from rev 538886, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-22 19:07:25 UTC (rev 538887)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Harry Jeffery <harry at exec64.co.uk>
+
+pkgname=imv
+pkgver=4.1.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)
+conflicts=(renameutils)
+source=("git+$url#tag=v${pkgver/_/-}")
+sha1sums=('SKIP')
+
+build() {
+ make -C "$pkgname" BUILDDIR=build
+}
+
+package() {
+ make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/eXeC64/imv/releases
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list