Date: Saturday, July 23, 2016 @ 18:45:43
  Author: arojas
Revision: 272360

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kamera/repos/kde-unstable-i686/
  kamera/repos/kde-unstable-i686/PKGBUILD
    (from rev 272359, kamera/kde-unstable/PKGBUILD)
  kamera/repos/kde-unstable-x86_64/
  kamera/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 272359, kamera/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: kamera/repos/kde-unstable-i686/PKGBUILD (from rev 272359, 
kamera/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:45:43 UTC (rev 272360)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kamera
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="KDE integration for gphoto2 cameras"
+url="http://kde.org/applications/graphics/kamera/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kio libgphoto2)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegraphics-kamera)
+replaces=(kdegraphics-kamera)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('585ab84b6998ad120d8c1c82f156d79440920045')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 272359, 
kamera/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2016-07-23 18:45:43 UTC (rev 272360)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kamera
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="KDE integration for gphoto2 cameras"
+url="http://kde.org/applications/graphics/kamera/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kio libgphoto2)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegraphics-kamera)
+replaces=(kdegraphics-kamera)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('585ab84b6998ad120d8c1c82f156d79440920045')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to