[arch-commits] Commit in iscan-data/repos/community-testing-any (PKGBUILD PKGBUILD)

Fabio Castelli muflone at archlinux.org
Sun Dec 4 23:14:26 UTC 2016


    Date: Sunday, December 4, 2016 @ 23:14:26
  Author: muflone
Revision: 197890

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-04 23:14:11 UTC (rev 197889)
+++ PKGBUILD	2016-12-04 23:14:26 UTC (rev 197890)
@@ -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.38.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=('d02e2d4eb4dc344a5ef9d1381231118c02e2a1b34d99f001ed26adcfc43c5b6a')
-
-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-testing-any/PKGBUILD (from rev 197889, iscan-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-04 23:14:26 UTC (rev 197890)
@@ -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