[arch-commits] Commit in feh/repos (4 files)
Gaetan Bisson
bisson at archlinux.org
Fri Apr 10 19:14:29 UTC 2015
Date: Friday, April 10, 2015 @ 21:14:28
Author: bisson
Revision: 236120
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
feh/repos/extra-i686/PKGBUILD
(from rev 236118, feh/trunk/PKGBUILD)
feh/repos/extra-x86_64/PKGBUILD
(from rev 236119, feh/trunk/PKGBUILD)
Deleted:
feh/repos/extra-i686/PKGBUILD
feh/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 30 ------------------------
extra-x86_64/PKGBUILD | 30 ------------------------
3 files changed, 60 insertions(+), 60 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-04-10 19:14:16 UTC (rev 236119)
+++ extra-i686/PKGBUILD 2015-04-10 19:14:28 UTC (rev 236120)
@@ -1,30 +0,0 @@
-# $Id$
-# 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=2.12
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('perl: feh-cam, webcam wrapper for feh'
- 'imagemagick: support more file formats')
-makedepends=('libxt')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('30eb2b778858b1f4ce97e44c8225758185b0c588' 'SKIP')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: feh/repos/extra-i686/PKGBUILD (from rev 236118, feh/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-10 19:14:28 UTC (rev 236120)
@@ -0,0 +1,30 @@
+# $Id$
+# 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=2.12.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('30d6a6d829fc00f30302fef036c03ed769df1c50' 'SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-04-10 19:14:16 UTC (rev 236119)
+++ extra-x86_64/PKGBUILD 2015-04-10 19:14:28 UTC (rev 236120)
@@ -1,30 +0,0 @@
-# $Id$
-# 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=2.12
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('perl: feh-cam, webcam wrapper for feh'
- 'imagemagick: support more file formats')
-makedepends=('libxt')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('30eb2b778858b1f4ce97e44c8225758185b0c588' 'SKIP')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 236119, feh/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-04-10 19:14:28 UTC (rev 236120)
@@ -0,0 +1,30 @@
+# $Id$
+# 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=2.12.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('30d6a6d829fc00f30302fef036c03ed769df1c50' 'SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make PREFIX=/usr exif=1 help=1 stat64=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