[arch-commits] Commit in simple-scan/repos (8 files)

Jan Steffens heftig at archlinux.org
Sat Dec 26 01:13:41 UTC 2015


    Date: Saturday, December 26, 2015 @ 02:13:40
  Author: heftig
Revision: 154538

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

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

--------------------------------------+
 /PKGBUILD                            |   60 +++++++++++++++++++++++++++++++++
 /simple-scan.install                 |   36 +++++++++++++++++++
 community-i686/PKGBUILD              |   30 ----------------
 community-i686/simple-scan.install   |   18 ---------
 community-x86_64/PKGBUILD            |   30 ----------------
 community-x86_64/simple-scan.install |   18 ---------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-26 01:12:39 UTC (rev 154537)
+++ community-i686/PKGBUILD	2015-12-26 01:13:40 UTC (rev 154538)
@@ -1,30 +0,0 @@
-# $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.18.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' 'libgusb' 'packagekit')
-makedepends=('yelp-tools' 'intltool' 'vala')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('f4a5f5e48f8ef171e91ae12213d0628e95a8f1bf579e7c7977c5f41b20891327')
-
-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 154537, simple-scan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-26 01:13:40 UTC (rev 154538)
@@ -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.18.2
+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' 'libgusb' 'packagekit')
+makedepends=('yelp-tools' 'intltool' 'vala')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('061b58e5909362200e5cdffcdcc70d1afb8f8948efc1ec8ab592c7783c8939e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/simple-scan.install
===================================================================
--- community-i686/simple-scan.install	2015-12-26 01:12:39 UTC (rev 154537)
+++ community-i686/simple-scan.install	2015-12-26 01:13:40 UTC (rev 154538)
@@ -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 154537, simple-scan/trunk/simple-scan.install)
===================================================================
--- community-i686/simple-scan.install	                        (rev 0)
+++ community-i686/simple-scan.install	2015-12-26 01:13:40 UTC (rev 154538)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-26 01:12:39 UTC (rev 154537)
+++ community-x86_64/PKGBUILD	2015-12-26 01:13:40 UTC (rev 154538)
@@ -1,30 +0,0 @@
-# $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.18.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' 'libgusb' 'packagekit')
-makedepends=('yelp-tools' 'intltool' 'vala')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('f4a5f5e48f8ef171e91ae12213d0628e95a8f1bf579e7c7977c5f41b20891327')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 154537, simple-scan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-26 01:13:40 UTC (rev 154538)
@@ -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.18.2
+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' 'libgusb' 'packagekit')
+makedepends=('yelp-tools' 'intltool' 'vala')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('061b58e5909362200e5cdffcdcc70d1afb8f8948efc1ec8ab592c7783c8939e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/simple-scan.install
===================================================================
--- community-x86_64/simple-scan.install	2015-12-26 01:12:39 UTC (rev 154537)
+++ community-x86_64/simple-scan.install	2015-12-26 01:13:40 UTC (rev 154538)
@@ -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-x86_64/simple-scan.install (from rev 154537, simple-scan/trunk/simple-scan.install)
===================================================================
--- community-x86_64/simple-scan.install	                        (rev 0)
+++ community-x86_64/simple-scan.install	2015-12-26 01:13:40 UTC (rev 154538)
@@ -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