[arch-commits] Commit in kaccounts-integration/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Feb 16 08:09:13 UTC 2016
Date: Tuesday, February 16, 2016 @ 09:09:13
Author: arojas
Revision: 259413
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kaccounts-integration/repos/testing-i686/
kaccounts-integration/repos/testing-i686/PKGBUILD
(from rev 259412, kaccounts-integration/trunk/PKGBUILD)
kaccounts-integration/repos/testing-x86_64/
kaccounts-integration/repos/testing-x86_64/PKGBUILD
(from rev 259412, kaccounts-integration/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: kaccounts-integration/repos/testing-i686/PKGBUILD (from rev 259412, kaccounts-integration/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-02-16 08:09:13 UTC (rev 259413)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-integration
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP,
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('18a12a1dfaa57f27729af05b1ef39d96')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: kaccounts-integration/repos/testing-x86_64/PKGBUILD (from rev 259412, kaccounts-integration/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:09:13 UTC (rev 259413)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-integration
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP,
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('18a12a1dfaa57f27729af05b1ef39d96')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list