summaryrefslogtreecommitdiff
path: root/dbus-glib
diff options
context:
space:
mode:
authorPredrag Ivanovic <predivan@mts.rs>2017-09-23 17:31:24 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2017-09-23 22:06:35 +0200
commitfca530aff38312c08cf1f3e413354ca12db920f5 (patch)
tree952a284010d7aea65c7abe9ba770281a95358d80 /dbus-glib
parentb95266fa08ff4cda6227cc07aaa2d22c021cc933 (diff)
downloadopt-fca530aff38312c08cf1f3e413354ca12db920f5.tar.gz
opt-fca530aff38312c08cf1f3e413354ca12db920f5.tar.xz
dbus-glib: Update to 0.108
Diffstat (limited to 'dbus-glib')
-rw-r--r--dbus-glib/.footprint4
-rw-r--r--dbus-glib/.md5sum2
-rw-r--r--dbus-glib/.signature5
-rw-r--r--dbus-glib/Pkgfile11
4 files changed, 11 insertions, 11 deletions
diff --git a/dbus-glib/.footprint b/dbus-glib/.footprint
index 07c07160b..942dca714 100644
--- a/dbus-glib/.footprint
+++ b/dbus-glib/.footprint
@@ -16,3 +16,7 @@ lrwxrwxrwx root/root usr/lib/libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.3.3
-rwxr-xr-x root/root usr/lib/libdbus-glib-1.so.2.3.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/dbus-glib-1.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/dbus-binding-tool.1.gz
diff --git a/dbus-glib/.md5sum b/dbus-glib/.md5sum
index 974df341f..5c7ba0ca6 100644
--- a/dbus-glib/.md5sum
+++ b/dbus-glib/.md5sum
@@ -1 +1 @@
-2eea0b7f52b49f600a07abfd8535d4e4 dbus-glib-0.106.tar.gz
+a66a613705870752ca9786e0359aea97 dbus-glib-0.108.tar.gz
diff --git a/dbus-glib/.signature b/dbus-glib/.signature
deleted file mode 100644
index f7cde2be4..000000000
--- a/dbus-glib/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/c21Ej9hMbA95J3fMkQmM4yA6KeJkbZOXkSUTu4N/qihfh/WsvhmYDgEtoeTalAiCg1H79rdOdnqqvi2KiJW/As=
-SHA256 (Pkgfile) = e0999b57f5a0e4fb73e9cacb9d0b3f729edb4204b21037733d49c173f7207e33
-SHA256 (.footprint) = 9d4ac710cab664ab5a422591a11bc5a17a7cee82b1564d818e49669930be8a71
-SHA256 (dbus-glib-0.106.tar.gz) = b38952706dcf68bad9c302999ef0f420b8cf1a2428227123f0ac4764b689c046
diff --git a/dbus-glib/Pkgfile b/dbus-glib/Pkgfile
index a66de64a1..b58e994e9 100644
--- a/dbus-glib/Pkgfile
+++ b/dbus-glib/Pkgfile
@@ -1,20 +1,21 @@
-# Description: D-Bus GLib bindings
+# Description: D-Bus GLib bindings
# URL: http://freedesktop.org/wiki/Software/DBusBindings
# Packager: Matt Housh, jaeger at crux dot nu
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: dbus, glib
name=dbus-glib
-version=0.106
+version=0.108
release=1
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- export PATH="$PATH:/usr/sbin"
+ # export PATH="$PATH:/usr/sbin"
./configure --prefix=/usr \
- --disable-static
+ --disable-static \
+ --enable-bash-completion=no
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/{etc,libexec,share}
+ rm -r $PKG/usr/share/gtk-doc
}

Generated by cgit