Date: Tuesday, February 16, 2016 @ 08:59:00
  Author: arojas
Revision: 259382

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

Added:
  libkeduvocdocument/repos/testing-i686/
  libkeduvocdocument/repos/testing-i686/PKGBUILD
    (from rev 259381, libkeduvocdocument/trunk/PKGBUILD)
  libkeduvocdocument/repos/testing-x86_64/
  libkeduvocdocument/repos/testing-x86_64/PKGBUILD
    (from rev 259381, libkeduvocdocument/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libkeduvocdocument/repos/testing-i686/PKGBUILD (from rev 259381, 
libkeduvocdocument/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-16 07:59:00 UTC (rev 259382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkeduvocdocument
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="http://kde.org/applications/education";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('311a683b8b7a8aa2f8cab6dfb35fbaf914625e88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkeduvocdocument/repos/testing-x86_64/PKGBUILD (from rev 259381, 
libkeduvocdocument/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-16 07:59:00 UTC (rev 259382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkeduvocdocument
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="http://kde.org/applications/education";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('311a683b8b7a8aa2f8cab6dfb35fbaf914625e88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to