dbus-sharp-glib: update to 0.6.0; take maintainership due to inactivity.
This commit is contained in:
parent
4b0f761af6
commit
87380be4ba
|
@ -1,25 +1,15 @@
|
|||
# Template file for 'dbus-sharp-glib'
|
||||
pkgname=dbus-sharp-glib
|
||||
version=0.5
|
||||
version=0.6.0
|
||||
revision=1
|
||||
distfiles="https://github.com/mono/dbus-sharp-glib/archive/v${version}.tar.gz"
|
||||
checksum="208742e92ce4b6b4b0856e8cb70a2dad37aaae5f5708ff390b52c7938dabaea0"
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config automake"
|
||||
makedepends="mono dbus-sharp<=0.7_1"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-sharp"
|
||||
depends="dbus-sharp"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://github.com/mono/dbus-sharp-glib/"
|
||||
license="Custom"
|
||||
license="MIT"
|
||||
short_desc="C# Glib implementation of D-Bus"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
dbus-sharp-glib_package() {
|
||||
noarch="yes"
|
||||
depends="dbus-sharp"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
distfiles="https://github.com/mono/dbus-sharp-glib/releases/download/v0.6/${pkgname}-${version}.tar.gz"
|
||||
checksum=d5b44d3ffa419730df0a6a6fff1e6912c80bc364e4176444e48264853989ce3b
|
||||
|
|
Loading…
Reference in New Issue