23 lines
960 B
XML
23 lines
960 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnome@gentoo.org</email>
|
|
<name>Gentoo GNOME Desktop</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Sysprof is a sampling CPU profiler for Linux that profiles the entire system,
|
|
not just a single application.
|
|
Sysprof handles shared libraries and applications do not need to be recompiled.
|
|
In fact they don't even have to be restarted.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="elogind">Build the sysprofd daemon service, required to run the UI without root permissions.
|
|
Relies on <pkg>sys-auth/elogind</pkg> for sd-bus API.</flag>
|
|
<flag name="systemd">Build the sysprofd daemon service, required to run the UI without root permissions.
|
|
Relies on <pkg>sys-apps/systemd</pkg> for sd-bus API.</flag>
|
|
</use>
|
|
<slots>
|
|
<subslots>sysprof and sysprof-ui API version</subslots>
|
|
</slots>
|
|
</pkgmetadata>
|