[arch-commits] Commit in simple-scan/repos/community-i686 (4 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Oct 12 08:27:23 UTC 2013


    Date: Saturday, October 12, 2013 @ 10:27:22
  Author: jlichtblau
Revision: 98501

archrelease: copy trunk to community-i686

Added:
  simple-scan/repos/community-i686/PKGBUILD
    (from rev 98500, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-i686/simple-scan.install
    (from rev 98500, simple-scan/trunk/simple-scan.install)
Deleted:
  simple-scan/repos/community-i686/PKGBUILD
  simple-scan/repos/community-i686/simple-scan.install

---------------------+
 PKGBUILD            |   58 +++++++++++++++++++++++++-------------------------
 simple-scan.install |   36 +++++++++++++++----------------
 2 files changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-12 08:24:27 UTC (rev 98500)
+++ PKGBUILD	2013-10-12 08:27:22 UTC (rev 98501)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-
-pkgname=simple-scan
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='Simple scanning utility'
-arch=('i686' 'x86_64')
-url='http://launchpad.net/simple-scan'
-license=('GPL3')
-depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme')
-makedepends=('yelp-tools' 'intltool')
-install=simple-scan.install
-source=(https://launchpad.net/$pkgname/${pkgver:0:3}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('8df71e5f9e5db5c53217cb56b0e23b58dfe65bc174e873ad3ee576fbeccadc22')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simple-scan/repos/community-i686/PKGBUILD (from rev 98500, simple-scan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-12 08:27:22 UTC (rev 98501)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=simple-scan
+pkgver=3.10.0
+pkgrel=1
+pkgdesc='Simple scanning utility'
+arch=('i686' 'x86_64')
+url='http://launchpad.net/simple-scan'
+license=('GPL3')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme')
+makedepends=('yelp-tools' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('2732641fa77c75dcd47008cc40864f7847b93d5b27291ded6f4233289f5d10f2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: simple-scan.install
===================================================================
--- simple-scan.install	2013-10-12 08:24:27 UTC (rev 98500)
+++ simple-scan.install	2013-10-12 08:27:22 UTC (rev 98501)
@@ -1,18 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 3.1.3) < 0 )); then
-    usr/sbin/gconfpkg --uninstall simple-scan
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: simple-scan/repos/community-i686/simple-scan.install (from rev 98500, simple-scan/trunk/simple-scan.install)
===================================================================
--- simple-scan.install	                        (rev 0)
+++ simple-scan.install	2013-10-12 08:27:22 UTC (rev 98501)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.1.3) < 0 )); then
+    usr/sbin/gconfpkg --uninstall simple-scan
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list