* update xdg-dbus-proxy to 0.1.2-3
This commit is contained in:
parent
c837730c7a
commit
655fa91639
@ -1,25 +1,43 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
|
||||
pkgname=xdg-dbus-proxy
|
||||
pkgver=0.1.2
|
||||
pkgrel=2
|
||||
pkgdesc='D-Bus proxy'
|
||||
arch=( x86_64 powerpc64le powerpc )
|
||||
url='https://github.com/flatpak/xdg-dbus-proxy'
|
||||
license=(LGPL2.1)
|
||||
depends=(glib2)
|
||||
source=($url/releases/download/$pkgver/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=('1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f')
|
||||
pkgrel=3
|
||||
pkgdesc="Filtering proxy for D-Bus connections"
|
||||
url="https://github.com/flatpak/xdg-dbus-proxy"
|
||||
arch=(x86_64 powerpc64le powerpc)
|
||||
license=(LGPL)
|
||||
depends=(glib2 dbus)
|
||||
makedepends=(git autoconf-archive docbook-xsl)
|
||||
_commit=9f6c5624f0dd57a8e301cd84c5525298bb754ed8 # tags/0.1.2^0
|
||||
source=("git+$url#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --tags | sed 's/-/+/g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $pkgname
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $pkgname
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user