mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/dbus-glib: upgrade to 0.114
This commit is contained in:
parent
661c87bf05
commit
9dfedf9689
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=dbus-glib
|
pkgname=dbus-glib
|
||||||
pkgver=0.112
|
pkgver=0.114
|
||||||
pkgrel=6
|
pkgrel=0
|
||||||
pkgdesc="GLib bindings for DBUS"
|
pkgdesc="GLib bindings for DBUS"
|
||||||
options="!check" # FIXME: tests fails
|
options="!check" # FIXME: tests fails
|
||||||
url="https://www.freedesktop.org/wiki/Software/DBusBindings"
|
url="https://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||||
|
@ -11,11 +11,6 @@ subpackages="$pkgname-dev $pkgname-doc"
|
||||||
makedepends="dbus-dev glib-dev gettext-dev expat-dev"
|
makedepends="dbus-dev glib-dev gettext-dev expat-dev"
|
||||||
source="https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-$pkgver.tar.gz"
|
source="https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-$pkgver.tar.gz"
|
||||||
|
|
||||||
prepare() {
|
|
||||||
default_prepare
|
|
||||||
update_config_sub
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -flto=auto" \
|
CFLAGS="$CFLAGS -flto=auto" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -44,5 +39,5 @@ dev() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
7c9f393f065dfb3d698f35e6554caf15fe539f5dd52d2b2bb6ed1770e130f5dab8e45379232520301455bae9bb77e25a109faf175153fcd4b9dd11d7de4a546e dbus-glib-0.112.tar.gz
|
c341cc0778edbf776d3e1a6d3cd9c136766544cb4b7239d6affa2fa246fa9c5716fe4d674c9bb56b36ee140344663bf967f70841ad132f978a662a22cc9a3a0d dbus-glib-0.114.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue