blob: 41f94a42733fe0ac2f2e9b703bc270fb48377aa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>neotrax70@gmail.com</email>
<name>N3oTraX</name>
</maintainer>
<upstream>
<bugs-to>https://codeberg.org/NoBodyZ/gpkg/issues</bugs-to>
</upstream>
<use>
<flag name="btrfs">Enable Btrfs snapshot management in kernel configuration tab (requires kerneltools)</flag>
<flag name="dracut">Enable dracut initramfs configuration editing (requires kerneltools)</flag>
<flag name="appindicator">Install AppIndicator extension for GNOME systray icon support (SNI protocol)</flag>
<flag name="grub2">GRUB2 bootloader support in kernel configuration (beta)</flag>
<flag name="kerneltools">Enable kernel configuration tab with auto-compile hooks, bootloader management, and kernel tools</flag>
<flag name="limine">Limine bootloader support in kernel configuration</flag>
<flag name="refind">rEFInd bootloader support in kernel configuration (beta)</flag>
<flag name="sourceview">Enable syntax highlighting in configuration editors (GtkSourceView)</flag>
<flag name="systemd">Install systemd service for gpkg-daemon</flag>
<flag name="systemd-boot">systemd-boot bootloader support in kernel configuration (beta)</flag>
<flag name="vte">Enable embedded VTE terminal for Portage output</flag>
</use>
<longdescription lang="en">
gpkg is a graphical package manager for Gentoo Linux built with
GTK4 and libadwaita. It provides a modern interface for managing
Portage packages, including an integrated terminal, package search
with USE flag management, system updates, news and elog viewer,
graphical etc-update, disk cleanup, kernel configuration tools,
and make.conf editing. It communicates with a privileged daemon
via D-Bus for system operations.
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|