Date: Monday, April 21, 2014 @ 17:37:21
  Author: heftig
Revision: 109907

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  simple-scan/repos/community-staging-i686/
  simple-scan/repos/community-staging-i686/PKGBUILD
    (from rev 109906, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-staging-i686/simple-scan.install
    (from rev 109906, simple-scan/trunk/simple-scan.install)
  simple-scan/repos/community-staging-x86_64/
  simple-scan/repos/community-staging-x86_64/PKGBUILD
    (from rev 109906, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-staging-x86_64/simple-scan.install
    (from rev 109906, simple-scan/trunk/simple-scan.install)

----------------------------------------------+
 community-staging-i686/PKGBUILD              |   30 +++++++++++++++++++++++++
 community-staging-i686/simple-scan.install   |   18 +++++++++++++++
 community-staging-x86_64/PKGBUILD            |   30 +++++++++++++++++++++++++
 community-staging-x86_64/simple-scan.install |   18 +++++++++++++++
 4 files changed, 96 insertions(+)

Copied: simple-scan/repos/community-staging-i686/PKGBUILD (from rev 109906, 
simple-scan/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2014-04-21 15:37:21 UTC (rev 109907)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=simple-scan
+pkgver=3.12.0
+pkgrel=2
+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=('a88719f6142ddfa24d154d1093c67b27ac491c059ac5c87cba3b36ebc04b21a6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: simple-scan/repos/community-staging-i686/simple-scan.install (from rev 
109906, simple-scan/trunk/simple-scan.install)
===================================================================
--- community-staging-i686/simple-scan.install                          (rev 0)
+++ community-staging-i686/simple-scan.install  2014-04-21 15:37:21 UTC (rev 
109907)
@@ -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
+}

Copied: simple-scan/repos/community-staging-x86_64/PKGBUILD (from rev 109906, 
simple-scan/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-21 15:37:21 UTC (rev 109907)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=simple-scan
+pkgver=3.12.0
+pkgrel=2
+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=('a88719f6142ddfa24d154d1093c67b27ac491c059ac5c87cba3b36ebc04b21a6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: simple-scan/repos/community-staging-x86_64/simple-scan.install (from 
rev 109906, simple-scan/trunk/simple-scan.install)
===================================================================
--- community-staging-x86_64/simple-scan.install                                
(rev 0)
+++ community-staging-x86_64/simple-scan.install        2014-04-21 15:37:21 UTC 
(rev 109907)
@@ -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
+}

Reply via email to