[arch-commits] Commit in kdegraphics-kamera/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Jul 29 07:53:46 UTC 2015
Date: Wednesday, July 29, 2015 @ 09:53:45
Author: arojas
Revision: 242735
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegraphics-kamera/repos/kde-unstable-i686/
kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD
(from rev 242734, kdegraphics-kamera/kde-unstable/PKGBUILD)
kdegraphics-kamera/repos/kde-unstable-x86_64/
kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242734, kdegraphics-kamera/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: kdegraphics-kamera/repos/kde-unstable-i686/PKGBUILD (from rev 242734, kdegraphics-kamera/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-07-29 07:53:45 UTC (rev 242735)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kamera
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz")
+sha1sums=('66c85f93e644959ed8612a4565efa0b38908b051')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kamera-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdegraphics-kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 242734, kdegraphics-kamera/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-07-29 07:53:45 UTC (rev 242735)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-kamera
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz")
+sha1sums=('66c85f93e644959ed8612a4565efa0b38908b051')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kamera-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list