mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:17:48 +08:00
ktp-call-ui 0.6.1
This commit is contained in:
parent
9d86f98195
commit
4945098c78
@ -1,13 +1,10 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
pkgname=ktp-call-ui
|
||||
pkgver=0.5.0
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="Telepathy call handler "
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('ktp-common-internals' 'telepathy-farstream'
|
||||
@ -17,8 +14,8 @@ depends=('ktp-common-internals' 'telepathy-farstream'
|
||||
makedepends=('boost' 'cmake' 'automoc4' )
|
||||
groups=('kde-telepathy')
|
||||
categories=('communication')
|
||||
source=("ftp://mirrors.mit.edu/kde/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('6287a828222d68d7c2545abb8b08655e')
|
||||
source=("ftp://mirrors.mit.edu/kde/stable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('c6756b89e7b9275302eab9fbf817dbac')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
@ -33,4 +30,4 @@ build() {
|
||||
package() {
|
||||
cd "${srcdir}"/build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user