[arch-commits] Commit in feh/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Nov 30 20:19:46 UTC 2020
Date: Monday, November 30, 2020 @ 20:19:46
Author: eworm
Revision: 402438
archrelease: copy trunk to testing-x86_64
Added:
feh/repos/testing-x86_64/
feh/repos/testing-x86_64/PKGBUILD
(from rev 402437, feh/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 402437, feh/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-30 20:19:46 UTC (rev 402438)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=feh
+pkgver=3.6
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+ 'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('87775d66a400e64a6c9866107c136355e67aec57e73b9e30137d0e46bf5fcfd8'
+ 'SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list