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

Antonio Rojas arojas at archlinux.org
Fri Apr 10 18:57:44 UTC 2015


    Date: Friday, April 10, 2015 @ 20:57:44
  Author: arojas
Revision: 236092

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

Added:
  kaccounts-integration/repos/staging-i686/
  kaccounts-integration/repos/staging-i686/PKGBUILD
    (from rev 236091, kaccounts-integration/trunk/PKGBUILD)
  kaccounts-integration/repos/staging-x86_64/
  kaccounts-integration/repos/staging-x86_64/PKGBUILD
    (from rev 236091, kaccounts-integration/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: kaccounts-integration/repos/staging-i686/PKGBUILD (from rev 236091, kaccounts-integration/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-04-10 18:57:44 UTC (rev 236092)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+
+pkgname=kaccounts-integration
+pkgver=15.04.0
+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 kio kaccounts-providers 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=('0b59f48932b893bb32a9b64435f56d9a')
+
+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/staging-x86_64/PKGBUILD (from rev 236091, kaccounts-integration/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-04-10 18:57:44 UTC (rev 236092)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+
+pkgname=kaccounts-integration
+pkgver=15.04.0
+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 kio kaccounts-providers 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=('0b59f48932b893bb32a9b64435f56d9a')
+
+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