mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:17:25 +08:00
papyon & tp-mission-control updates
This commit is contained in:
parent
4579b023df
commit
376d3db2b8
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=papyon
|
||||
pkgver=0.5.5
|
||||
pkgver=0.5.6
|
||||
pkgrel=1
|
||||
pkgdesc="papyon is the library behind the msn connection manager: telepathy-butterfly."
|
||||
arch=('any')
|
||||
@ -15,7 +15,7 @@ url="http://www.freedesktop.org/wiki/Software/papyon"
|
||||
license=("GPL")
|
||||
depends=('pygobject' 'pyopenssl' 'pycrypto')
|
||||
source=(http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('5ff20d18103d09177ad6f3c2e82747c1')
|
||||
md5sums=('7b9a723e5ba6ee82a9c391676144ad29')
|
||||
|
||||
package(){
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -4,7 +4,7 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=telepathy-mission-control
|
||||
pkgver=5.9.3
|
||||
pkgver=5.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -12,14 +12,16 @@ url="http://mission-control.sourceforge.net/"
|
||||
license=('LGPL2.1')
|
||||
depends=('telepathy-glib')
|
||||
makedepends=('libxslt' 'python2')
|
||||
install=telepathy-mission-control.install
|
||||
options=('!libtool')
|
||||
source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('15fc8e560bc67a86393a3138d7ac38e3')
|
||||
md5sums=('50594028ebb2dba0181fec99e6f56ff5')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/telepathy
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--disable-schemas-compile
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user