mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
ktp-auth-handler 0.6.1
This commit is contained in:
parent
f884f491c7
commit
9d86f98195
@ -1,23 +1,17 @@
|
|||||||
#
|
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||||
# Apps Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# Neophytos Kolokotronis <tetris4@gmail.com>
|
|
||||||
|
|
||||||
pkgname=ktp-auth-handler
|
pkgname=ktp-auth-handler
|
||||||
pkgver=0.5.0
|
pkgver=0.6.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Telepathy contact list application "
|
pkgdesc="Telepathy contact list application "
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.kde.org"
|
url="http://www.kde.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('ktp-common-internals' 'qjson')
|
depends=('ktp-common-internals' 'qjson')
|
||||||
makedepends=('cmake' 'automoc4')
|
makedepends=('cmake' 'automoc4')
|
||||||
conflicts=('telepathy-kde-auth-handler')
|
|
||||||
replaces=('telepathy-kde-auth-handler')
|
|
||||||
provides=('telepathy-kde-auth-handler')
|
|
||||||
groups=('kde-telepathy')
|
groups=('kde-telepathy')
|
||||||
source=("ftp://mirrors.mit.edu/kde/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
source=("ftp://mirrors.mit.edu/kde/stable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||||
md5sums=('8d9ee2ba9599cf9dc5f1918f9f831f1c')
|
md5sums=('fc19a80aeb52b93cb7b71386b4e9f278')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
@ -32,4 +26,4 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"/build
|
cd "${srcdir}"/build
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user