1
0
forked from ports/opt

dbus-glib: use https, make bash-completion optional and syntax

This commit is contained in:
Tim Biermann 2021-12-13 19:02:37 +01:00
parent 4a4ace22c3
commit 46aa35643d
2 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/exWfwSJsZkMpmHFaJlT8qNCtADToiHxVFB0xNuL8ATi+zES0gvtZdoublaUGU8tMu6xaayxkvWub/duoNdlxw8= RWSE3ohX2g5d/ayOLybOtbTLr7Lp0I6Nt+tToH6pFPhLM0Iqct1qhERSCB86Vcq3+HR1mLGGCtKfvw+CerTqSHbNFb757qgI+AU=
SHA256 (Pkgfile) = 10598136e937c12315eec84f78852a19d35a906f219ddf00947190411ffbbaa5 SHA256 (Pkgfile) = 2126993637c6666f8c5911f0ec5a54b8c1e269e99f965b0f4911cdf7c70b208a
SHA256 (.footprint) = ed21101f6ec01240f8881bbaf3293534d314e52ad3fd237d16f6dc6ec8ef3b4b SHA256 (.footprint) = ed21101f6ec01240f8881bbaf3293534d314e52ad3fd237d16f6dc6ec8ef3b4b
SHA256 (dbus-glib-0.112.tar.gz) = 7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a SHA256 (dbus-glib-0.112.tar.gz) = 7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a

View File

@ -1,20 +1,22 @@
# Description: D-Bus GLib bindings # Description: D-Bus GLib bindings
# URL: http://freedesktop.org/wiki/Software/DBusBindings # URL: https://freedesktop.org/wiki/Software/DBusBindings
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: dbus glib # Depends on: dbus glib
name=dbus-glib name=dbus-glib
version=0.112 version=0.112
release=1 release=2
source=(https://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz) source=(https://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
./configure \ prt-get isinst bash-completion || PKGMK_DBUSGLIB+=' --enable-bash-completion=no'
./configure $PKGMK_DBUSGLIB \
--prefix=/usr \ --prefix=/usr \
--disable-static \ --libexecdir=/usr/lib/dbus-glib \
--enable-bash-completion=no --disable-static
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install