Date: Saturday, March 14, 2015 @ 10:54:28
  Author: arojas
Revision: 233633

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

Added:
  libkeduvocdocument/repos/kde-unstable-i686/
  libkeduvocdocument/repos/kde-unstable-i686/PKGBUILD
    (from rev 233632, libkeduvocdocument/kde-unstable/PKGBUILD)
  libkeduvocdocument/repos/kde-unstable-x86_64/
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 233632, libkeduvocdocument/kde-unstable/PKGBUILD)

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

Copied: libkeduvocdocument/repos/kde-unstable-i686/PKGBUILD (from rev 233632, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:54:28 UTC (rev 233633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkeduvocdocument
+pkgver=15.03.90
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('8d863196a472974c365ceead3b880dcec3c1dbff')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 233632, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-03-14 09:54:28 UTC (rev 233633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkeduvocdocument
+pkgver=15.03.90
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('8d863196a472974c365ceead3b880dcec3c1dbff')
+
+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