summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b2c2b1f4ad79b59b1421e7a35831540a2c68a31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Zanny <lordzanny@gmail.com>
# Maintainer: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
# Author: Ivan Shapovalov <intelfx100@gmail.com>
# Contributor: George Brooke <george+arch.aur@george-brooke.co.uk>

pkgname=telepathy-kde-git-meta
pkgver=18
pkgrel=1
pkgdesc="Metapackage for the development version of all kde-telepathy components."
arch=('any')
url="https://projects.kde.org/projects/playground/network/telepathy"
license=('GPL')
depends=('telepathy-kde-accounts-kcm-git'
         'telepathy-kde-approver-git'
         'telepathy-kde-auth-handler-git'
         'telepathy-kde-call-ui-git'
         'telepathy-kde-contact-list-git'
         'telepathy-kde-contact-runner-git'
         'telepathy-kde-desktop-applets-git'
         'telepathy-kde-filetransfer-handler-git'
         'telepathy-kde-integration-module-git'
#        'telepathy-kde-kipi-plugin-git' # unmaintained, non-qt5
         'telepathy-kde-send-file-git'
         'telepathy-kde-text-ui-git'
         'kaccounts-providers-git')

package() {
    return 0
}