blob: f0a0dc194aa21230e3b0e74061e5e2f1cddd0d63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
dbus-c++ attempts to provide a C++ API for D-BUS.
</longdescription>
<use>
<flag name="ecore">Use Ecore integration</flag>
<flag name="glib">Use glib integration</flag>
</use>
<upstream>
<remote-id type="sourceforge">dbus-cplusplus</remote-id>
</upstream>
</pkgmetadata>
|