[arch-commits] Commit in skanlite/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Jan 27 23:35:04 UTC 2016


    Date: Thursday, January 28, 2016 @ 00:35:03
  Author: arojas
Revision: 159283

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

Added:
  skanlite/repos/community-i686/PKGBUILD
    (from rev 159282, skanlite/trunk/PKGBUILD)
  skanlite/repos/community-x86_64/PKGBUILD
    (from rev 159282, skanlite/trunk/PKGBUILD)
Deleted:
  skanlite/repos/community-i686/PKGBUILD
  skanlite/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-27 23:19:57 UTC (rev 159282)
+++ community-i686/PKGBUILD	2016-01-27 23:35:03 UTC (rev 159283)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=skanlite
-pkgver=1.1
-pkgrel=6
-pkgdesc="Image Scanning Application for KDE"
-arch=('i686' 'x86_64')
-url='http://www.kde.org/applications/graphics/skanlite'
-license=('GPL')
-depends=('kdebase-runtime' 'libksane4')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('21cd642d4177fff759bf4694af39b9fe')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: skanlite/repos/community-i686/PKGBUILD (from rev 159282, skanlite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-27 23:35:03 UTC (rev 159283)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=skanlite
+pkgver=2.0
+pkgrel=1
+pkgdesc="Image Scanning Application for KDE"
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/graphics/skanlite'
+license=(GPL)
+depends=(libksane kio)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('7282a95f0b67636198522ef9d384fadb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-27 23:19:57 UTC (rev 159282)
+++ community-x86_64/PKGBUILD	2016-01-27 23:35:03 UTC (rev 159283)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=skanlite
-pkgver=1.1
-pkgrel=6
-pkgdesc="Image Scanning Application for KDE"
-arch=('i686' 'x86_64')
-url='http://www.kde.org/applications/graphics/skanlite'
-license=('GPL')
-depends=('kdebase-runtime' 'libksane4')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('21cd642d4177fff759bf4694af39b9fe')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: skanlite/repos/community-x86_64/PKGBUILD (from rev 159282, skanlite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-27 23:35:03 UTC (rev 159283)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=skanlite
+pkgver=2.0
+pkgrel=1
+pkgdesc="Image Scanning Application for KDE"
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/graphics/skanlite'
+license=(GPL)
+depends=(libksane kio)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('7282a95f0b67636198522ef9d384fadb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list