[arch-commits] Commit in kaccounts-integration/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 20 20:48:38 UTC 2015
Date: Friday, March 20, 2015 @ 21:48:37
Author: arojas
Revision: 234278
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kaccounts-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 234277, kaccounts-integration/kde-unstable/PKGBUILD)
kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234277, kaccounts-integration/kde-unstable/PKGBUILD)
Deleted:
kaccounts-integration/repos/kde-unstable-i686/PKGBUILD
kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 33 -------------------
kde-unstable-x86_64/PKGBUILD | 33 -------------------
3 files changed, 68 insertions(+), 66 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-20 20:47:52 UTC (rev 234277)
+++ kde-unstable-i686/PKGBUILD 2015-03-20 20:48:37 UTC (rev 234278)
@@ -1,33 +0,0 @@
-# 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-i686/PKGBUILD (from rev 234277, kaccounts-integration/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-20 20:48:37 UTC (rev 234278)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-integration
+pkgver=15.03.95
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('0b5d08e3b9719248ed888496854c04ae')
+
+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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-03-20 20:47:52 UTC (rev 234277)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-20 20:48:37 UTC (rev 234278)
@@ -1,33 +0,0 @@
-# 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 234277, kaccounts-integration/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-20 20:48:37 UTC (rev 234278)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-integration
+pkgver=15.03.95
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('0b5d08e3b9719248ed888496854c04ae')
+
+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