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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 07:21:13 UTC 2015


    Date: Wednesday, July 29, 2015 @ 09:21:13
  Author: arojas
Revision: 242653

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 242652, libkomparediff2/kde-unstable/PKGBUILD)
  libkomparediff2/repos/kde-unstable-x86_64/
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242652, libkomparediff2/kde-unstable/PKGBUILD)

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

Copied: libkomparediff2/repos/kde-unstable-i686/PKGBUILD (from rev 242652, libkomparediff2/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 07:21:13 UTC (rev 242653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkomparediff2
+pkgver=15.07.80
+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=('kparts')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e8ebe3eb48dfebb9ddc78832d0b957b1980fa1c0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 242652, libkomparediff2/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 07:21:13 UTC (rev 242653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkomparediff2
+pkgver=15.07.80
+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=('kparts')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e8ebe3eb48dfebb9ddc78832d0b957b1980fa1c0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list