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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed May 14 07:08:14 UTC 2014


    Date: Wednesday, May 14, 2014 @ 09:08:13
  Author: andrea
Revision: 212399

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

Added:
  knotifyconfig/repos/kde-unstable-i686/
  knotifyconfig/repos/kde-unstable-i686/PKGBUILD
    (from rev 212398, knotifyconfig/trunk/PKGBUILD)
  knotifyconfig/repos/kde-unstable-x86_64/
  knotifyconfig/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 212398, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/kde-unstable-i686/PKGBUILD (from rev 212398, knotifyconfig/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-05-14 07:08:13 UTC (rev 212399)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knotifyconfig
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KNotifyConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifyconfig'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('6292a707e3801d48090fa2149ca9cc02')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knotifyconfig/repos/kde-unstable-x86_64/PKGBUILD (from rev 212398, knotifyconfig/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-05-14 07:08:13 UTC (rev 212399)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knotifyconfig
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='KNotifyConfig'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifyconfig'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('6292a707e3801d48090fa2149ca9cc02')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list