[arch-commits] Commit in kaccounts-integration (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Mar 14 09:56:56 UTC 2015
Date: Saturday, March 14, 2015 @ 10:56:56
Author: arojas
Revision: 233641
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kaccounts-integration/repos/
kaccounts-integration/repos/kde-unstable-i686/
kaccounts-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 233640, kaccounts-integration/kde-unstable/PKGBUILD)
kaccounts-integration/repos/kde-unstable-x86_64/
kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233640, kaccounts-integration/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: kaccounts-integration/repos/kde-unstable-i686/PKGBUILD (from rev 233640, kaccounts-integration/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2015-03-14 09:56:56 UTC (rev 233641)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-integration
+pkgver=15.03.90
+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)
+depends=(kcmutils kio signon libaccounts-qt5 kaccounts-providers)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('38bf6d9d2085a75436514837eb43f735')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 233640, kaccounts-integration/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2015-03-14 09:56:56 UTC (rev 233641)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-integration
+pkgver=15.03.90
+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)
+depends=(kcmutils kio signon libaccounts-qt5 kaccounts-providers)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('38bf6d9d2085a75436514837eb43f735')
+
+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