mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:07:16 +08:00
ktp rebuilds for tp-logger with dconf
This commit is contained in:
parent
27f71a1805
commit
3c517ce0b3
@ -6,12 +6,12 @@
|
||||
|
||||
pkgname=ktp-text-ui
|
||||
pkgver=0.4.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Telepathy text chat handler"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde.org"
|
||||
license=('GPL')
|
||||
depends=('ktp-common-internals' 'ktp-contact-list')
|
||||
depends=('ktp-common-internals' 'ktp-contact-list' 'telepathy-logger-qt')
|
||||
makedepends=('cmake' 'automoc4' 'boost')
|
||||
optdepends=('telepathy-logger-qt: enables logging of chats, causes issues for some users')
|
||||
conflicts=('telepathy-kde-text-ui')
|
||||
|
@ -7,14 +7,14 @@
|
||||
|
||||
pkgname=telepathy-logger-qt
|
||||
pkgver=0.4.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Qt bindings for telepathy logger"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://projects.kde.org/projects/kdereview/telepathy-logger-qt"
|
||||
license=('GPL')
|
||||
depends=('telepathy-qt' 'qt-gstreamer' 'telepathy-logger' 'boost-libs')
|
||||
makedepends=('automoc4' 'cmake' 'python2' 'boost')
|
||||
#group=('kde-telepathy')
|
||||
group=('kde-telepathy')
|
||||
source=("ftp://mirrors.mit.edu/kde/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('ad24c30ef8ce13e6460fd4b6a241efca')
|
||||
|
||||
|
@ -5,15 +5,15 @@
|
||||
|
||||
pkgname=telepathy-logger
|
||||
pkgver=0.4.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Telepathy framework logging daemon"
|
||||
arch=(i686 x86_64)
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://telepathy.freedesktop.org/wiki/Logger"
|
||||
license=('LGPL2.1')
|
||||
depends=('telepathy-glib' 'sqlite3' 'libxml2')
|
||||
depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf')
|
||||
makedepends=('intltool' 'gobject-introspection' 'libxslt')
|
||||
options=('!libtool')
|
||||
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
|
||||
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('0b891b860c7f3a01926f5cc22fd26120')
|
||||
|
||||
build() {
|
||||
@ -23,8 +23,6 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--disable-static \
|
||||
--disable-scrollkeeper \
|
||||
--enable-call \
|
||||
--disable-schemas-compile
|
||||
make
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user