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

Felix Yan fyan at archlinux.org
Sun Jan 10 14:44:09 UTC 2016


    Date: Sunday, January 10, 2016 @ 15:44:09
  Author: fyan
Revision: 257741

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

Added:
  kwindowsystem/repos/testing-i686/
  kwindowsystem/repos/testing-i686/PKGBUILD
    (from rev 257740, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/testing-x86_64/
  kwindowsystem/repos/testing-x86_64/PKGBUILD
    (from rev 257740, kwindowsystem/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: kwindowsystem/repos/testing-i686/PKGBUILD (from rev 257740, kwindowsystem/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-01-10 14:44:09 UTC (rev 257741)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwindowsystem
+pkgver=5.18.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c1a5c3dee013ee189d3279a9e58189e3')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 257740, kwindowsystem/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-01-10 14:44:09 UTC (rev 257741)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwindowsystem
+pkgver=5.18.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kwindowsystem'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c1a5c3dee013ee189d3279a9e58189e3')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list