mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:17:13 +08:00
update dbus-core to 1.3.1
This commit is contained in:
parent
74367c1d79
commit
f8b759d82e
@ -1,21 +1,26 @@
|
||||
# $Id: PKGBUILD 73272 2010-03-24 11:36:47Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Link Dupont <link@subpop.net>
|
||||
#
|
||||
# Chakra Packages, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
#
|
||||
pkgname=dbus-core
|
||||
pkgver=1.2.24
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org message bus system"
|
||||
url="http://www.freedesktop.org/Software/dbus"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL' 'custom')
|
||||
depends=('expat>=2.0.1' 'coreutils' 'filesystem')
|
||||
conflicts=('dbus<1.2.3-2')
|
||||
conflicts=('dbus<1.3.1')
|
||||
options=(!libtool)
|
||||
install=dbus.install
|
||||
source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
|
||||
dbus)
|
||||
md5sums=('565346cecd9cfecf1463540c6086cc2c'
|
||||
md5sums=('1aab02bdcac4d662d3760896790f0ede'
|
||||
'08f93dd19cffd1b45ab05c1fd4efb560')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user