[arch-commits] Commit in iscan-data/repos (3 files)

Fabio Castelli muflone at archlinux.org
Mon Jan 23 00:03:04 UTC 2017


    Date: Monday, January 23, 2017 @ 00:03:03
  Author: muflone
Revision: 208463

db-move: moved iscan-data from [community-testing] to [community] (any)

Added:
  iscan-data/repos/community-any/PKGBUILD
    (from rev 208462, iscan-data/repos/community-testing-any/PKGBUILD)
Deleted:
  iscan-data/repos/community-any/PKGBUILD
  iscan-data/repos/community-testing-any/

------------------------+
 /PKGBUILD              |   36 ++++++++++++++++++++++++++++++++++++
 community-any/PKGBUILD |   36 ------------------------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2017-01-23 00:02:48 UTC (rev 208462)
+++ community-any/PKGBUILD	2017-01-23 00:03:03 UTC (rev 208463)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Frederic Bezies < fredbezies at gmail dot com>
-# Contributor: garion < garion @ mailoo.org >
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-# Contributor: mutlu_inek <mutlu_inek at yahoo.de>
-
-pkgname=iscan-data
-pkgver=1.36.0
-pkgrel=3
-pkgdesc="EPSON Image Scan! data files"
-arch=('any')
-url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
-license=('GPL2')
-depends=('libxslt')
-source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-1.tar.gz")
-sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # install files
-  make DESTDIR="${pkgdir}" install
-
-  # install additional documentation files
-  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
-}
-

Copied: iscan-data/repos/community-any/PKGBUILD (from rev 208462, iscan-data/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-01-23 00:03:03 UTC (rev 208463)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+# Contributor: mutlu_inek <mutlu_inek at yahoo.de>
+
+pkgname=iscan-data
+pkgver=1.39.0.1
+pkgrel=1
+pkgdesc="EPSON Image Scan! data files"
+arch=('any')
+url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
+license=('GPL2')
+depends=('libxslt')
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver%.*}-${pkgver/*.}.tar.gz")
+sha256sums=('61ef9496568c8709cce7687de0d47e4b132a00fa6a398fcbb6f06f8fdf31755f')
+
+build() {
+  cd "${pkgname}-${pkgver%.*}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver%.*}"
+
+  # install files
+  make DESTDIR="${pkgdir}" install
+
+  # install additional documentation files
+  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
+}
+



More information about the arch-commits mailing list