[arch-commits] Commit in imv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Jun 18 10:34:01 UTC 2018
Date: Monday, June 18, 2018 @ 10:34:00
Author: arodseth
Revision: 343839
archrelease: copy trunk to community-x86_64
Added:
imv/repos/community-x86_64/PKGBUILD
(from rev 343838, imv/trunk/PKGBUILD)
Deleted:
imv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-18 10:33:51 UTC (rev 343838)
+++ PKGBUILD 2018-06-18 10:34:00 UTC (rev 343839)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Harry Jeffery <harry at exec64.co.uk>
-
-pkgname=imv
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Image viewer for Wayland and X11'
-url='https://github.com/eXeC64/imv'
-arch=('x86_64')
-license=('GPL')
-depends=('fontconfig' 'freeimage' 'sdl2_ttf')
-makedepends=('asciidoc' 'cmocka' 'git')
-conflicts=('renameutils')
-source=("git+https://github.com/eXeC64/imv.git#tag=v$pkgver")
-sha1sums=('SKIP')
-
-build() {
- make -C "$pkgname" BUILDDIR=build
-}
-
-package() {
- make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: imv/repos/community-x86_64/PKGBUILD (from rev 343838, imv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-18 10:34:00 UTC (rev 343839)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Harry Jeffery <harry at exec64.co.uk>
+
+pkgname=imv
+pkgver=3.0.0
+pkgrel=2
+pkgdesc='Image viewer for Wayland and X11'
+url='https://github.com/eXeC64/imv'
+arch=('x86_64')
+license=('GPL')
+depends=('fontconfig' 'freeimage' 'sdl2_ttf')
+makedepends=('asciidoc' 'cmocka' 'git')
+conflicts=('renameutils')
+source=("git+https://github.com/eXeC64/imv.git#tag=v$pkgver")
+sha1sums=('SKIP')
+
+build() {
+ make -C "$pkgname" BUILDDIR=build
+}
+
+package() {
+ make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list