[arch-commits] Commit in knotifyconfig/repos (4 files)
Felix Yan
fyan at archlinux.org
Sat Sep 12 05:26:45 UTC 2015
Date: Saturday, September 12, 2015 @ 07:26:45
Author: fyan
Revision: 245958
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
knotifyconfig/repos/testing-i686/
knotifyconfig/repos/testing-i686/PKGBUILD
(from rev 245957, knotifyconfig/trunk/PKGBUILD)
knotifyconfig/repos/testing-x86_64/
knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 245957, knotifyconfig/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: knotifyconfig/repos/testing-i686/PKGBUILD (from rev 245957, knotifyconfig/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-12 05:26:45 UTC (rev 245958)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knotifyconfig
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+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/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e66f03050ce37783261c56adea9dd244')
+
+prepare() {
+ mkdir -p build
+}
+
+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: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 245957, knotifyconfig/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-12 05:26:45 UTC (rev 245958)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knotifyconfig
+pkgver=5.14.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+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/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e66f03050ce37783261c56adea9dd244')
+
+prepare() {
+ mkdir -p build
+}
+
+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