Skip to content
Permalink
Browse files

libosinfo: update to 1.4.0

* version push to 1.4.0
* adds a dependency and sets directories accordingly in order to use information from osinfo-db to provide extensive and meaningful os information
  • Loading branch information
abusse authored and mf2k committed Apr 2, 2019
1 parent edc45bb commit c35b4a65fbc15865e2e668593645a57bafa59e0e
Showing with 8 additions and 36 deletions.
  1. +8 −6 sysutils/libosinfo/Portfile
  2. +0 −30 sysutils/libosinfo/files/patch-remove-intltool-perl-hack.diff
@@ -3,7 +3,7 @@
PortSystem 1.0

name libosinfo
version 1.0.0
version 1.4.0
platforms darwin
categories sysutils gnome
license LGPL-2.1+
@@ -15,23 +15,25 @@ long_description ${description}
homepage https://libosinfo.org
master_sites https://releases.pagure.org/libosinfo/

checksums rmd160 135848f0c973915431a9afd1cdde523d7cbc4748 \
sha256 f7b425ecde5197d200820eb44401c5033771a5d114bd6390230de768aad0396b
checksums rmd160 d82e8b07f621ee1dcd04264ead16c67a7056cac7 \
sha256 a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165 \
size 1075852

depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:gobject-introspection \
port:libsoup \
port:libxml2 \
port:libxslt
port:libxslt \
port:osinfo-db

depends_build port:vala \
port:intltool \
port:pkgconfig \
port:check \
port:wget

patchfiles patch-remove-intltool-perl-hack.diff

# autoreconf to reconfigure with our intltool.m4
use_autoreconf yes
autoreconf.args -fvi

configure.args --datadir="${prefix}/usr/share/"

This file was deleted.

0 comments on commit c35b4a6

Please sign in to comment.
You can’t perform that action at this time.