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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jul 25 14:52:55 UTC 2014


    Date: Friday, July 25, 2014 @ 16:52:55
  Author: svenstaro
Revision: 217899

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

Added:
  libkomparediff2/repos/kde-unstable-i686/
  libkomparediff2/repos/kde-unstable-i686/PKGBUILD
    (from rev 217898, libkomparediff2/kde-unstable/PKGBUILD)
  libkomparediff2/repos/kde-unstable-x86_64/
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 217898, libkomparediff2/kde-unstable/PKGBUILD)

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

Copied: libkomparediff2/repos/kde-unstable-i686/PKGBUILD (from rev 217898, libkomparediff2/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-07-25 14:52:55 UTC (rev 217899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkomparediff2
+pkgver=4.13.95
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('6658b455f1d17ae92e57ddf97dabc94638840f7f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 217898, libkomparediff2/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-07-25 14:52:55 UTC (rev 217899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkomparediff2
+pkgver=4.13.95
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('6658b455f1d17ae92e57ddf97dabc94638840f7f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list