From 897df962a633f82a7194c750d91d7aac90c59592 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 Dec 2016 16:45:05 +0000 Subject: [PATCH 1/2] Make tests compatible with rhel7/centos7 --- tests/test_cli/test_import_comps.py | 8 ++++++-- tests/test_tasks.py | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/test_cli/test_import_comps.py b/tests/test_cli/test_import_comps.py index c1c70b05..ee283d7a 100644 --- a/tests/test_cli/test_import_comps.py +++ b/tests/test_cli/test_import_comps.py @@ -305,9 +305,13 @@ class TestImportComps(unittest.TestCase): expected = f.read().decode('ascii') self.assertMultiLineEqual(stdout.getvalue(), expected) # compare mock_calls by literal string + call = mock.call with open(calls_file, 'rb') as f: - expected = f.read().decode('ascii') - self.assertMultiLineEqual(str(session.mock_calls) + '\n', expected) + expected = eval(f.read().decode('ascii')) + if hasattr(session, 'assertHasCalls'): + session.assertHasCalls(expected) + else: + session.assert_has_calls(expected) self.assertNotEqual(rv, 1) diff --git a/tests/test_tasks.py b/tests/test_tasks.py index c62af250..6fc50a64 100644 --- a/tests/test_tasks.py +++ b/tests/test_tasks.py @@ -78,7 +78,8 @@ class TasksTestCase(TestCase): fake_mounts_file_contents = get_fake_mounts_file() with patch('{0}.open'.format(__name__), return_value=fake_mounts_file_contents, create=True): - self.assertEquals(scan_mounts('/dev'), ['/dev/shm', '/dev/pts', '/dev/mqueue', '/dev/hugepages', '/dev']) + self.assertIn(scan_mounts('/dev'), [['/dev/shm', '/dev/pts', '/dev/mqueue', '/dev/hugepages', '/dev'], + ['/dev/shm', '/dev/pts', '/dev/mqueue', '/dev/console', '/dev']]) def test_scan_mounts_no_results(self): """ Tests the scan_mounts function with a mocked /proc/mounts file. An argument of /nonexistent/path From 8999162807577d7120c630a8fda1c089a2997090 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Wed, 21 Dec 2016 14:32:06 +0100 Subject: [PATCH 2/2] convert test data to json --- .../data/comps-example.libcomps.calls | 10402 ++++++++-------- .../data/comps-example.yumcomps.calls | 10402 ++++++++-------- .../test_cli/data/comps-sample.libcomps.calls | 80 +- .../test_cli/data/comps-sample.yumcomps.calls | 76 +- tests/test_cli/test_import_comps.py | 16 +- 5 files changed, 10491 insertions(+), 10485 deletions(-) diff --git a/tests/test_cli/data/comps-example.libcomps.calls b/tests/test_cli/data/comps-example.libcomps.calls index cbc9a9f8..e27f7f12 100644 --- a/tests/test_cli/data/comps-example.libcomps.calls +++ b/tests/test_cli/data/comps-example.libcomps.calls @@ -1,5200 +1,5202 @@ -[call.groupListAdd('tag', u'3d-printing', biarchonly=False, description=u'3D printing software', display_name=u'3D Printing', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'3d-printing', u'admesh', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'blender', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'cura', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'cura-lulzbot', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'meshlab', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'openscad', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'openscad-MCAD', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'printrun', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'slic3r', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'3d-printing', u'RepetierHost', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'3d-printing', u'repsnapper', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'3d-printing', u'sfact', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'3d-printing', u'skeinforge', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'admin-tools', biarchonly=False, description=u'This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware.', display_name=u'Administration Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'admin-tools', u'abrt-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'authconfig-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'fros-recordmydesktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'gnome-disk-utility', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'recordmydesktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'setroubleshoot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'system-config-date', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'system-config-keyboard', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'system-config-language', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'admin-tools', u'system-config-users', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'anaconda-tools', biarchonly=False, description=None, display_name=u'Anaconda tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'anaconda-tools', u'authconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'btrfs-progs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'chrony', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'cryptsetup', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'device-mapper-multipath', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'dmraid', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'dosfstools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'dracut-network', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'e2fsprogs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'efibootmgr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'extlinux-bootloader', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'fcoe-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'firewalld', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'gfs2-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'glibc-all-langpacks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'grub2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'grub2-efi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'hfsplus-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'iscsi-initiator-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'kexec-tools-anaconda-addon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'lvm2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'mactel-boot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'mdadm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'ntfsprogs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'realmd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'reiserfs-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u's390utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u's390utils-base', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'shim', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'syslinux-extlinux', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'teamd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'anaconda-tools', u'xfsprogs', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'ansible-node', biarchonly=False, description=u'This group contains packages necessary for the system to be controlled by Ansible.', display_name=u'Ansible node', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'ansible-node', u'python2-dnf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ansible-node', u'libselinux-python', basearchonly=False, force=None, requires=u'selinux-policy', type='conditional'), - call.groupListAdd('tag', u'arabic-support', biarchonly=False, description=None, display_name=u'Arabic Support', force=None, is_default=False, langonly=u'ar', uservisible=False), - call.groupPackageListAdd('tag', u'arabic-support', u'dejavu-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'dejavu-sans-mono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-art-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-book-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-decorative-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-digital-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-farsi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-letter-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-naskh-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-office-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-one-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-pen-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-poster-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-qurn-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-screen-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-title-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'kacst-titlel-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'paktype-naqsh-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'paktype-tehreer-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'arabic-support', u'scim-tables-arabic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'arabic-support', u'sil-lateef-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'arabic-support', u'sil-scheherazade-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'arm-tools', biarchonly=False, description=u'Tools for working with arm systems', display_name=u'ARM Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'arm-tools', u'fedora-arm-installer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'arm-tools', u'cloud-utils-growpart', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'arm-tools', u'uboot-images-armv7', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'assamese-support', biarchonly=False, description=None, display_name=u'Assamese Support', force=None, is_default=False, langonly=u'as', uservisible=False), - call.groupPackageListAdd('tag', u'assamese-support', u'lohit-assamese-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'assamese-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'assamese-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'assamese-support', u'google-noto-sans-bengali-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'assamese-support', u'google-noto-sans-bengali-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'assamese-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'audio', biarchonly=False, description=u'Various tools for audio synthesis and music production.', display_name=u'Audio Production', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'audio', u'a2jmidid', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'Add64', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'aj-snapshot', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-plugins-jack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-plugins-samplerate', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-plugins-upmix', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-plugins-usbstream', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-plugins-vdownmix', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-ucm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsa-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'alsamixergui', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ams', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'amsynth', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ardour5', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'arpage', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'audacity', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'bristol', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'calf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'drumkv1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'dssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'fluid-soundfont-gm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'fluidsynth', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'fluidsynth-dssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'frescobaldi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'gladish', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'guitarix', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'harmonyseq', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'hexter-dssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'hydrogen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'idjc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jaaa', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jack-audio-connection-kit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jack-audio-connection-kit-dbus', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jack-rack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jackctlmmc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jack_capture', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jamin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'japa', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'jmeters', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'kernel-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladish', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-amb-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-autotalent-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-blop-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-cmt-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-fil-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-mcp-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-rev-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-swh-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-tap-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'ladspa-vco-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lash', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lilypond', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-abGate', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-artyfx-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-avw-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-c++-tools ', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-drumkv1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-fabla', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-fil-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-fomp-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-invada-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-kn0ck0ut', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-ll-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-newtonator', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-samplv1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-sorcer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-swh-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-synthv1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-triceratops', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-vocoder-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-x42-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2-zynadd-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'lv2dynparam', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'monobristol', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'mscore', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'multimedia-menus', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'mup', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'muse', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'nekobee-dssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'non-daw', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'non-mixer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'non-sequencer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'non-session-manager', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'opus-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'qastools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'qjackctl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'qmidiarp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'qsynth', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'qtractor', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'radium-compressor', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'rakarrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'realTimeConfigQuickScan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'rosegarden4', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'rtirq', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'samplv1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'sbc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'seq24', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'sooperlooper', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'swami', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'synthv1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'timidity++', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'tinycompress-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'tuxguitar', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'vmpk', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'whysynth-dssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'xsynth-dssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'yoshimi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'zita-at1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'zita-rev1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'zynaddsubfx', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'audio', u'zynjacku', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'authoring-and-publishing', biarchonly=False, description=u'These tools allow you to create documents in the DocBook format and convert them into HTML, PDF, Postscript, and text.', display_name=u'Authoring and Publishing', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook-slides', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook-style-dsssl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook-style-xsl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook-utils-pdf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook5-schemas', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook5-style-xsl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'linuxdoc-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'tex-fonts-hebrew', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'texlive', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'texlive-cm-lgc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'texlive-kerkis', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'xhtml1-dtds', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'xmlto', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'abcm2ps', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'BibTool', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'dblatex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'docbook2X', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'html401-dtds', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'kbibtex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'kile', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'latex-mk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'latexmk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'lilypond', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'lout', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'ooo2txt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'pandoc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'python-docutils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'python-manuel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'scribus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'tex-zfuzz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'texlive-latex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'texlive-xdvi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'txt2rss', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'w3c-markup-validator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'authoring-and-publishing', u'xmlcopyeditor', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'base-x', biarchonly=False, description=u'Local X.org display server', display_name=u'base-x', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'base-x', u'glx-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'mesa-dri-drivers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'plymouth-system-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-armsoc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-ati', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-evdev', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-fbdev', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-freedreno', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-intel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-libinput', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-nouveau', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-omap', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-openchrome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-qxl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-vesa', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-vmmouse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-vmware', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-wacom', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-server-Xorg', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-xauth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-xinit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'base-x', u'xorg-x11-drv-geode', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'basic-desktop', biarchonly=False, description=u'Basic X Window System with a choice of window manager.', display_name=u'Basic Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'basic-desktop', u'adwaita-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'adwaita-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'awesome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'dwm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'fedora-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'i3', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'lightdm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'metacity', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'openbox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'qtile', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'ratpoison', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'basic-desktop', u'xmonad-basic', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'bengali-support', biarchonly=False, description=None, display_name=u'Bengali Support', force=None, is_default=False, langonly=u'bn', uservisible=False), - call.groupPackageListAdd('tag', u'bengali-support', u'lohit-bengali-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'bengali-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'bengali-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'bengali-support', u'google-noto-sans-bengali-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'bengali-support', u'google-noto-sans-bengali-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'bengali-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'bhutanese-support', biarchonly=False, description=None, display_name=u'Bhutanese Support', force=None, is_default=False, langonly=u'dz', uservisible=False), - call.groupPackageListAdd('tag', u'bhutanese-support', u'jomolhari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'bodo-support', biarchonly=False, description=None, display_name=u'Bodo Support', force=None, is_default=False, langonly=u'brx', uservisible=False), - call.groupPackageListAdd('tag', u'bodo-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'bodo-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'bodo-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'bodo-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'bodo-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'bodo-support', u'samyak-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'books', biarchonly=False, description=u'Books and Guides for Fedora users and developers', display_name=u'Books and Guides', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'books', u'diveintopython', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'books', u'ldd-pdf', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'buildsys-build', biarchonly=False, description=None, display_name=u'Buildsystem building group', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'buildsys-build', u'bash', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'bzip2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'coreutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'cpio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'diffutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'fedora-release', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'findutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'gawk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'gcc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'gcc-c++', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'grep', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'gzip', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'info', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'make', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'patch', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'redhat-rpm-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'rpm-build', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'sed', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'shadow-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'tar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'unzip', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'util-linux', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'which', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'buildsys-build', u'xz', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'burmese-support', biarchonly=False, description=None, display_name=u'Myanmar (Burmese) Support', force=None, is_default=False, langonly=u'my', uservisible=False), - call.groupPackageListAdd('tag', u'burmese-support', u'sil-padauk-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'c-development', biarchonly=False, description=u'These tools include core development tools such as automake, gcc and debuggers.', display_name=u'C Development Tools and Libraries', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'c-development', u'autoconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'automake', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'binutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'bison', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'flex', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'gcc', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'gcc-c++', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'gdb', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'glibc-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'libtool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'make', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'pkgconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'strace', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'c-development', u'byacc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'ccache', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'cscope', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'ctags', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'elfutils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'indent', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'ltrace', basearchonly=True, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'oprofile', basearchonly=True, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'valgrind', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'c-development', u'astyle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'cbmc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'check', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'cmake', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'coan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'cproto', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'ElectricFence', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'elfinfo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'insight', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'nasm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'pscan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'remake', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'scons', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'scorep', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'splint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'trinity', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'undertaker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'yasm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'c-development', u'zzuf', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'cinnamon-desktop', biarchonly=False, description=u'Cinnamon provides a desktop with a traditional layout, advanced features, easy to use, powerful and flexible.', display_name=u'Cinnamon', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'abrt-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'abrt-java-connector', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'alsa-plugins-pulseaudio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'blueman', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'brasero', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'cinnamon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'cinnamon-control-center', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'cinnamon-screensaver', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'eog', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'evince', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'f24-backgrounds-base', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'fedora-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'firefox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'fros-recordmydesktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gedit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gnome-backgrounds', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gnome-calculator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gnome-disk-utility', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gnome-screenshot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gnome-system-monitor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gnome-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gvfs-archive', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gvfs-gphoto2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gvfs-mtp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'gvfs-smb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'icedtea-web', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'imsettings-cinnamon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'lightdm-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'lightdm-gtk-greeter-settings', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'metacity', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'nemo-fileroller', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'nemo-image-converter', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'nemo-preview', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-adsl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-bluetooth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-iodine-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-l2tp-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-libreswan-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-openconnect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-openvpn-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-pptp-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-vpnc-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-wifi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'NetworkManager-wwan', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'nm-connection-editor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'redshift', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'sane-backends-drivers-scanners', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'setroubleshoot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'shotwell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'simple-scan', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'system-config-printer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'thunderbird', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cinnamon-desktop', u'xdg-user-dirs-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'cloud-infrastructure', biarchonly=False, description=u'Infrastructure packages for cloud computing.', display_name=u'Cloud Infrastructure', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'ceph', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'euca2ools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'glusterfs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'hail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'imagefactory', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'iwhd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'sheepdog', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'StarCluster', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-infrastructure', u'tabled', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'cloud-management', biarchonly=False, description=u'Software to manage servers and system images that run in "cloud" environments', display_name=u'Cloud Management Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'cloud-management', u'cloud-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins-EC2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins-EC2-JEOS-images', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins-OpenStack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins-Rackspace', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins-Rackspace-JEOS-images', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'imagefactory-plugins-TinMan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'python-boto', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'python-libcloud', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'rubygem-amazon-ec2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'cloud-management', u'python-openstackclient', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'cloud-management', u'rubygem-amazon-ec2-doc', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'cloud-server', biarchonly=False, description=u'Software for servers and system images that run in "cloud" environments', display_name=u'Cloud Server Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'cloud-server', u'cloud-init', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'cloud-utils-growpart', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'dracut-config-generic', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'fedora-release-cloud', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'grubby', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'heat-cfntools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'rsync', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'syslinux-extlinux', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'cloud-server', u'tar', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'container-management', biarchonly=False, description=u'Tools for managing Linux containers', display_name=u'Container Management', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'container-management', u'docker', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'container-management', u'docker-cockpit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'container-management', u'docker-registry', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'container-management', u'fedora-dockerfiles', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'core', biarchonly=False, description=u'Smallest possible installation', display_name=u'Core', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'core', u'audit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'basesystem', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'bash', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'coreutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'cronie', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'curl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'dhcp-client', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'dnf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'dnf-yum', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'e2fsprogs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'filesystem', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'glibc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'grubby', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'hostname', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'initscripts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'iproute', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'iputils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'kbd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'less', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'man-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'ncurses', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'openssh-clients', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'openssh-server', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'parted', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'passwd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'plymouth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'policycoreutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'procps-ng', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'rootfiles', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'rpm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'selinux-policy-targeted', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'setup', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'shadow-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'sudo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'systemd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'util-linux', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'vim-minimal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'core', u'authconfig', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'core', u'dnf-plugins-core', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'core', u'dracut-config-rescue', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'core', u'firewalld', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'core', u'NetworkManager', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'core', u'ppc64-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'core', u'dracut-config-generic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'core', u'initial-setup', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'core', u'uboot-images-armv7', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'core', u'uboot-tools', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'critical-path-apps', biarchonly=False, description=u'A set of applications that are considered critical path', display_name=u'Critical Path (Applications)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-apps', u'evolution', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-apps', u'firefox', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-apps', u'thunderbird', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'critical-path-base', biarchonly=False, description=u'A set of packages that provide the shared platform for Critical Path functionality on all Fedora spins', display_name=u'Critical Path (Base)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-base', u'anaconda', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'createrepo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'dash', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'dracut', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'dnf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'gcc-c++', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'initial-setup', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'kernel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'livecd-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'mash', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'NetworkManager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'pungi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'redhat-rpm-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'rpm-build', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-base', u'yum', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'critical-path-gnome', biarchonly=False, description=u'A set of packages that provide the Critical Path functionality for the GNOME desktop', display_name=u'Critical Path (GNOME)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'control-center', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'dconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gdm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gnome-session-xsession', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gnome-shell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gnome-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gnome-themes-standard', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gvfs-fuse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-ati', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-evdev', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-fbdev', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-intel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-libinput', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-nouveau', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-qxl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-drv-vesa', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-server-Xorg', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-xauth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'xorg-x11-xinit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'avahi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gnome-bluetooth', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'gnome-software', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'libcanberra-gtk3', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'nautilus', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'critical-path-gnome', u'pulseaudio-module-x11', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'critical-path-hawaii', biarchonly=False, description=u'A set of packages that provide the Critical Path functionality for the Hawaii desktop', display_name=u'Critical Path (Hawaii)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-hawaii', u'hawaii-shell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-hawaii', u'sddm', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'critical-path-kde', biarchonly=False, description=u'A set of packages that provide the Critical Path functionality for the KDE desktop', display_name=u'Critical Path (KDE)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-kde', u'kdelibs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-kde', u'sddm', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'critical-path-lxde', biarchonly=False, description=u'A set of packages that provide the Critical Path functionality for the LXDE desktop', display_name=u'Critical Path (LXDE)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-lxde', u'lxde-common', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-lxde', u'notification-daemon', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'critical-path-lxqt', biarchonly=False, description=u'A set of packages that provide the Critical Path functionality for the LXQt desktop', display_name=u'Critical Path (LXQt)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-lxqt', u'lxqt-common', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-lxqt', u'notification-daemon', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'critical-path-xfce', biarchonly=False, description=u'A set of packages that provide the Critical Path functionality for the Xfce desktop', display_name=u'Critical Path (Xfce)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'critical-path-xfce', u'xfce4-session', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'critical-path-xfce', u'xfce4-settings', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'd-development', biarchonly=False, description=u'These include development tools and libraries such as ldc, and geany-tag.', display_name=u'D Development Tools and Libraries', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'd-development', u'ldc', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ldc-druntime', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ldc-druntime-devel', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ldc-phobos-devel', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'make', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'pkgconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ctags', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'd-development', u'indent', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'd-development', u'astyle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'cmake', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'derelict-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'geany', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'gl3n-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'insight', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'nemiver', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'uncrustify', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'design-suite', biarchonly=False, description=u'These packages are targeted towards professional designers, and are related to graphics, web and animation.', display_name=u'Design Suite', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-data-extras', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-dbp', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-dds-plugin', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-elsamuko', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-fourier-plugin', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-gap', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-help', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-help-browser', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-high-pass-filter', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-layer-via-copy-cut', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-lensfun', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-lqr-plugin', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-normalmap', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-paint-studio', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-resynthesizer', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-save-for-web', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-separate+', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp-wavelet-denoise-plugin', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gimpfx-foundry', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'gmic-gimp', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'inkscape-psd', basearchonly=False, force=None, requires=u'inkscape', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'inkscape-sozi', basearchonly=False, force=None, requires=u'inkscape', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'inkscape-table', basearchonly=False, force=None, requires=u'inkscape', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'LuxRender-blender', basearchonly=False, force=None, requires=u'blender', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'sane-backends-drivers-scanners', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'xsane-gimp', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'YafaRay-blender', basearchonly=False, force=None, requires=u'blender', type='conditional'), - call.groupPackageListAdd('tag', u'design-suite', u'aajohan-comfortaa-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'adobe-source-sans-pro-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'astigmatic-grand-hotel-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'audacity', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'blender', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'campivisivi-titillium-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'colord-extra-profiles', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'darktable', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'dia', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'entangle', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'font-manager', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'fontforge', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'gimp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'google-roboto-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'google-roboto-condensed-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'google-roboto-slab-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'gpick', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'GraphicsMagick', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'hugin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'inkscape', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'julietaula-montserrat-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'krita', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'lato-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'mypaint', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'nautilus-image-converter', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'open-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'optipng', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'overpass-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'pdfmod', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'pdfshuffler', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'phatch', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'pitivi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'screenruler', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'scribus', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'shotwell', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'shutter', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'sparkleshare', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'synfigstudio', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'typetype-molot-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'xournal', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'design-suite', u'calligra-karbon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'geeqie', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'ImageMagick', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'LuxRender', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'openclipart', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'pencil', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'pngcrush', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'rapid-photo-downloader', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'design-suite', u'YafaRay', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'development-libs', biarchonly=False, description=u'The packages in this group are core libraries needed to develop applications.', display_name=u'Development Libraries', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'development-libs', u'bzip2-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-libs', u'glibc-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-libs', u'ncurses-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-libs', u'pam-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-libs', u'readline-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-libs', u'zlib-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-libs', u'binutils-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'boost-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'cyrus-sasl-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'dbus-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'gmp-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'hesiod-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'krb5-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libacl-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libattr-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libcap-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libcurl-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libdb-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libogg-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libselinux-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libuser-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libvorbis-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'libxml2-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'lockdev-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'openldap-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'openssl-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'pciutils-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'pcsc-lite-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'perl-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'python-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'python-ldap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'rpm-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'slang-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-libs', u'check-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'coolkey-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'DSDP-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'expat-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'ffcall', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gdbm-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'geoclue-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gf2x-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'givaro-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gmp-ecm-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gpm-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gssdp-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gupnp-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'gypsy-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'iml-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'lexertl-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'libdwarf-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'libedit-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'libusbx-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'linbox-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'm4ri-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'm4rie-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'mpir-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'newt-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'poco-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'poco-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-libs', u'python-ZODB3-devel', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'development-tools', biarchonly=False, description=u'These tools include general development tools such as git and CVS.', display_name=u'Development Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'development-tools', u'gettext', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'development-tools', u'cvs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'diffstat', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'doxygen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'git', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'patch', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'patchutils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'rcs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'subversion', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'systemtap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'development-tools', u'archmage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'buildbot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'bzr', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'colordiff', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'cvs2cl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'cvsgraph', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'cvsps', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'darcs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'dejagnu', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'expect', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'gambas3-ide', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'giggle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'git-annex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'git-cola', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'git2cl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'gitg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'gtranslator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'highlight', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'lcov', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'manedit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'meld', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'mercurial', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'monotone', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'mr', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'nemiver', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'qgit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'quilt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'rapidsvn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'robodoc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'scanmem', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'subunit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'svn2cl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'tailor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'tig', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'tkcvs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'tortoisehg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'translate-toolkit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'development-tools', u'utrac', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'dial-up', biarchonly=False, description=None, display_name=u'Dial-up Networking Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'dial-up', u'ppp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'dial-up', u'isdn4k-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'linux-atm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'lrzsz', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'minicom', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'ModemManager', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'NetworkManager-adsl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'rp-pppoe', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'wvdial', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dial-up', u'efax', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dial-up', u'pptp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dial-up', u'statserial', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'directory-server', biarchonly=False, description=u'Machine and user identity servers.', display_name=u'Directory Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'directory-server', u'389-admin-console', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'389-console', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'389-ds-base', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'389-ds-console', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'389-dsgw', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'idm-console-framework', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'krb5-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'migrationtools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'openldap-servers', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'samba', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'directory-server', u'ypserv', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'dns-server', biarchonly=False, description=u'This package group allows you to run a DNS name server (BIND) on the system.', display_name=u'DNS Name Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'dns-server', u'bind-chroot', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dns-server', u'bind', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'dnsperf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'ldns', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'nsd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'pdns', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'pdns-recursor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'rbldnsd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dns-server', u'unbound', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'dogri-support', biarchonly=False, description=None, display_name=u'Dogri Support', force=None, is_default=False, langonly=u'doi', uservisible=False), - call.groupPackageListAdd('tag', u'dogri-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'dogri-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'dogri-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dogri-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dogri-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dogri-support', u'samyak-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'dogtag', biarchonly=False, description=u'Enterprise-class open source Certificate Authority', display_name=u'Dogtag Certificate System', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'dogtag', u'pki-ca', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'dogtag', u'pki-console', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dogtag', u'pki-kra', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dogtag', u'pki-ocsp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'dogtag', u'pki-javadoc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dogtag', u'pki-tks', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'dogtag', u'pki-tps', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'domain-client', biarchonly=False, description=u'Support for joining a FreeIPA or Active Directory Domain', display_name=u'Domain Membership', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'domain-client', u'adcli', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'domain-client', u'freeipa-client', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'domain-client', u'oddjob-mkhomedir', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'domain-client', u'samba-common-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'domain-client', u'samba-winbind', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'domain-client', u'sssd', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'eclipse', biarchonly=False, description=u'Integrated Development Environments based on Eclipse.', display_name=u'Fedora Eclipse', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-cdt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-jdt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-changelog', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-collabnet-merge', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-dtp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-egit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-fedorapackager', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mpc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn-context-cdt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn-context-java', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn-tasks-bugzilla', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn-tasks-trac', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn-tasks-web', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-oprofile', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-packagekit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-pde', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-pydev', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-rpm-editor', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-subclipse', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-valgrind', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-dltk-ruby', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-dltk-tcl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-eclemma', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-epic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-findbugs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-moreunit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-mylyn-fedora-integration', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-photran', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-quickrex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-rpmstubby', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-shelled', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-texlipse', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'eclipse', u'eclipse-veditor', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'editors', biarchonly=False, description=u'Sometimes called text editors, these are programs that allow you to create and edit text files. This includes Emacs and Vi.', display_name=u'Editors', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'editors', u'code-editor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'cssed', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'emacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'emacs-auctex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'emacs-bbdb', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'emacs-ess', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'emacs-vm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'geany', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'gobby', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'jed', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'joe', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'leafpad', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'nedit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'poedit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'psgml', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'vim-enhanced', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'vim-X11', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'xemacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'xemacs-packages-base', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'xemacs-packages-extra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'xemacs-xft', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'xmlcopyeditor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'editors', u'zile', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'education', biarchonly=False, description=u'Educational software for learning', display_name=u'Educational Software', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'education', u'anki', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'blinken', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'cantor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'childsplay', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'corrida', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'drgeo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'drgeo-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'fantasdic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'gcompris', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'genchemlab', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'glglobe', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'gtypist', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kalgebra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kalzium', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kanagram', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kbruch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kgeography', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'khangman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kig', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kiten', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'klettres', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kmplot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kstars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'ktouch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kturtle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'kwordquiz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'marble', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'mnemosyne', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'moodle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'nightview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'pairs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'parley', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'rocs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'saoimage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'skychart', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'stellarium', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'step', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'tuxtype2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'education', u'vmpk', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'electronic-lab', biarchonly=False, description=u'Design and simulation tools for hardware engineers', display_name=u'Electronic Lab', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'electronic-lab', u'acpica-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'alliance', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'archimedes', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'arduino', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avarice', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avr-binutils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avr-gcc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avr-gcc-c++', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avr-gdb', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avra', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'avrdude', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'cgnslib', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'covered', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'CUnit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dfu-programmer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dgc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dia-CMOS', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dia-Digital', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dia-electric2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dia-electronic', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'dinotrace', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'drawtiming', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-cdt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-dltk-tcl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-eclox', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-epic', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-subclipse', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-texlipse', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eclipse-veditor', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'electric', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'emacs-dinotrace', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'emacs-verilog-mode', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'emacs-vregs-mode', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'eqntott', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'espresso-ab', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'flterm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'fped', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'freeDiameter', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'fritzing', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gds2pov', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'geda-gaf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gerbv', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'ghc-chalmers-lava2000-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'ghdl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gnucap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gnuradio', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gnusim8085', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gplcver', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gpsim', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gputils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gresistor', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gr-osmosdr', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gsim85', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gspiceui', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gtkterm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'gtkwave', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'hct', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'hiredis', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'icaro', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'irsim', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'iverilog', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'kicad', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'ktechlab', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'LabPlot', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'linsmith', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'magic', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'magic-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'mcu8051ide', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'mot-adms', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'nesc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'netgen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'ngspice', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'openocd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pcb', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Hardware-Verilog-Parser', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Hardware-Vhdl-Lexer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Hardware-Vhdl-Parser', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Hardware-Vhdl-Tidy', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-ModelSim-List', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Perlilog', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-SystemC-Vregs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-SystemPerl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Verilog-CodeGen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Verilog-Perl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'perl-Verilog-Readmem', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pharosc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pharosc-alliance', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pharosc-magic', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pharosc-synopsys', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pharosc-xcircuit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'picocom', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'picprog', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pikdev', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'piklab', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pikloops', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'pulseview', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'python-myhdl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'qtoctave', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'qucs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'rtl-sdr', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'sdcc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'sigrok-cli', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'sigrok-firmware-fx2lafw', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'sk2py', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'smartsim', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'srecord', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'tclspice', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'teal', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'tetex-IEEEtran', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'tkcvs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'tkgate', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'toped', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'uisp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'verilator', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'vhd2vl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'vrq', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'xcircuit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'xorg-x11-fonts-100dpi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'xorg-x11-fonts-ISO8859-1-100dpi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'xorg-x11-fonts-ISO8859-9-100dpi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'xorg-x11-fonts-Type1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'electronic-lab', u'freehdl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'electronic-lab', u'kdesvn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'electronic-lab', u'minicom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'electronic-lab', u'rfdump', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'engineering-and-scientific', biarchonly=False, description=u'This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion.', display_name=u'Engineering and Scientific', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gnuplot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gsl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gsl-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'maxima', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'octave', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'python2-matplotlib', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'python2-scipy', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'R', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'speedcrunch', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'texmaker', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'transfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'units', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'wxMaxima', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'xfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'4ti2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'alt-ergo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'alt-ergo-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'atlas', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'automaton', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'automaton-javadoc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'azove', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'blas', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'bliss', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'bowtie', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'brial', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'bwa', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cantor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cantor-R', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cddlib', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'chemtool', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'coq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'coq-coqide', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'coq-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'coq-emacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cryptominisat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'csdp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'csdp-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cudd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cudd-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cvc3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cvc3-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cvc3-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cvc3-emacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cvc3-xemacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'cvc4', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'dx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'dx-samples', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'E', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'eclib', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'EMBOSS', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'fastx_toolkit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'fflas-ffpack-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'flint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'flocq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'frama-c', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'freefem++', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gabedit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'galculator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gap', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gappa', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gappalib-coq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gdl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'genius', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'genus2reduction', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'geomview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gfan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'ginac', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'glimmer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'GMT', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'GMT-coastlines-full', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'GMT-coastlines-high', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'GMT-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gnome-chemistry-utils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gpredict', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'grace', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'grads', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gridengine', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gromacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gromacs-openmpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'gts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'hdf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'hdf5', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'hmmer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'jmol', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'jnormaliz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'kpolynome', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'kst', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'lagan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'lapack', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'latte-integrale', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'libctl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'libmatheval', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'libtcd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'linbox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'ltl2ba', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'Macaulay2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'malaga', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'maxima-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'meataxe', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'minisat2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'mona', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'mona-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'mona-emacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'mona-examples', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'mona-xemacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'mpfi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'ncl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'nco', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'ncview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'netcdf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'normaliz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'openbabel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'opencv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'paraview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'picosat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'picosat-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'plotutils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'polybori', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'polybori-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'polybori-ipbori', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'polymake', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'pvs-sbcl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'pypop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'python2-biopython', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'python2-cvxopt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'python2-networkx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'python2-theano', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'qalculate-gtk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'qalculate-kde', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'qepcad-B', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'qtoctave', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'root', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'routino', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'rrdtool', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'seaview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'sextractor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'SIBsim4', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'stix-math-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'stp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'symmetrica', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'sympy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'tcd-utils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'TeXmacs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'tgif', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'tideEditor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'TOPCOM', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'vaspview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'veusz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'vinci', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'wgrib', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'wgrib2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'why', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'why3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'wise2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'wvs-data', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'xdrawchem', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'xgap', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'xtide', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'engineering-and-scientific', u'zenon', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'enlightenment-desktop', biarchonly=False, description=u'Enlightenment is a lean, fast, modular and very extensible windowed desktop environment.', display_name=u'Enlightenment', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'enlightenment-desktop', u'efl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'enlightenment-desktop', u'elementary', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'enlightenment-desktop', u'enlightenment', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'enlightenment-desktop', u'evas-generic-loaders', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'enlightenment-desktop', u'terminology', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'epiphany', biarchonly=False, description=u'Epiphany Web Browser for GNOME', display_name=u'Epiphany Web Browser', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'epiphany', u'epiphany', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'ethiopic-support', biarchonly=False, description=None, display_name=u'Ethiopic Support', force=None, is_default=False, langonly=u'am', uservisible=False), - call.groupPackageListAdd('tag', u'ethiopic-support', u'google-noto-sans-ethiopic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'sil-abyssinica-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'scim-tables-amharic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-fantuwua-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-hiwua-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-jiret-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-tint-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-wookianos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-yebse-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-yigezu-bisrat-goffer-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-yigezu-bisrat-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'senamirmir-washra-zelan-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ethiopic-support', u'xorg-x11-fonts-ethiopic', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'fedora-packager', biarchonly=False, description=u'Tools and utilities needed by a Fedora Packager', display_name=u'Fedora Packager', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'fedora-packager', u'bodhi-client', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'curl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'fedora-easy-karma', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'fedora-packager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'git', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'koji', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'make', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'mock', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'redhat-rpm-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'rpm-build', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'rpmdevtools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'fedora-packager', u'bzr', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fedora-packager', u'mercurial', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fedora-packager', u'auto-destdir', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fedora-packager', u'cpanspec', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fedora-packager', u'cvs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fedora-packager', u'plague-client', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'finnish-support', biarchonly=False, description=None, display_name=u'Finnish Support', force=None, is_default=False, langonly=u'fi', uservisible=False), - call.groupPackageListAdd('tag', u'finnish-support', u'mozvoikko', basearchonly=False, force=None, requires=u'firefox', type='conditional'), - call.groupPackageListAdd('tag', u'finnish-support', u'enchant-voikko', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'finnish-support', u'tmispell-voikko', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'firefox', biarchonly=False, description=u'The Firefox web browser', display_name=u'Firefox Web Browser', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'firefox', u'firefox', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'font-design', biarchonly=False, description=u'This group is a collection of tools used in the design, modification, manipulation, and packaging of fonts.', display_name=u'Font design and packaging', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'font-design', u'fontforge', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'font-design', u'xgridfit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'font-design', u'fontaine', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'fontmatrix', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'fontpackages-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'fonttools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'ghostscript', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'gimp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'gimp-data-extras', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'gimp-help', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'gimp-help-browser', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'gucharmap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'inkscape', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'perl-Font-TTF', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'poppler-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'texlive-lcdftypetools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'xgridfit-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'font-design', u'bzr', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'cube2font', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'cvs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'darcs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'fontpackages-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'freetype-demos', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'gbdfed', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'ghostscript-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'ghostscript-gtk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'giggle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'git', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'meld', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'mercurial', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'python-compositor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'python-fontMath', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'python-robofab', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'python-ufo2fdk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'qgit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'quilt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'scribus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'subversion', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'woff', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'woffTools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'font-design', u'xmbdfed', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'fonts', biarchonly=False, description=u'Fonts packages for rendering text on the desktop.', display_name=u'Fonts', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'fonts', u'aajohan-comfortaa-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'abattis-cantarell-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'adobe-source-han-sans-cn-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'adobe-source-han-sans-tw-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'dejavu-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'dejavu-sans-mono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'dejavu-serif-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'gnu-free-mono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'gnu-free-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'gnu-free-serif-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-lisu-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-mandaic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-meetei-mayek-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-tagalog-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-tai-tham-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-tai-viet-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'jomolhari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'julietaula-montserrat-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-base-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'liberation-mono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'liberation-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'liberation-serif-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lklug-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-assamese-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-bengali-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-gujarati-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-gurmukhi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-kannada-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-odia-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-tamil-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-telugu-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'naver-nanum-gothic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'paktype-naskh-basic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'paratype-pt-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'sil-abyssinica-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'sil-mingzat-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'sil-nuosu-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'sil-padauk-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'smc-meera-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'stix-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'tabish-eeyek-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-waree-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'vlgothic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'fonts', u'adf-accanthis-2-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'adf-accanthis-3-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'adf-accanthis-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'adf-gillius-2-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'adf-gillius-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'adf-tribun-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'aldusleaf-crimson-text-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'allgeyer-musiqwik-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'allgeyer-musisync-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'apa-new-athena-unicode-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'apanov-edrip-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'apanov-heuristica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'baekmuk-ttf-batang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'baekmuk-ttf-dotum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'baekmuk-ttf-gulim-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'baekmuk-ttf-hline-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'beteckna-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'beteckna-lower-case-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'beteckna-small-caps-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bitstream-vera-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bitstream-vera-sans-mono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bitstream-vera-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-algeti-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-chveulebrivi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-courier-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-courier-s-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-elite-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-excelsior-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-glaho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-ingiri-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-nino-medium-cond-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-nino-medium-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-sans-medium-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-sans-modern-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-sans-regular-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'bpg-serif-modern-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'campivisivi-titillium-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'cave9-mutante-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'cf-bonveno-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'cf-sorts-mill-goudy-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'chisholm-letterslaughing-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'chisholm-to-be-continued-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'cjkuni-ukai-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'cjkuni-uming-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'comic-neue-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'conakry-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ctan-cm-lgc-roman-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ctan-cm-lgc-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ctan-cm-lgc-typewriter-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ctan-kerkis-calligraphic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ctan-kerkis-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ctan-kerkis-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'darkgarden-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'dejavu-lgc-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'dejavu-lgc-sans-mono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'dejavu-lgc-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'denemo-emmentaler-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'denemo-feta-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'denemo-music-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'drehatlas-warender-bibliothek-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'drehatlas-widelands-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'drehatlas-xaporho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'dustin-domestic-manners-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'dustin-dustismo-roman-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'dustin-dustismo-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ecolier-court-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ecolier-court-lignes-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'extremetuxracer-papercuts-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'extremetuxracer-papercuts-outline-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'fontawesome-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'freecol-imperator-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'freecol-shadowedblack-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gargi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-aegean-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-aegyptus-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-akkadian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-alexander-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-anaktoria-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-analecta-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-aroania-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-asea-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-avdira-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-musica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gdouros-symbola-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-ambrosia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-artemisia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-baskerville-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-bodoni-classic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-bodoni-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-complutum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-decker-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-didot-classic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-didot-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-eustace-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-fleischman-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-garaldus-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-gazis-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-goschen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-ignacio-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-jackson-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-neohellenic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-nicefore-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-olga-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-philostratos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-porson-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-pyrsos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-solomos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gfs-theokritos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-croscore-arimo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-croscore-cousine-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-croscore-symbolneu-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-croscore-tinos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-droid-kufi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-droid-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-droid-sans-mono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-droid-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-armenian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-avestan-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-bengali-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-bengali-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-brahmi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-carian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-cherokee-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-coptic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-deseret-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-egyptian-hieroglyphs-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-ethiopic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-georgian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-glagolitic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-gujarati-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-gujarati-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-hebrew-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-imperial-aramaic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-kaithi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-kannada-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-kannada-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-kayah-li-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-kharoshthi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-khmer-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-khmer-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-lao-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-lao-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-lycian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-lydian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-malayalam-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-malayalam-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-nko-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-old-south-arabian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-old-turkic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-osmanya-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-phoenician-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-shavian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-symbols-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-tamil-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-tamil-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-telugu-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-telugu-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-thaana-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-thai-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-thai-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-ugaritic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-ui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-sans-vai-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-serif-armenian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-serif-georgian-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-serif-khmer-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-serif-lao-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'google-noto-serif-thai-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'grimmer-proggy-tinysz-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'gubbi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'hanazono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'hiran-perizia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'horai-ume-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'horai-ume-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'horai-ume-pgothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'horai-ume-pmincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'horai-ume-uigothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'impallari-lobster-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'inkboy-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ipa-ex-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ipa-ex-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ipa-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ipa-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ipa-pgothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ipa-pmincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'jsmath-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-art-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-book-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-decorative-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-digital-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-farsi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-letter-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-office-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-one-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-pen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-poster-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-qurn-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-screen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-title-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kacst-titlel-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kalapi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kanjistrokeorders-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kanotf-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-battambang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-bokor-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-handwritten-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-metal-chrieng-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-muol-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'khmeros-siemreap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'kurdit-unikurd-web-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'lato-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'levien-inconsolata-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'levien-museum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'liberation-narrow-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'libreoffice-opensymbol-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'lilypond-emmentaler-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'linux-libertine-biolinum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'linux-libertine-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-malayalam-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-marathi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-nepali-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'lohit-tamil-classical-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'madan-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'manchu-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mgopen-canonica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mgopen-cosmetica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mgopen-modata-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mgopen-moderna-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mona-sazanami-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mona-vlgothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'motoya-lcedar-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'motoya-lmaru-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'moyogo-molengo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mph-2b-damase-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-1c-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-1m-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-1mn-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-1p-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-2c-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-2m-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mplus-2p-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'mscore-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'msimonson-anonymouspro-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-nastaleeq-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-pakistani-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-pakistani-web-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-riqa-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-tehreer-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nafees-web-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'naver-nanum-barun-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'naver-nanum-brush-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'naver-nanum-myeongjo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'naver-nanum-pen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'navilu-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'nhn-nanum-gothic-coding-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ns-bola-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ns-tiza-chalk-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-asana-math-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-brett-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-goudy-bookletter-1911-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-icelandic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-notcouriersans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-prociono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-riordonfancy-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-roadstencil-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-smonohand-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oflb-sportrop-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'oldstandard-sfd-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'open-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'overpass-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'pagul-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paktype-ajrak-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paktype-naqsh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paktype-tehreer-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paratype-pt-mono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paratype-pt-sans-caption-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paratype-pt-serif-caption-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'paratype-pt-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'pothana2000-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'saab-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'samyak-devanagari-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'samyak-gujarati-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'samyak-malayalam-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'samyak-odia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'samyak-tamil-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sarai-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sazanami-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sazanami-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'scholarsfonts-cardo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-fantuwua-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-hiwua-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-jiret-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-tint-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-wookianos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-yebse-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-yigezu-bisrat-goffer-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-yigezu-bisrat-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'senamirmir-washra-zelan-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'serafettin-cartoon-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-andika-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-charis-compact-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-charis-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-doulos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-gentium-alt-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-gentium-basic-book-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-gentium-basic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-gentium-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-lateef-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sil-scheherazade-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'silkscreen-expanded-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'silkscreen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sj-delphine-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'sj-stevehand-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'smc-anjalioldlipi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'smc-dyuthi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'smc-kalyani-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'smc-rachana-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'smc-raghumalayalam-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'smc-suruma-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'stix-math-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tangerine-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-arundina-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-arundina-sans-mono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-arundina-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-garuda-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-kinnari-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-loma-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-norasi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-purisa-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-sawasdee-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-tlwgmono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-tlwgtypewriter-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-tlwgtypist-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-tlwgtypo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thai-scalable-umpush-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thibault-essays1743-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thibault-isabella-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thibault-rockets-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'thibault-staypuft-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tibetan-machine-uni-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-info-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-info-z-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-key-v2-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-lp-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-pc-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-pc-z-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-sign-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tiresias-sign-z-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tlomt-junction-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tlomt-league-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tlomt-orbitron-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tlomt-sniglet-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'trabajo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'tulrich-tuffy-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'typemade-josefinsansstd-light-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ubuntu-title-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'ukij-tuz-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-core-batang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-core-dinaru-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-core-dotum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-core-graphic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-core-gungseo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-core-pilgi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-bom-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-jamobatang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-jamodotum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-jamonovel-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-jamosora-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-pen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-penheulim-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-pilgia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-shinmun-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-taza-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-vada-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'un-extra-yetgul-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'vdrsymbol-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'vemana2000-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'vlgothic-p-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'vollkorn-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'wine-marlett-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'wine-symbol-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'woodardworks-laconic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'woodardworks-laconic-shadow-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'wqy-microhei-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'wqy-zenhei-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'xorg-x11-fonts-ethiopic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'yanone-kaffeesatz-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'fonts', u'yanone-tagesschrift-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'freeipa-server', biarchonly=False, description=u'Provides central directory services for identity, policy management and auditing.', display_name=u'FreeIPA Server', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'freeipa-server', u'freeipa-server', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'freeipa-server', u'bind-dyndb-ldap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'freeipa-server', u'freeipa-server-dns', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'freeipa-server', u'freeipa-server-trust-ad', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'freeipa-server', u'opendnssec', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'ftp-server', biarchonly=False, description=u'These tools allow you to run an FTP server on the system.', display_name=u'FTP Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'ftp-server', u'vsftpd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ftp-server', u'proftpd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ftp-server', u'pure-ftpd', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'games', biarchonly=False, description=u'Various ways to relax and spend your free time.', display_name=u'Games and Entertainment', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'games', u'0ad', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'abe', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'adanaxisgpl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'agistudio', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'alex4', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'alienarena', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'alienblaster', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'alphabet-soup', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'amoebax', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'angrydd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ants', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'apricots', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'armacycles-ad', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'arrows', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'asc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'asc-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'astromenace', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'asylum', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'atanks', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'atomix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'atomorun', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'auriferous', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'avoision', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ballbuster', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ballz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'barrage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bastet', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'beneath-a-steel-sky', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'beneath-a-steel-sky-cd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'berusky', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'berusky2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'billiards', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'biloba', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'biniax', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'blobby', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'blobwars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'BlockOutII', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bolzplatz2006', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bombardier', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'boswars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'boswars-addons', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bsd-games', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bsp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'btanks', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bygfoot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'bzflag', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'CardManager', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'cave9', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ccgo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'cdogs-sdl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'celestia', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'chocolate-doom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'chromium-bsu', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'clanbomber', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'clonekeen', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'coco-coq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'colossus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'crack-attack', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'CriticalMass', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'crossfire', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'crossfire-client', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'crystal-stacker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'crystal-stacker-themes', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'csmash', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'curblaster', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'cylindrix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'cyphesis', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'darkplaces-quake', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'dd2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'dgae', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'dopewars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'drascula', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'drascula-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'dsi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'duel3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ember', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'enigma', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'escape', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'extremetuxracer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'fbg2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'fgrun', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'fillets-ng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'findthatword', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'five-or-more', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'flare', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'flight-of-the-amazon-queen', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'flight-of-the-amazon-queen-cd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'FlightGear', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'flobopuyo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'foobillard', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'fortune-mod', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'four-in-a-row', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freeciv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freecol', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freedink', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freedoom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freedoom-freedm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freedroid', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freedroidrpg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'freetennis', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'frozen-bubble', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'funguloids', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gamazons', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'games-menus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gbrainy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gemdropx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gl-117', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'glaxium', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'glob2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-chess', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-hearts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-klotski', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-mahjongg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-mines', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-mud', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-nibbles', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-robots', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-sudoku', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnome-tetravex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnubg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnubik', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnuchess', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnugo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gnujump', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'greyhounds', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'grhino', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'gweled', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'haxima', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'hedgewars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'hexglass', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'hitori', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'iagno', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'iapetal', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'joystick', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'kbilliards', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'kcheckers', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'kdeaddons-atlantikdesigner', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'kdegames', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'kdegames3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'kitsune', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'knights', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'KoboDeluxe', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'koules', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lacewing', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lbrickbuster2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lightsoff', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lincity-ng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'liquidwar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lmarbles', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'londonlaw', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lordsawar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lpairs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lucidlife', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'lure', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'machineball', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'Maelstrom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'magicmaze', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'magicor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'maniadrive', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'maniadrive-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'megaglest', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'methane', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'mindless', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'minetest', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'mine_detector', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'mirrormagic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'mj', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'monsterz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'naev', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'nagi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'naturette', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'nazghul', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'nethack', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'nethack-vultures', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'netpanzer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'neverball', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'njam', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'nogravity', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'oneko', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'openalchemist', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'openarena', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'openlierox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'overgod', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pachi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'penguin-command', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pengupop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pinball', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pingus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pioneers', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pipenightdreams', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pipepanic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'planets', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'plee-the-bear', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pokerth', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'powermanga', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'prboom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'professor-is-missing', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'puzzle-master', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'puzzles', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'pychess', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'PySolFC', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'PySolFC-cardsets', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'PySolFC-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'qascade', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'qstars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'quadrapassel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'quake3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'quake3-demo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'quarry', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'rafkill', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'raidem', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'raidem-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'redeclipse', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'redeclipse-data', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'redeclipse-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'Ri-li', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'rocksndiamonds', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'rogue', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'rott-shareware', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'sar2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'scorched3d', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'scorchwentbonkers', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'scummvm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'seahorse-adventures', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'sergueis-destiny', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'shippy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'sirius', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'six', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'slashem', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'slingshot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'solarwolf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'sopwith', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'spring', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'stormbaancoureur', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'sudoku-savant', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'sumwars', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'supertux', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'supertuxkart', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'swell-foop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'taggle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tali', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'taxipilot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tecnoballz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'teeworlds', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tennix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tong', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'toppler', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'torcs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'torcs-data', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'trackballs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'trackballs-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tremulous', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'trophy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tunneler', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tuxmath', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'tuxpuck', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'typespeed', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ularn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'ultimatestunts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'uqm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'urbanterror', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vavoom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vdr-sudoku', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vdrift', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vegastrike', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vegastrike-extra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vegastrike-music', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vegastrike-speech', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'vodovod', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'warmux', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'warzone2100', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'warzone2100-sequences', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'wastesedge', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'wesnoth', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'widelands', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'wordwarvi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'worldofpadman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'worminator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xaos', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xarchon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xblast', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xboard', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xgalaxy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xgrav', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xmoto', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xonotic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xpenguins', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xpilot-ng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xpilot-ng-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xplanet', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xscorch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xskat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xstar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xteddy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xu4', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'xword', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'zasx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'games', u'zaz', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'georgian-support', biarchonly=False, description=None, display_name=u'Georgian Support', force=None, is_default=False, langonly=u'ka', uservisible=False), - call.groupPackageListAdd('tag', u'georgian-support', u'dejavu-sans-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-chveulebrivi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-courier-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-glaho-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'dejavu-sans-mono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'dejavu-serif-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'google-noto-sans-georgian-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'google-noto-serif-georgian-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-algeti-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-courier-s-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-elite-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-excelsior-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-ingiri-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-nino-medium-cond-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-nino-medium-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-sans-medium-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-sans-modern-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-sans-regular-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'georgian-support', u'bpg-serif-modern-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'gnome-desktop', biarchonly=False, description=u'GNOME is a highly intuitive and user friendly desktop environment.', display_name=u'GNOME', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'gnome-desktop', u'at-spi2-atk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'at-spi2-core', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'avahi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'baobab', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'caribou', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'caribou-gtk2-module', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'caribou-gtk3-module', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'cheese', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'control-center', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'dconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'eog', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'evince', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'evince-djvu', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'evince-nautilus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'file-roller', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'file-roller-nautilus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'fprintd-pam', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gdm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gedit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'glib-networking', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-backgrounds', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-bluetooth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-boxes', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-calculator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-calendar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-characters', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-classic-session', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-clocks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-color-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-contacts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-disk-utility', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-documents', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-font-viewer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-getting-started-docs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-initial-setup', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-logs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-maps', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-screenshot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-session-wayland-session', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-session-xsession', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-settings-daemon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-shell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-software', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-system-monitor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-themes-standard', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-user-docs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-user-share', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gnome-weather', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-afc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-afp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-archive', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-fuse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-goa', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-gphoto2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-mtp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'gvfs-smb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'libcanberra-gtk2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'libcanberra-gtk3', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'libproxy-mozjs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'librsvg2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'libsane-hpaio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'ModemManager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'mousetweaks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'nautilus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'nautilus-sendto', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'NetworkManager-adsl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'NetworkManager-openconnect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'NetworkManager-openvpn-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'NetworkManager-pptp-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'NetworkManager-vpnc-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'orca', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'PackageKit-command-not-found', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'PackageKit-gtk3-module', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'polkit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'rygel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'sane-backends-drivers-scanners', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'sushi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'totem', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'totem-nautilus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'xdg-user-dirs-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-desktop', u'yelp', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'gnome-games', biarchonly=False, description=u'A variety of games for the GNOME Desktop', display_name=u'Extra games for the GNOME Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'gnome-games', u'five-or-more', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'four-in-a-row', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-chess', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-klotski', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-mahjongg', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-mines', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-nibbles', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-robots', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-sudoku', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-taquin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'gnome-tetravex', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'hitori', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'iagno', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'lightsoff', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'quadrapassel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'swell-foop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-games', u'tali', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'gnome-software-development', biarchonly=False, description=u'Install these packages in order to develop GTK+ and GNOME graphical applications.', display_name=u'GNOME Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'gnome-software-development', u'atk-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'clutter-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'dbus-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'glib2-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gstreamer-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gtk3-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gtk3-devel-docs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'intltool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'pango-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'at-spi2-core-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'clutter-gtk-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'devhelp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'evolution-data-server-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'git', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'glib2-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gnome-common', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gnome-desktop3-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gnome-devel-docs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gobject-introspection', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gobject-introspection-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gtk-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'libcanberra-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'libgda-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'libgnome-keyring-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'libnotify-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'webkitgtk4-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'cairomm-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'cairomm-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'clutter-gst-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'glade3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'glibmm24-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gnome-builder', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'gtkmm30-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'libgtop2-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'libsigc++20-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'gnome-software-development', u'vala', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'graphical-internet', biarchonly=False, description=u'This group includes graphical email, web, and chat clients.', display_name=u'Graphical Internet', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'graphical-internet', u'arora', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'azureus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'balsa', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'bluefish', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'choqok', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'claws-mail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'deluge', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'dillo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'ekiga', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'empathy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'epiphany', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'evolution', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'evolution-bogofilter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'evolution-help', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'evolution-perl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'filezilla', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'firefox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gajim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gftp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gnash-plugin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gnome-translate', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gtk-gnutella', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gtorrentviewer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gwget', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'gyachi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'icedtea-web', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'jd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'kazehakase', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'kdepim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'kdewebdev', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'kita', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'knetstats', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'konversation', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'kvirc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'licq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'liferea', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'linphone', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'logjam', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'mail-notification', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'meiga', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'mitter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'mtr-gtk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'nicotine+', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'nntpgrab-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'ochusha', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'pan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'pcmanx-gtk2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'pidgin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'pidgin-libnotify', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'prozilla', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'psi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'psimedia', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'qbittorrent', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'qterm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'rekonq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'seamonkey', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'streamtuner', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'sylpheed', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'thunderbird', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'transmission-gtk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'transmission-qt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'uget', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'valknut', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'x3270-x11', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'xchat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'xchat-gnome', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'xchat-ruby', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphical-internet', u'xchat-tcl', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'graphics', biarchonly=False, description=u'This group includes packages to help you manipulate and scan images.', display_name=u'Graphics', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'graphics', u'xsane-gimp', basearchonly=False, force=None, requires=u'gimp', type='conditional'), - call.groupPackageListAdd('tag', u'graphics', u'argyllcms', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'asciio', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'asymptote', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'blender', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'calligra-krita', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'cbrpager', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'cinepaint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'comix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'dcraw', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'digikam', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gcolor2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'geeqie', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gifsicle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gifview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gimp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gimp-data-extras', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gimp-help', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gimp-help-browser', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gipfel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gnofract4d', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'graphviz', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gutenprint-plugin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'gwenview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'hugin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'ImageMagick', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'inkscape', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'ipe', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'k3d', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'kf5-kipi-plugins', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'kolourpaint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'kphotoalbum', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'ksnapshot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'libsane-hpaio', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'mirage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'netpbm-progs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'nip2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'optipng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'Panini', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'pstoedit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'pydot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'qiv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'rawstudio', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'renrot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'sane-backends-drivers-cameras', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'sane-backends-drivers-scanners', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'sane-frontends', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'shotwell', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'simple-scan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'tachyon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'tuxpaint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'tzclock', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'ufraw', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'uniconvertor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'viewnior', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'wings', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'xfig', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'xpaint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'graphics', u'xsane', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'greek-support', biarchonly=False, description=None, display_name=u'Greek Support', force=None, is_default=False, langonly=u'el', uservisible=False), - call.groupPackageListAdd('tag', u'greek-support', u'ctan-kerkis-calligraphic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'ctan-kerkis-sans-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'ctan-kerkis-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-ambrosia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-artemisia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-baskerville-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-bodoni-classic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-bodoni-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-complutum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-decker-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-didot-classic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-didot-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-eustace-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-fleischman-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-garaldus-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-gazis-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-goschen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-ignacio-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-jackson-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-neohellenic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-nicefore-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-olga-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-philostratos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-porson-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-pyrsos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-solomos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'gfs-theokritos-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'mgopen-canonica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'mgopen-cosmetica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'mgopen-modata-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'greek-support', u'mgopen-moderna-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'guest-agents', biarchonly=False, description=u'Agents used when running under a hypervisor.', display_name=u'Guest Agents', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'guest-agents', u'open-vm-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'guest-agents', u'qemu-guest-agent', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'guest-desktop-agents', biarchonly=False, description=u'Agents used when running as a virtualized desktop.', display_name=u'Guest Desktop Agents', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'guest-desktop-agents', u'hyperv-daemons', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'guest-desktop-agents', u'open-vm-tools-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'guest-desktop-agents', u'qemu-guest-agent', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'guest-desktop-agents', u'spice-vdagent', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'gujarati-support', biarchonly=False, description=None, display_name=u'Gujarati Support', force=None, is_default=False, langonly=u'gu', uservisible=False), - call.groupPackageListAdd('tag', u'gujarati-support', u'lohit-gujarati-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gujarati-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'gujarati-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'gujarati-support', u'google-noto-sans-gujarati-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gujarati-support', u'google-noto-sans-gujarati-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gujarati-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'gujarati-support', u'samyak-gujarati-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'ha', biarchonly=False, description=u'Infrastructure for highly available services and/or shared storage.', display_name=u'High Availability', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'ha', u'fence-agents-all', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ha', u'omping', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ha', u'pacemaker', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ha', u'pcs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ha', u'clufter', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'haproxy', biarchonly=False, description=u'TCP/HTTP Load Balancer.', display_name=u'HAProxy', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'haproxy', u'haproxy', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haproxy', u'rubygem-abrt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haproxy', u'rubygem-daemons', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haproxy', u'rubygem-rest-client', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'hardware-support', biarchonly=False, description=u'This group is a collection of tools for various hardware specific utilities.', display_name=u'Hardware Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'hardware-support', u'atmel-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'b43-fwcutter', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'b43-openfwwf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'ipw2100-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'ipw2200-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl100-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl1000-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl105-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl135-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl2000-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl2030-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl3160-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl3945-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl4965-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl5000-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl5150-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl6000-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl6000g2a-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl6000g2b-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl6050-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'iwl7260-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'libertas-usb8388-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'usb_modeswitch', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'zd1211-firmware', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hardware-support', u'acpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'acpitool', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'alsa-firmware', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'bcm283x-firmware', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'cmospwd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'firmware-addon-dell', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'gpsd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'gpsd-clients', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'gypsy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'hddtemp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'hdparm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'i8kutils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'iscan-firmware', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'isight-firmware-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'libifp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'lsscsi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'multican', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'openct', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'opensc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'pcsc-lite', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'pcsc-lite-ccid', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'radeontop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'hardware-support', u'wpan-tools', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'haskell', biarchonly=False, description=u'Support for developing programs in the Haskell programming language.', display_name=u'Haskell', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'haskell', u'cabal-rpm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'darcs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'ghc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'ghc-rpm-macros', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'haskell-platform', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'hlint', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'hscolour', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'haskell', u'emacs-haskell-mode', basearchonly=False, force=None, requires=u'emacs', type='conditional'), - call.groupListAdd('tag', u'hawaii-apps', biarchonly=False, description=u'A set of commonly used applications for the Hawaii Desktop', display_name=u'Applications for the Hawaii Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'hawaii-apps', u'eyesight', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-apps', u'transmission-qt', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'hawaii-desktop', biarchonly=False, description=u'Hawaii is a fast, lightweight, intuitive and user friendly Wayland desktop environment that adapts to desktop and mobile devices.', display_name=u'Hawaii', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'hawaii-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'hawaii-shell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'hawaii-system-preferences', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'hawaii-widget-styles', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'hawaii-workspace', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'mesa-dri-drivers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'pcmanfm-qt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'qt5-qdbusviewer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'qt5-qtbase-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'qt5-qtdeclarative', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'qt5-qtwayland', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'qterminal-qt5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'otter-browser', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'sddm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'sddm-theme-hawaii', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'upower', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-desktop', u'xdg-user-dirs', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'hawaii-media', biarchonly=False, description=u'Multimedia support for Hawaii', display_name=u'Multimedia support for Hawaii', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'hawaii-media', u'pavucontrol', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'hawaii-office', biarchonly=False, description=u'Office suite for Hawaii', display_name=u'Hawaii Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'hawaii-office', u'libreoffice-calc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-office', u'libreoffice-impress', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hawaii-office', u'libreoffice-writer', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'headless-management', biarchonly=False, description=u'Tools for managing the system without an attached graphical console.', display_name=u'Headless Management', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-bridge', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-networkmanager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-shell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-storaged', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-ws', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'openssh-server', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'PackageKit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'rolekit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-kubernetes', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'headless-management', u'cockpit-pcp', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'hebrew-support', biarchonly=False, description=None, display_name=u'Hebrew Support', force=None, is_default=False, langonly=u'he', uservisible=False), - call.groupPackageListAdd('tag', u'hebrew-support', u'dejavu-sans-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-aharoni-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-caladings-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-david-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-drugulin-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-ellinia-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-frank-ruehl-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-hadasim-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-keteryg-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-miriam-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-miriam-mono-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-nachlieli-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-simple-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-stamashkenaz-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-stamsefarad-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'culmus-yehuda-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hebrew-support', u'google-noto-sans-hebrew-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'hindi-support', biarchonly=False, description=None, display_name=u'Hindi Support', force=None, is_default=False, langonly=u'hi', uservisible=False), - call.groupPackageListAdd('tag', u'hindi-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hindi-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'hindi-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'hindi-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hindi-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hindi-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hindi-support', u'samyak-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'hindi-support', u'sarai-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'input-methods', biarchonly=False, description=u'Input method packages for the input of international text.', display_name=u'Input Methods', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'input-methods', u'gtk2-immodule-xim', basearchonly=False, force=None, requires=u'gtk2', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'gtk3-immodule-xim', basearchonly=False, force=None, requires=u'gtk3', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-gtk2', basearchonly=False, force=None, requires=u'gtk2', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-gtk3', basearchonly=False, force=None, requires=u'gtk3', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-qt', basearchonly=False, force=None, requires=u'qt', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'im-chooser-xfce', basearchonly=False, force=None, requires=u'xfce4-panel', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings-cinnamon', basearchonly=False, force=None, requires=u'cinnamon', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings-gsettings', basearchonly=False, force=None, requires=u'gnome-settings-daemon', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings-lxde', basearchonly=False, force=None, requires=u'lxde-common', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings-mate', basearchonly=False, force=None, requires=u'mate-settings-daemon', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings-qt', basearchonly=False, force=None, requires=u'qt', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings-xfce', basearchonly=False, force=None, requires=u'xfce4-panel', type='conditional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-hangul', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-kkc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-libpinyin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-libzhuyin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-m17n', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-rawcode', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-typing-booster', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'im-chooser', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'imsettings', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'input-methods', u'cellwriter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'eekboard', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'fcitx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'gcin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-anthy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-bogo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-fbterm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-gucharmap', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-handwrite', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-input-pad', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-mozc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-sayura', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-skk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-table', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-table-array30', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-table-cyrillic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'ibus-xkbc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'input-pad', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'iok', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'kinput2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-anthy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-array', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-bridge-gtk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-bridge-qt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-bridge-qt3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-chewing', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-fcitx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-gtk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-hangul', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-m17n', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-pinyin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-rawcode', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-sayura', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-tables-additional', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-tables-chinese', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-tables-chinese-extra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'scim-thai', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-anthy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-canna', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-gtk2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-gtk3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-m17n', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-qt3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'uim-skk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'input-methods', u'WritRecogn', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'japanese-support', biarchonly=False, description=None, display_name=u'Japanese Support', force=None, is_default=False, langonly=u'ja', uservisible=False), - call.groupPackageListAdd('tag', u'japanese-support', u'ibus-kkc', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'japanese-support', u'uim-anthy', basearchonly=False, force=None, requires=u'uim', type='conditional'), - call.groupPackageListAdd('tag', u'japanese-support', u'vlgothic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'japanese-support', u'vlgothic-p-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'japanese-support', u'cmigemo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'eblook', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ebview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'emacs-common-ddskk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'hanazono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ibus-mozc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ipa-ex-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ipa-ex-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ipa-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ipa-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ipa-pgothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'ipa-pmincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'japanese-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'jfbterm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'jisksp16-1990-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'kcc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'kinput2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'lv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'm17n-db-extras', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mecab', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mecab-ipadic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mecab-jumandic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mfiler3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'migemo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mona-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mona-sazanami-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'mona-vlgothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'motoya-lcedar-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'motoya-lmaru-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'nkf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'oniguruma', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'perl-NKF', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'sazanami-gothic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'sazanami-mincho-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'scim-anthy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'stardict-dic-ja', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'uim-canna', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'japanese-support', u'uim-skk', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'java', biarchonly=False, description=u'Support for running programs written in the Java programming language.', display_name=u'Java', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'java', u'java-1.8.0-openjdk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'java', u'abrt-java-connector', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java', u'icedtea-web', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'java-development', biarchonly=False, description=u'Support for developing programs in the Java programming language.', display_name=u'Java Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'java-development', u'ant', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'java-development', u'ecj', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'java-development', u'java-1.8.0-openjdk-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'java-development', u'abrt-java-connector', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-antlr', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-apache-bcel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-apache-log4j', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-apache-oro', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-apache-regexp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-apache-resolver', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-commons-logging', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-javamail', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-jdepend', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-junit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-swing', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-beanutils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-codec', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-collections', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-compress', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-configuration', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-daemon', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-dbcp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-digester', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-discovery', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-el', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-exec', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-fileupload', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-io', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-lang', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-launcher', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-logging', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-math', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-modeler', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-net', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-pool', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'apache-commons-validator', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'avalon-framework', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'avalon-logkit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'bcel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'gnu-getopt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'jakarta-oro', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'java-1.8.0-openjdk-demo', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'java-1.8.0-openjdk-javadoc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'java-1.8.0-openjdk-src', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'javamail', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'java_cup', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'jdepend', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'jflex', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'junit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ldapjdk', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'log4j', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'maven', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'mx4j', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'regexp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'xalan-j2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'xalan-j2-xsltc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'xerces-j2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'xml-commons-apis', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'xml-commons-resolver', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'java-development', u'ant-findbugs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'java-development', u'findbugs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'java-development', u'findbugs-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'java-development', u'jcip-annotations', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'java-development', u'jinput', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'java-development', u'jsr-305', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'java-development', u'pmd', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'javaenterprise', biarchonly=False, description=u'Java application server.', display_name=u'Java Application Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'javaenterprise', u'abrt-java-connector', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'javaenterprise', u'java-1.8.0-openjdk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'javaenterprise', u'java-1.8.0-openjdk-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'javaenterprise', u'jboss-modules', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'javaenterprise', u'maven', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'javaenterprise', u'wildfly', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'kannada-support', biarchonly=False, description=None, display_name=u'Kannada Support', force=None, is_default=False, langonly=u'kn', uservisible=False), - call.groupPackageListAdd('tag', u'kannada-support', u'lohit-kannada-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kannada-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kannada-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'kannada-support', u'google-noto-sans-kannada-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kannada-support', u'google-noto-sans-kannada-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kannada-support', u'gubbi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kannada-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kannada-support', u'navilu-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'kashmiri-support', biarchonly=False, description=None, display_name=u'Kashmiri Support', force=None, is_default=False, langonly=u'ks', uservisible=False), - call.groupPackageListAdd('tag', u'kashmiri-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kashmiri-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'kashmiri-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kashmiri-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kashmiri-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'kde-apps', biarchonly=False, description=u'A set of commonly used KDE applications', display_name=u'KDE Applications', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-apps', u'ark', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'digikam', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'kde-connect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'kdegames-minimal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'kolourpaint', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'konversation', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'krdc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'krfb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'krusader', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-apps', u'ktorrent', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'kde-desktop', biarchonly=False, description=u'The KDE Plasma Workspaces, a highly-configurable graphical user interface which includes a panel, desktop, system icons and desktop widgets, and many powerful KDE applications.', display_name=u'KDE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-desktop', u'abrt-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'adwaita-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'akregator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'apper', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'bluedevil', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'breeze-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'cagibi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'colord-kde', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'cups-pk-helper', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'dolphin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'glibc-all-langpacks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'gnome-keyring-pam', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'gwenview', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kaddressbook', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kamera', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kcalc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kcharselect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kcm_systemd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kcolorchooser', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-gtk-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-partitionmanager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-platform-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-print-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-runtime', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-settings-pulseaudio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kde-style-breeze', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdeaccessibility', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdegames-minimal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdegraphics-thumbnailers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdelibs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdepasswd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdeplasma-addons', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdialog', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kdnssd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'keditbookmarks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kf5-akonadi-server', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kf5-akonadi-server-mysql', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kf5-baloo-file', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kf5-kipi-plugins', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kfind', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kget', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kgpg', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'khelpcenter', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'khotkeys', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kinfocenter', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kmail', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kmenuedit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'knode', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'konqueror', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'konsole5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kontact', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'korganizer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kruler', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kscreen', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kscreenlocker', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'ksshaskpass', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'ksysguard', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kuser', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kwalletmanager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kwalletmanager5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kwebkitpart', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kwin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'kwrite', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'NetworkManager-config-connectivity-fedora', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'pam-kwallet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'phonon-backend-gstreamer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'phonon-qt5-backend-gstreamer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-breeze', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-desktop-doc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm-l2tp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm-openconnect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm-openswan', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm-openvpn', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm-pptp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-nm-vpnc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-pa', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-pk-updates', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-user-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-workspace', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-workspace-drkonqi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'plasma-workspace-geolocation', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'polkit-kde', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'qt5-qdbusviewer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'qt5-qtbase-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'qt5-qtdeclarative', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'sddm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'sddm-breeze', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'sddm-kcm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'sni-qt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'spectacle', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'xorg-x11-drv-libinput', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-desktop', u'libreoffice-kde', basearchonly=False, force=None, requires=u'libreoffice-core', type='conditional'), - call.groupPackageListAdd('tag', u'kde-desktop', u'pinentry-qt', basearchonly=False, force=None, requires=u'pinentry', type='conditional'), - call.groupPackageListAdd('tag', u'kde-desktop', u'qt-at-spi', basearchonly=False, force=None, requires=u'at-spi2-core', type='conditional'), - call.groupPackageListAdd('tag', u'kde-desktop', u'socat', basearchonly=False, force=None, requires=u'pam_kwallet', type='conditional'), - call.groupListAdd('tag', u'kde-education', biarchonly=False, description=u'KDE Educational applications', display_name=u'KDE Educational applications', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-education', u'blinken', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'cantor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kalgebra', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kalzium', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kanagram', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kbruch', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kgeography', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'khangman', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kiten', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'klettres', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kmplot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kstars', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'ktouch', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kturtle', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'kwordquiz', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'marble', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'parley', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'rocs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-education', u'step', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'kde-media', biarchonly=False, description=u'Multimedia support for KDE', display_name=u'KDE Multimedia support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-media', u'amarok', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-media', u'dragon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-media', u'k3b', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-media', u'kamoso', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'kde-office', biarchonly=False, description=u'KDE Office applications', display_name=u'KDE Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-office', u'calligra-sheets', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-office', u'calligra-stage', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-office', u'calligra-words', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-office', u'okular', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'kde-software-development', biarchonly=False, description=u'Install these packages to develop Qt and KDE graphical applications.', display_name=u'KDE Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-software-development', u'cmake', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdelibs-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-software-development', u'qt-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kate', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdelibs-webkit-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdepimlibs-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-cervisia', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-dolphin-plugins', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kapptemplate', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kcachegrind', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kioslave', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kmtrace', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kompare', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kpartloader', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kstartperf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-kuiviewer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-okteta', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-poxml', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-scripts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-thumbnailers', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesdk-umbrello', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdevelop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'pykde4-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'PyQt4-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kde-software-development', u'audiocd-kio-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'cantor-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'gambas3-runtime', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kate-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdbg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kde-baseapps-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdebindings-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdegraphics-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdelibs3-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdenetwork-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdepim-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdesvn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kdewebdev-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'kiten-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'krazy2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'ktp-common-internals-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'libkcddb-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'libkcompactdisc-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'libkdeedu-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'libkdegames-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'marble-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'PyKDE-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'PyQt-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'qt-creator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'qt-mobility-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'qt3-designer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'qt3-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'qtwebkit-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'rocs-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kde-software-development', u'telepathy-qt4-devel', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'kde-telepathy', biarchonly=False, description=u'KDE Telepathy applications', display_name=u'KDE Telepathy', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kde-telepathy', u'kaccounts-integration', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'kaccounts-providers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-accounts-kcm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-approver', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-auth-handler', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-contact-list', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-contact-runner', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-desktop-applets', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-filetransfer-handler', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-kded-integration-module', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-send-file', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'ktp-text-ui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kde-telepathy', u'signon-kwallet-extension', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'kf5-software-development', biarchonly=False, description=u'Install these packages to develop applications using Qt5 and KDE Frameworks 5.', display_name=u'KDE Frameworks 5 Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'kf5-software-development', u'cmake', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'extra-cmake-modules', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtdeclarative-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtquickcontrols', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qttools-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtwebkit-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt-creator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtconnectivity-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtimageformats-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtlocation-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtmultimedia-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtquick1-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtscript-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtsensors-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtserialport-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtsvg-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtwayland-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtx11extras-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'kf5-software-development', u'qt5-qtxmlpatterns-devel', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'khmer-support', biarchonly=False, description=None, display_name=u'Khmer Support', force=None, is_default=False, langonly=u'km', uservisible=False), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-base-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'khmer-support', u'google-noto-sans-khmer-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'google-noto-sans-khmer-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-battambang-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-bokor-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-handwritten-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-metal-chrieng-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-muol-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'khmer-support', u'khmeros-siemreap-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'konkani-support', biarchonly=False, description=None, display_name=u'Konkani Support', force=None, is_default=False, langonly=u'kok', uservisible=False), - call.groupPackageListAdd('tag', u'konkani-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'konkani-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'konkani-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'konkani-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'konkani-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'korean-support', biarchonly=False, description=None, display_name=u'Korean Support', force=None, is_default=False, langonly=u'ko', uservisible=False), - call.groupPackageListAdd('tag', u'korean-support', u'ibus-hangul', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'korean-support', u'naver-nanum-barun-gothic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'korean-support', u'naver-nanum-brush-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'korean-support', u'naver-nanum-gothic-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'korean-support', u'naver-nanum-myeongjo-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'korean-support', u'naver-nanum-pen-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'korean-support', u'baekmuk-bdf-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'baekmuk-ttf-batang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'baekmuk-ttf-dotum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'baekmuk-ttf-gulim-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'baekmuk-ttf-hline-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'lv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'nhn-nanum-gothic-coding-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-core-batang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-core-dinaru-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-core-dotum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-core-graphic-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-core-gungseo-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-core-pilgi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-bom-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-jamobatang-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-jamodotum-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-jamonovel-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-jamosora-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-pen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-penheulim-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-pilgia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-shinmun-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-taza-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-vada-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'korean-support', u'un-extra-yetgul-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'kurdish-support', biarchonly=False, description=None, display_name=u'Kurdish Support', force=None, is_default=False, langonly=u'ku', uservisible=False), - call.groupPackageListAdd('tag', u'kurdish-support', u'kurdit-unikurd-web-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'legacy-fonts', biarchonly=False, description=u'Older bitmap and vector fonts packages', display_name=u'Legacy Fonts', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-100dpi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-15-100dpi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-misc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-Type1', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-anorexia-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-aqui-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-cure-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-drift-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-edges-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-fkp-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-gelly-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-glisp-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-kates-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-lime-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-mints-mild-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-mints-strong-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-nu-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-smoothansi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'artwiz-aleczapka-snap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'baekmuk-bdf-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'bitmap-console-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'bitmap-fangsongti-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'bitmap-fixed-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'bitmap-lucida-typewriter-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'ctan-musixtex-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-aharoni-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-caladings-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-david-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-drugulin-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-ellinia-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-frank-ruehl-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-hadasim-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-keteryg-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-miriam-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-miriam-mono-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-nachlieli-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-simple-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-stamashkenaz-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-stamsefarad-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'culmus-yehuda-clm-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'efont-unicode-bdf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'fonts-KOI8-R', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'fonts-KOI8-R-100dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'fonts-KOI8-R-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'ghostscript-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'google-android-emoji-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'iso8859-2-100dpi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'iso8859-2-75dpi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'iso8859-2-misc-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'japanese-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'jisksp16-1990-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'knm-new-fixed-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'libdockapp-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'lyx-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'mona-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'nethack-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'oflb-dignas-handwriting-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'rosegarden4-feta-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'rosegarden4-parmesan-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'taipeifonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'terminus-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'terminus-fonts-console', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'texmacs-fedora-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'ucs-miscfixed-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'urw-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'wqy-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'wqy-unibit-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-cyrillic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ethiopic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-1-100dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-1-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-14-100dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-14-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-15-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-2-100dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-2-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-9-100dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'xorg-x11-fonts-ISO8859-9-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-fonts', u'zvbi-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'legacy-network-server', biarchonly=False, description=u'These packages include servers for old network protocols such as rsh and telnet.', display_name=u'Legacy Network Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'legacy-network-server', u'bootparamd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'rarpd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'rsh-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'rusers', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'rusers-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'rwho', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'talk-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'telnet-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'legacy-network-server', u'tftp-server', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'legacy-software-development', biarchonly=False, description=u'These packages provide compatibility with previous releases.', display_name=u'Legacy Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'legacy-software-development', u'compat-gcc-34', basearchonly=True, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-software-development', u'compat-gcc-34-c++', basearchonly=True, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-software-development', u'compat-gcc-34-g77', basearchonly=True, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-software-development', u'compat-libstdc++-296', basearchonly=True, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-software-development', u'compat-libstdc++-33', basearchonly=True, force=None, type='default'), - call.groupListAdd('tag', u'legacy-software-support', biarchonly=False, description=None, display_name=u'Legacy Software Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'legacy-software-support', u'compat-libstdc++-296', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'legacy-software-support', u'compat-libstdc++-33', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'lepcha-support', biarchonly=False, description=None, display_name=u'Lepcha Support', force=None, is_default=False, langonly=u'lep', uservisible=False), - call.groupPackageListAdd('tag', u'lepcha-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lepcha-support', u'sil-mingzat-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lepcha-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'lepcha-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'libreoffice', biarchonly=False, description=u'LibreOffice Productivity Suite', display_name=u'LibreOffice', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-calc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-draw', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-emailmerge', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-graphicfilter', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-impress', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-math', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-writer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-base', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'libreoffice', u'libreoffice-pyuno', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'libreoffice-development', biarchonly=False, description=u'These packages are helpful when developing LibreOffice extensions or macros.', display_name=u'LibreOffice Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'libreoffice-development', u'libreoffice-sdk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'libreoffice-development', u'libreoffice-sdk-doc', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'livecd-tools', biarchonly=False, description=u'Tools that need to be installed into a livecd for it to function', display_name=u'LiveCD Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'livecd-tools', u'dracut-config-generic', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'livecd-tools', u'dracut-live', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'livecd-tools', u'grub2-efi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'livecd-tools', u'kernel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'livecd-tools', u'kernel-modules', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'livecd-tools', u'kernel-modules-extra', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'livecd-tools', u'syslinux', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'load-balancer', biarchonly=False, description=u'Load balancing support for network traffic', display_name=u'Load Balancer', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'load-balancer', u'ipvsadm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'load-balancer', u'keepalived', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxde-apps', biarchonly=False, description=u'A set of commonly used applications for the LXDE Desktop', display_name=u'Applications for the LXDE Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxde-apps', u'midori', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-apps', u'pidgin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-apps', u'sylpheed', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-apps', u'transmission', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxde-desktop', biarchonly=False, description=u'LXDE is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.', display_name=u'LXDE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxde-desktop', u'adwaita-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'adwaita-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'clipit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'fedora-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'galculator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'gigolo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'gnome-keyring-pam', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'gpicview', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'leafpad', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxappearance', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxappearance-obconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxde-common', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxdm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxinput', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxlauncher', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxmenu-data', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxpanel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxpolkit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxrandr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxsession', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxsession-edit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxtask', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'lxterminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'network-manager-applet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'nm-connection-editor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'notification-daemon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'obconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'openbox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'openssh-askpass', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'pcmanfm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'perl-File-MimeInfo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'upower', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'xarchiver', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'xcompmgr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'xdg-user-dirs-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'xpad', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'xscreensaver-base', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'xscreensaver-extras', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-desktop', u'yumex-dnf', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxde-media', biarchonly=False, description=u'Multimedia support for LXDE', display_name=u'Multimedia support for LXDE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxde-media', u'asunder', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-media', u'gnomebaker', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-media', u'lxmusic', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-media', u'pavucontrol', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-media', u'pnmixer', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxde-office', biarchonly=False, description=u'Office suite for LXDE', display_name=u'LXDE Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxde-office', u'abiword', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-office', u'gnumeric', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxde-office', u'osmo', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxqt-apps', biarchonly=False, description=u'A set of commonly used applications for the LXQt Desktop', display_name=u'Applications for the LXQt Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxqt-apps', u'transmission-qt', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxqt-desktop', biarchonly=False, description=u'LXQt is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.', display_name=u'LXQt', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'ark', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'breeze-cursor-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'breeze-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'breeze-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'fedora-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'kwin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-about', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-common', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-globalkeys', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-notificationd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-openssh-askpass', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-panel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-policykit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-powermanagement', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-qtplugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-runner', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'lxqt-session', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'network-manager-applet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'nm-connection-editor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'notification-daemon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'obconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'openbox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'pcmanfm-qt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'perl-File-MimeInfo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'qterminal-qt5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'qupzilla', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'qupzilla-kwallet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'sddm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'sddm-breeze', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'upower', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-desktop', u'xdg-user-dirs', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxqt-media', biarchonly=False, description=u'Multimedia support for LXQt', display_name=u'Multimedia support for LXQt', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxqt-media', u'pavucontrol', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-media', u'pnmixer', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'lxqt-office', biarchonly=False, description=u'Office suite for LXQt', display_name=u'LXQt Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'lxqt-office', u'libreoffice-calc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-office', u'libreoffice-impress', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'lxqt-office', u'libreoffice-writer', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'mail-server', biarchonly=False, description=u'These packages allow you to configure an IMAP or SMTP mail server.', display_name=u'Mail Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'mail-server', u'cyrus-sasl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mail-server', u'dovecot', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mail-server', u'sendmail', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mail-server', u'sendmail-cf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mail-server', u'spamassassin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mail-server', u'amavisd-new', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'clamav', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'clamav-data', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'clamav-milter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'crm114', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'cyrus-imapd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'dbmail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'enemies-of-carlotta', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'esmtp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'exim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'exim-clamav', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'exim-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'imp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'mailman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'milter-regex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'opendkim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'postfix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'pyzor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'roundcubemail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'spamass-milter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'spambayes', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'sqlgrey', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'squirrelmail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'up-imapproxy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mail-server', u'uw-imap', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'maithili-support', biarchonly=False, description=None, display_name=u'Maithili Support', force=None, is_default=False, langonly=u'mai', uservisible=False), - call.groupPackageListAdd('tag', u'maithili-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'maithili-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'maithili-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'maithili-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'maithili-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'malayalam-support', biarchonly=False, description=None, display_name=u'Malayalam Support', force=None, is_default=False, langonly=u'ml', uservisible=False), - call.groupPackageListAdd('tag', u'malayalam-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-meera-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'malayalam-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'malayalam-support', u'google-noto-sans-malayalam-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'google-noto-sans-malayalam-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'lohit-malayalam-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'samyak-malayalam-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-anjalioldlipi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-dyuthi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-kalyani-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-rachana-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-raghumalayalam-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'malayalam-support', u'smc-suruma-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'manipuri-support', biarchonly=False, description=None, display_name=u'Manipuri Support', force=None, is_default=False, langonly=u'mni', uservisible=False), - call.groupPackageListAdd('tag', u'manipuri-support', u'lohit-bengali-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'manipuri-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'manipuri-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'marathi-support', biarchonly=False, description=None, display_name=u'Marathi Support', force=None, is_default=False, langonly=u'mr', uservisible=False), - call.groupPackageListAdd('tag', u'marathi-support', u'lohit-marathi-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'marathi-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'marathi-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'marathi-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'marathi-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'marathi-support', u'samyak-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'mate-applications', biarchonly=False, description=u'Applications for the MATE Desktop.', display_name=u'MATE Applications', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'mate-applications', u'atril-thumbnailer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'caja-actions', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'caja-beesu', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'caja-beesu-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'caja-share', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'firewall-applet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'mate-applet-softupd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'mate-icon-theme-faenza', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'mate-sensors-applet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'mate-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'mintmenu', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'pidgin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'pluma-beesu-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'python-caja', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-applications', u'tigervnc', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'mate-compiz', biarchonly=False, description=u'This package group adds Compiz and Emerald to MATE desktop', display_name=u'MATE Compiz', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'mate-compiz', u'ccsm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compiz', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compiz-bcop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compiz-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compiz-plugins-experimental', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compiz-plugins-extra', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compiz-plugins-main', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'compizconfig-python', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'emerald', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'emerald-themes', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'fusion-icon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'libcompizconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-compiz', u'simple-ccsm', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'mate-desktop', biarchonly=False, description=u'MATE Desktop is based on GNOME 2 and provides a powerful graphical user interface for users who seek a simple easy to use traditional desktop interface.', display_name=u'MATE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'mate-desktop', u'abrt-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'abrt-java-connector', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'atril', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'atril-caja', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'blueman', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'caja', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'caja-image-converter', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'caja-open-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'caja-sendto', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'caja-wallpaper', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'claws-mail', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'dconf-editor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'engrampa', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'eom', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'exaile', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'f24-backgrounds-base', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'f24-backgrounds-extras-base', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'f24-backgrounds-mate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'filezilla', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'firefox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'fros-recordmydesktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gnote', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gparted', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gtk2-engines', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gucharmap', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gvfs-afc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gvfs-archive', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gvfs-fuse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gvfs-gphoto2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gvfs-mtp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'gvfs-smb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'hexchat', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'libmatekbd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'libmatemixer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'libmateweather', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'libsecret', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'lightdm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'lightdm-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'lightdm-gtk-greeter-settings', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'marco', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-applets', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-backgrounds', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-calc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-control-center', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-dictionary', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-disk-usage-analyzer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-media', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-menus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-menus-preferences-category-menu', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-notification-daemon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-panel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-polkit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-power-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-screensaver', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-screenshot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-search-tool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-session-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-settings-daemon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-system-log', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-system-monitor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-themes', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mate-user-guide', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'mozo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'network-manager-applet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-adsl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-bluetooth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-iodine-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-l2tp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-libreswan-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-openconnect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-openvpn-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-pptp-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'NetworkManager-vpnc-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'p7zip', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'p7zip-plugins', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'parole', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'pluma', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'seahorse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'setroubleshoot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'simple-scan', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'system-config-date', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'system-config-language', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'system-config-printer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'system-config-users', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'transmission-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'vim-enhanced', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'xdg-user-dirs-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'xfburn', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'yelp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mate-desktop', u'yumex-dnf', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'medical', biarchonly=False, description=u'This is a group of applications related to health care.', display_name=u'Medical Applications', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'medical', u'aeskulap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'medical', u'gnumed', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'medical', u'gnumed-server', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'milkymist', biarchonly=False, description=u'Toolchain for Milkymist hardware engineers.', display_name=u'Milkymist', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'milkymist', u'autoconf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'automake', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'avr-binutils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'avr-gcc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'avr-gcc-c++', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'avr-gdb', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'avr-libc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'avr-libc-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'clang', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'flterm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'gcc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'gd-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'gplcver', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'gtkwave', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'iverilog', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'lemon', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'libftdi-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'llvm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'openocd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'qemu', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u're2c', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'srecord', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'tftp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'tftp-server', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'milkymist', u'vim-common', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'mingw32', biarchonly=False, description=u'Support for cross-compiling programs to 32 bit Windows targets, testing them, and building installers, all from within Fedora.', display_name=u'MinGW cross-compiler', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-binutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-crt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-filesystem', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-gcc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-headers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-nsiswrapper', basearchonly=False, force=None, requires=u'mingw32-nsis', type='conditional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-crossreport', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-nsis', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mingw32', u'wine', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-atk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-bzip2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-cairo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-dlfcn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-freetype', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-gdbm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-gettext', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-glib2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-libgcrypt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-libgpg-error', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-libjpeg-turbo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-libpng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-libxml2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-openssl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-pdcurses', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-pixman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-proj', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-pthreads', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-readline', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-SDL', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-sqlite', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-termcap', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-win-iconv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mingw32', u'mingw32-zlib', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'mongodb', biarchonly=False, description=u'Scalable, high-performance NoSQL database.', display_name=u'MongoDB', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'mongodb', u'libmongodb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mongodb', u'mongodb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mongodb', u'mongodb-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mongodb', u'mongodb-server', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'multimedia', biarchonly=False, description=u'Audio/video framework common to desktops', display_name=u'Multimedia', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'multimedia', u'alsa-plugins-pulseaudio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'alsa-ucm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'alsa-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'gstreamer1-plugins-bad-free', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'gstreamer1-plugins-good', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'PackageKit-gstreamer-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'pulseaudio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'pulseaudio-module-x11', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'pulseaudio-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'multimedia', u'gstreamer-plugins-bad-free', basearchonly=False, force=None, requires=u'gstreamer', type='conditional'), - call.groupPackageListAdd('tag', u'multimedia', u'gstreamer-plugins-espeak', basearchonly=False, force=None, requires=u'gstreamer', type='conditional'), - call.groupPackageListAdd('tag', u'multimedia', u'gstreamer-plugins-good', basearchonly=False, force=None, requires=u'gstreamer', type='conditional'), - call.groupListAdd('tag', u'mysql', biarchonly=False, description=u'This package group contains packages useful for use with MariaDB (MySQL).', display_name=u'MariaDB (MySQL) Database', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'mysql', u'mariadb', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'mysql', u'libdbi-dbd-mysql', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mysql', u'mariadb-server', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mysql', u'mysql-connector-odbc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mysql', u'perl-DBD-MySQL', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mysql', u'python-mysql', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mysql', u'unixODBC', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'mysql', u'mariadb-bench', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mysql', u'mariadb-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mysql', u'mysqlreport', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mysql', u'mysqltuner', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mysql', u'php-mysqlnd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mysql', u'qt-mysql', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'mysql', u'qt3-MySQL', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'nepali-support', biarchonly=False, description=None, display_name=u'Nepali Support', force=None, is_default=False, langonly=u'ne', uservisible=False), - call.groupPackageListAdd('tag', u'nepali-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'nepali-support', u'madan-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'nepali-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'nepali-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'nepali-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'nepali-support', u'scim-tables-nepali', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'network-server', biarchonly=False, description=u'These packages include network-based servers such as DHCP, Kerberos and NIS.', display_name=u'Network Servers', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'network-server', u'389-ds-base', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'ahcpd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'amanda-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'babeld', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'cobbler', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'dhcp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'dnsmasq', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'ejabberd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'flumotion', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'freenx-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'freeradius', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'fwknop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'icecast', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'ipxripd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'jabberd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'kannel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'koan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'krb5-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'libreswan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'netatalk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'nsd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'oidentd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'openldap-servers', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'polipo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'privoxy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'puppet-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'quagga', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'radvd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'rinetd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'sobby', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'tigervnc-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'torque-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'ucarp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'vnc-reflector', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'vtun', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'xl2tpd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'ypserv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'network-server', u'znc', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'networkmanager-submodules', biarchonly=False, description=u'This group contains NetworkManager submodules that are commonly used, but may not be wanted in some streamlined configurations.', display_name=u'Common NetworkManager Submodules', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'networkmanager-submodules', u'NetworkManager-bluetooth', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'networkmanager-submodules', u'NetworkManager-wifi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'networkmanager-submodules', u'NetworkManager-wwan', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'news-server', biarchonly=False, description=u'This group allows you to configure the system as a news server.', display_name=u'News Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'news-server', u'inn', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'news-server', u'cleanfeed', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'news-server', u'leafnode', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'news-server', u'newscache', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'news-server', u'newsx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'news-server', u'suck', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'ocaml', biarchonly=False, description=u'Support for developing software using the Objective Caml programming language and libraries.', display_name=u'OCaml', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-findlib-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-ocamldoc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-runtime', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-x11', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ocaml', u'emacs-tuareg', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-camlp4-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-bitstring-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-calendar-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-camomile-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-csv-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-curl-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-curses-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-expat-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-extlib-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-lablgl-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-lablgtk-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-labltk-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-menhir-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-ocamlgraph-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-ocamlnet-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-pcre-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-pxp-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-ssl-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-tplib-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-xml-light-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-xmlrpc-light-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'ocaml-zarith-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'ocaml', u'xemacs-tuareg', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'odia-support', biarchonly=False, description=None, display_name=u'Odia Support', force=None, is_default=False, langonly=u'or', uservisible=False), - call.groupPackageListAdd('tag', u'odia-support', u'lohit-odia-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'odia-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'odia-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'odia-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'odia-support', u'samyak-odia-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'office', biarchonly=False, description=u'The applications include office suites, PDF viewers, and more.', display_name=u'Office/Productivity', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'office', u'abiword', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'aiksaurus-thesaurus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'alexandria', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'bibus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calcurse', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calibre', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-braindump', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-flow', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-kexi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-plan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-sheets', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-stage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'calligra-words', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'cherrytree', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'dayplanner', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'dia', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'evince', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'glabels', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'glom', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'gnucash', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'gnumeric', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'gnumeric-plugins-extras', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'gourmet', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'gramps', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'grisbi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'hnb', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'htmldoc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'jpilot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'kchmviewer-qt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'kdepim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'keurocalc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'klatexformula', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'klatexformula-ktexteditor-plugin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'kmymoney', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'krecipes', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'kreetingkard', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'kreetingkard_templates', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-base', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-calc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-draw', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-emailmerge', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-graphicfilter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-impress', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-math', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-ogltrans', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-TexMaths', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-voikko', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-wiki-publisher', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-writer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'libreoffice-xsltfilter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'lyx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'MagicPoint', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'okular', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'pdfedit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'planner', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'pybliographer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'rednotebook', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'revelation', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'Saaghar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'skrooge', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'starcal', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'taskcoach', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'taskjuggler', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'tellico', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'tetex-IEEEtran', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'texlive-xdvi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'texmaker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'vym', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'wyrd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'xchm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'xfbib', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'xournal', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'office', u'Zim', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'online-docs', biarchonly=False, description=None, display_name=u'Online Help and Documentation', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'online-docs', u'system-config-date-docs', basearchonly=False, force=None, requires=u'system-config-date', type='conditional'), - call.groupPackageListAdd('tag', u'online-docs', u'system-config-nfs-docs', basearchonly=False, force=None, requires=u'system-config-nfs', type='conditional'), - call.groupPackageListAdd('tag', u'online-docs', u'system-config-samba-docs', basearchonly=False, force=None, requires=u'system-config-samba', type='conditional'), - call.groupPackageListAdd('tag', u'online-docs', u'system-config-services-docs', basearchonly=False, force=None, requires=u'system-config-services', type='conditional'), - call.groupPackageListAdd('tag', u'online-docs', u'system-config-users-docs', basearchonly=False, force=None, requires=u'system-config-users', type='conditional'), - call.groupListAdd('tag', u'perl', biarchonly=False, description=u'Support for developing programs in the Perl programming language.', display_name=u'Perl Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'perl', u'perl-core', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl', u'cpan-upload', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'perl', u'git-cpan-patch', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'perl', u'perltidy', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'perl', u'cpanspec', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'perl', u'eclipse-epic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'perl', u'parrot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'perl', u'perl-Task-Catalyst', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'perl', u'vim-perl-support', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'perl-web', biarchonly=False, description=u'Basic Perl web application support.', display_name=u'Perl for Web', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'perl-web', u'ImageMagick-perl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'mod_perl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-App-cpanminus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-core', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-CPAN', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-CPANPLUS', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-DBD-MySQL', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-DBD-SQLite', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'perl-web', u'perl-MongoDB', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'persian-support', biarchonly=False, description=None, display_name=u'Persian Support', force=None, is_default=False, langonly=u'fa', uservisible=False), - call.groupPackageListAdd('tag', u'persian-support', u'sil-scheherazade-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'persian-support', u'sil-lateef-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'php', biarchonly=False, description=u'General-purpose web development scripting language.', display_name=u'PHP', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'php', u'php', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-bcmath', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-gd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-imap', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-mbstring', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-mcrypt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-mysqlnd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-pdo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-pear', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-pecl-apc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-pecl-mongo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-pgsql', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-process', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-soap', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'php', u'php-xml', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'platform-vmware', biarchonly=False, description=u'Packages to install in VMware virtual machines', display_name=u'VMware Platform Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'platform-vmware', u'open-vm-tools', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'printing', biarchonly=False, description=u'Install these tools to enable the system to print or act as a print server.', display_name=u'Printing Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'printing', u'cups', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'printing', u'cups-filters', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'printing', u'ghostscript', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'printing', u'bluez-cups', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'colord', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'cups-pk-helper', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'foomatic', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'foomatic-db-ppds', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'gutenprint', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'gutenprint-cups', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'hpijs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'hplip', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'mpage', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'nss-mdns', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'paps', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'samba-client', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'system-config-printer-udev', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'printing', u'a2ps', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'cups-bjnp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'cups-pdf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'enscript', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'min12xxw', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'pnm2ppa', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'ptouch-driver', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'splix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'printing', u'system-config-printer', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'punjabi-support', biarchonly=False, description=None, display_name=u'Punjabi Support', force=None, is_default=False, langonly=u'pa', uservisible=False), - call.groupPackageListAdd('tag', u'punjabi-support', u'lohit-gurmukhi-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'punjabi-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'punjabi-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'punjabi-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'punjabi-support', u'saab-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'python-web', biarchonly=False, description=u'Basic Python web application support.', display_name=u'Python', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'python-web', u'freetype-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'libcurl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'libcurl-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'libjpeg-turbo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'libjpeg-turbo-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'mod_wsgi', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'numpy', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'numpy-f2py', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'pymongo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'pymongo-gridfs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'python', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'python-magic', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'python-mysql', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'python-psycopg2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'python-web', u'python-virtualenv', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'robotics-suite', biarchonly=False, description=u'Suite of packages for robotics development', display_name=u'Robotics', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'robotics-suite', u'arduino', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'catkin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'eclipse-cdt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'eclipse-egit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'eclipse-subclipse', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-core', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-firevision', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-firevision-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-guis', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-lua', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-bblogger', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-bbsync', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-flite', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-joystick', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-katana', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-laser', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-laserht', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-luaagent', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-pantilt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-player', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-refboxcomm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-skiller', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-ttmainloop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-webview', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-worldmodel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-plugin-xmlrpc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'gazebo', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'gazebo-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'gearbox', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'libphidget', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'mrpt-apps', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'mrpt-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'mrpt-libs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'opencv', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'openni-primesense', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'pcl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'player', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'player-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'player-examples', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'player-python', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'player-ruby', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-bloom', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-catkin_lint', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-catkin_pkg', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-catkin_tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-rosdep', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-rosdistro', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-rosinstall', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-rosinstall_generator', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-rospkg', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-vcstools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'python-wstool', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcsslogplayer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssmonitor', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssserver', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssserver-gui', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssserver3d', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssserver3d-doc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'stage', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'stage-playerplugin', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'urg', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'robotics-suite', u'fawkes-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'gazebo-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'gearbox-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'libphidget-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'mrpt-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'pcl-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'player-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcsslogplayer-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssserver-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'rcssserver3d-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'stage-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'robotics-suite', u'urg-devel', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'rpm-development-tools', biarchonly=False, description=u'These tools include core development tools such rpmbuild.', display_name=u'RPM Development Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'redhat-rpm-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'rpm-build', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'koji', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'mock', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'rpmdevtools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'plague-client', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'pungi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'rpm-development-tools', u'rpmlint', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'ruby', biarchonly=False, description=u'Basic support for the Ruby programming language.', display_name=u'Ruby', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'ruby', u'ruby', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ruby', u'ruby-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'ruby', u'rubygem-abrt', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'rubyonrails', biarchonly=False, description=u'Ruby on Rails web application stack.', display_name=u'Ruby on Rails', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'rubyonrails', u'nodejs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'ruby-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-abrt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-bcrypt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-bigdecimal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-bundler', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-byebug', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-coffee-rails', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-jbuilder', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-jquery-rails', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-json', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-listen', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-minitest', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-rails', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-rake', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-sass-rails', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-sdoc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-spring', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-spring-watcher-listen', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-sqlite3', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-turbolinks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-uglifier', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'rubygem-web-console', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'rubyonrails', u'sqlite-devel', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'russian-support', biarchonly=False, description=None, display_name=u'Russian Support', force=None, is_default=False, langonly=u'ru', uservisible=False), - call.groupPackageListAdd('tag', u'russian-support', u'paratype-pt-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'russian-support', u'apanov-edrip-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'apanov-heuristica-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'fonts-KOI8-R', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'fonts-KOI8-R-100dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'fonts-KOI8-R-75dpi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'ibus-table-cyrillic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'paratype-pt-mono-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'paratype-pt-sans-caption-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'paratype-pt-serif-caption-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'paratype-pt-serif-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'scim-tables-russian', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'stardict-dic-ru', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'russian-support', u'xorg-x11-fonts-cyrillic', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'sanskrit-support', biarchonly=False, description=None, display_name=u'Sanskrit Support', force=None, is_default=False, langonly=u'sa', uservisible=False), - call.groupPackageListAdd('tag', u'sanskrit-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sanskrit-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', u'santali-support', biarchonly=False, description=None, display_name=u'Santali Support', force=None, is_default=False, langonly=u'sat', uservisible=False), - call.groupPackageListAdd('tag', u'santali-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'santali-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'santali-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'santali-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'santali-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'santali-support', u'samyak-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'security-lab', biarchonly=False, description=u'Tools for security auditing, forensics, system rescue, and teaching security testing methodologies.', display_name=u'Security Lab', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'security-lab', u'afftools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'aide', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'aircrack-ng', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'airsnort', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'argus', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'argus-clients', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'arp-scan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ArpON', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'bannergrab', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'binwalk', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'bkhive', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'bonesi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'bro', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'chkrootkit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'cmospwd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'cowpatty', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dc3dd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ddrescue', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dhcping', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dnsenum', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dnsmap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dnstop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dnstracer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'driftnet', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'dsniff', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'echoping', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'etherape', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ettercap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'examiner', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'firewalk', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'flawfinder', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'foremost', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'fping', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'goaccess', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'gparted', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'halberd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'hexedit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'hfsutils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'horst', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'hping3', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ht', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'httpie', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'httping', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'httpry', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'httrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'hunt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'hydra', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'iftop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'inception', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'iperf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'iptraf-ng', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'irssi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'john', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'kismet', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'kismon', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'labrea', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'lbd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'lnav', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'lynis', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'macchanger', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'masscan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'mc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'mcabber', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'medusa', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'mtr', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'mutt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nano', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nbtscan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ncrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nebula', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'net-snmp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'net-snmp-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nethogs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'netsed', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'netsniff-ng', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nfswatch', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ngrep', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nikto', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nload', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nmap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nmap-frontend', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nmap-ncat', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nmbscan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ntfs-3g', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ntfsprogs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ntop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ntp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'nwipe', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'onesixtyone', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'openssh', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'openvas-cli', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'openvas-scanner', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ophcrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'p0f', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'packETH', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'pads', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'paris-traceroute', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'pcapdiff', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'pdfcrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'powertop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'proxychains', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'pscan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'pwgen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'pyrit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'raddump', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ratproxy', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'rats', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'rkhunter', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'safecopy', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'samdump2', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'scalpel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'scamper', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'scanmem', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'scapy', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'screen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'scrub', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'siege', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sing', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sipp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sipsak', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'skipfish', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sleuthkit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'slowhttptest', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'snmpcheck', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'socat', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'splint', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sqlninja', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'srm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'ssldump', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sslscan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sslsplit', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sslstrip', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'subnetcalc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'sucrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'swaks', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpcopy', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpdump', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpflow', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpick', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpjunk', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpreen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpreplay', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcptrack', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tcpxtract', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'telnet', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'testdisk', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'trafshow', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'tripwire', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'unhide', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'unicornscan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'uperf', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'vim-enhanced', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'vnstat', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'wavemon', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'wbox', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'weplab', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'wget', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'whois', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'wipe', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'wireshark', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'xmount', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'yersinia', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'security-lab', u'zmap', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'server-cfg', biarchonly=False, description=u"This group contains all of Red Hat's custom server configuration tools.", display_name=u'Server Configuration Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'server-cfg', u'cups-pk-helper', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-config-httpd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-config-nfs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-config-samba', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-config-services', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-config-bind', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-config-printer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'server-cfg', u'system-switch-mail-gnome', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'server-hardware-support', biarchonly=False, description=u'This group is a limited collection of tools for various uncommon hardware specific utilities.', display_name=u'Hardware Support for Server Systems', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'server-hardware-support', u'lm_sensors', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-hardware-support', u'openhpi', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-hardware-support', u'smp_utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'server-hardware-support', u'firmware-addon-dell', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'server-hardware-support', u'hddtemp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'server-hardware-support', u'hdparm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'server-hardware-support', u'lsscsi', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'server-product', biarchonly=False, description=u'Packages mandatory for the server product.', display_name=u'Fedora Server product core', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'server-product', u'chrony', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'server-product', u'fedora-release-server', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'server-product', u'PackageKit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'server-product', u'polkit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'server-product', u'realmd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'server-product', u'timedatex', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'server-product', u'NetworkManager-team', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'simplified-chinese-support', biarchonly=False, description=None, display_name=u'Simplified Chinese Support', force=None, is_default=False, langonly=u'zh_CN', uservisible=False), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'ibus-libpinyin', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'adobe-source-han-sans-cn-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'fcitx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'ibus-table-chinese-erbi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'ibus-table-chinese-wubi-haifeng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'ibus-table-chinese-wubi-jidian', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'ibus-table-chinese-yong', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'lv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'm17n-db-extras', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'scim-fcitx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'scim-pinyin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'scim-tables-chinese', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'scim-tables-chinese-extra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'stardict-dic-zh_CN', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'wqy-bitmap-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'wqy-microhei-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'wqy-unibit-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'simplified-chinese-support', u'wqy-zenhei-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'sindhi-support', biarchonly=False, description=None, display_name=u'Sindhi Support', force=None, is_default=False, langonly=u'sd', uservisible=False), - call.groupPackageListAdd('tag', u'sindhi-support', u'lohit-devanagari-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sindhi-support', u'paktype-naskh-basic-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sindhi-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'sindhi-support', u'google-noto-sans-devanagari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sindhi-support', u'google-noto-sans-devanagari-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sindhi-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'sinhala-support', biarchonly=False, description=None, display_name=u'Sinhala Support', force=None, is_default=False, langonly=u'si', uservisible=False), - call.groupPackageListAdd('tag', u'sinhala-support', u'lklug-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sinhala-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sinhala-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'sinhala-support', u'ibus-sayura', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'sinhala-support', u'scim-sayura', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'smb-server', biarchonly=False, description=u'This package group allows you to share files between Linux and MS Windows(tm) systems.', display_name=u'Windows File Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'smb-server', u'samba', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'smb-server', u'samba-client', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'smb-server', u'cifs-utils', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'sound-and-video', biarchonly=False, description=u'From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system.', display_name=u'Sound and Video', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'sound-and-video', u'abcde', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'adplay', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'alsamixergui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'amarok', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'argyllcms', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'asunder', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'audacious', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'audacity', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'banshee', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'brasero', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'camE', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'cdcollect', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'cdlabelgen', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'cdparanoia', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'cdrskin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'cmusphinx3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'csound-csoundac', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'decibel-audio-player', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'denemo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'dragon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'dvdauthor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'dvdisaster', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'dvgrab', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'easytag', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'exaile', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'festvox-bdl-arctic-hts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'festvox-clb-arctic-hts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'festvox-rms-arctic-hts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'gcstar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'genisoimage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'gnomad2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'gnome-sound-recorder', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'gnomebaker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'grip', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'gtk-v4l', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'gtkpod', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'icedax', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'id3v2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'irstlm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'isomaster', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'jack-audio-connection-kit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'juk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'k3b', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'kid3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'kmix', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'kover', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'kscd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'lingot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'lxmusic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'mikmod', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'milkytracker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'mkvtoolnix-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'multimedia-menus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'mybashburn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'nyquist', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'openfst-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'opengrm-ngram-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'paman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'paprefs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'parole', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pavucontrol', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pavumeter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'picard', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pitivi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pnmixer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pocketsphinx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pocketsphinx-plugin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pulseaudio-module-lirc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pulseaudio-module-zeroconf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'pyvnc2swf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'qmmp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'qmmp-plugin-pack', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'quodlibet', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'rakarrack', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'regionset', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'rhythmbox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'rosegarden4', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'sound-juicer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'soundconverter', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'soundtracker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'sox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'sphinxtrain', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'sweep', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'tagtool', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'tclabc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'tomahawk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'totem', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'totem-lirc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'totem-nautilus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'tvtime', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'ucview', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'v4l2ucp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-epgsearch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-femon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-osdteletext', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-remote', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-skinsoppalusikka', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-streamdev-client', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-streamdev-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-sudoku', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-ttxtsubs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vdr-tvonscreen', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'volumeicon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'vorbis-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'whaawmp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'wodim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'xcdroast', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'xfburn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'xmms', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'xmms-adplug', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'xmms-flac', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sound-and-video', u'xmp', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'sql-server', biarchonly=False, description=u'This package group includes packages useful for use with PostgreSQL.', display_name=u'PostgreSQL Database', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sql-server', u'libdbi-dbd-pgsql', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sql-server', u'perl-DBD-Pg', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql-server', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sql-server', u'rhdb-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sql-server', u'unixODBC', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql-contrib', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql-docs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql-jdbc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql-odbc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'postgresql-test', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'PyGreSQL', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'qt-odbc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'qt-postgresql', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'qt3-ODBC', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'qt3-PostgreSQL', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'sql-server', u'tcl-pgtcl', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'standard', biarchonly=False, description=u'Common set of utilities that extend the minimal installation.', display_name=u'Standard', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'standard', u'abrt-cli', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'acl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'at', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'attr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'bash-completion', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'bc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'bind-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'bridge-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'btrfs-progs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'bzip2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'cifs-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'coolkey', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'cpio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'crontabs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'cryptsetup', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'cyrus-sasl-plain', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'dbus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'deltarpm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'dnf-langpacks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'dos2unix', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'dosfstools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'ed', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'ethtool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'fedora-release-notes', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'file', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'fpaste', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'fprintd-pam', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'gnupg2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'hunspell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'iptstate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'irqbalance', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'jwhois', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'logrotate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'lsof', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'mailcap', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'man-pages', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'mcelog', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'mdadm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'microcode_ctl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'mlocate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'mtr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'nano', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'net-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'nfs-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'nmap-ncat', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'ntfs-3g', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'ntfsprogs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'pam_krb5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'pam_pkcs11', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'passwdqc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'pciutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'pinfo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'plymouth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'psacct', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'quota', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'realmd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'rng-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'rsync', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'rsyslog', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'setuptool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'smartmontools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'sos', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'sssd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'sudo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'symlinks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'systemd-udev', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'tar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'tcpdump', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'tcp_wrappers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'telnet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'time', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'traceroute', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'tree', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'unzip', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'usbutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'vconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'wget', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'which', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'wireless-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'words', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'zip', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'standard', u'chrony', basearchonly=False, force=None, requires=u'control-center', type='conditional'), - call.groupListAdd('tag', u'sugar-apps', biarchonly=False, description=u'Additional activities for use with the Sugar Environment.', display_name=u'Additional Sugar Activities', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-analyze', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-calendario', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-connect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-distance', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-emulator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-flipsticks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-implode', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-playgo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-pukllanapac', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-view-slides', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-apps', u'sugar-xomail', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'sugar-desktop', biarchonly=False, description=u'A software playground for learning about learning.', display_name=u'Sugar Desktop Environment', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'sugar-desktop', u'csound-python', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'gnome-power-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'gvfs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'lightdm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'lightdm-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'metacity', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'pygame', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-abacus', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-browse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-calculator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-chat', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-clock', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-countries', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-cp-all', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-finance', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-fototoon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-getiabooks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-help', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-imageviewer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-infoslicer', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-jukebox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-labyrinth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-log', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-maze', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-memorize', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-moon', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-paint', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-physics', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-pippy', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-portfolio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-read', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-record', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-ruler', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-speak', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-stopwatch', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-story', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-toolkit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-toolkit-gtk3', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-turtleart', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-typing-turtle', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-visualmatch', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-words', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-write', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'sugar-desktop', u'sugar-xoirc', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'system-tools', biarchonly=False, description=u'This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic.', display_name=u'System Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'system-tools', u'BackupPC', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'bonnie++', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'chrony', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'cifs-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'jigdo', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'libreswan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'NetworkManager-l2tp', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'NetworkManager-libreswan', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'NetworkManager-openconnect', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'NetworkManager-openvpn', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'NetworkManager-vpnc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'nmap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'ntfs-3g', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'openconnect', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'openldap-clients', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'openvpn', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'samba-client', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'screen', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'setserial', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'tigervnc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'vpnc', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'xdelta', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'zisofs-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'zsh', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'system-tools', u'aide', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'aircrack-ng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'airsnort', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'am-utils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'amanda-client', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'apcupsd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'apcupsd-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'apg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'apt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'arc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'arj', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'arptables', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'arpwatch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'autofs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'avahi-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'bochs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'cabextract', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'catfish', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'cfengine', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'chrpath', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'conman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'connect-proxy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'convmv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'crack', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'crash', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'createrepo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'dar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ddclient', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'denyhosts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'dkms', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'dstat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'dtach', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ebtables', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ed2k_hash', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'eiciel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'emelfm2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'enca', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'environment-modules', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'epylog', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'etherbat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ettercap', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'fatsort', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'fdupes', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'fedora-package-config-apt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'festival', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'foremost', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'freerdp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'freeze', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'fuse', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'fwknop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'fwrestart', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ganglia', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'geoclue', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ghasher', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ghex', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gigolo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gkrellm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gnokii', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gnutls-utils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'greadelf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'grepmail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'grsync', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gssdp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gtkhash', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gtkterm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gupnp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'gxemul', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'hercules', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'hfsplus-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'htop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'hyperestraier', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ibmonitor', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'iftop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'inadyn-mt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'incron', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'iotop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ipsec-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ircp-tray', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'javasysmon', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'jfbterm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'john', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'kdirstat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'keychain', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ksmarttray', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'limph', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'lirc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'liveusb-creator', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'lzop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'macchanger', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'mc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'mmv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'mrtg', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'mtx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'munin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nagios', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'net-snmp-utils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nethogs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'netstat-nat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nfswatch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nmap-frontend', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'noip', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nomarch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nrg2iso', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ntp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ntp-perl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ntpdate', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'nut', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'obexftp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'oddjob', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'oddjob-mkhomedir', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'p0f', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'p7zip', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'p7zip-plugins', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'PackageKit-command-not-found', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'par2cmdline', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'pbzip2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'portecle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'powerman', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'powertop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'procinfo', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'puppet', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'pwgen', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'qdbm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'qstat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'radeontool', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'rdesktop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'rdiff-backup', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'rear', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'remmina', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'remmina-plugins-nx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'remmina-plugins-rdp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'remmina-plugins-telepathy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'remmina-plugins-xdmcp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'reptyr', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'rmanage', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'rootsh', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'rsnapshot', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'scrub', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'sec', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'shorewall', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'socat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'speech-dispatcher', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'speech-dispatcher-espeak', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'speech-dispatcher-festival', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'speech-dispatcher-flite', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'stripesnoop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'swaks', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'swatch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'synaptic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'syslog-ng', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'sysstat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'testdisk', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'tn5250', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'torque-client', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'torque-gui', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'ttywatch', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'tunctl', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'unison213', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'unison227', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'upx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'uucp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'vnstat', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'wine', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'wireshark-gnome', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'wlassistant', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'w_scan', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'x3270-x11', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'xmobar', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'xsel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'xsupplicant', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'system-tools', u'zidrav', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'tamil-support', biarchonly=False, description=None, display_name=u'Tamil Support', force=None, is_default=False, langonly=u'ta', uservisible=False), - call.groupPackageListAdd('tag', u'tamil-support', u'lohit-tamil-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'tamil-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'tamil-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'tamil-support', u'google-noto-sans-tamil-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'tamil-support', u'google-noto-sans-tamil-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'tamil-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'tamil-support', u'samyak-tamil-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'tamil-support', u'serafettin-cartoon-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'telugu-support', biarchonly=False, description=None, display_name=u'Telugu Support', force=None, is_default=False, langonly=u'te', uservisible=False), - call.groupPackageListAdd('tag', u'telugu-support', u'lohit-telugu-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'telugu-support', u'm17n-db', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'telugu-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'telugu-support', u'google-noto-sans-telugu-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'telugu-support', u'google-noto-sans-telugu-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'telugu-support', u'iok', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'telugu-support', u'pothana2000-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'telugu-support', u'vemana2000-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'text-internet', biarchonly=False, description=u'This group includes text-based email, web, and chat clients. These applications do not require the X Window System.', display_name=u'Text-based Internet', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'text-internet', u'abook', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'alpine', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'archivemail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'argus', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'aria2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'axel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'cadaver', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'centerim', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'cone', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'ctorrent', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'deletemail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'elinks', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'emacs-mew', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'epic', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'fetchmail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'fpaste', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'getmail', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'iperf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'irssi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'isync', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'lftp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'libtranslate', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'lynx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'maildirproc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'mutt', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'ncftp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'nmh', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'offlineimap', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'rss2email', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'rtorrent', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'sitecopy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'slrn', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'snownews', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'tftp', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'tin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'trickle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'w3m', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'websec', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'whatmask', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'xprobe2', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'yafc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'text-internet', u'youtube-dl', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'thai-support', biarchonly=False, description=None, display_name=u'Thai Support', force=None, is_default=False, langonly=u'th', uservisible=False), - call.groupPackageListAdd('tag', u'thai-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'thai-support', u'google-noto-sans-thai-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'google-noto-sans-thai-ui-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'google-noto-serif-thai-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-garuda-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-kinnari-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-loma-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-norasi-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-purisa-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-sawasdee-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-tlwgmono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-tlwgtypewriter-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-tlwgtypist-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-tlwgtypo-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-umpush-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'thai-scalable-waree-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'thai-support', u'scim-tables-thai', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'tibetan-support', biarchonly=False, description=None, display_name=u'Tibetan Support', force=None, is_default=False, langonly=u'bo', uservisible=False), - call.groupPackageListAdd('tag', u'tibetan-support', u'tibetan-machine-uni-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'tibetan-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'tibetan-support', u'jomolhari-fonts', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'tomcat', biarchonly=False, description=u'Tomcat web application server.', display_name=u'Tomcat', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'tomcat', u'tomcat', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'tomcat', u'tomcat-admin-webapps', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'tomcat', u'tomcat-native', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'tomcat', u'tomcat-webapps', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'traditional-chinese-support', biarchonly=False, description=None, display_name=u'Traditional Chinese Support', force=None, is_default=False, langonly=u'zh_TW', uservisible=False), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-libzhuyin', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'adobe-source-han-sans-tw-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'cjkuni-ukai-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'cjkuni-uming-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'gcin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-array', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-cangjie', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-cantonese', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-easy', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-quick', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-scj', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'ibus-table-chinese-stroke5', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'lv', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'm17n-db-extras', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'scim-array', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'scim-tables-chinese', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'scim-tables-chinese-extra', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'stardict-dic-zh_TW', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'traditional-chinese-support', u'taipeifonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'urdu-support', biarchonly=False, description=None, display_name=u'Urdu Support', force=None, is_default=False, langonly=u'ur', uservisible=False), - call.groupPackageListAdd('tag', u'urdu-support', u'paktype-naskh-basic-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'urdu-support', u'paktype-tehreer-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'urdu-support', u'ibus-m17n', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', u'urdu-support', u'dejavu-sans-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'urdu-support', u'dejavu-sans-mono-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-nastaleeq-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-web-naskh-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-art-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-book-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-decorative-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-digital-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-farsi-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-letter-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-office-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-one-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-pen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-poster-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-qurn-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-screen-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-title-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'kacst-titlel-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-pakistani-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-pakistani-web-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-riqa-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'nafees-tehreer-naskh-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'paktype-ajrak-fonts', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'urdu-support', u'paktype-naqsh-fonts', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'vagrant', biarchonly=False, description=u'These packages provide Vagrant with libvirt provider support', display_name=u'Vagrant with libvirt support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'vagrant', u'vagrant', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'vagrant', u'vagrant-libvirt', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'vagrant', u'vagrant-cachier', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'vagrant', u'vagrant-registration', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'vietnamese-support', biarchonly=False, description=None, display_name=u'Vietnamese Support', force=None, is_default=False, langonly=u'vi', uservisible=False), - call.groupPackageListAdd('tag', u'vietnamese-support', u'ibus-bogo', basearchonly=False, force=None, requires=u'xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', u'virtualization', biarchonly=False, description=u'These packages provide a graphical virtualization environment.', display_name=u'Virtualization', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'virtualization', u'virt-install', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'virtualization', u'libvirt-daemon-config-network', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization', u'libvirt-daemon-kvm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization', u'qemu-kvm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization', u'virt-manager', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization', u'virt-viewer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization', u'guestfs-browser', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'virtualization', u'libguestfs-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'virtualization', u'python-libguestfs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'virtualization', u'virt-top', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'virtualization-headless', biarchonly=False, description=u'These packages provide a headless virtualization environment.', display_name=u'Headless Virtualization', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'virtualization-headless', u'virt-install', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'libvirt-daemon-config-network', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'libvirt-daemon-kvm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'qemu-kvm', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'systemd-container', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'guestfs-browser', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'libguestfs-tools', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'python-libguestfs', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'virtualization-headless', u'virt-top', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'web-server', biarchonly=False, description=u'These tools allow you to run a Web server on the system.', display_name=u'Basic Web Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'web-server', u'httpd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'web-server', u'crypto-utils', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'httpd-manual', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'mod_perl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'mod_ssl', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'php', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'php-ldap', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'php-mysqlnd', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'squid', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'webalizer', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'web-server', u'apachetop', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'awstats', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'boa', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'cherokee', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'dap-server', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'drupal7', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'lighttpd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'lighttpd-fastcgi', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'mediawiki', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'mod_auth_kerb', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'mod_fcgid', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'mod_geoip', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'mod_security', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'mod_xsendfile', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'moin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'ocspd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'perl-HTML-Mason', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'perl-Kwiki', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'php-odbc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'php-pecl-apc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'php-pgsql', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'phpldapadmin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'phpMyAdmin', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'Pound', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'thttpd', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'tiquit', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'web-server', u'wordpress', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'window-managers', biarchonly=False, description=u"Simple window managers that aren't part of a larger desktop environment.", display_name=u'Window Managers', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'window-managers', u'bbkeys', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'blackbox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'bluetile', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'dwm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'dwm-user', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'fluxbox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'fvwm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'hackedbox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'i3', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'i3-doc', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'i3lock', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'i3status', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'icewm', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'matchbox-window-manager', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'obconf', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'obmenu', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'openbox', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'ratpoison', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'WindowMaker', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'wmx', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'xcompmgr', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'xmonad', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'window-managers', u'xmonad-mate', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'workstation-product', biarchonly=False, description=u'Packages mandatory for the workstation product.', display_name=u'Fedora Workstation product core', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'workstation-product', u'abrt-cli', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'abrt-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'abrt-java-connector', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'acl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'adwaita-qt4', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'adwaita-qt5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'at', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'attr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'bash-completion', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'bc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'bind-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'bridge-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'btrfs-progs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'bzip2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'chrony', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'cifs-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'cpio', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'crontabs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'cryptsetup', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'cyrus-sasl-plain', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'deltarpm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'dnf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'dnf-langpacks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'dnf-plugins-core', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'dos2unix', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'dosfstools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ethtool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'evolution', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'evolution-ews', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'evolution-help', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'fedora-productimg-workstation', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'fedora-release-workstation', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'fedora-user-agent-chrome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'file', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'fpaste', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'fros-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'git', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'glibc-all-langpacks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'gnome-shell-extension-background-logo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'gnupg2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'google-android-emoji-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'hunspell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-gtk2', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-gtk3', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-hangul', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-kkc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-libpinyin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-libzhuyin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-m17n', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-qt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-rawcode', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ibus-typing-booster', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'iptstate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'jwhois', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'logrotate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'lrzsz', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'lsof', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'mailcap', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'man-pages', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'mcelog', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'mdadm', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'microcode_ctl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'mlocate', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'mtr', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'net-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'nfs-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'nmap-ncat', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'nss-mdns', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ntfs-3g', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ntfsprogs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'pam_krb5', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'pam_pkcs11', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'passwdqc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'pciutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'pinentry-gnome3', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'pinfo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'plymouth', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'polkit', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'ppp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'psacct', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qgnomeplatform', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt-settings', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt-x11', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt5-qtbase', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt5-qtbase-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt5-qtdeclarative', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'qt5-qtxmlpatterns', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'quota', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'rdist', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'realmd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'rhythmbox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'rng-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'rp-pppoe', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'rsync', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'scl-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'seahorse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'setroubleshoot', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'setuptool', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'shotwell', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'sos', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'sssd', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'sudo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'symlinks', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'systemd-udev', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'tar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'tcpdump', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'tcp_wrappers', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'telnet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'time', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'traceroute', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'tree', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'unoconv', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'unzip', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'usbutils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'vconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'wget', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'which', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'wireless-tools', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'words', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'wvdial', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'xorg-x11-drv-libinput', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'workstation-product', u'zip', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'x-software-development', biarchonly=False, description=u'These packages allow you to develop applications for the X Window System.', display_name=u'X Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'x-software-development', u'libICE-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'x-software-development', u'libX11-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXaw-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXfixes-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXt-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'x-software-development', u'freetype-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'gd-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'giflib-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libdmx-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libdrm-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libjpeg-turbo-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libmng-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libpng-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libSM-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libtiff-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXau-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXcomposite-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXcursor-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXdamage-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXdmcp-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXevie-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXext-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXfont-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXft-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libxkbfile-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXmu-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXrandr-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXrender-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXres-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXScrnSaver-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXtst-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXvMC-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXxf86dga-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXxf86misc-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXxf86vm-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'mesa-libGL-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'netpbm-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'pixman-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'SDL-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'Xaw3d-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'xorg-x11-docs', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'xorg-x11-xtrans-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'xrestop', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'x-software-development', u'icon-naming-utils', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'x-software-development', u'icon-slicer', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'x-software-development', u'libXp-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'x-software-development', u'mesa-libGLU-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'x-software-development', u'neXtaw-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'x-software-development', u'xorg-x11-server-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'x-software-development', u'xorg-x11-xbitmaps', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'xfce-apps', biarchonly=False, description=u'A set of commonly used applications for the Xfce Desktop', display_name=u'Applications for the Xfce Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xfce-apps', u'catfish', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-archive', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-att-remover', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-attachwarner', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-fetchinfo', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-mailmbox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-newmail', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-notification', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-pgp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-rssyl', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-smime', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-spam-report', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-tnef', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'claws-mail-plugins-vcalendar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'evince', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'firefox', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'florence', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'galculator', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'geany', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'gparted', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'leafpad', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'orage', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'pidgin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'ristretto', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'seahorse', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'transmission', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'xarchiver', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'xfce4-clipman-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-apps', u'xfce4-dict-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'xfce-desktop', biarchonly=False, description=u'A lightweight desktop environment that works well on low end machines.', display_name=u'Xfce', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xfce-desktop', u'abrt-desktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'adwaita-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'adwaita-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'albatross-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'albatross-gtk3-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'albatross-xfwm4-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'alsa-utils', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'bluebird-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'bluebird-gtk3-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'bluebird-xfwm4-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'blueman', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'desktop-backgrounds-compat', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'fedora-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'firewall-config', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'fros-recordmydesktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'greybird-gtk2-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'greybird-gtk3-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'greybird-xfce4-notifyd-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'greybird-xfwm4-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'gtk-xfce-engine', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'gvfs', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'gvfs-archive', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'initial-setup-gui', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'lightdm-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'network-manager-applet', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'NetworkManager-l2tp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'NetworkManager-openconnect', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'NetworkManager-openvpn', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'NetworkManager-pptp', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'NetworkManager-vpnc', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'NetworkManager-vpnc-gnome', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'nm-connection-editor', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'openssh-askpass', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'rodent-icon-theme', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'Thunar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'thunar-archive-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'thunar-media-tags-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'thunar-volman', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'tumbler', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xdg-user-dirs-gtk', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-about', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-appfinder', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-datetime-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-panel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-places-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-power-manager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-pulseaudio-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-screenshooter-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-session', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-session-engines', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-settings', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfce4-terminal', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfconf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfdesktop', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfwm4', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfwm4-theme-nodoka', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xfwm4-themes', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'xscreensaver-base', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-desktop', u'yumex', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'xfce-extra-plugins', biarchonly=False, description=u'Extend the functionality of the Xfce panel', display_name=u'Extra plugins for the Xfce panel', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-battery-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-cpugraph-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-diskperf-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-eyes-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-fsguard-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-genmon-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-mailwatch-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-mount-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-netload-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-sensors-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-systemload-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-taskmanager', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-time-out-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-verve-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-weather-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-whiskermenu-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfce4-xkb-plugin', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfdashboard', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfdashboard-themes', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-extra-plugins', u'xfpanel-switch', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'xfce-media', biarchonly=False, description=u'Multimedia support for Xfce', display_name=u'Multimedia support for Xfce', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xfce-media', u'asunder', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-media', u'parole', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-media', u'pavucontrol', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-media', u'pragha', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-media', u'xfburn', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'xfce-office', biarchonly=False, description=u'Office suite for Xfce', display_name=u'Xfce Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xfce-office', u'abiword', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-office', u'gnumeric', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'xfce-software-development', biarchonly=False, description=u'Install these packages in order to develop GTK+ and Xfce graphical applications.', display_name=u'Xfce Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xfce-software-development', u'libxfce4ui-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'libxfce4util-devel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'exo-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'garcon-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'Thunar-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'tumbler-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'xfce4-dev-tools', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'xfce4-panel-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'xfconf-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'xfce-software-development', u'xfce4-session-devel', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'xmonad', biarchonly=False, description=u'A tiling window manager', display_name=u'XMonad', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xmonad', u'xmobar', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xmonad', u'xmonad', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'xmonad-mate', biarchonly=False, description=u'XMonad window manager with MATE', display_name=u'XMonad for MATE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', u'xmonad-mate', u'mate-control-center', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xmonad-mate', u'mate-panel', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xmonad-mate', u'mate-screensaver', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'xmonad-mate', u'xmonad-mate', basearchonly=False, force=None, type='mandatory'), - call.groupListAdd('tag', u'yiddish-support', biarchonly=False, description=None, display_name=u'Yiddish Support', force=None, is_default=False, langonly=u'yi', uservisible=False), - call.groupPackageListAdd('tag', u'yiddish-support', u'dejavu-sans-fonts', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-aharoni-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-caladings-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-david-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-drugulin-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-ellinia-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-frank-ruehl-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-hadasim-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-keteryg-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-miriam-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-miriam-mono-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-nachlieli-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-simple-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-stamashkenaz-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-stamsefarad-clm-fonts', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'yiddish-support', u'culmus-yehuda-clm-fonts', basearchonly=False, force=None, type='default')] +[ + [ "groupListAdd", [ "tag", "3d-printing" ], { "force": null, "description": "3D printing software", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "3D Printing", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "admesh" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "blender" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "cura" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "cura-lulzbot" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "meshlab" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "openscad" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "openscad-MCAD" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "printrun" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "slic3r" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "RepetierHost" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "repsnapper" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "sfact" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "skeinforge" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "admin-tools" ], { "force": null, "description": "This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Administration Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "abrt-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "authconfig-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "fros-recordmydesktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "gnome-disk-utility" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "recordmydesktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "setroubleshoot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-date" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-keyboard" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-language" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-users" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "anaconda-tools" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Anaconda tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "authconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "btrfs-progs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "chrony" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "cryptsetup" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "device-mapper-multipath" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "dmraid" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "dosfstools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "dracut-network" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "e2fsprogs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "efibootmgr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "extlinux-bootloader" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "fcoe-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "firewalld" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "gfs2-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "glibc-all-langpacks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "grub2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "grub2-efi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "hfsplus-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "iscsi-initiator-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "kexec-tools-anaconda-addon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "lvm2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "mactel-boot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "mdadm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "ntfsprogs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "realmd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "reiserfs-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "s390utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "s390utils-base" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "shim" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "syslinux-extlinux" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "teamd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "xfsprogs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ansible-node" ], { "force": null, "description": "This group contains packages necessary for the system to be controlled by Ansible.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Ansible node", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "python2-dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "libselinux-python" ], { "force": null, "requires": "selinux-policy", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "arabic-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Arabic Support", "langonly": "ar" } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "dejavu-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-art-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-book-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-decorative-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-digital-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-farsi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-letter-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-naskh-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-office-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-one-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-pen-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-poster-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-qurn-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-screen-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-title-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-titlel-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "paktype-naqsh-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "paktype-tehreer-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "scim-tables-arabic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "sil-lateef-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "sil-scheherazade-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "arm-tools" ], { "force": null, "description": "Tools for working with arm systems", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "ARM Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "arm-tools", "fedora-arm-installer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arm-tools", "cloud-utils-growpart" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "arm-tools", "uboot-images-armv7" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "assamese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Assamese Support", "langonly": "as" } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "lohit-assamese-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "google-noto-sans-bengali-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "google-noto-sans-bengali-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "audio" ], { "force": null, "description": "Various tools for audio synthesis and music production.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Audio Production", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "a2jmidid" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "Add64" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "aj-snapshot" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-jack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-samplerate" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-upmix" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-usbstream" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-vdownmix" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-ucm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsamixergui" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ams" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "amsynth" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ardour5" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "arpage" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "audacity" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "bristol" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "calf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "drumkv1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "dssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "fluid-soundfont-gm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "fluidsynth" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "fluidsynth-dssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "frescobaldi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "gladish" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "guitarix" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "harmonyseq" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "hexter-dssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "hydrogen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "idjc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jaaa" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack-audio-connection-kit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack-audio-connection-kit-dbus" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack-rack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jackctlmmc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack_capture" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jamin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "japa" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "jmeters" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "kernel-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladish" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-amb-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-autotalent-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-blop-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-cmt-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-fil-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-mcp-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-rev-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-swh-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-tap-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-vco-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lash" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lilypond" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-abGate" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-artyfx-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-avw-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-c++-tools " ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-drumkv1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-fabla" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-fil-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-fomp-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-invada-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-kn0ck0ut" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-ll-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-newtonator" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-samplv1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-sorcer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-swh-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-synthv1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-triceratops" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-vocoder-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-x42-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-zynadd-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2dynparam" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "monobristol" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "mscore" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "multimedia-menus" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "mup" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "muse" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "nekobee-dssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-daw" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-mixer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-sequencer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-session-manager" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "opus-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "qastools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "qjackctl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "qmidiarp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "qsynth" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "qtractor" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "radium-compressor" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "rakarrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "realTimeConfigQuickScan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "rosegarden4" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "rtirq" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "samplv1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "sbc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "seq24" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "sooperlooper" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "swami" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "synthv1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "timidity++" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "tinycompress-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "tuxguitar" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "vmpk" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "whysynth-dssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "xsynth-dssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "yoshimi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "zita-at1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "zita-rev1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "zynaddsubfx" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "audio", "zynjacku" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "authoring-and-publishing" ], { "force": null, "description": "These tools allow you to create documents in the DocBook format and convert them into HTML, PDF, Postscript, and text.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Authoring and Publishing", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-slides" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-style-dsssl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-style-xsl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-utils-pdf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook5-schemas" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook5-style-xsl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "linuxdoc-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "tex-fonts-hebrew" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-cm-lgc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-kerkis" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "xhtml1-dtds" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "xmlto" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "abcm2ps" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "BibTool" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "dblatex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook2X" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "html401-dtds" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "kbibtex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "kile" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "latex-mk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "latexmk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "lilypond" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "lout" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "ooo2txt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "pandoc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "python-docutils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "python-manuel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "scribus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "tex-zfuzz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-latex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-xdvi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "txt2rss" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "w3c-markup-validator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "xmlcopyeditor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "base-x" ], { "force": null, "description": "Local X.org display server", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "base-x", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "glx-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "mesa-dri-drivers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "plymouth-system-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-armsoc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-ati" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-evdev" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-fbdev" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-freedreno" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-intel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-nouveau" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-omap" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-openchrome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-qxl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-vesa" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-vmmouse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-vmware" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-wacom" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-server-Xorg" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-xauth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-xinit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-geode" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "basic-desktop" ], { "force": null, "description": "Basic X Window System with a choice of window manager.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Basic Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "adwaita-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "awesome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "dwm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "i3" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "lightdm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "metacity" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "openbox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "qtile" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "ratpoison" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "xmonad-basic" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "bengali-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Bengali Support", "langonly": "bn" } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "lohit-bengali-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "google-noto-sans-bengali-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "google-noto-sans-bengali-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "bhutanese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Bhutanese Support", "langonly": "dz" } ], + [ "groupPackageListAdd", [ "tag", "bhutanese-support", "jomolhari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "bodo-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Bodo Support", "langonly": "brx" } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "books" ], { "force": null, "description": "Books and Guides for Fedora users and developers", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Books and Guides", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "books", "diveintopython" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "books", "ldd-pdf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "buildsys-build" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Buildsystem building group", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "bash" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "bzip2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "coreutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "cpio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "diffutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "fedora-release" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "findutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gawk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gcc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gcc-c++" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "grep" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gzip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "info" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "make" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "patch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "redhat-rpm-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "rpm-build" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "sed" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "shadow-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "tar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "unzip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "util-linux" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "which" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "xz" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "burmese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Myanmar (Burmese) Support", "langonly": "my" } ], + [ "groupPackageListAdd", [ "tag", "burmese-support", "sil-padauk-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "c-development" ], { "force": null, "description": "These tools include core development tools such as automake, gcc and debuggers.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "C Development Tools and Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "autoconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "automake" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "binutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "bison" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "flex" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "gcc" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "c-development", "gcc-c++" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "c-development", "gdb" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "c-development", "glibc-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "libtool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "make" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "pkgconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "strace" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "byacc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ccache" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cscope" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ctags" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "elfutils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "indent" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ltrace" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "c-development", "oprofile" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "c-development", "valgrind" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "astyle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cbmc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "check" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cmake" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "coan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cproto" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ElectricFence" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "elfinfo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "insight" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "nasm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "pscan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "remake" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "scons" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "scorep" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "splint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "trinity" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "undertaker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "yasm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "c-development", "zzuf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "cinnamon-desktop" ], { "force": null, "description": "Cinnamon provides a desktop with a traditional layout, advanced features, easy to use, powerful and flexible.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Cinnamon", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "abrt-java-connector" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "alsa-plugins-pulseaudio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "blueman" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "brasero" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "cinnamon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "cinnamon-control-center" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "cinnamon-screensaver" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "eog" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "evince" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "f24-backgrounds-base" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "firefox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "fros-recordmydesktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gedit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-backgrounds" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-calculator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-disk-utility" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-screenshot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-system-monitor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-gphoto2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-mtp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-smb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "icedtea-web" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "imsettings-cinnamon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "lightdm-gtk-greeter-settings" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "metacity" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nemo-fileroller" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nemo-image-converter" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nemo-preview" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-adsl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-bluetooth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-iodine-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-l2tp-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-libreswan-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-openvpn-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-pptp-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-wifi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-wwan" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "redshift" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "sane-backends-drivers-scanners" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "setroubleshoot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "shotwell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "simple-scan" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "system-config-printer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "thunderbird" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "cloud-infrastructure" ], { "force": null, "description": "Infrastructure packages for cloud computing.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Cloud Infrastructure", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "ceph" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "euca2ools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "glusterfs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "hail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "imagefactory" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "iwhd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "sheepdog" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "StarCluster" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "tabled" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "cloud-management" ], { "force": null, "description": "Software to manage servers and system images that run in \"cloud\" environments", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Cloud Management Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "cloud-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-EC2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-EC2-JEOS-images" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-OpenStack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-Rackspace" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-Rackspace-JEOS-images" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-TinMan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "python-boto" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "python-libcloud" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "rubygem-amazon-ec2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "python-openstackclient" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "rubygem-amazon-ec2-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "cloud-server" ], { "force": null, "description": "Software for servers and system images that run in \"cloud\" environments", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Cloud Server Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "cloud-init" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "cloud-utils-growpart" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "dracut-config-generic" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "fedora-release-cloud" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "grubby" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "heat-cfntools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "rsync" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "syslinux-extlinux" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "tar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "container-management" ], { "force": null, "description": "Tools for managing Linux containers", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Container Management", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "container-management", "docker" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "container-management", "docker-cockpit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "container-management", "docker-registry" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "container-management", "fedora-dockerfiles" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "core" ], { "force": null, "description": "Smallest possible installation", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Core", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "core", "audit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "basesystem" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "bash" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "coreutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "cronie" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "curl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "dhcp-client" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "dnf-yum" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "e2fsprogs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "filesystem" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "glibc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "grubby" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "hostname" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "initscripts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "iproute" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "iputils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "kbd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "less" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "man-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "ncurses" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "openssh-clients" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "openssh-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "parted" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "passwd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "plymouth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "policycoreutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "procps-ng" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "rootfiles" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "rpm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "selinux-policy-targeted" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "setup" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "shadow-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "sudo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "systemd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "util-linux" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "vim-minimal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "authconfig" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "dnf-plugins-core" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "dracut-config-rescue" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "firewalld" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "NetworkManager" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "ppc64-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "dracut-config-generic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "initial-setup" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "uboot-images-armv7" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "core", "uboot-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-apps" ], { "force": null, "description": "A set of applications that are considered critical path", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (Applications)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-apps", "evolution" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-apps", "firefox" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-apps", "thunderbird" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-base" ], { "force": null, "description": "A set of packages that provide the shared platform for Critical Path functionality on all Fedora spins", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (Base)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "anaconda" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "createrepo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "dash" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "dracut" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "gcc-c++" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "initial-setup" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "kernel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "livecd-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "mash" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "NetworkManager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "pungi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "redhat-rpm-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "rpm-build" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "yum" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-gnome" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the GNOME desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (GNOME)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "control-center" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "dconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gdm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-session-xsession" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-shell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-themes-standard" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gvfs-fuse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-ati" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-evdev" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-fbdev" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-intel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-nouveau" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-qxl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-vesa" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-server-Xorg" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-xauth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-xinit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "avahi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-bluetooth" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-software" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "libcanberra-gtk3" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "nautilus" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "pulseaudio-module-x11" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-hawaii" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the Hawaii desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (Hawaii)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-hawaii", "hawaii-shell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-hawaii", "sddm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-kde" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the KDE desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (KDE)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-kde", "kdelibs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-kde", "sddm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-lxde" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the LXDE desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (LXDE)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxde", "lxde-common" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxde", "notification-daemon" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-lxqt" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the LXQt desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (LXQt)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxqt", "lxqt-common" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxqt", "notification-daemon" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "critical-path-xfce" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the Xfce desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Critical Path (Xfce)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-xfce", "xfce4-session" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "critical-path-xfce", "xfce4-settings" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "d-development" ], { "force": null, "description": "These include development tools and libraries such as ldc, and geany-tag.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "D Development Tools and Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime-devel" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-phobos-devel" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "make" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "pkgconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ctags" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "indent" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "astyle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "cmake" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "derelict-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "geany" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "gl3n-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "insight" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "nemiver" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "uncrustify" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "design-suite" ], { "force": null, "description": "These packages are targeted towards professional designers, and are related to graphics, web and animation.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Design Suite", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-data-extras" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-dbp" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-dds-plugin" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-elsamuko" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-fourier-plugin" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-gap" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-help" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-help-browser" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-high-pass-filter" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-layer-via-copy-cut" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-lensfun" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-lqr-plugin" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-normalmap" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-paint-studio" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-resynthesizer" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-save-for-web" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-separate+" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-wavelet-denoise-plugin" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimpfx-foundry" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gmic-gimp" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape-psd" ], { "force": null, "requires": "inkscape", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape-sozi" ], { "force": null, "requires": "inkscape", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape-table" ], { "force": null, "requires": "inkscape", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "LuxRender-blender" ], { "force": null, "requires": "blender", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "sane-backends-drivers-scanners" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "xsane-gimp" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "YafaRay-blender" ], { "force": null, "requires": "blender", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "aajohan-comfortaa-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "adobe-source-sans-pro-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "astigmatic-grand-hotel-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "audacity" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "blender" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "campivisivi-titillium-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "colord-extra-profiles" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "darktable" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "dia" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "entangle" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "font-manager" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "fontforge" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "google-roboto-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "google-roboto-condensed-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "google-roboto-slab-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gpick" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "GraphicsMagick" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "hugin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "julietaula-montserrat-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "krita" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "lato-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "mypaint" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "nautilus-image-converter" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "open-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "optipng" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "overpass-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pdfmod" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pdfshuffler" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "phatch" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pitivi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "screenruler" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "scribus" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "shotwell" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "shutter" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "sparkleshare" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "synfigstudio" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "typetype-molot-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "xournal" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "calligra-karbon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "geeqie" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "ImageMagick" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "LuxRender" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "openclipart" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pencil" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pngcrush" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "rapid-photo-downloader" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "YafaRay" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "development-libs" ], { "force": null, "description": "The packages in this group are core libraries needed to develop applications.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Development Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "bzip2-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "glibc-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "ncurses-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "pam-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "readline-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "zlib-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "binutils-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "boost-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "cyrus-sasl-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "dbus-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gmp-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "hesiod-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "krb5-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libacl-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libattr-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libcap-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libcurl-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libdb-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libogg-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libselinux-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libuser-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libvorbis-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libxml2-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "lockdev-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "openldap-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "openssl-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "pciutils-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "pcsc-lite-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "perl-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "python-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "python-ldap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "rpm-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "slang-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "check-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "coolkey-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "DSDP-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "expat-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "ffcall" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gdbm-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "geoclue-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gf2x-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "givaro-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gmp-ecm-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gpm-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gssdp-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gupnp-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gypsy-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "iml-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "lexertl-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libdwarf-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libedit-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libusbx-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "linbox-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "m4ri-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "m4rie-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "mpir-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "newt-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "poco-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "poco-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "python-ZODB3-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "development-tools" ], { "force": null, "description": "These tools include general development tools such as git and CVS.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Development Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gettext" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "diffstat" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "doxygen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "patch" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "patchutils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "rcs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "subversion" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "systemtap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "archmage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "buildbot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "bzr" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "colordiff" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvs2cl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvsgraph" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvsps" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "darcs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "dejagnu" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "expect" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gambas3-ide" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "giggle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git-annex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git-cola" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git2cl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gitg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gtranslator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "highlight" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "lcov" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "manedit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "meld" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "mercurial" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "monotone" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "mr" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "nemiver" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "qgit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "quilt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "rapidsvn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "robodoc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "scanmem" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "subunit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "svn2cl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tailor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tig" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tkcvs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tortoisehg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "translate-toolkit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "utrac" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "dial-up" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Dial-up Networking Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "ppp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "isdn4k-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "linux-atm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "lrzsz" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "minicom" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "ModemManager" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "NetworkManager-adsl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "rp-pppoe" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "wvdial" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "efax" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "pptp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "statserial" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "directory-server" ], { "force": null, "description": "Machine and user identity servers.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Directory Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-admin-console" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-console" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-ds-base" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-ds-console" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-dsgw" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "idm-console-framework" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "krb5-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "migrationtools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "openldap-servers" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "samba" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "ypserv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "dns-server" ], { "force": null, "description": "This package group allows you to run a DNS name server (BIND) on the system.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "DNS Name Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "bind-chroot" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "bind" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "dnsperf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "ldns" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "nsd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "pdns" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "pdns-recursor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "rbldnsd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "unbound" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "dogri-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Dogri Support", "langonly": "doi" } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "dogtag" ], { "force": null, "description": "Enterprise-class open source Certificate Authority", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Dogtag Certificate System", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-ca" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-console" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-kra" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-ocsp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-javadoc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-tks" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-tps" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "domain-client" ], { "force": null, "description": "Support for joining a FreeIPA or Active Directory Domain", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Domain Membership", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "adcli" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "freeipa-client" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "oddjob-mkhomedir" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "samba-common-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "samba-winbind" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "sssd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "eclipse" ], { "force": null, "description": "Integrated Development Environments based on Eclipse.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Fedora Eclipse", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-cdt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-jdt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-changelog" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-collabnet-merge" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-dtp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-egit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-fedorapackager" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mpc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-context-cdt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-context-java" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-tasks-bugzilla" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-tasks-trac" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-tasks-web" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-oprofile" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-packagekit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-pde" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-pydev" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-rpm-editor" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-subclipse" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-valgrind" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-dltk-ruby" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-dltk-tcl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-eclemma" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-epic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-findbugs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-moreunit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-fedora-integration" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-photran" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-quickrex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-rpmstubby" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-shelled" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-texlipse" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-veditor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "editors" ], { "force": null, "description": "Sometimes called text editors, these are programs that allow you to create and edit text files. This includes Emacs and Vi.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Editors", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "code-editor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "cssed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-auctex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-bbdb" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-ess" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-vm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "geany" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "gobby" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "jed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "joe" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "leafpad" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "nedit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "poedit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "psgml" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "vim-enhanced" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "vim-X11" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs-packages-base" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs-packages-extra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs-xft" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "xmlcopyeditor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "editors", "zile" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "education" ], { "force": null, "description": "Educational software for learning", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Educational Software", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "education", "anki" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "blinken" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "cantor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "childsplay" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "corrida" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "drgeo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "drgeo-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "fantasdic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "gcompris" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "genchemlab" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "glglobe" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "gtypist" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kalgebra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kalzium" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kanagram" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kbruch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kgeography" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "khangman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kig" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kiten" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "klettres" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kmplot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kstars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "ktouch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kturtle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "kwordquiz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "marble" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "mnemosyne" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "moodle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "nightview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "pairs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "parley" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "rocs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "saoimage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "skychart" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "stellarium" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "step" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "tuxtype2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "education", "vmpk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "electronic-lab" ], { "force": null, "description": "Design and simulation tools for hardware engineers", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Electronic Lab", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "acpica-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "alliance" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "archimedes" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "arduino" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avarice" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-binutils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-gcc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-gcc-c++" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-gdb" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avra" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avrdude" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "cgnslib" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "covered" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "CUnit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dfu-programmer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dgc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-CMOS" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-Digital" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-electric2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-electronic" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dinotrace" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "drawtiming" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-cdt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-dltk-tcl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-eclox" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-epic" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-subclipse" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-texlipse" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-veditor" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "electric" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "emacs-dinotrace" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "emacs-verilog-mode" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "emacs-vregs-mode" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eqntott" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "espresso-ab" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "flterm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "fped" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "freeDiameter" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "fritzing" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gds2pov" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "geda-gaf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gerbv" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ghc-chalmers-lava2000-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ghdl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gnucap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gnuradio" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gnusim8085" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gplcver" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gpsim" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gputils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gresistor" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gr-osmosdr" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gsim85" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gspiceui" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gtkterm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gtkwave" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "hct" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "hiredis" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "icaro" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "irsim" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "iverilog" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "kicad" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ktechlab" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "LabPlot" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "linsmith" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "magic" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "magic-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "mcu8051ide" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "mot-adms" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "nesc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "netgen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ngspice" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "openocd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pcb" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Verilog-Parser" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Vhdl-Lexer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Vhdl-Parser" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Vhdl-Tidy" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-ModelSim-List" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Perlilog" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-SystemC-Vregs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-SystemPerl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Verilog-CodeGen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Verilog-Perl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Verilog-Readmem" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-alliance" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-magic" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-synopsys" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-xcircuit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "picocom" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "picprog" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pikdev" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "piklab" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pikloops" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pulseview" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "python-myhdl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "qtoctave" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "qucs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "rtl-sdr" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sdcc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sigrok-cli" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sigrok-firmware-fx2lafw" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sk2py" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "smartsim" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "srecord" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tclspice" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "teal" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tetex-IEEEtran" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tkcvs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tkgate" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "toped" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "uisp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "verilator" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "vhd2vl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "vrq" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xcircuit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-100dpi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-ISO8859-1-100dpi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-ISO8859-9-100dpi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-Type1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "freehdl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "kdesvn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "minicom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "rfdump" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "engineering-and-scientific" ], { "force": null, "description": "This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Engineering and Scientific", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gnuplot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gsl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gsl-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "maxima" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "octave" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-matplotlib" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-scipy" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "R" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "speedcrunch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "texmaker" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "transfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "units" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wxMaxima" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "4ti2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "alt-ergo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "alt-ergo-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "atlas" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "automaton" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "automaton-javadoc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "azove" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "blas" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "bliss" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "bowtie" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "brial" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "bwa" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cantor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cantor-R" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cddlib" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "chemtool" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq-coqide" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq-emacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cryptominisat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "csdp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "csdp-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cudd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cudd-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-emacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-xemacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc4" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "dx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "dx-samples" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "E" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "eclib" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "EMBOSS" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "fastx_toolkit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "fflas-ffpack-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "flint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "flocq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "frama-c" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "freefem++" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gabedit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "galculator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gappa" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gappalib-coq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gdl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "genius" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "genus2reduction" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "geomview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gfan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ginac" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "glimmer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT-coastlines-full" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT-coastlines-high" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gnome-chemistry-utils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gpredict" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "grace" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "grads" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gridengine" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gromacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gromacs-openmpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "hdf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "hdf5" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "hmmer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "jmol" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "jnormaliz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "kpolynome" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "kst" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "lagan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "lapack" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "latte-integrale" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "libctl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "libmatheval" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "libtcd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "linbox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ltl2ba" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "Macaulay2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "malaga" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "maxima-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "meataxe" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "minisat2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-emacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-examples" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-xemacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mpfi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ncl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "nco" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ncview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "netcdf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "normaliz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "openbabel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "opencv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "paraview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "picosat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "picosat-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "plotutils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polybori" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polybori-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polybori-ipbori" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polymake" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "pvs-sbcl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "pypop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-biopython" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-cvxopt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-networkx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-theano" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qalculate-gtk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qalculate-kde" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qepcad-B" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qtoctave" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "root" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "routino" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "rrdtool" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "seaview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "sextractor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "SIBsim4" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "stix-math-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "stp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "symmetrica" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "sympy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "tcd-utils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "TeXmacs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "tgif" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "tideEditor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "TOPCOM" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "vaspview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "veusz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "vinci" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wgrib" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wgrib2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "why" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "why3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wise2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wvs-data" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xdrawchem" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xgap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xtide" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "zenon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "enlightenment-desktop" ], { "force": null, "description": "Enlightenment is a lean, fast, modular and very extensible windowed desktop environment.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Enlightenment", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "efl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "elementary" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "enlightenment" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "evas-generic-loaders" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "terminology" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "epiphany" ], { "force": null, "description": "Epiphany Web Browser for GNOME", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Epiphany Web Browser", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "epiphany", "epiphany" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ethiopic-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Ethiopic Support", "langonly": "am" } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "google-noto-sans-ethiopic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "sil-abyssinica-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "scim-tables-amharic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-fantuwua-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-hiwua-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-jiret-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-tint-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-wookianos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-yebse-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-yigezu-bisrat-goffer-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-yigezu-bisrat-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-zelan-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "xorg-x11-fonts-ethiopic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "fedora-packager" ], { "force": null, "description": "Tools and utilities needed by a Fedora Packager", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Fedora Packager", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "bodhi-client" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "curl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "fedora-easy-karma" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "fedora-packager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "git" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "koji" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "make" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "mock" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "redhat-rpm-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "rpm-build" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "rpmdevtools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "bzr" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "mercurial" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "auto-destdir" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "cpanspec" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "cvs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "plague-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "finnish-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Finnish Support", "langonly": "fi" } ], + [ "groupPackageListAdd", [ "tag", "finnish-support", "mozvoikko" ], { "force": null, "requires": "firefox", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "finnish-support", "enchant-voikko" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "finnish-support", "tmispell-voikko" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "firefox" ], { "force": null, "description": "The Firefox web browser", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Firefox Web Browser", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "firefox", "firefox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "font-design" ], { "force": null, "description": "This group is a collection of tools used in the design, modification, manipulation, and packaging of fonts.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Font design and packaging", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontforge" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "xgridfit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontaine" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontmatrix" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontpackages-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fonttools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "ghostscript" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp-data-extras" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp-help" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp-help-browser" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gucharmap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "inkscape" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "perl-Font-TTF" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "poppler-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "texlive-lcdftypetools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "xgridfit-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "bzr" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "cube2font" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "cvs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "darcs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontpackages-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "freetype-demos" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gbdfed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "ghostscript-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "ghostscript-gtk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "giggle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "git" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "meld" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "mercurial" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-compositor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-fontMath" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-robofab" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-ufo2fdk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "qgit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "quilt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "scribus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "subversion" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "woff" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "woffTools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "font-design", "xmbdfed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "fonts" ], { "force": null, "description": "Fonts packages for rendering text on the desktop.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Fonts", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "aajohan-comfortaa-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "abattis-cantarell-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adobe-source-han-sans-cn-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adobe-source-han-sans-tw-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-serif-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gnu-free-mono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gnu-free-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gnu-free-serif-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lisu-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-mandaic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-meetei-mayek-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tagalog-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tai-tham-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tai-viet-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "jomolhari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "julietaula-montserrat-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-base-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-mono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-serif-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lklug-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-assamese-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-bengali-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-gujarati-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-gurmukhi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-kannada-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-odia-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-tamil-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-telugu-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-gothic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-naskh-basic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-abyssinica-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-mingzat-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-nuosu-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-padauk-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-meera-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "stix-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tabish-eeyek-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-waree-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vlgothic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-accanthis-2-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-accanthis-3-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-accanthis-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-gillius-2-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-gillius-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-tribun-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "aldusleaf-crimson-text-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "allgeyer-musiqwik-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "allgeyer-musisync-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "apa-new-athena-unicode-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "apanov-edrip-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "apanov-heuristica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-batang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-dotum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-gulim-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-hline-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "beteckna-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "beteckna-lower-case-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "beteckna-small-caps-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bitstream-vera-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bitstream-vera-sans-mono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bitstream-vera-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-algeti-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-chveulebrivi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-courier-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-courier-s-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-elite-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-excelsior-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-glaho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-ingiri-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-nino-medium-cond-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-nino-medium-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-medium-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-modern-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-regular-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-serif-modern-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "campivisivi-titillium-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cave9-mutante-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cf-bonveno-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cf-sorts-mill-goudy-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "chisholm-letterslaughing-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "chisholm-to-be-continued-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cjkuni-ukai-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cjkuni-uming-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "comic-neue-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "conakry-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-cm-lgc-roman-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-cm-lgc-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-cm-lgc-typewriter-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-kerkis-calligraphic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-kerkis-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-kerkis-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "darkgarden-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-lgc-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-lgc-sans-mono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-lgc-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "denemo-emmentaler-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "denemo-feta-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "denemo-music-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "drehatlas-warender-bibliothek-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "drehatlas-widelands-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "drehatlas-xaporho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dustin-domestic-manners-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dustin-dustismo-roman-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dustin-dustismo-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ecolier-court-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ecolier-court-lignes-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "extremetuxracer-papercuts-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "extremetuxracer-papercuts-outline-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "fontawesome-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "freecol-imperator-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "freecol-shadowedblack-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gargi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-aegean-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-aegyptus-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-akkadian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-alexander-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-anaktoria-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-analecta-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-aroania-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-asea-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-avdira-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-musica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-symbola-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-ambrosia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-artemisia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-baskerville-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-bodoni-classic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-bodoni-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-complutum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-decker-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-didot-classic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-didot-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-eustace-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-fleischman-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-garaldus-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-gazis-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-goschen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-ignacio-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-jackson-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-neohellenic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-nicefore-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-olga-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-philostratos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-porson-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-pyrsos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-solomos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-theokritos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-arimo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-cousine-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-symbolneu-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-tinos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-kufi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-sans-mono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-armenian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-avestan-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-bengali-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-bengali-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-brahmi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-carian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-cherokee-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-coptic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-deseret-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-devanagari-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-devanagari-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-egyptian-hieroglyphs-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-ethiopic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-georgian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-glagolitic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-gujarati-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-gujarati-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-hebrew-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-imperial-aramaic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kaithi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kannada-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kannada-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kayah-li-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kharoshthi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-khmer-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-khmer-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lao-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lao-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lycian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lydian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-malayalam-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-malayalam-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-nko-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-old-south-arabian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-old-turkic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-osmanya-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-phoenician-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-shavian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-symbols-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tamil-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tamil-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-telugu-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-telugu-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-thaana-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-thai-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-thai-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-ugaritic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-ui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-vai-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-armenian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-georgian-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-khmer-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-lao-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-thai-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "grimmer-proggy-tinysz-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gubbi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "hanazono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "hiran-perizia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-pgothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-pmincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-uigothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "impallari-lobster-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "inkboy-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-ex-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-ex-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-pgothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-pmincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "jsmath-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-art-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-book-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-decorative-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-digital-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-farsi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-letter-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-office-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-one-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-pen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-poster-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-qurn-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-screen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-title-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-titlel-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kalapi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kanjistrokeorders-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kanotf-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-battambang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-bokor-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-handwritten-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-metal-chrieng-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-muol-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-siemreap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kurdit-unikurd-web-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lato-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "levien-inconsolata-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "levien-museum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-narrow-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "libreoffice-opensymbol-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lilypond-emmentaler-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "linux-libertine-biolinum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "linux-libertine-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-malayalam-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-marathi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-nepali-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-tamil-classical-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "madan-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "manchu-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-canonica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-cosmetica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-modata-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-moderna-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mona-sazanami-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mona-vlgothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "motoya-lcedar-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "motoya-lmaru-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "moyogo-molengo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mph-2b-damase-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1c-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1m-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1mn-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1p-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-2c-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-2m-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-2p-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mscore-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "msimonson-anonymouspro-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-nastaleeq-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-pakistani-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-pakistani-web-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-riqa-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-tehreer-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-web-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-barun-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-brush-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-myeongjo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-pen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "navilu-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nhn-nanum-gothic-coding-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ns-bola-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ns-tiza-chalk-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-asana-math-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-brett-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-goudy-bookletter-1911-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-icelandic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-notcouriersans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-prociono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-riordonfancy-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-roadstencil-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-smonohand-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-sportrop-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oldstandard-sfd-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "open-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "overpass-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "pagul-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-ajrak-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-naqsh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-tehreer-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-mono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-sans-caption-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-serif-caption-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "pothana2000-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "saab-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-devanagari-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-gujarati-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-malayalam-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-odia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-tamil-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sarai-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sazanami-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sazanami-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "scholarsfonts-cardo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-fantuwua-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-hiwua-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-jiret-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-tint-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-wookianos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-yebse-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-yigezu-bisrat-goffer-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-yigezu-bisrat-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-zelan-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "serafettin-cartoon-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-andika-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-charis-compact-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-charis-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-doulos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-alt-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-basic-book-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-basic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-lateef-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-scheherazade-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "silkscreen-expanded-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "silkscreen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sj-delphine-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sj-stevehand-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-anjalioldlipi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-dyuthi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-kalyani-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-rachana-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-raghumalayalam-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-suruma-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "stix-math-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tangerine-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-arundina-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-arundina-sans-mono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-arundina-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-garuda-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-kinnari-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-loma-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-norasi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-purisa-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-sawasdee-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgmono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgtypewriter-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgtypist-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgtypo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-umpush-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-essays1743-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-isabella-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-rockets-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-staypuft-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tibetan-machine-uni-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-info-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-info-z-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-key-v2-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-lp-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-pc-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-pc-z-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-sign-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-sign-z-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-junction-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-league-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-orbitron-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-sniglet-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "trabajo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tulrich-tuffy-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "typemade-josefinsansstd-light-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ubuntu-title-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ukij-tuz-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-batang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-dinaru-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-dotum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-graphic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-gungseo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-pilgi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-bom-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamobatang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamodotum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamonovel-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamosora-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-pen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-penheulim-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-pilgia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-shinmun-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-taza-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-vada-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-yetgul-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vdrsymbol-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vemana2000-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vlgothic-p-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vollkorn-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wine-marlett-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wine-symbol-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "woodardworks-laconic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "woodardworks-laconic-shadow-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wqy-microhei-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wqy-zenhei-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "xorg-x11-fonts-ethiopic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "yanone-kaffeesatz-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "fonts", "yanone-tagesschrift-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "freeipa-server" ], { "force": null, "description": "Provides central directory services for identity, policy management and auditing.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "FreeIPA Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "freeipa-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "bind-dyndb-ldap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "freeipa-server-dns" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "freeipa-server-trust-ad" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "opendnssec" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ftp-server" ], { "force": null, "description": "These tools allow you to run an FTP server on the system.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "FTP Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ftp-server", "vsftpd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ftp-server", "proftpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ftp-server", "pure-ftpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "games" ], { "force": null, "description": "Various ways to relax and spend your free time.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Games and Entertainment", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "games", "0ad" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "abe" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "adanaxisgpl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "agistudio" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "alex4" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "alienarena" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "alienblaster" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "alphabet-soup" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "amoebax" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "angrydd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ants" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "apricots" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "armacycles-ad" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "arrows" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "asc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "asc-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "astromenace" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "asylum" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "atanks" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "atomix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "atomorun" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "auriferous" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "avoision" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ballbuster" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ballz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "barrage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bastet" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "beneath-a-steel-sky" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "beneath-a-steel-sky-cd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "berusky" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "berusky2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "billiards" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "biloba" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "biniax" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "blobby" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "blobwars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "BlockOutII" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bolzplatz2006" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bombardier" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "boswars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "boswars-addons" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bsd-games" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bsp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "btanks" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bygfoot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "bzflag" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "CardManager" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "cave9" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ccgo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "cdogs-sdl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "celestia" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "chocolate-doom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "chromium-bsu" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "clanbomber" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "clonekeen" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "coco-coq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "colossus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "crack-attack" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "CriticalMass" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "crossfire" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "crossfire-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "crystal-stacker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "crystal-stacker-themes" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "csmash" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "curblaster" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "cylindrix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "cyphesis" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "darkplaces-quake" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "dd2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "dgae" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "dopewars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "drascula" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "drascula-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "dsi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "duel3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ember" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "enigma" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "escape" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "extremetuxracer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "fbg2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "fgrun" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "fillets-ng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "findthatword" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "five-or-more" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "flare" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "flight-of-the-amazon-queen" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "flight-of-the-amazon-queen-cd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "FlightGear" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "flobopuyo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "foobillard" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "fortune-mod" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "four-in-a-row" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freeciv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freecol" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freedink" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freedoom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freedoom-freedm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freedroid" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freedroidrpg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "freetennis" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "frozen-bubble" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "funguloids" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gamazons" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "games-menus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gbrainy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gemdropx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gl-117" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "glaxium" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "glob2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-chess" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-hearts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-klotski" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-mahjongg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-mines" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-mud" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-nibbles" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-robots" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-sudoku" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-tetravex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnubg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnubik" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnuchess" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnugo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gnujump" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "greyhounds" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "grhino" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "gweled" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "haxima" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "hedgewars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "hexglass" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "hitori" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "iagno" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "iapetal" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "joystick" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "kbilliards" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "kcheckers" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "kdeaddons-atlantikdesigner" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "kdegames" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "kdegames3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "kitsune" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "knights" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "KoboDeluxe" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "koules" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lacewing" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lbrickbuster2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lightsoff" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lincity-ng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "liquidwar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lmarbles" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "londonlaw" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lordsawar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lpairs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lucidlife" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "lure" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "machineball" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "Maelstrom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "magicmaze" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "magicor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "maniadrive" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "maniadrive-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "megaglest" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "methane" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "mindless" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "minetest" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "mine_detector" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "mirrormagic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "mj" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "monsterz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "naev" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "nagi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "naturette" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "nazghul" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "nethack" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "nethack-vultures" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "netpanzer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "neverball" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "njam" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "nogravity" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "oneko" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "openalchemist" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "openarena" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "openlierox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "overgod" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pachi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "penguin-command" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pengupop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pinball" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pingus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pioneers" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pipenightdreams" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pipepanic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "planets" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "plee-the-bear" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pokerth" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "powermanga" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "prboom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "professor-is-missing" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "puzzle-master" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "puzzles" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "pychess" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "PySolFC" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "PySolFC-cardsets" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "PySolFC-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "qascade" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "qstars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "quadrapassel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "quake3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "quake3-demo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "quarry" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "rafkill" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "raidem" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "raidem-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "redeclipse" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "redeclipse-data" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "redeclipse-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "Ri-li" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "rocksndiamonds" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "rogue" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "rott-shareware" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "sar2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "scorched3d" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "scorchwentbonkers" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "scummvm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "seahorse-adventures" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "sergueis-destiny" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "shippy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "sirius" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "six" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "slashem" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "slingshot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "solarwolf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "sopwith" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "spring" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "stormbaancoureur" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "sudoku-savant" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "sumwars" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "supertux" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "supertuxkart" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "swell-foop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "taggle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tali" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "taxipilot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tecnoballz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "teeworlds" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tennix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tong" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "toppler" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "torcs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "torcs-data" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "trackballs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "trackballs-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tremulous" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "trophy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tunneler" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tuxmath" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "tuxpuck" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "typespeed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ularn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "ultimatestunts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "uqm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "urbanterror" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vavoom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vdr-sudoku" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vdrift" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike-extra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike-music" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike-speech" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "vodovod" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "warmux" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "warzone2100" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "warzone2100-sequences" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "wastesedge" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "wesnoth" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "widelands" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "wordwarvi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "worldofpadman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "worminator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xaos" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xarchon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xblast" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xboard" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xgalaxy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xgrav" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xmoto" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xonotic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xpenguins" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xpilot-ng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xpilot-ng-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xplanet" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xscorch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xskat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xstar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xteddy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xu4" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "xword" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "zasx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "games", "zaz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "georgian-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Georgian Support", "langonly": "ka" } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "dejavu-sans-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-chveulebrivi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-courier-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-glaho-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "dejavu-serif-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "google-noto-sans-georgian-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "google-noto-serif-georgian-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-algeti-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-courier-s-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-elite-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-excelsior-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-ingiri-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-nino-medium-cond-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-nino-medium-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-medium-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-modern-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-regular-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-serif-modern-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "gnome-desktop" ], { "force": null, "description": "GNOME is a highly intuitive and user friendly desktop environment.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "GNOME", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "at-spi2-atk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "at-spi2-core" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "avahi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "baobab" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "caribou" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "caribou-gtk2-module" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "caribou-gtk3-module" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "cheese" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "control-center" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "dconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "eog" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "evince" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "evince-djvu" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "evince-nautilus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "file-roller" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "file-roller-nautilus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "fprintd-pam" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gdm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gedit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "glib-networking" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-backgrounds" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-bluetooth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-boxes" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-calculator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-calendar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-characters" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-classic-session" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-clocks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-color-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-contacts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-disk-utility" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-documents" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-font-viewer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-getting-started-docs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-initial-setup" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-logs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-maps" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-screenshot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-session-wayland-session" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-session-xsession" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-settings-daemon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-shell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-software" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-system-monitor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-themes-standard" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-user-docs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-user-share" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-weather" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-afc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-afp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-fuse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-goa" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-gphoto2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-mtp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-smb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libcanberra-gtk2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libcanberra-gtk3" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libproxy-mozjs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "librsvg2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libsane-hpaio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "ModemManager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "mousetweaks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "nautilus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "nautilus-sendto" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-adsl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-openvpn-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-pptp-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "orca" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "PackageKit-command-not-found" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "PackageKit-gtk3-module" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "polkit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "rygel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "sane-backends-drivers-scanners" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "sushi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "totem" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "totem-nautilus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "yelp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "gnome-games" ], { "force": null, "description": "A variety of games for the GNOME Desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Extra games for the GNOME Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "five-or-more" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "four-in-a-row" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-chess" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-klotski" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-mahjongg" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-mines" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-nibbles" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-robots" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-sudoku" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-taquin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-tetravex" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "hitori" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "iagno" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "lightsoff" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "quadrapassel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "swell-foop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "tali" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "gnome-software-development" ], { "force": null, "description": "Install these packages in order to develop GTK+ and GNOME graphical applications.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "GNOME Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "atk-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "clutter-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "dbus-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glib2-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gstreamer-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtk3-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtk3-devel-docs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "intltool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "pango-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "at-spi2-core-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "clutter-gtk-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "devhelp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "evolution-data-server-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "git" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glib2-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-common" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-desktop3-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-devel-docs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gobject-introspection" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gobject-introspection-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtk-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libcanberra-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libgda-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libgnome-keyring-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libnotify-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "webkitgtk4-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "cairomm-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "cairomm-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "clutter-gst-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glade3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glibmm24-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-builder" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtkmm30-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libgtop2-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libsigc++20-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "vala" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "graphical-internet" ], { "force": null, "description": "This group includes graphical email, web, and chat clients.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Graphical Internet", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "arora" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "azureus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "balsa" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "bluefish" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "choqok" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "claws-mail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "deluge" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "dillo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "ekiga" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "empathy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "epiphany" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution-bogofilter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution-help" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution-perl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "filezilla" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "firefox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gajim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gftp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gnash-plugin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gnome-translate" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gtk-gnutella" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gtorrentviewer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gwget" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gyachi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "icedtea-web" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "jd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kazehakase" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kdepim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kdewebdev" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kita" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "knetstats" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "konversation" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kvirc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "licq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "liferea" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "linphone" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "logjam" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "mail-notification" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "meiga" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "mitter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "mtr-gtk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "nicotine+" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "nntpgrab-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "ochusha" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pcmanx-gtk2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pidgin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pidgin-libnotify" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "prozilla" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "psi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "psimedia" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "qbittorrent" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "qterm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "rekonq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "seamonkey" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "streamtuner" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "sylpheed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "thunderbird" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "transmission-gtk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "transmission-qt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "uget" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "valknut" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "x3270-x11" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat-gnome" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat-ruby" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat-tcl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "graphics" ], { "force": null, "description": "This group includes packages to help you manipulate and scan images.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Graphics", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xsane-gimp" ], { "force": null, "requires": "gimp", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "graphics", "argyllcms" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "asciio" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "asymptote" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "blender" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "calligra-krita" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "cbrpager" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "cinepaint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "comix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "dcraw" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "digikam" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gcolor2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "geeqie" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gifsicle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gifview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp-data-extras" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp-help" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp-help-browser" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gipfel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gnofract4d" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "graphviz" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gutenprint-plugin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gwenview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "hugin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ImageMagick" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "inkscape" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ipe" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "k3d" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "kf5-kipi-plugins" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "kolourpaint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "kphotoalbum" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ksnapshot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "libsane-hpaio" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "mirage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "netpbm-progs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "nip2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "optipng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "Panini" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "pstoedit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "pydot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "qiv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "rawstudio" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "renrot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "sane-backends-drivers-cameras" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "sane-backends-drivers-scanners" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "sane-frontends" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "shotwell" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "simple-scan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "tachyon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "tuxpaint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "tzclock" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ufraw" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "uniconvertor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "viewnior" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "wings" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xfig" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xpaint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xsane" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "greek-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Greek Support", "langonly": "el" } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "ctan-kerkis-calligraphic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "ctan-kerkis-sans-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "ctan-kerkis-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-ambrosia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-artemisia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-baskerville-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-bodoni-classic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-bodoni-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-complutum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-decker-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-didot-classic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-didot-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-eustace-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-fleischman-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-garaldus-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-gazis-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-goschen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-ignacio-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-jackson-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-neohellenic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-nicefore-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-olga-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-philostratos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-porson-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-pyrsos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-solomos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-theokritos-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-canonica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-cosmetica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-modata-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-moderna-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "guest-agents" ], { "force": null, "description": "Agents used when running under a hypervisor.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Guest Agents", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "guest-agents", "open-vm-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "guest-agents", "qemu-guest-agent" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "guest-desktop-agents" ], { "force": null, "description": "Agents used when running as a virtualized desktop.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Guest Desktop Agents", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "hyperv-daemons" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "open-vm-tools-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "qemu-guest-agent" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "spice-vdagent" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "gujarati-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Gujarati Support", "langonly": "gu" } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "lohit-gujarati-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "google-noto-sans-gujarati-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "google-noto-sans-gujarati-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "samyak-gujarati-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ha" ], { "force": null, "description": "Infrastructure for highly available services and/or shared storage.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "High Availability", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ha", "fence-agents-all" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ha", "omping" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ha", "pacemaker" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ha", "pcs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ha", "clufter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "haproxy" ], { "force": null, "description": "TCP/HTTP Load Balancer.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "HAProxy", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "haproxy" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "rubygem-abrt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "rubygem-daemons" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "rubygem-rest-client" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "hardware-support" ], { "force": null, "description": "This group is a collection of tools for various hardware specific utilities.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Hardware Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "atmel-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "b43-fwcutter" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "b43-openfwwf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "ipw2100-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "ipw2200-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl100-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl1000-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl105-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl135-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl2000-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl2030-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl3160-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl3945-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl4965-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl5000-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl5150-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6000-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6000g2a-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6000g2b-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6050-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl7260-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "libertas-usb8388-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "usb_modeswitch" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "zd1211-firmware" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "acpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "acpitool" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "alsa-firmware" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "bcm283x-firmware" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "cmospwd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "firmware-addon-dell" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "gpsd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "gpsd-clients" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "gypsy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "hddtemp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "hdparm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "i8kutils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iscan-firmware" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "isight-firmware-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "libifp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "lsscsi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "multican" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "openct" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "opensc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "pcsc-lite" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "pcsc-lite-ccid" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "radeontop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "wpan-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "haskell" ], { "force": null, "description": "Support for developing programs in the Haskell programming language.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Haskell", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "cabal-rpm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "darcs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "ghc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "ghc-rpm-macros" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "haskell-platform" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "hlint" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "hscolour" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "haskell", "emacs-haskell-mode" ], { "force": null, "requires": "emacs", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "hawaii-apps" ], { "force": null, "description": "A set of commonly used applications for the Hawaii Desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Applications for the Hawaii Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-apps", "eyesight" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-apps", "transmission-qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "hawaii-desktop" ], { "force": null, "description": "Hawaii is a fast, lightweight, intuitive and user friendly Wayland desktop environment that adapts to desktop and mobile devices.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Hawaii", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-shell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-system-preferences" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-widget-styles" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-workspace" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "mesa-dri-drivers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "pcmanfm-qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qdbusviewer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qtbase-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qtdeclarative" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qtwayland" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qterminal-qt5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "otter-browser" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "sddm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "sddm-theme-hawaii" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "upower" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "xdg-user-dirs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "hawaii-media" ], { "force": null, "description": "Multimedia support for Hawaii", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Multimedia support for Hawaii", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-media", "pavucontrol" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "hawaii-office" ], { "force": null, "description": "Office suite for Hawaii", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Hawaii Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-office", "libreoffice-calc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-office", "libreoffice-impress" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hawaii-office", "libreoffice-writer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "headless-management" ], { "force": null, "description": "Tools for managing the system without an attached graphical console.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Headless Management", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-bridge" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-networkmanager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-shell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-storaged" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-ws" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "openssh-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "PackageKit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "rolekit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-kubernetes" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-pcp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "hebrew-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Hebrew Support", "langonly": "he" } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "dejavu-sans-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-aharoni-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-caladings-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-david-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-drugulin-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-ellinia-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-frank-ruehl-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-hadasim-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-keteryg-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-miriam-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-miriam-mono-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-nachlieli-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-simple-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-stamashkenaz-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-stamsefarad-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-yehuda-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "google-noto-sans-hebrew-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "hindi-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Hindi Support", "langonly": "hi" } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "sarai-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "input-methods" ], { "force": null, "description": "Input method packages for the input of international text.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Input Methods", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "gtk2-immodule-xim" ], { "force": null, "requires": "gtk2", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "gtk3-immodule-xim" ], { "force": null, "requires": "gtk3", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-gtk2" ], { "force": null, "requires": "gtk2", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-gtk3" ], { "force": null, "requires": "gtk3", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-qt" ], { "force": null, "requires": "qt", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "im-chooser-xfce" ], { "force": null, "requires": "xfce4-panel", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-cinnamon" ], { "force": null, "requires": "cinnamon", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-gsettings" ], { "force": null, "requires": "gnome-settings-daemon", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-lxde" ], { "force": null, "requires": "lxde-common", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-mate" ], { "force": null, "requires": "mate-settings-daemon", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-qt" ], { "force": null, "requires": "qt", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-xfce" ], { "force": null, "requires": "xfce4-panel", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-hangul" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-kkc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-libpinyin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-libzhuyin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-m17n" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-rawcode" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-typing-booster" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "im-chooser" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "cellwriter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "eekboard" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "fcitx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "gcin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-anthy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-bogo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-fbterm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-gucharmap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-handwrite" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-input-pad" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-mozc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-sayura" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-skk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-table" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-table-array30" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-table-cyrillic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-xkbc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "input-pad" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "iok" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "kinput2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-anthy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-array" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-bridge-gtk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-bridge-qt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-bridge-qt3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-chewing" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-fcitx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-gtk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-hangul" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-m17n" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-pinyin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-rawcode" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-sayura" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-tables-additional" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-tables-chinese" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-tables-chinese-extra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-thai" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-anthy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-canna" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-gtk2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-gtk3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-m17n" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-qt3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-skk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "WritRecogn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "japanese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Japanese Support", "langonly": "ja" } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ibus-kkc" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "uim-anthy" ], { "force": null, "requires": "uim", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "vlgothic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "vlgothic-p-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "cmigemo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "eblook" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ebview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "emacs-common-ddskk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "hanazono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ibus-mozc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-ex-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-ex-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-pgothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-pmincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "japanese-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "jfbterm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "jisksp16-1990-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "kcc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "kinput2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "lv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "m17n-db-extras" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mecab" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mecab-ipadic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mecab-jumandic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mfiler3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "migemo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mona-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mona-sazanami-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mona-vlgothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "motoya-lcedar-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "motoya-lmaru-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "nkf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "oniguruma" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "perl-NKF" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "sazanami-gothic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "sazanami-mincho-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "scim-anthy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "stardict-dic-ja" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "uim-canna" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "uim-skk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "java" ], { "force": null, "description": "Support for running programs written in the Java programming language.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Java", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "java", "java-1.8.0-openjdk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java", "abrt-java-connector" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java", "icedtea-web" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "java-development" ], { "force": null, "description": "Support for developing programs in the Java programming language.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Java Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ecj" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "abrt-java-connector" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-antlr" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-bcel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-log4j" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-oro" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-regexp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-resolver" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-commons-logging" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-javamail" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-jdepend" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-junit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-swing" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-beanutils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-codec" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-collections" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-compress" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-configuration" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-daemon" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-dbcp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-digester" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-discovery" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-el" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-exec" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-fileupload" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-io" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-lang" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-launcher" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-logging" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-math" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-modeler" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-net" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-pool" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-validator" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "avalon-framework" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "avalon-logkit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "bcel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "gnu-getopt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jakarta-oro" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-demo" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-javadoc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-src" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "javamail" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java_cup" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jdepend" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jflex" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "junit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ldapjdk" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "log4j" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "maven" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "mx4j" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "regexp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xalan-j2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xalan-j2-xsltc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xerces-j2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xml-commons-apis" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xml-commons-resolver" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-findbugs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "findbugs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "findbugs-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jcip-annotations" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jinput" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jsr-305" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "java-development", "pmd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "javaenterprise" ], { "force": null, "description": "Java application server.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Java Application Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "abrt-java-connector" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "java-1.8.0-openjdk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "java-1.8.0-openjdk-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "jboss-modules" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "maven" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "wildfly" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kannada-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Kannada Support", "langonly": "kn" } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "lohit-kannada-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "google-noto-sans-kannada-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "google-noto-sans-kannada-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "gubbi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "navilu-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kashmiri-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Kashmiri Support", "langonly": "ks" } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kde-apps" ], { "force": null, "description": "A set of commonly used KDE applications", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "ark" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "digikam" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "kde-connect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "kdegames-minimal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "kolourpaint" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "konversation" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "krdc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "krfb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "krusader" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "ktorrent" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kde-desktop" ], { "force": null, "description": "The KDE Plasma Workspaces, a highly-configurable graphical user interface which includes a panel, desktop, system icons and desktop widgets, and many powerful KDE applications.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "akregator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "apper" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "bluedevil" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "breeze-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "cagibi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "colord-kde" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "cups-pk-helper" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "dolphin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "glibc-all-langpacks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "gnome-keyring-pam" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "gwenview" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kaddressbook" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kamera" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcalc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcharselect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcm_systemd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcolorchooser" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-gtk-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-partitionmanager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-platform-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-print-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-runtime" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-settings-pulseaudio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-style-breeze" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdeaccessibility" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdegames-minimal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdegraphics-thumbnailers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdelibs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdepasswd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdeplasma-addons" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdialog" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdnssd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "keditbookmarks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-akonadi-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-akonadi-server-mysql" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-baloo-file" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-kipi-plugins" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kfind" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kget" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kgpg" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "khelpcenter" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "khotkeys" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kinfocenter" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kmail" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kmenuedit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "knode" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "konqueror" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "konsole5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kontact" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "korganizer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kruler" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kscreen" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kscreenlocker" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "ksshaskpass" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "ksysguard" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kuser" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwalletmanager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwalletmanager5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwebkitpart" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwrite" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "NetworkManager-config-connectivity-fedora" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "pam-kwallet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "phonon-backend-gstreamer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "phonon-qt5-backend-gstreamer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-breeze" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-desktop-doc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-l2tp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-openconnect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-openswan" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-openvpn" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-pptp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-vpnc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-pa" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-pk-updates" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-user-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-workspace" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-workspace-drkonqi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-workspace-geolocation" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "polkit-kde" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt5-qdbusviewer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt5-qtbase-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt5-qtdeclarative" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sddm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sddm-breeze" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sddm-kcm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sni-qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "spectacle" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "libreoffice-kde" ], { "force": null, "requires": "libreoffice-core", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "pinentry-qt" ], { "force": null, "requires": "pinentry", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt-at-spi" ], { "force": null, "requires": "at-spi2-core", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "socat" ], { "force": null, "requires": "pam_kwallet", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "kde-education" ], { "force": null, "description": "KDE Educational applications", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Educational applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "blinken" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "cantor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kalgebra" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kalzium" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kanagram" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kbruch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kgeography" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "khangman" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kiten" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "klettres" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kmplot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kstars" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "ktouch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kturtle" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kwordquiz" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "marble" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "parley" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "rocs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "step" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kde-media" ], { "force": null, "description": "Multimedia support for KDE", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Multimedia support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "amarok" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "dragon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "k3b" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "kamoso" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kde-office" ], { "force": null, "description": "KDE Office applications", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "calligra-sheets" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "calligra-stage" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "calligra-words" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "okular" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kde-software-development" ], { "force": null, "description": "Install these packages to develop Qt and KDE graphical applications.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "cmake" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdelibs-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kate" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdelibs-webkit-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdepimlibs-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-cervisia" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-dolphin-plugins" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kapptemplate" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kcachegrind" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kioslave" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kmtrace" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kompare" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kpartloader" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kstartperf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kuiviewer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-okteta" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-poxml" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-scripts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-thumbnailers" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-umbrello" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdevelop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "pykde4-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "PyQt4-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "audiocd-kio-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "cantor-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "gambas3-runtime" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kate-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdbg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kde-baseapps-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdebindings-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdegraphics-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdelibs3-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdenetwork-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdepim-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesvn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdewebdev-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kiten-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "krazy2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "ktp-common-internals-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkcddb-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkcompactdisc-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkdeedu-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkdegames-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "marble-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "PyKDE-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "PyQt-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt-creator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt-mobility-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt3-designer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt3-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qtwebkit-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "rocs-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "telepathy-qt4-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kde-telepathy" ], { "force": null, "description": "KDE Telepathy applications", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Telepathy", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "kaccounts-integration" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "kaccounts-providers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-accounts-kcm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-approver" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-auth-handler" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-contact-list" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-contact-runner" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-desktop-applets" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-filetransfer-handler" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-kded-integration-module" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-send-file" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-text-ui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "signon-kwallet-extension" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kf5-software-development" ], { "force": null, "description": "Install these packages to develop applications using Qt5 and KDE Frameworks 5.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "KDE Frameworks 5 Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "cmake" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "extra-cmake-modules" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtdeclarative-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtquickcontrols" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qttools-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtwebkit-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt-creator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtconnectivity-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtimageformats-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtlocation-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtmultimedia-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtquick1-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtscript-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtsensors-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtserialport-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtsvg-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtwayland-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtx11extras-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtxmlpatterns-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "khmer-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Khmer Support", "langonly": "km" } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-base-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "google-noto-sans-khmer-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "google-noto-sans-khmer-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-battambang-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-bokor-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-handwritten-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-metal-chrieng-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-muol-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-siemreap-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "konkani-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Konkani Support", "langonly": "kok" } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "korean-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Korean Support", "langonly": "ko" } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "ibus-hangul" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-barun-gothic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-brush-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-gothic-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-myeongjo-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-pen-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-bdf-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-batang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-dotum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-gulim-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-hline-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "lv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "nhn-nanum-gothic-coding-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-batang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-dinaru-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-dotum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-graphic-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-gungseo-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-pilgi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-bom-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamobatang-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamodotum-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamonovel-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamosora-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-pen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-penheulim-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-pilgia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-shinmun-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-taza-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-vada-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-yetgul-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "kurdish-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Kurdish Support", "langonly": "ku" } ], + [ "groupPackageListAdd", [ "tag", "kurdish-support", "kurdit-unikurd-web-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "legacy-fonts" ], { "force": null, "description": "Older bitmap and vector fonts packages", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Legacy Fonts", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-100dpi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-15-100dpi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-misc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-Type1" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-anorexia-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-aqui-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-cure-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-drift-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-edges-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-fkp-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-gelly-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-glisp-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-kates-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-lime-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-mints-mild-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-mints-strong-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-nu-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-smoothansi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-snap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "baekmuk-bdf-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-console-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-fangsongti-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-fixed-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-lucida-typewriter-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "ctan-musixtex-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-aharoni-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-caladings-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-david-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-drugulin-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-ellinia-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-frank-ruehl-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-hadasim-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-keteryg-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-miriam-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-miriam-mono-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-nachlieli-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-simple-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-stamashkenaz-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-stamsefarad-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-yehuda-clm-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "efont-unicode-bdf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "fonts-KOI8-R" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "fonts-KOI8-R-100dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "fonts-KOI8-R-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "ghostscript-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "google-android-emoji-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "iso8859-2-100dpi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "iso8859-2-75dpi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "iso8859-2-misc-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "japanese-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "jisksp16-1990-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "knm-new-fixed-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "libdockapp-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "lyx-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "mona-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "nethack-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "oflb-dignas-handwriting-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "rosegarden4-feta-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "rosegarden4-parmesan-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "taipeifonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "terminus-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "terminus-fonts-console" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "texmacs-fedora-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "ucs-miscfixed-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "urw-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "wqy-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "wqy-unibit-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-cyrillic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ethiopic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-1-100dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-1-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-14-100dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-14-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-15-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-2-100dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-2-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-9-100dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-9-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "zvbi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "legacy-network-server" ], { "force": null, "description": "These packages include servers for old network protocols such as rsh and telnet.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Legacy Network Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "bootparamd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rarpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rsh-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rusers" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rusers-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rwho" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "talk-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "telnet-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "tftp-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "legacy-software-development" ], { "force": null, "description": "These packages provide compatibility with previous releases.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Legacy Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-gcc-34" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-gcc-34-c++" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-gcc-34-g77" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-libstdc++-296" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-libstdc++-33" ], { "type": "default", "force": null, "basearchonly": true } ], + [ "groupListAdd", [ "tag", "legacy-software-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Legacy Software Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-support", "compat-libstdc++-296" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-support", "compat-libstdc++-33" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lepcha-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Lepcha Support", "langonly": "lep" } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "sil-mingzat-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "libreoffice" ], { "force": null, "description": "LibreOffice Productivity Suite", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "LibreOffice", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-calc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-draw" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-emailmerge" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-graphicfilter" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-impress" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-math" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-writer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-base" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-pyuno" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "libreoffice-development" ], { "force": null, "description": "These packages are helpful when developing LibreOffice extensions or macros.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "LibreOffice Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice-development", "libreoffice-sdk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "libreoffice-development", "libreoffice-sdk-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "livecd-tools" ], { "force": null, "description": "Tools that need to be installed into a livecd for it to function", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "LiveCD Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "dracut-config-generic" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "dracut-live" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "grub2-efi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "kernel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "kernel-modules" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "kernel-modules-extra" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "syslinux" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "load-balancer" ], { "force": null, "description": "Load balancing support for network traffic", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Load Balancer", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "load-balancer", "ipvsadm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "load-balancer", "keepalived" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxde-apps" ], { "force": null, "description": "A set of commonly used applications for the LXDE Desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Applications for the LXDE Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "midori" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "pidgin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "sylpheed" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "transmission" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxde-desktop" ], { "force": null, "description": "LXDE is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "LXDE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "adwaita-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "clipit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "galculator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "gigolo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "gnome-keyring-pam" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "gpicview" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "leafpad" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxappearance" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxappearance-obconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxde-common" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxdm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxinput" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxlauncher" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxmenu-data" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxpanel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxpolkit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxrandr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxsession" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxsession-edit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxtask" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxterminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "notification-daemon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "obconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "openbox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "openssh-askpass" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "pcmanfm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "perl-File-MimeInfo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "upower" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xarchiver" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xcompmgr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xpad" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xscreensaver-base" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xscreensaver-extras" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "yumex-dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxde-media" ], { "force": null, "description": "Multimedia support for LXDE", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Multimedia support for LXDE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "asunder" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "gnomebaker" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "lxmusic" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "pavucontrol" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "pnmixer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxde-office" ], { "force": null, "description": "Office suite for LXDE", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "LXDE Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-office", "abiword" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-office", "gnumeric" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxde-office", "osmo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxqt-apps" ], { "force": null, "description": "A set of commonly used applications for the LXQt Desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Applications for the LXQt Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-apps", "transmission-qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxqt-desktop" ], { "force": null, "description": "LXQt is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "LXQt", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "ark" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "breeze-cursor-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "breeze-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "breeze-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "kwin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-about" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-common" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-globalkeys" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-notificationd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-openssh-askpass" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-panel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-policykit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-powermanagement" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-qtplugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-runner" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-session" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "notification-daemon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "obconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "openbox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "pcmanfm-qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "perl-File-MimeInfo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "qterminal-qt5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "qupzilla" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "qupzilla-kwallet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "sddm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "sddm-breeze" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "upower" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "xdg-user-dirs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxqt-media" ], { "force": null, "description": "Multimedia support for LXQt", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Multimedia support for LXQt", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-media", "pavucontrol" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-media", "pnmixer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "lxqt-office" ], { "force": null, "description": "Office suite for LXQt", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "LXQt Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-office", "libreoffice-calc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-office", "libreoffice-impress" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "lxqt-office", "libreoffice-writer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "mail-server" ], { "force": null, "description": "These packages allow you to configure an IMAP or SMTP mail server.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Mail Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "cyrus-sasl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "dovecot" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "sendmail" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "sendmail-cf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "spamassassin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "amavisd-new" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "clamav" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "clamav-data" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "clamav-milter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "crm114" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "cyrus-imapd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "dbmail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "enemies-of-carlotta" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "esmtp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "exim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "exim-clamav" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "exim-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "imp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "mailman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "milter-regex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "opendkim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "postfix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "pyzor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "roundcubemail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "spamass-milter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "spambayes" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "sqlgrey" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "squirrelmail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "up-imapproxy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "uw-imap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "maithili-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Maithili Support", "langonly": "mai" } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "malayalam-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Malayalam Support", "langonly": "ml" } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-meera-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "google-noto-sans-malayalam-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "google-noto-sans-malayalam-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "lohit-malayalam-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "samyak-malayalam-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-anjalioldlipi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-dyuthi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-kalyani-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-rachana-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-raghumalayalam-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-suruma-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "manipuri-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Manipuri Support", "langonly": "mni" } ], + [ "groupPackageListAdd", [ "tag", "manipuri-support", "lohit-bengali-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "manipuri-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "manipuri-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "marathi-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Marathi Support", "langonly": "mr" } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "lohit-marathi-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "mate-applications" ], { "force": null, "description": "Applications for the MATE Desktop.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "MATE Applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "atril-thumbnailer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-actions" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-beesu" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-beesu-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-share" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "firewall-applet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-applet-softupd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-icon-theme-faenza" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-sensors-applet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mintmenu" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "pidgin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "pluma-beesu-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "python-caja" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "tigervnc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "mate-compiz" ], { "force": null, "description": "This package group adds Compiz and Emerald to MATE desktop", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "MATE Compiz", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "ccsm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-bcop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-plugins-experimental" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-plugins-extra" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-plugins-main" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compizconfig-python" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "emerald" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "emerald-themes" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "fusion-icon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "libcompizconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "simple-ccsm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "mate-desktop" ], { "force": null, "description": "MATE Desktop is based on GNOME 2 and provides a powerful graphical user interface for users who seek a simple easy to use traditional desktop interface.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "MATE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "abrt-java-connector" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "atril" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "atril-caja" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "blueman" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-image-converter" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-open-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-sendto" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-wallpaper" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "claws-mail" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "dconf-editor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "engrampa" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "eom" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "exaile" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "f24-backgrounds-base" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "f24-backgrounds-extras-base" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "f24-backgrounds-mate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "filezilla" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "firefox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "fros-recordmydesktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gnote" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gparted" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gtk2-engines" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gucharmap" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-afc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-fuse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-gphoto2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-mtp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-smb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "hexchat" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libmatekbd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libmatemixer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libmateweather" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libsecret" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "lightdm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "lightdm-gtk-greeter-settings" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "marco" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-applets" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-backgrounds" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-calc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-control-center" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-dictionary" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-disk-usage-analyzer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-media" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-menus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-menus-preferences-category-menu" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-notification-daemon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-panel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-polkit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-power-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-screensaver" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-screenshot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-search-tool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-session-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-settings-daemon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-system-log" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-system-monitor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-themes" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-user-guide" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mozo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-adsl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-bluetooth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-iodine-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-l2tp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-libreswan-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-openvpn-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-pptp-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "p7zip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "p7zip-plugins" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "parole" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "pluma" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "seahorse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "setroubleshoot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "simple-scan" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-date" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-language" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-printer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-users" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "transmission-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "vim-enhanced" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "xfburn" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "yelp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "yumex-dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "medical" ], { "force": null, "description": "This is a group of applications related to health care.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Medical Applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "medical", "aeskulap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "medical", "gnumed" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "medical", "gnumed-server" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "milkymist" ], { "force": null, "description": "Toolchain for Milkymist hardware engineers.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Milkymist", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "autoconf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "automake" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-binutils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-gcc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-gcc-c++" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-gdb" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-libc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-libc-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "clang" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "flterm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gcc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gd-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gplcver" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gtkwave" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "iverilog" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "lemon" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "libftdi-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "llvm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "openocd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "qemu" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "re2c" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "srecord" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "tftp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "tftp-server" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "vim-common" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "mingw32" ], { "force": null, "description": "Support for cross-compiling programs to 32 bit Windows targets, testing them, and building installers, all from within Fedora.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "MinGW cross-compiler", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-binutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-crt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-filesystem" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-gcc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-headers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-nsiswrapper" ], { "force": null, "requires": "mingw32-nsis", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-crossreport" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-nsis" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "wine" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-atk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-bzip2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-cairo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-dlfcn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-freetype" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-gdbm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-gettext" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-glib2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libgcrypt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libgpg-error" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libjpeg-turbo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libpng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libxml2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-openssl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-pdcurses" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-pixman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-proj" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-pthreads" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-readline" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-SDL" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-sqlite" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-termcap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-win-iconv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-zlib" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "mongodb" ], { "force": null, "description": "Scalable, high-performance NoSQL database.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "MongoDB", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "libmongodb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "mongodb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "mongodb-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "mongodb-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "multimedia" ], { "force": null, "description": "Audio/video framework common to desktops", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Multimedia", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "alsa-plugins-pulseaudio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "alsa-ucm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "alsa-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer1-plugins-bad-free" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer1-plugins-good" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "PackageKit-gstreamer-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "pulseaudio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "pulseaudio-module-x11" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "pulseaudio-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer-plugins-bad-free" ], { "force": null, "requires": "gstreamer", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer-plugins-espeak" ], { "force": null, "requires": "gstreamer", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer-plugins-good" ], { "force": null, "requires": "gstreamer", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "mysql" ], { "force": null, "description": "This package group contains packages useful for use with MariaDB (MySQL).", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "MariaDB (MySQL) Database", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "libdbi-dbd-mysql" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb-server" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mysql-connector-odbc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "perl-DBD-MySQL" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "python-mysql" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "unixODBC" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb-bench" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mysqlreport" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mysqltuner" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "php-mysqlnd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "qt-mysql" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "mysql", "qt3-MySQL" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "nepali-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Nepali Support", "langonly": "ne" } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "madan-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "scim-tables-nepali" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "network-server" ], { "force": null, "description": "These packages include network-based servers such as DHCP, Kerberos and NIS.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Network Servers", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "389-ds-base" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ahcpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "amanda-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "babeld" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "cobbler" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "dhcp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "dnsmasq" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ejabberd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "flumotion" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "freenx-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "freeradius" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "fwknop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "icecast" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ipxripd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "jabberd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "kannel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "koan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "krb5-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "libreswan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "netatalk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "nsd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "oidentd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "openldap-servers" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "polipo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "privoxy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "puppet-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "quagga" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "radvd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "rinetd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "sobby" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "tigervnc-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "torque-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ucarp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "vnc-reflector" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "vtun" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "xl2tpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ypserv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "network-server", "znc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "networkmanager-submodules" ], { "force": null, "description": "This group contains NetworkManager submodules that are commonly used, but may not be wanted in some streamlined configurations.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Common NetworkManager Submodules", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "networkmanager-submodules", "NetworkManager-bluetooth" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "networkmanager-submodules", "NetworkManager-wifi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "networkmanager-submodules", "NetworkManager-wwan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "news-server" ], { "force": null, "description": "This group allows you to configure the system as a news server.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "News Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "inn" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "news-server", "cleanfeed" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "news-server", "leafnode" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "news-server", "newscache" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "news-server", "newsx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "news-server", "suck" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ocaml" ], { "force": null, "description": "Support for developing software using the Objective Caml programming language and libraries.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "OCaml", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-findlib-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ocamldoc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-runtime" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-x11" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "emacs-tuareg" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-camlp4-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-bitstring-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-calendar-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-camomile-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-csv-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-curl-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-curses-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-expat-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-extlib-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-lablgl-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-lablgtk-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-labltk-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-menhir-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ocamlgraph-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ocamlnet-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-pcre-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-pxp-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ssl-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-tplib-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-xml-light-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-xmlrpc-light-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-zarith-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "xemacs-tuareg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "odia-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Odia Support", "langonly": "or" } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "lohit-odia-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "samyak-odia-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "office" ], { "force": null, "description": "The applications include office suites, PDF viewers, and more.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Office/Productivity", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "office", "abiword" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "aiksaurus-thesaurus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "alexandria" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "bibus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calcurse" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calibre" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-braindump" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-flow" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-kexi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-plan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-sheets" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-stage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-words" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "cherrytree" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "dayplanner" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "dia" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "evince" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "glabels" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "glom" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "gnucash" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "gnumeric" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "gnumeric-plugins-extras" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "gourmet" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "gramps" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "grisbi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "hnb" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "htmldoc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "jpilot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "kchmviewer-qt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "kdepim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "keurocalc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "klatexformula" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "klatexformula-ktexteditor-plugin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "kmymoney" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "krecipes" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "kreetingkard" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "kreetingkard_templates" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-base" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-calc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-draw" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-emailmerge" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-graphicfilter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-impress" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-math" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-ogltrans" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-TexMaths" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-voikko" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-wiki-publisher" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-writer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-xsltfilter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "lyx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "MagicPoint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "okular" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "pdfedit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "planner" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "pybliographer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "rednotebook" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "revelation" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "Saaghar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "skrooge" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "starcal" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "taskcoach" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "taskjuggler" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "tellico" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "tetex-IEEEtran" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "texlive-xdvi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "texmaker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "vym" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "wyrd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "xchm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "xfbib" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "xournal" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "office", "Zim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "online-docs" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Online Help and Documentation", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-date-docs" ], { "force": null, "requires": "system-config-date", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-nfs-docs" ], { "force": null, "requires": "system-config-nfs", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-samba-docs" ], { "force": null, "requires": "system-config-samba", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-services-docs" ], { "force": null, "requires": "system-config-services", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-users-docs" ], { "force": null, "requires": "system-config-users", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "perl" ], { "force": null, "description": "Support for developing programs in the Perl programming language.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Perl Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "perl-core" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "cpan-upload" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "git-cpan-patch" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "perltidy" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "cpanspec" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "eclipse-epic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "parrot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "perl-Task-Catalyst" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl", "vim-perl-support" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "perl-web" ], { "force": null, "description": "Basic Perl web application support.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Perl for Web", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "ImageMagick-perl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "mod_perl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-App-cpanminus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-core" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-CPAN" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-CPANPLUS" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-DBD-MySQL" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-DBD-SQLite" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-MongoDB" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "persian-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Persian Support", "langonly": "fa" } ], + [ "groupPackageListAdd", [ "tag", "persian-support", "sil-scheherazade-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "persian-support", "sil-lateef-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "php" ], { "force": null, "description": "General-purpose web development scripting language.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "PHP", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-bcmath" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-gd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-imap" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-mbstring" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-mcrypt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-mysqlnd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pdo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pear" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pecl-apc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pecl-mongo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pgsql" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-process" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-soap" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "php", "php-xml" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "platform-vmware" ], { "force": null, "description": "Packages to install in VMware virtual machines", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "VMware Platform Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "platform-vmware", "open-vm-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "printing" ], { "force": null, "description": "Install these tools to enable the system to print or act as a print server.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Printing Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-filters" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "ghostscript" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "bluez-cups" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "colord" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-pk-helper" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "foomatic" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "foomatic-db-ppds" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "gutenprint" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "gutenprint-cups" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "hpijs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "hplip" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "mpage" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "nss-mdns" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "paps" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "samba-client" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "system-config-printer-udev" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "a2ps" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-bjnp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-pdf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "enscript" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "min12xxw" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "pnm2ppa" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "ptouch-driver" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "splix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "printing", "system-config-printer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "punjabi-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Punjabi Support", "langonly": "pa" } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "lohit-gurmukhi-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "saab-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "python-web" ], { "force": null, "description": "Basic Python web application support.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Python", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "freetype-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libcurl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libcurl-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libjpeg-turbo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libjpeg-turbo-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "mod_wsgi" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "numpy" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "numpy-f2py" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "pymongo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "pymongo-gridfs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-magic" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-mysql" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-psycopg2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-virtualenv" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "robotics-suite" ], { "force": null, "description": "Suite of packages for robotics development", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Robotics", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "arduino" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "catkin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "eclipse-cdt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "eclipse-egit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "eclipse-subclipse" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-core" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-firevision" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-firevision-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-guis" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-lua" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-bblogger" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-bbsync" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-flite" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-joystick" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-katana" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-laser" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-laserht" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-luaagent" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-pantilt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-player" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-refboxcomm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-skiller" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-ttmainloop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-webview" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-worldmodel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-xmlrpc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gazebo" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gazebo-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gearbox" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "libphidget" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-apps" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-libs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "opencv" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "openni-primesense" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "pcl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-examples" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-python" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-ruby" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-bloom" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-catkin_lint" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-catkin_pkg" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-catkin_tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosdep" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosdistro" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosinstall" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosinstall_generator" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rospkg" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-vcstools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-wstool" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcsslogplayer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssmonitor" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver-gui" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver3d" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver3d-doc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "stage" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "stage-playerplugin" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "urg" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gazebo-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gearbox-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "libphidget-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "pcl-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcsslogplayer-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver3d-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "stage-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "urg-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "rpm-development-tools" ], { "force": null, "description": "These tools include core development tools such rpmbuild.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "RPM Development Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "redhat-rpm-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "rpm-build" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "koji" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "mock" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "rpmdevtools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "plague-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "pungi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "rpmlint" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ruby" ], { "force": null, "description": "Basic support for the Ruby programming language.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Ruby", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ruby", "ruby" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ruby", "ruby-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ruby", "rubygem-abrt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "rubyonrails" ], { "force": null, "description": "Ruby on Rails web application stack.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Ruby on Rails", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "nodejs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "ruby-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-abrt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-bcrypt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-bigdecimal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-bundler" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-byebug" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-coffee-rails" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-jbuilder" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-jquery-rails" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-json" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-listen" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-minitest" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-rails" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-rake" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-sass-rails" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-sdoc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-spring" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-spring-watcher-listen" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-sqlite3" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-turbolinks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-uglifier" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-web-console" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "sqlite-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "russian-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Russian Support", "langonly": "ru" } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "apanov-edrip-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "apanov-heuristica-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "fonts-KOI8-R" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "fonts-KOI8-R-100dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "fonts-KOI8-R-75dpi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "ibus-table-cyrillic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-mono-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-sans-caption-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-serif-caption-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-serif-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "scim-tables-russian" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "stardict-dic-ru" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "xorg-x11-fonts-cyrillic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "sanskrit-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Sanskrit Support", "langonly": "sa" } ], + [ "groupPackageListAdd", [ "tag", "sanskrit-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sanskrit-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "santali-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Santali Support", "langonly": "sat" } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "security-lab" ], { "force": null, "description": "Tools for security auditing, forensics, system rescue, and teaching security testing methodologies.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Security Lab", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "afftools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "aide" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "aircrack-ng" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "airsnort" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "argus" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "argus-clients" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "arp-scan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ArpON" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bannergrab" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "binwalk" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bkhive" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bonesi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bro" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "chkrootkit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "cmospwd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "cowpatty" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dc3dd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ddrescue" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dhcping" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnsenum" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnsmap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnstop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnstracer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "driftnet" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dsniff" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "echoping" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "etherape" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ettercap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "examiner" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "firewalk" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "flawfinder" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "foremost" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "fping" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "goaccess" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "gparted" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "halberd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hexedit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hfsutils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "horst" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hping3" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ht" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httpie" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httping" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httpry" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hunt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hydra" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "iftop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "inception" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "iperf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "iptraf-ng" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "irssi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "john" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "kismet" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "kismon" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "labrea" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "lbd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "lnav" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "lynis" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "macchanger" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "masscan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mcabber" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "medusa" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mtr" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mutt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nano" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nbtscan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ncrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nebula" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "net-snmp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "net-snmp-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nethogs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "netsed" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "netsniff-ng" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nfswatch" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ngrep" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nikto" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nload" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmap-frontend" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmap-ncat" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmbscan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntfs-3g" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntfsprogs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nwipe" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "onesixtyone" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "openssh" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "openvas-cli" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "openvas-scanner" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ophcrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "p0f" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "packETH" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pads" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "paris-traceroute" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pcapdiff" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pdfcrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "powertop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "proxychains" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pscan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pwgen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pyrit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "raddump" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ratproxy" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "rats" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "rkhunter" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "safecopy" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "samdump2" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scalpel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scamper" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scanmem" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scapy" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "screen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scrub" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "siege" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sing" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sipp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sipsak" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "skipfish" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sleuthkit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "slowhttptest" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "snmpcheck" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "socat" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "splint" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sqlninja" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "srm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ssldump" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sslscan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sslsplit" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sslstrip" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "subnetcalc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sucrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "swaks" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpcopy" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpdump" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpflow" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpick" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpjunk" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpreen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpreplay" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcptrack" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpxtract" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "telnet" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "testdisk" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "trafshow" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tripwire" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "unhide" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "unicornscan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "uperf" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "vim-enhanced" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "vnstat" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wavemon" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wbox" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "weplab" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wget" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "whois" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wipe" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wireshark" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "xmount" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "yersinia" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "zmap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "server-cfg" ], { "force": null, "description": "This group contains all of Red Hat's custom server configuration tools.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Server Configuration Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "cups-pk-helper" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-httpd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-nfs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-samba" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-services" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-bind" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-printer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-switch-mail-gnome" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "server-hardware-support" ], { "force": null, "description": "This group is a limited collection of tools for various uncommon hardware specific utilities.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Hardware Support for Server Systems", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "lm_sensors" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "openhpi" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "smp_utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "firmware-addon-dell" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "hddtemp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "hdparm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "lsscsi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "server-product" ], { "force": null, "description": "Packages mandatory for the server product.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Fedora Server product core", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "chrony" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-product", "fedora-release-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-product", "PackageKit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-product", "polkit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-product", "realmd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-product", "timedatex" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "server-product", "NetworkManager-team" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "simplified-chinese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Simplified Chinese Support", "langonly": "zh_CN" } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-libpinyin" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "adobe-source-han-sans-cn-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "fcitx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-erbi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-wubi-haifeng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-wubi-jidian" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-yong" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "lv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "m17n-db-extras" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-fcitx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-pinyin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-tables-chinese" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-tables-chinese-extra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "stardict-dic-zh_CN" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-bitmap-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-microhei-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-unibit-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-zenhei-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "sindhi-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Sindhi Support", "langonly": "sd" } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "paktype-naskh-basic-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "sinhala-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Sinhala Support", "langonly": "si" } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "lklug-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "ibus-sayura" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "scim-sayura" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "smb-server" ], { "force": null, "description": "This package group allows you to share files between Linux and MS Windows(tm) systems.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Windows File Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "smb-server", "samba" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "smb-server", "samba-client" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "smb-server", "cifs-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "sound-and-video" ], { "force": null, "description": "From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Sound and Video", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "abcde" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "adplay" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "alsamixergui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "amarok" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "argyllcms" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "asunder" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "audacious" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "audacity" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "banshee" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "brasero" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "camE" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdcollect" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdlabelgen" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdparanoia" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdrskin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cmusphinx3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "csound-csoundac" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "decibel-audio-player" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "denemo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dragon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dvdauthor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dvdisaster" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dvgrab" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "easytag" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "exaile" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "festvox-bdl-arctic-hts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "festvox-clb-arctic-hts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "festvox-rms-arctic-hts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gcstar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "genisoimage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gnomad2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gnome-sound-recorder" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gnomebaker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "grip" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gtk-v4l" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gtkpod" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "icedax" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "id3v2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "irstlm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "isomaster" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "jack-audio-connection-kit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "juk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "k3b" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kid3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kmix" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kover" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kscd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "lingot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "lxmusic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "mikmod" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "milkytracker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "mkvtoolnix-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "multimedia-menus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "mybashburn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "nyquist" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "openfst-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "opengrm-ngram-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "paman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "paprefs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "parole" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pavucontrol" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pavumeter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "picard" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pitivi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pnmixer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pocketsphinx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pocketsphinx-plugin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pulseaudio-module-lirc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pulseaudio-module-zeroconf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pyvnc2swf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "qmmp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "qmmp-plugin-pack" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "quodlibet" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "rakarrack" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "regionset" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "rhythmbox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "rosegarden4" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sound-juicer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "soundconverter" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "soundtracker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sphinxtrain" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sweep" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tagtool" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tclabc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tomahawk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "totem" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "totem-lirc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "totem-nautilus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tvtime" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "ucview" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "v4l2ucp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-epgsearch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-femon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-osdteletext" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-remote" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-skinsoppalusikka" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-streamdev-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-streamdev-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-sudoku" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-ttxtsubs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-tvonscreen" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "volumeicon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vorbis-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "whaawmp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "wodim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xcdroast" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xfburn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmms" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmms-adplug" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmms-flac" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "sql-server" ], { "force": null, "description": "This package group includes packages useful for use with PostgreSQL.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "PostgreSQL Database", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "libdbi-dbd-pgsql" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "perl-DBD-Pg" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-server" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "rhdb-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "unixODBC" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-contrib" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-docs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-jdbc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-odbc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-test" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "PyGreSQL" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt-odbc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt-postgresql" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt3-ODBC" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt3-PostgreSQL" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "tcl-pgtcl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "standard" ], { "force": null, "description": "Common set of utilities that extend the minimal installation.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Standard", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "abrt-cli" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "acl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "at" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "attr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "bash-completion" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "bc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "bind-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "bridge-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "btrfs-progs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "bzip2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "cifs-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "coolkey" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "cpio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "crontabs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "cryptsetup" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "cyrus-sasl-plain" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "dbus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "deltarpm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "dnf-langpacks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "dos2unix" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "dosfstools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "ed" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "ethtool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "fedora-release-notes" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "file" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "fpaste" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "fprintd-pam" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "gnupg2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "hunspell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "iptstate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "irqbalance" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "jwhois" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "logrotate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "lsof" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "mailcap" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "man-pages" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "mcelog" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "mdadm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "microcode_ctl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "mlocate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "mtr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "nano" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "net-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "nfs-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "nmap-ncat" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "ntfs-3g" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "ntfsprogs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "pam_krb5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "pam_pkcs11" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "passwdqc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "pciutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "pinfo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "plymouth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "psacct" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "quota" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "realmd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "rng-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "rsync" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "rsyslog" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "setuptool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "smartmontools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "sos" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "sssd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "sudo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "symlinks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "systemd-udev" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "tar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "tcpdump" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "tcp_wrappers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "telnet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "time" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "traceroute" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "tree" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "unzip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "usbutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "vconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "wget" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "which" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "wireless-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "words" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "zip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "standard", "chrony" ], { "force": null, "requires": "control-center", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "sugar-apps" ], { "force": null, "description": "Additional activities for use with the Sugar Environment.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Additional Sugar Activities", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-analyze" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-calendario" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-connect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-distance" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-emulator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-flipsticks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-implode" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-playgo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-pukllanapac" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-view-slides" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-xomail" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "sugar-desktop" ], { "force": null, "description": "A software playground for learning about learning.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Sugar Desktop Environment", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "csound-python" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "gnome-power-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "gvfs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "lightdm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "metacity" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "pygame" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-abacus" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-browse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-calculator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-chat" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-clock" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-countries" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-cp-all" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-finance" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-fototoon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-getiabooks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-help" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-imageviewer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-infoslicer" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-jukebox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-labyrinth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-log" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-maze" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-memorize" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-moon" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-paint" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-physics" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-pippy" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-portfolio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-read" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-record" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-ruler" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-speak" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-stopwatch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-story" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-toolkit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-toolkit-gtk3" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-turtleart" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-typing-turtle" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-visualmatch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-words" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-write" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-xoirc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "system-tools" ], { "force": null, "description": "This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "System Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "BackupPC" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "bonnie++" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "chrony" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "cifs-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "jigdo" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "libreswan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-l2tp" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-libreswan" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-openconnect" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-openvpn" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-vpnc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nmap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntfs-3g" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "openconnect" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "openldap-clients" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "openvpn" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "samba-client" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "screen" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "setserial" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "tigervnc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "vpnc" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xdelta" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "zisofs-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "zsh" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "aide" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "aircrack-ng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "airsnort" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "am-utils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "amanda-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apcupsd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apcupsd-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arj" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arptables" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arpwatch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "autofs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "avahi-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "bochs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "cabextract" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "catfish" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "cfengine" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "chrpath" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "conman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "connect-proxy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "convmv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "crack" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "crash" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "createrepo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ddclient" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "denyhosts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dkms" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dstat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dtach" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ebtables" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ed2k_hash" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "eiciel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "emelfm2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "enca" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "environment-modules" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "epylog" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "etherbat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ettercap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fatsort" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fdupes" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fedora-package-config-apt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "festival" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "foremost" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "freerdp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "freeze" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fuse" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fwknop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fwrestart" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ganglia" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "geoclue" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ghasher" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ghex" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gigolo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gkrellm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gnokii" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gnutls-utils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "greadelf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "grepmail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "grsync" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gssdp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gtkhash" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gtkterm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gupnp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gxemul" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "hercules" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "hfsplus-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "htop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "hyperestraier" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ibmonitor" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "iftop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "inadyn-mt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "incron" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "iotop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ipsec-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ircp-tray" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "javasysmon" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "jfbterm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "john" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "kdirstat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "keychain" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ksmarttray" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "limph" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "lirc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "liveusb-creator" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "lzop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "macchanger" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mmv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mrtg" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mtx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "munin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nagios" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "net-snmp-utils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nethogs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "netstat-nat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nfswatch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nmap-frontend" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "noip" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nomarch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nrg2iso" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntp-perl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntpdate" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nut" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "obexftp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "oddjob" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "oddjob-mkhomedir" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "p0f" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "p7zip" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "p7zip-plugins" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "PackageKit-command-not-found" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "par2cmdline" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "pbzip2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "portecle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "powerman" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "powertop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "procinfo" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "puppet" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "pwgen" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "qdbm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "qstat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "radeontool" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rdesktop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rdiff-backup" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rear" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-nx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-rdp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-telepathy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-xdmcp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "reptyr" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rmanage" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rootsh" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rsnapshot" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "scrub" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "sec" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "shorewall" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "socat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher-espeak" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher-festival" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher-flite" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "stripesnoop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "swaks" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "swatch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "synaptic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "syslog-ng" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "sysstat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "testdisk" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "tn5250" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "torque-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "torque-gui" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ttywatch" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "tunctl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "unison213" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "unison227" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "upx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "uucp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "vnstat" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "wine" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "wireshark-gnome" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "wlassistant" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "w_scan" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "x3270-x11" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xmobar" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xsel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xsupplicant" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "zidrav" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "tamil-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Tamil Support", "langonly": "ta" } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "lohit-tamil-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "google-noto-sans-tamil-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "google-noto-sans-tamil-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "samyak-tamil-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "serafettin-cartoon-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "telugu-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Telugu Support", "langonly": "te" } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "lohit-telugu-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "m17n-db" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "google-noto-sans-telugu-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "google-noto-sans-telugu-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "iok" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "pothana2000-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "vemana2000-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "text-internet" ], { "force": null, "description": "This group includes text-based email, web, and chat clients. These applications do not require the X Window System.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Text-based Internet", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "abook" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "alpine" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "archivemail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "argus" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "aria2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "axel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "cadaver" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "centerim" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "cone" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "ctorrent" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "deletemail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "elinks" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "emacs-mew" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "epic" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "fetchmail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "fpaste" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "getmail" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "iperf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "irssi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "isync" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "lftp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "libtranslate" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "lynx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "maildirproc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "mutt" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "ncftp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "nmh" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "offlineimap" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "rss2email" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "rtorrent" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "sitecopy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "slrn" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "snownews" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "tftp" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "tin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "trickle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "w3m" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "websec" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "whatmask" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "xprobe2" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "yafc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "youtube-dl" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "thai-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Thai Support", "langonly": "th" } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "google-noto-sans-thai-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "google-noto-sans-thai-ui-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "google-noto-serif-thai-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-garuda-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-kinnari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-loma-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-norasi-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-purisa-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-sawasdee-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgmono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgtypewriter-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgtypist-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgtypo-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-umpush-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-waree-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "scim-tables-thai" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "tibetan-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Tibetan Support", "langonly": "bo" } ], + [ "groupPackageListAdd", [ "tag", "tibetan-support", "tibetan-machine-uni-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tibetan-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "tibetan-support", "jomolhari-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "tomcat" ], { "force": null, "description": "Tomcat web application server.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Tomcat", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat-admin-webapps" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat-native" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat-webapps" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "traditional-chinese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Traditional Chinese Support", "langonly": "zh_TW" } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-libzhuyin" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "adobe-source-han-sans-tw-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "cjkuni-ukai-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "cjkuni-uming-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "gcin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-array" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-cangjie" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-cantonese" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-easy" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-quick" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-scj" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-stroke5" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "lv" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "m17n-db-extras" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "scim-array" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "scim-tables-chinese" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "scim-tables-chinese-extra" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "stardict-dic-zh_TW" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "taipeifonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "urdu-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Urdu Support", "langonly": "ur" } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-naskh-basic-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-tehreer-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "dejavu-sans-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-nastaleeq-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-web-naskh-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-art-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-book-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-decorative-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-digital-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-farsi-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-letter-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-office-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-one-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-pen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-poster-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-qurn-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-screen-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-title-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-titlel-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-pakistani-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-pakistani-web-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-riqa-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-tehreer-naskh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-ajrak-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-naqsh-fonts" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "vagrant" ], { "force": null, "description": "These packages provide Vagrant with libvirt provider support", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Vagrant with libvirt support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant-libvirt" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant-cachier" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant-registration" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "vietnamese-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Vietnamese Support", "langonly": "vi" } ], + [ "groupPackageListAdd", [ "tag", "vietnamese-support", "ibus-bogo" ], { "force": null, "requires": "xorg-x11-server-Xorg", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "virtualization" ], { "force": null, "description": "These packages provide a graphical virtualization environment.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Virtualization", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-install" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "libvirt-daemon-config-network" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "libvirt-daemon-kvm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "qemu-kvm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-manager" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-viewer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "guestfs-browser" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "libguestfs-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "python-libguestfs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-top" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "virtualization-headless" ], { "force": null, "description": "These packages provide a headless virtualization environment.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Headless Virtualization", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "virt-install" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "libvirt-daemon-config-network" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "libvirt-daemon-kvm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "qemu-kvm" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "systemd-container" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "guestfs-browser" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "libguestfs-tools" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "python-libguestfs" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "virt-top" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "web-server" ], { "force": null, "description": "These tools allow you to run a Web server on the system.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Basic Web Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "httpd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "crypto-utils" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "httpd-manual" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_perl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_ssl" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-ldap" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-mysqlnd" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "squid" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "webalizer" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "apachetop" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "awstats" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "boa" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "cherokee" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "dap-server" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "drupal7" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "lighttpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "lighttpd-fastcgi" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mediawiki" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_auth_kerb" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_fcgid" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_geoip" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_security" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_xsendfile" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "moin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "ocspd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "perl-HTML-Mason" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "perl-Kwiki" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-odbc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-pecl-apc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-pgsql" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "phpldapadmin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "phpMyAdmin" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "Pound" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "thttpd" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "tiquit" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "web-server", "wordpress" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "window-managers" ], { "force": null, "description": "Simple window managers that aren't part of a larger desktop environment.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Window Managers", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "bbkeys" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "blackbox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "bluetile" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "dwm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "dwm-user" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "fluxbox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "fvwm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "hackedbox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3-doc" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3lock" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3status" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "icewm" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "matchbox-window-manager" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "obconf" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "obmenu" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "openbox" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "ratpoison" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "WindowMaker" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "wmx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "xcompmgr" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "xmonad" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "xmonad-mate" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "workstation-product" ], { "force": null, "description": "Packages mandatory for the workstation product.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Fedora Workstation product core", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "abrt-cli" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "abrt-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "abrt-java-connector" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "acl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "adwaita-qt4" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "adwaita-qt5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "at" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "attr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bash-completion" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bind-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bridge-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "btrfs-progs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bzip2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "chrony" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cifs-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cpio" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "crontabs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cryptsetup" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cyrus-sasl-plain" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "deltarpm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dnf-langpacks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dnf-plugins-core" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dos2unix" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dosfstools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ethtool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "evolution" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "evolution-ews" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "evolution-help" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fedora-productimg-workstation" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fedora-release-workstation" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fedora-user-agent-chrome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "file" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fpaste" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fros-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "git" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "glibc-all-langpacks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "gnome-shell-extension-background-logo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "gnupg2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "google-android-emoji-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "hunspell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-gtk2" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-gtk3" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-hangul" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-kkc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-libpinyin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-libzhuyin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-m17n" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-rawcode" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-typing-booster" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "iptstate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "jwhois" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "logrotate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "lrzsz" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "lsof" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mailcap" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "man-pages" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mcelog" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mdadm" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "microcode_ctl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mlocate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mtr" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "net-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "nfs-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "nmap-ncat" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "nss-mdns" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ntfs-3g" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ntfsprogs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pam_krb5" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pam_pkcs11" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "passwdqc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pciutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pinentry-gnome3" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pinfo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "plymouth" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "polkit" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ppp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "psacct" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qgnomeplatform" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt-settings" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt-x11" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtbase" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtbase-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtdeclarative" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtxmlpatterns" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "quota" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rdist" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "realmd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rhythmbox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rng-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rp-pppoe" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rsync" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "scl-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "seahorse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "setroubleshoot" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "setuptool" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "shotwell" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "sos" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "sssd" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "sudo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "symlinks" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "systemd-udev" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tcpdump" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tcp_wrappers" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "telnet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "time" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "traceroute" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tree" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "unoconv" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "unzip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "usbutils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "vconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "wget" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "which" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "wireless-tools" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "words" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "wvdial" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "zip" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "x-software-development" ], { "force": null, "description": "These packages allow you to develop applications for the X Window System.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "X Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libICE-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libX11-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXaw-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXfixes-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXt-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "freetype-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "gd-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "giflib-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libdmx-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libdrm-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libjpeg-turbo-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libmng-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libpng-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libSM-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libtiff-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXau-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXcomposite-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXcursor-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXdamage-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXdmcp-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXevie-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXext-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXfont-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXft-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libxkbfile-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXmu-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXrandr-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXrender-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXres-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXScrnSaver-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXtst-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXvMC-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXxf86dga-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXxf86misc-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXxf86vm-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "mesa-libGL-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "netpbm-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "pixman-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "SDL-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "Xaw3d-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-docs" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-xtrans-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xrestop" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "icon-naming-utils" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "icon-slicer" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXp-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "mesa-libGLU-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "neXtaw-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-server-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-xbitmaps" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xfce-apps" ], { "force": null, "description": "A set of commonly used applications for the Xfce Desktop", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Applications for the Xfce Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "catfish" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-archive" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-att-remover" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-attachwarner" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-fetchinfo" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-mailmbox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-newmail" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-notification" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-pgp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-rssyl" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-smime" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-spam-report" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-tnef" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-vcalendar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "evince" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "firefox" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "florence" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "galculator" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "geany" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "gparted" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "leafpad" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "orage" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "pidgin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "ristretto" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "seahorse" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "transmission" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "xarchiver" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "xfce4-clipman-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "xfce4-dict-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xfce-desktop" ], { "force": null, "description": "A lightweight desktop environment that works well on low end machines.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Xfce", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "adwaita-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "albatross-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "albatross-gtk3-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "albatross-xfwm4-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "alsa-utils" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "bluebird-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "bluebird-gtk3-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "bluebird-xfwm4-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "blueman" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "desktop-backgrounds-compat" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "firewall-config" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "fros-recordmydesktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-gtk2-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-gtk3-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-xfce4-notifyd-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-xfwm4-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "gtk-xfce-engine" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "gvfs" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-l2tp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-openvpn" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-pptp" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-vpnc" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "openssh-askpass" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "rodent-icon-theme" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "Thunar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "thunar-archive-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "thunar-media-tags-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "thunar-volman" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "tumbler" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-about" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-appfinder" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-datetime-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-panel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-places-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-power-manager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-pulseaudio-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-screenshooter-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-session" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-session-engines" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-settings" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-terminal" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfconf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfdesktop" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfwm4" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfwm4-theme-nodoka" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfwm4-themes" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xscreensaver-base" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "yumex" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xfce-extra-plugins" ], { "force": null, "description": "Extend the functionality of the Xfce panel", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Extra plugins for the Xfce panel", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-battery-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-cpugraph-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-diskperf-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-eyes-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-fsguard-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-genmon-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-mailwatch-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-mount-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-netload-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-sensors-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-systemload-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-taskmanager" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-time-out-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-verve-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-weather-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-whiskermenu-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-xkb-plugin" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfdashboard" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfdashboard-themes" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfpanel-switch" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xfce-media" ], { "force": null, "description": "Multimedia support for Xfce", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Multimedia support for Xfce", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "asunder" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "parole" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "pavucontrol" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "pragha" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "xfburn" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xfce-office" ], { "force": null, "description": "Office suite for Xfce", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Xfce Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-office", "abiword" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-office", "gnumeric" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xfce-software-development" ], { "force": null, "description": "Install these packages in order to develop GTK+ and Xfce graphical applications.", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Xfce Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "libxfce4ui-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "libxfce4util-devel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "exo-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "garcon-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "Thunar-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "tumbler-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfce4-dev-tools" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfce4-panel-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfconf-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfce4-session-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xmonad" ], { "force": null, "description": "A tiling window manager", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "XMonad", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad", "xmobar" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xmonad", "xmonad" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "xmonad-mate" ], { "force": null, "description": "XMonad window manager with MATE", "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "XMonad for MATE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "mate-control-center" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "mate-panel" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "mate-screensaver" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "xmonad-mate" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "yiddish-support" ], { "force": null, "description": null, "uservisible": false, "is_default": false, "biarchonly": false, "display_name": "Yiddish Support", "langonly": "yi" } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "dejavu-sans-fonts" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-aharoni-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-caladings-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-david-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-drugulin-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-ellinia-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-frank-ruehl-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-hadasim-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-keteryg-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-miriam-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-miriam-mono-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-nachlieli-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-simple-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-stamashkenaz-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-stamsefarad-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-yehuda-clm-fonts" ], { "type": "default", "force": null, "basearchonly": false } ] +] diff --git a/tests/test_cli/data/comps-example.yumcomps.calls b/tests/test_cli/data/comps-example.yumcomps.calls index 4f2c4aed..a6d2e29b 100644 --- a/tests/test_cli/data/comps-example.yumcomps.calls +++ b/tests/test_cli/data/comps-example.yumcomps.calls @@ -1,5200 +1,5202 @@ -[call.groupListAdd('tag', '3d-printing', description='3D printing software', display_name='3D Printing', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', '3d-printing', 'openscad-MCAD', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'cura-lulzbot', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'slic3r', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'printrun', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'openscad', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'meshlab', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'admesh', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'cura', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'blender', force=None, type='default'), - call.groupPackageListAdd('tag', '3d-printing', 'RepetierHost', force=None, type='optional'), - call.groupPackageListAdd('tag', '3d-printing', 'sfact', force=None, type='optional'), - call.groupPackageListAdd('tag', '3d-printing', 'repsnapper', force=None, type='optional'), - call.groupPackageListAdd('tag', '3d-printing', 'skeinforge', force=None, type='optional'), - call.groupListAdd('tag', 'arm-tools', description='Tools for working with arm systems', display_name='ARM Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'arm-tools', 'cloud-utils-growpart', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'arm-tools', 'fedora-arm-installer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'arm-tools', 'uboot-images-armv7', force=None, type='mandatory'), - call.groupListAdd('tag', 'sugar-apps', description='Additional activities for use with the Sugar Environment.', display_name='Additional Sugar Activities', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-calendario', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-pukllanapac', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-playgo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-implode', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-analyze', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-flipsticks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-connect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-emulator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-xomail', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-distance', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-apps', 'sugar-view-slides', force=None, type='mandatory'), - call.groupListAdd('tag', 'admin-tools', description='This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware.', display_name='Administration Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'admin-tools', 'authconfig-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'gnome-disk-utility', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'fros-recordmydesktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'system-config-users', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'setroubleshoot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'system-config-keyboard', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'recordmydesktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'system-config-language', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'system-config-date', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'admin-tools', 'abrt-desktop', force=None, type='mandatory'), - call.groupListAdd('tag', 'anaconda-tools', description='', display_name='Anaconda tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'anaconda-tools', 'cryptsetup', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'xfsprogs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'lvm2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 's390utils-base', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'dosfstools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 's390utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'iscsi-initiator-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'mdadm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'dmraid', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'mactel-boot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'gfs2-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'reiserfs-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'dracut-network', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'shim', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'grub2-efi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'btrfs-progs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'extlinux-bootloader', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'grub2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'ntfsprogs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'realmd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'efibootmgr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'authconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'device-mapper-multipath', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'kexec-tools-anaconda-addon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'glibc-all-langpacks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'fcoe-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'firewalld', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'e2fsprogs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'chrony', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'syslinux-extlinux', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'teamd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'anaconda-tools', 'hfsplus-tools', force=None, type='mandatory'), - call.groupListAdd('tag', 'ansible-node', description='This group contains packages necessary for the system to be controlled by Ansible.', display_name='Ansible node', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'ansible-node', 'python2-dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ansible-node', 'libselinux-python', force=None, requires='selinux-policy', type='conditional'), - call.groupListAdd('tag', 'hawaii-apps', description='A set of commonly used applications for the Hawaii Desktop', display_name='Applications for the Hawaii Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'hawaii-apps', 'eyesight', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-apps', 'transmission-qt', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxde-apps', description='A set of commonly used applications for the LXDE Desktop', display_name='Applications for the LXDE Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxde-apps', 'midori', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-apps', 'transmission', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-apps', 'pidgin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-apps', 'sylpheed', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxqt-apps', description='A set of commonly used applications for the LXQt Desktop', display_name='Applications for the LXQt Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxqt-apps', 'transmission-qt', force=None, type='mandatory'), - call.groupListAdd('tag', 'xfce-apps', description='A set of commonly used applications for the Xfce Desktop', display_name='Applications for the Xfce Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xfce-apps', 'firefox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-mailmbox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'evince', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-archive', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'florence', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-vcalendar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-pgp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'geany', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'galculator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-rssyl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'gparted', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'ristretto', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'catfish', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-fetchinfo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'pidgin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'leafpad', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-newmail', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-att-remover', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'xfce4-dict-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'xarchiver', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'seahorse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'xfce4-clipman-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'transmission', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-notification', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-smime', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-spam-report', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'orage', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-tnef', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-apps', 'claws-mail-plugins-attachwarner', force=None, type='mandatory'), - call.groupListAdd('tag', 'arabic-support', description='', display_name='Arabic Support', force=None, is_default=False, langonly='ar', uservisible=False), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-titlel-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-office-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-naskh-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-farsi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-one-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-art-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-qurn-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-decorative-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-title-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-pen-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'paktype-naqsh-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'dejavu-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-letter-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-poster-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-book-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'dejavu-sans-mono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-screen-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'paktype-tehreer-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'kacst-digital-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'arabic-support', 'sil-scheherazade-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'arabic-support', 'scim-tables-arabic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'arabic-support', 'sil-lateef-fonts', force=None, type='optional'), - call.groupListAdd('tag', 'assamese-support', description='', display_name='Assamese Support', force=None, is_default=False, langonly='as', uservisible=False), - call.groupPackageListAdd('tag', 'assamese-support', 'lohit-assamese-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'assamese-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'assamese-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'assamese-support', 'google-noto-sans-bengali-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'assamese-support', 'google-noto-sans-bengali-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'assamese-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'audio', description='Various tools for audio synthesis and music production.', display_name='Audio Production', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'audio', 'lv2-vocoder-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'seq24', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'xsynth-dssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ardour5', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'non-sequencer', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-zynadd-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ams', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'opus-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'zynaddsubfx', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'mscore', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'non-session-manager', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'timidity++', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'amsynth', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'zita-rev1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'qsynth', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'qastools', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-invada-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jack-audio-connection-kit-dbus', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-plugins-usbstream', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jack-rack', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsamixergui', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'harmonyseq', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-tap-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'guitarix', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'arpage', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-newtonator', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'tuxguitar', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-ll-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-plugins-upmix', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-fil-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jack_capture', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'mup', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-kn0ck0ut', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-mcp-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladish', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'aj-snapshot', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'rakarrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-swh-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'frescobaldi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-fil-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jackctlmmc', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-amb-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'idjc', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jmeters', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-vco-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-autotalent-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'multimedia-menus', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'sbc', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-sorcer', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'kernel-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'rtirq', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'audacity', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-c++-tools ', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lash', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lilypond', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'radium-compressor', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'monobristol', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-fomp-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'realTimeConfigQuickScan', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-plugins-jack', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'a2jmidid', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'fluid-soundfont-gm', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'synthv1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'qjackctl', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'non-mixer', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'yoshimi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jack-audio-connection-kit', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'hexter-dssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-swh-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'calf', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jamin', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'zita-at1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-avw-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-blop-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-drumkv1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'muse', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'nekobee-dssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-plugins-vdownmix', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-triceratops', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'tinycompress-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'Add64', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'fluidsynth', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'qmidiarp', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-samplv1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'hydrogen', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'japa', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'qtractor', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'whysynth-dssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'non-daw', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-abGate', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'sooperlooper', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-synthv1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'fluidsynth-dssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'bristol', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-artyfx-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'jaaa', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-x42-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2dynparam', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-cmt-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'zynjacku', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-plugins-samplerate', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'alsa-ucm', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'ladspa-rev-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'dssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'swami', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'drumkv1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'lv2-fabla', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'rosegarden4', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'vmpk', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'samplv1', force=None, type='default'), - call.groupPackageListAdd('tag', 'audio', 'gladish', force=None, type='default'), - call.groupListAdd('tag', 'authoring-and-publishing', description='These tools allow you to create documents in the DocBook format and convert them into HTML, PDF, Postscript, and text.', display_name='Authoring and Publishing', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'xhtml1-dtds', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook-style-dsssl', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'texlive-kerkis', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook5-style-xsl', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook-utils-pdf', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook-slides', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'linuxdoc-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'texlive', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook-style-xsl', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'texlive-cm-lgc', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'xmlto', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook5-schemas', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'tex-fonts-hebrew', force=None, type='default'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'kbibtex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'texlive-xdvi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'xmlcopyeditor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'abcm2ps', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'kile', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'tex-zfuzz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'pandoc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'txt2rss', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'ooo2txt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'html401-dtds', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'python-docutils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'dblatex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'BibTool', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'latex-mk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'scribus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'texlive-latex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'lout', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'latexmk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'python-manuel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'docbook2X', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'w3c-markup-validator', force=None, type='optional'), - call.groupPackageListAdd('tag', 'authoring-and-publishing', 'lilypond', force=None, type='optional'), - call.groupListAdd('tag', 'basic-desktop', description='Basic X Window System with a choice of window manager.', display_name='Basic Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'basic-desktop', 'fedora-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'qtile', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'i3', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'openbox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'adwaita-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'xmonad-basic', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'metacity', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'adwaita-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'ratpoison', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'awesome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'lightdm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'basic-desktop', 'dwm', force=None, type='mandatory'), - call.groupListAdd('tag', 'web-server', description='These tools allow you to run a Web server on the system.', display_name='Basic Web Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'web-server', 'httpd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'web-server', 'php', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'mod_ssl', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'webalizer', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'php-ldap', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'squid', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'mod_perl', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'crypto-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'php-mysqlnd', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'httpd-manual', force=None, type='default'), - call.groupPackageListAdd('tag', 'web-server', 'phpMyAdmin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'mod_auth_kerb', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'phpldapadmin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'tiquit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'mediawiki', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'php-pgsql', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'mod_fcgid', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'mod_xsendfile', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'cherokee', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'lighttpd-fastcgi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'wordpress', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'dap-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'php-odbc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'php-pecl-apc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'mod_security', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'lighttpd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'apachetop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'boa', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'perl-HTML-Mason', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'mod_geoip', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'thttpd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'Pound', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'awstats', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'ocspd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'perl-Kwiki', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'drupal7', force=None, type='optional'), - call.groupPackageListAdd('tag', 'web-server', 'moin', force=None, type='optional'), - call.groupListAdd('tag', 'bengali-support', description='', display_name='Bengali Support', force=None, is_default=False, langonly='bn', uservisible=False), - call.groupPackageListAdd('tag', 'bengali-support', 'lohit-bengali-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'bengali-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'bengali-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'bengali-support', 'google-noto-sans-bengali-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'bengali-support', 'google-noto-sans-bengali-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'bengali-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'bhutanese-support', description='', display_name='Bhutanese Support', force=None, is_default=False, langonly='dz', uservisible=False), - call.groupPackageListAdd('tag', 'bhutanese-support', 'jomolhari-fonts', force=None, type='mandatory'), - call.groupListAdd('tag', 'bodo-support', description='', display_name='Bodo Support', force=None, is_default=False, langonly='brx', uservisible=False), - call.groupPackageListAdd('tag', 'bodo-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'bodo-support', 'samyak-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'bodo-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'bodo-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'bodo-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'bodo-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'books', description='Books and Guides for Fedora users and developers', display_name='Books and Guides', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'books', 'diveintopython', force=None, type='default'), - call.groupPackageListAdd('tag', 'books', 'ldd-pdf', force=None, type='default'), - call.groupListAdd('tag', 'buildsys-build', description='', display_name='Buildsystem building group', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'buildsys-build', 'tar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'xz', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'sed', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'findutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'bzip2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'redhat-rpm-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'make', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'shadow-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'coreutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'which', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'gcc-c++', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'unzip', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'fedora-release', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'cpio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'gawk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'gcc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'util-linux', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'bash', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'info', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'grep', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'diffutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'patch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'rpm-build', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'buildsys-build', 'gzip', force=None, type='mandatory'), - call.groupListAdd('tag', 'c-development', description='These tools include core development tools such as automake, gcc and debuggers.', display_name='C Development Tools and Libraries', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'c-development', 'flex', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'gcc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'glibc-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'strace', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'make', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'pkgconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'automake', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'gdb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'bison', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'libtool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'autoconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'gcc-c++', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'binutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'c-development', 'ltrace', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'byacc', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'indent', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'elfutils', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'valgrind', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'ccache', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'ctags', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'oprofile', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'cscope', force=None, type='default'), - call.groupPackageListAdd('tag', 'c-development', 'cproto', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'cbmc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'cmake', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'undertaker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'elfinfo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'insight', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'splint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'ElectricFence', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'yasm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'scons', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'coan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'scorep', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'pscan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'remake', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'zzuf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'astyle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'check', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'trinity', force=None, type='optional'), - call.groupPackageListAdd('tag', 'c-development', 'nasm', force=None, type='optional'), - call.groupListAdd('tag', 'cinnamon-desktop', description='Cinnamon provides a desktop with a traditional layout, advanced features, easy to use, powerful and flexible.', display_name='Cinnamon', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'setroubleshoot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gnome-disk-utility', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'firefox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gvfs-smb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-libreswan-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gedit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'blueman', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'evince', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gnome-system-monitor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'alsa-plugins-pulseaudio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'nemo-fileroller', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gnome-backgrounds', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gvfs-mtp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-vpnc-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-adsl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'fedora-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-openconnect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-openvpn-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'xdg-user-dirs-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gnome-screenshot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'imsettings-cinnamon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'abrt-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'abrt-java-connector', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-l2tp-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-iodine-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-bluetooth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gnome-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'cinnamon-screensaver', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'lightdm-gtk-greeter-settings', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gnome-calculator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'sane-backends-drivers-scanners', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gvfs-gphoto2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'icedtea-web', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-wifi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'metacity', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'shotwell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-wwan', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'cinnamon-control-center', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'eog', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'fros-recordmydesktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'system-config-printer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'redshift', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'simple-scan', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'gvfs-archive', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'thunderbird', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'NetworkManager-pptp-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'nemo-preview', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'brasero', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'cinnamon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'f24-backgrounds-base', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'nemo-image-converter', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'nm-connection-editor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cinnamon-desktop', 'lightdm-gtk', force=None, type='mandatory'), - call.groupListAdd('tag', 'cloud-infrastructure', description='Infrastructure packages for cloud computing.', display_name='Cloud Infrastructure', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'iwhd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'sheepdog', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'hail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'ceph', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'glusterfs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'tabled', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'euca2ools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'imagefactory', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-infrastructure', 'StarCluster', force=None, type='optional'), - call.groupListAdd('tag', 'cloud-management', description='Software to manage servers and system images that run in "cloud" environments', display_name='Cloud Management Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'cloud-management', 'cloud-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins-TinMan', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins-EC2-JEOS-images', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins-Rackspace', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins-OpenStack', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'rubygem-amazon-ec2', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'python-libcloud', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'python-boto', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins-EC2', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'imagefactory-plugins-Rackspace-JEOS-images', force=None, type='default'), - call.groupPackageListAdd('tag', 'cloud-management', 'python-openstackclient', force=None, type='optional'), - call.groupPackageListAdd('tag', 'cloud-management', 'rubygem-amazon-ec2-doc', force=None, type='optional'), - call.groupListAdd('tag', 'cloud-server', description='Software for servers and system images that run in "cloud" environments', display_name='Cloud Server Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'cloud-server', 'rsync', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'dracut-config-generic', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'tar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'grubby', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'syslinux-extlinux', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'heat-cfntools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'cloud-init', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'cloud-utils-growpart', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'cloud-server', 'fedora-release-cloud', force=None, type='mandatory'), - call.groupListAdd('tag', 'networkmanager-submodules', description='This group contains NetworkManager submodules that are commonly used, but may not be wanted in some streamlined configurations.', display_name='Common NetworkManager Submodules', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'networkmanager-submodules', 'NetworkManager-wwan', force=None, type='default'), - call.groupPackageListAdd('tag', 'networkmanager-submodules', 'NetworkManager-wifi', force=None, type='default'), - call.groupPackageListAdd('tag', 'networkmanager-submodules', 'NetworkManager-bluetooth', force=None, type='default'), - call.groupListAdd('tag', 'container-management', description='Tools for managing Linux containers', display_name='Container Management', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'container-management', 'docker', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'container-management', 'docker-cockpit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'container-management', 'docker-registry', force=None, type='optional'), - call.groupPackageListAdd('tag', 'container-management', 'fedora-dockerfiles', force=None, type='optional'), - call.groupListAdd('tag', 'core', description='Smallest possible installation', display_name='Core', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'core', 'openssh-clients', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'less', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'iputils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'sudo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'parted', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'kbd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'iproute', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'dhcp-client', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'selinux-policy-targeted', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'curl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'rpm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'vim-minimal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'systemd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'glibc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'hostname', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'shadow-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'coreutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'bash', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'man-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'policycoreutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'procps-ng', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'ncurses', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'grubby', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'util-linux', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'cronie', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'basesystem', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'audit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'rootfiles', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'dnf-yum', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'setup', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'e2fsprogs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'openssh-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'initscripts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'plymouth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'filesystem', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'passwd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'core', 'dnf-plugins-core', force=None, type='default'), - call.groupPackageListAdd('tag', 'core', 'dracut-config-rescue', force=None, type='default'), - call.groupPackageListAdd('tag', 'core', 'firewalld', force=None, type='default'), - call.groupPackageListAdd('tag', 'core', 'authconfig', force=None, type='default'), - call.groupPackageListAdd('tag', 'core', 'NetworkManager', force=None, type='default'), - call.groupPackageListAdd('tag', 'core', 'ppc64-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'core', 'initial-setup', force=None, type='optional'), - call.groupPackageListAdd('tag', 'core', 'uboot-images-armv7', force=None, type='optional'), - call.groupPackageListAdd('tag', 'core', 'uboot-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'core', 'dracut-config-generic', force=None, type='optional'), - call.groupListAdd('tag', 'critical-path-apps', description='A set of applications that are considered critical path', display_name='Critical Path (Applications)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-apps', 'thunderbird', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-apps', 'evolution', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-apps', 'firefox', force=None, type='default'), - call.groupListAdd('tag', 'critical-path-base', description='A set of packages that provide the shared platform for Critical Path functionality on all Fedora spins', display_name='Critical Path (Base)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-base', 'pungi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'kernel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'redhat-rpm-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'initial-setup', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'createrepo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'mash', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'dash', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'rpm-build', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'yum', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'anaconda', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'NetworkManager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'dracut', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'gcc-c++', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-base', 'livecd-tools', force=None, type='mandatory'), - call.groupListAdd('tag', 'critical-path-gnome', description='A set of packages that provide the Critical Path functionality for the GNOME desktop', display_name='Critical Path (GNOME)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-nouveau', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-server-Xorg', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gnome-themes-standard', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-libinput', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'control-center', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gnome-session-xsession', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gnome-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-evdev', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-intel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-qxl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-vesa', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-xinit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gnome-shell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-ati', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-drv-fbdev', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gvfs-fuse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'dconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'xorg-x11-xauth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gdm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gnome-bluetooth', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'nautilus', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'pulseaudio-module-x11', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'libcanberra-gtk3', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'avahi', force=None, type='default'), - call.groupPackageListAdd('tag', 'critical-path-gnome', 'gnome-software', force=None, type='default'), - call.groupListAdd('tag', 'critical-path-hawaii', description='A set of packages that provide the Critical Path functionality for the Hawaii desktop', display_name='Critical Path (Hawaii)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-hawaii', 'sddm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-hawaii', 'hawaii-shell', force=None, type='mandatory'), - call.groupListAdd('tag', 'critical-path-kde', description='A set of packages that provide the Critical Path functionality for the KDE desktop', display_name='Critical Path (KDE)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-kde', 'sddm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-kde', 'kdelibs', force=None, type='mandatory'), - call.groupListAdd('tag', 'critical-path-lxde', description='A set of packages that provide the Critical Path functionality for the LXDE desktop', display_name='Critical Path (LXDE)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-lxde', 'lxde-common', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-lxde', 'notification-daemon', force=None, type='default'), - call.groupListAdd('tag', 'critical-path-lxqt', description='A set of packages that provide the Critical Path functionality for the LXQt desktop', display_name='Critical Path (LXQt)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-lxqt', 'lxqt-common', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-lxqt', 'notification-daemon', force=None, type='default'), - call.groupListAdd('tag', 'critical-path-xfce', description='A set of packages that provide the Critical Path functionality for the Xfce desktop', display_name='Critical Path (Xfce)', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'critical-path-xfce', 'xfce4-session', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'critical-path-xfce', 'xfce4-settings', force=None, type='mandatory'), - call.groupListAdd('tag', 'd-development', description='These include development tools and libraries such as ldc, and geany-tag.', display_name='D Development Tools and Libraries', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'd-development', 'ldc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ldc-druntime', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'make', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'pkgconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ldc-phobos-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ldc-druntime-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ctags', force=None, type='default'), - call.groupPackageListAdd('tag', 'd-development', 'indent', force=None, type='default'), - call.groupPackageListAdd('tag', 'd-development', 'geany', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'cmake', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'derelict-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'insight', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'nemiver', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'gl3n-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'astyle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'uncrustify', force=None, type='optional'), - call.groupListAdd('tag', 'dns-server', description='This package group allows you to run a DNS name server (BIND) on the system.', display_name='DNS Name Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'dns-server', 'bind-chroot', force=None, type='default'), - call.groupPackageListAdd('tag', 'dns-server', 'pdns', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'unbound', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'bind', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'nsd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'rbldnsd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'ldns', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'pdns-recursor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dns-server', 'dnsperf', force=None, type='optional'), - call.groupListAdd('tag', 'design-suite', description='These packages are targeted towards professional designers, and are related to graphics, web and animation.', display_name='Design Suite', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'design-suite', 'krita', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'font-manager', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'aajohan-comfortaa-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'pdfmod', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'pitivi', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'gpick', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'inkscape', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'phatch', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'synfigstudio', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'fontforge', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'astigmatic-grand-hotel-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'pdfshuffler', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'colord-extra-profiles', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'adobe-source-sans-pro-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'optipng', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'blender', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'julietaula-montserrat-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'google-roboto-slab-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'shotwell', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'screenruler', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'mypaint', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'darktable', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'sparkleshare', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'hugin', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'GraphicsMagick', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'lato-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'overpass-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'entangle', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'xournal', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'open-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'campivisivi-titillium-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'dia', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'shutter', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'audacity', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'google-roboto-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'nautilus-image-converter', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'google-roboto-condensed-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'typetype-molot-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'scribus', force=None, type='default'), - call.groupPackageListAdd('tag', 'design-suite', 'pngcrush', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'pencil', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'openclipart', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'ImageMagick', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'geeqie', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'YafaRay', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'rapid-photo-downloader', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'calligra-karbon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'LuxRender', force=None, type='optional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-fourier-plugin', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-lensfun', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-normalmap', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gmic-gimp', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'YafaRay-blender', force=None, requires='blender', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-high-pass-filter', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'inkscape-psd', force=None, requires='inkscape', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'inkscape-sozi', force=None, requires='inkscape', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-separate+', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-resynthesizer', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimpfx-foundry', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-data-extras', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-layer-via-copy-cut', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-help', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-elsamuko', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'sane-backends-drivers-scanners', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-dbp', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-lqr-plugin', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-paint-studio', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-help-browser', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'xsane-gimp', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'inkscape-table', force=None, requires='inkscape', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-wavelet-denoise-plugin', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-save-for-web', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-dds-plugin', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'gimp-gap', force=None, requires='gimp', type='conditional'), - call.groupPackageListAdd('tag', 'design-suite', 'LuxRender-blender', force=None, requires='blender', type='conditional'), - call.groupListAdd('tag', 'development-libs', description='The packages in this group are core libraries needed to develop applications.', display_name='Development Libraries', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'development-libs', 'zlib-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-libs', 'glibc-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-libs', 'readline-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-libs', 'ncurses-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-libs', 'bzip2-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-libs', 'pam-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-libs', 'lockdev-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'cyrus-sasl-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'pciutils-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'openldap-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'slang-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'python-ldap', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'gmp-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libcurl-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'python-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'openssl-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libselinux-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'rpm-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'boost-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'perl-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'dbus-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libdb-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libcap-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libacl-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libattr-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'binutils-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'krb5-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libuser-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'hesiod-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libogg-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'pcsc-lite-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libvorbis-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'libxml2-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-libs', 'poco-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'mpir-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'check-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gupnp-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'iml-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gpm-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'linbox-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'geoclue-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'libdwarf-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gmp-ecm-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'ffcall', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'python-ZODB3-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'm4ri-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'coolkey-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'lexertl-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'libusbx-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'DSDP-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gdbm-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'poco-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gf2x-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'expat-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gypsy-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'gssdp-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'm4rie-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'newt-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'libedit-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-libs', 'givaro-devel', force=None, type='optional'), - call.groupListAdd('tag', 'development-tools', description='These tools include general development tools such as git and CVS.', display_name='Development Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'development-tools', 'gettext', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'development-tools', 'patchutils', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'git', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'systemtap', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'diffstat', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'cvs', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'patch', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'subversion', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'doxygen', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'rcs', force=None, type='default'), - call.groupPackageListAdd('tag', 'development-tools', 'gitg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'dejagnu', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'quilt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'cvs2cl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'svn2cl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'utrac', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'cvsps', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'nemiver', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'git2cl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'translate-toolkit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'manedit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'gtranslator', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'scanmem', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'qgit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'robodoc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'rapidsvn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'subunit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'meld', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'monotone', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'archmage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'tailor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'buildbot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'tkcvs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'tortoisehg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'giggle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'darcs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'tig', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'bzr', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'git-cola', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'gambas3-ide', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'mercurial', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'git-annex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'cvsgraph', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'mr', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'highlight', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'lcov', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'colordiff', force=None, type='optional'), - call.groupPackageListAdd('tag', 'development-tools', 'expect', force=None, type='optional'), - call.groupListAdd('tag', 'dial-up', description='', display_name='Dial-up Networking Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'dial-up', 'ppp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'dial-up', 'NetworkManager-adsl', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'ModemManager', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'linux-atm', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'minicom', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'isdn4k-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'lrzsz', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'wvdial', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'rp-pppoe', force=None, type='default'), - call.groupPackageListAdd('tag', 'dial-up', 'pptp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dial-up', 'statserial', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dial-up', 'efax', force=None, type='optional'), - call.groupListAdd('tag', 'directory-server', description='Machine and user identity servers.', display_name='Directory Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'directory-server', 'ypserv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', '389-console', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', 'idm-console-framework', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', 'migrationtools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', 'openldap-servers', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', '389-ds-base', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', '389-dsgw', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', 'samba', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', '389-ds-console', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', 'krb5-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'directory-server', '389-admin-console', force=None, type='optional'), - call.groupListAdd('tag', 'dogri-support', description='', display_name='Dogri Support', force=None, is_default=False, langonly='doi', uservisible=False), - call.groupPackageListAdd('tag', 'dogri-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'dogri-support', 'samyak-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogri-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogri-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogri-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogri-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'dogtag', description='Enterprise-class open source Certificate Authority', display_name='Dogtag Certificate System', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'dogtag', 'pki-ca', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'dogtag', 'pki-kra', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogtag', 'pki-ocsp', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogtag', 'pki-console', force=None, type='default'), - call.groupPackageListAdd('tag', 'dogtag', 'pki-javadoc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dogtag', 'pki-tks', force=None, type='optional'), - call.groupPackageListAdd('tag', 'dogtag', 'pki-tps', force=None, type='optional'), - call.groupListAdd('tag', 'domain-client', description='Support for joining a FreeIPA or Active Directory Domain', display_name='Domain Membership', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'domain-client', 'samba-winbind', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'domain-client', 'oddjob-mkhomedir', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'domain-client', 'adcli', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'domain-client', 'sssd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'domain-client', 'samba-common-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'domain-client', 'freeipa-client', force=None, type='mandatory'), - call.groupListAdd('tag', 'editors', description='Sometimes called text editors, these are programs that allow you to create and edit text files. This includes Emacs and Vi.', display_name='Editors', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'editors', 'xemacs-packages-extra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'nedit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'zile', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'xmlcopyeditor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'emacs-bbdb', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'geany', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'emacs-ess', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'emacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'jed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'psgml', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'code-editor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'emacs-vm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'gobby', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'leafpad', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'joe', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'cssed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'vim-X11', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'vim-enhanced', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'xemacs-xft', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'xemacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'xemacs-packages-base', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'poedit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'editors', 'emacs-auctex', force=None, type='optional'), - call.groupListAdd('tag', 'education', description='Educational software for learning', display_name='Educational Software', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'education', 'genchemlab', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'skychart', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'ktouch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kmplot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'klettres', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'glglobe', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'gcompris', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'rocs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'drgeo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'parley', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kiten', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kalgebra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'drgeo-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'cantor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kstars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kbruch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'nightview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'childsplay', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'anki', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'gtypist', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'moodle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'corrida', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'mnemosyne', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'step', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kgeography', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'blinken', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kig', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'pairs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'saoimage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kanagram', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kalzium', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'marble', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kwordquiz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'fantasdic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'stellarium', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'kturtle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'vmpk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'tuxtype2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'education', 'khangman', force=None, type='optional'), - call.groupListAdd('tag', 'electronic-lab', description='Design and simulation tools for hardware engineers', display_name='Electronic Lab', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'electronic-lab', 'archimedes', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'xorg-x11-fonts-ISO8859-9-100dpi', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-cdt', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'ngspice', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dia-electric2', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avrdude', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dia-CMOS', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'emacs-vregs-mode', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'tkgate', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'arduino', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gspiceui', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dia-Digital', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'picprog', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gsim85', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pcb', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'covered', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dia-electronic', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'drawtiming', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Perlilog', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avr-gcc-c++', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'mcu8051ide', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'vhd2vl', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'LabPlot', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avarice', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'emacs-verilog-mode', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'sigrok-cli', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-epic', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'tetex-IEEEtran', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'rtl-sdr', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'magic', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'xcircuit', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'sk2py', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'netgen', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gnucap', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-veditor', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'teal', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pikloops', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dgc', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avr-gdb', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'irsim', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-SystemC-Vregs', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'hct', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'sigrok-firmware-fx2lafw', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'picocom', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avr-binutils', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'acpica-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-eclox', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Verilog-Perl', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gerbv', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Verilog-Readmem', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'vrq', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'qucs', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dfu-programmer', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'xorg-x11-fonts-Type1', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'tkcvs', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pulseview', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pharosc-alliance', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gplcver', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-subclipse', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Verilog-CodeGen', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'ghdl', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'tclspice', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-ModelSim-List', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'alliance', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Hardware-Vhdl-Lexer', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-dltk-tcl', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'CUnit', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'uisp', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'dinotrace', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Hardware-Vhdl-Tidy', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pharosc-magic', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'ghc-chalmers-lava2000-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pharosc-synopsys', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gresistor', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pharosc', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'linsmith', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'espresso-ab', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gr-osmosdr', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-SystemPerl', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gnuradio', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'icaro', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pharosc-xcircuit', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'hiredis', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'toped', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avr-gcc', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gnusim8085', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'python-myhdl', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'geda-gaf', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'avra', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'pikdev', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'ktechlab', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gtkwave', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'xorg-x11-fonts-ISO8859-1-100dpi', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'flterm', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'verilator', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'sdcc', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eclipse-texlipse', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'kicad', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'cgnslib', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gpsim', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'eqntott', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'piklab', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'xorg-x11-fonts-100dpi', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'electric', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'fped', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'iverilog', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'fritzing', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Hardware-Verilog-Parser', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'perl-Hardware-Vhdl-Parser', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'nesc', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gds2pov', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'openocd', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'mot-adms', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'magic-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'smartsim', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'freeDiameter', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'emacs-dinotrace', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'qtoctave', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gtkterm', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'srecord', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'gputils', force=None, type='default'), - call.groupPackageListAdd('tag', 'electronic-lab', 'freehdl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'electronic-lab', 'kdesvn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'electronic-lab', 'rfdump', force=None, type='optional'), - call.groupPackageListAdd('tag', 'electronic-lab', 'minicom', force=None, type='optional'), - call.groupListAdd('tag', 'engineering-and-scientific', description='This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion.', display_name='Engineering and Scientific', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'wxMaxima', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gnuplot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'python2-scipy', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'speedcrunch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'xfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'python2-matplotlib', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'units', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'R', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'octave', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'texmaker', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'transfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gsl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gsl-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'maxima', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'symmetrica', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'netcdf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'wise2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cvc3-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'TOPCOM', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'pypop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'kst', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'polymake', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'lapack', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'dx-samples', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'opencv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'bliss', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'atlas', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'sympy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'polybori-ipbori', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'normaliz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'polybori', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'flint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'dx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'chemtool', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'jnormaliz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'alt-ergo-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'tcd-utils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'picosat-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cudd-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'ltl2ba', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'paraview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'flocq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'veusz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'wvs-data', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'hmmer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'qepcad-B', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'vaspview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'ncview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'csdp-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gromacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'zenon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gdl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'genus2reduction', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'genius', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'eclib', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gappalib-coq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'routino', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'kpolynome', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'bowtie', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'ginac', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cvc3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'xgap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'bwa', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gappa', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'libctl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'EMBOSS', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gridengine', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'maxima-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'python2-networkx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'coq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'coq-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'GMT-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'latte-integrale', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'hdf5', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'seaview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'openbabel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'azove', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cudd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'python2-biopython', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'mona-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'fflas-ffpack-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'GMT-coastlines-full', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'stix-math-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'lagan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'wgrib2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'GMT-coastlines-high', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'csdp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'coq-coqide', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'linbox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gabedit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'meataxe', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'xtide', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cvc3-xemacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'grads', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'alt-ergo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'tgif', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'why3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cvc3-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cddlib', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'qalculate-gtk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cantor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'glimmer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'vinci', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'python2-theano', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'geomview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'ncl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gromacs-openmpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'nco', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'mpfi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'grace', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'GMT', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'xdrawchem', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'mona', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'tideEditor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'hdf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'qalculate-kde', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cryptominisat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'stp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'root', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'libmatheval', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'frama-c', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', '4ti2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gpredict', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'python2-cvxopt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'blas', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cantor-R', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'plotutils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'picosat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'minisat2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'polybori-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gfan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'TeXmacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'galculator', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'brial', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'fastx_toolkit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'freefem++', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'E', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'pvs-sbcl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cvc4', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'mona-examples', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'Macaulay2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'cvc3-emacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'gnome-chemistry-utils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'mona-xemacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'automaton-javadoc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'why', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'sextractor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'rrdtool', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'automaton', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'coq-emacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'malaga', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'mona-emacs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'jmol', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'SIBsim4', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'libtcd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'qtoctave', force=None, type='optional'), - call.groupPackageListAdd('tag', 'engineering-and-scientific', 'wgrib', force=None, type='optional'), - call.groupListAdd('tag', 'enlightenment-desktop', description='Enlightenment is a lean, fast, modular and very extensible windowed desktop environment.', display_name='Enlightenment', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'enlightenment-desktop', 'elementary', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'enlightenment-desktop', 'enlightenment', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'enlightenment-desktop', 'efl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'enlightenment-desktop', 'terminology', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'enlightenment-desktop', 'evas-generic-loaders', force=None, type='mandatory'), - call.groupListAdd('tag', 'epiphany', description='Epiphany Web Browser for GNOME', display_name='Epiphany Web Browser', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'epiphany', 'epiphany', force=None, type='mandatory'), - call.groupListAdd('tag', 'ethiopic-support', description='', display_name='Ethiopic Support', force=None, is_default=False, langonly='am', uservisible=False), - call.groupPackageListAdd('tag', 'ethiopic-support', 'google-noto-sans-ethiopic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'sil-abyssinica-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'scim-tables-amharic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-wookianos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-yigezu-bisrat-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-hiwua-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-tint-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-fantuwua-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-yigezu-bisrat-goffer-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-yebse-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-jiret-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'senamirmir-washra-zelan-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ethiopic-support', 'xorg-x11-fonts-ethiopic', force=None, type='optional'), - call.groupListAdd('tag', 'gnome-games', description='A variety of games for the GNOME Desktop', display_name='Extra games for the GNOME Desktop', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-chess', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-robots', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'hitori', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-klotski', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'lightsoff', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'tali', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-nibbles', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-tetravex', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-sudoku', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'swell-foop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-mines', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'iagno', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'five-or-more', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'quadrapassel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-taquin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'four-in-a-row', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-games', 'gnome-mahjongg', force=None, type='mandatory'), - call.groupListAdd('tag', 'xfce-extra-plugins', description='Extend the functionality of the Xfce panel', display_name='Extra plugins for the Xfce panel', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfdashboard-themes', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfpanel-switch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-time-out-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-xkb-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-fsguard-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-weather-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-mailwatch-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-verve-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-genmon-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-taskmanager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-systemload-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-netload-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-battery-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-diskperf-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-whiskermenu-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-sensors-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-cpugraph-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-mount-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfce4-eyes-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-extra-plugins', 'xfdashboard', force=None, type='mandatory'), - call.groupListAdd('tag', 'ftp-server', description='These tools allow you to run an FTP server on the system.', display_name='FTP Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'ftp-server', 'vsftpd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ftp-server', 'proftpd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ftp-server', 'pure-ftpd', force=None, type='optional'), - call.groupListAdd('tag', 'eclipse', description='Integrated Development Environments based on Eclipse.', display_name='Fedora Eclipse', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-cdt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-jdt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn-tasks-web', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn-context-cdt', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn-tasks-bugzilla', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-pde', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-dtp', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn-context-java', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mpc', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-fedorapackager', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-oprofile', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-subclipse', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-packagekit', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-changelog', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn-tasks-trac', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-egit', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-collabnet-merge', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-pydev', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-rpm-editor', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-valgrind', force=None, type='default'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-rpmstubby', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-quickrex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-photran', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-texlipse', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-mylyn-fedora-integration', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-veditor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-dltk-ruby', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-shelled', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-dltk-tcl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-moreunit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-findbugs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-eclemma', force=None, type='optional'), - call.groupPackageListAdd('tag', 'eclipse', 'eclipse-epic', force=None, type='optional'), - call.groupListAdd('tag', 'fedora-packager', description='Tools and utilities needed by a Fedora Packager', display_name='Fedora Packager', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'fedora-packager', 'git', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'rpmdevtools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'redhat-rpm-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'fedora-packager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'make', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'koji', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'bodhi-client', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'rpm-build', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'curl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'fedora-easy-karma', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'mock', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'fedora-packager', 'mercurial', force=None, type='default'), - call.groupPackageListAdd('tag', 'fedora-packager', 'bzr', force=None, type='default'), - call.groupPackageListAdd('tag', 'fedora-packager', 'cpanspec', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fedora-packager', 'auto-destdir', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fedora-packager', 'plague-client', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fedora-packager', 'cvs', force=None, type='optional'), - call.groupListAdd('tag', 'server-product', description='Packages mandatory for the server product.', display_name='Fedora Server product core', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'server-product', 'realmd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'server-product', 'timedatex', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'server-product', 'PackageKit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'server-product', 'polkit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'server-product', 'fedora-release-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'server-product', 'chrony', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'server-product', 'NetworkManager-team', force=None, type='default'), - call.groupListAdd('tag', 'workstation-product', description='Packages mandatory for the workstation product.', display_name='Fedora Workstation product core', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'workstation-product', 'fedora-user-agent-chrome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'cifs-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt5-qtxmlpatterns', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'fpaste', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'pam_pkcs11', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'abrt-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'mcelog', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ethtool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'nmap-ncat', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'unzip', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'psacct', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'sssd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'tcp_wrappers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'cpio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'bash-completion', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'words', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'fedora-release-workstation', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'attr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'shotwell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'evolution', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ntfs-3g', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'net-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'fros-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'man-pages', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'vconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'tree', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'dosfstools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'dnf-langpacks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'pinentry-gnome3', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'mdadm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'mailcap', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'rsync', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'nss-mdns', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'google-android-emoji-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'abrt-cli', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'adwaita-qt5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'btrfs-progs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'wvdial', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'hunspell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-libzhuyin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'bc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qgnomeplatform', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'xorg-x11-drv-libinput', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-m17n', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'evolution-help', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt-x11', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt5-qtbase-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'wget', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'symlinks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'seahorse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'acl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'bind-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-gtk3', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-gtk2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'passwdqc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-kkc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'lsof', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'cryptsetup', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt5-qtdeclarative', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'mlocate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'adwaita-qt4', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'deltarpm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'sos', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ppp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'zip', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'gnupg2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'microcode_ctl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'iptstate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'bridge-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'tcpdump', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-qt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'realmd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-typing-booster', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'traceroute', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'cyrus-sasl-plain', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'setroubleshoot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'setuptool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'nfs-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'pinfo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'telnet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'git', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'gnome-shell-extension-background-logo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'rp-pppoe', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'glibc-all-langpacks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'rng-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'dnf-plugins-core', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'mtr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt-settings', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'plymouth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'pam_krb5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'qt5-qtbase', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'unoconv', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'tar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'fedora-productimg-workstation', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'sudo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'systemd-udev', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'logrotate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'jwhois', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'at', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'file', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'rhythmbox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'rdist', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'crontabs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'bzip2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-libpinyin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'scl-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'which', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ntfsprogs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'evolution-ews', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'wireless-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'time', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'quota', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'polkit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'lrzsz', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'dos2unix', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-hangul', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'usbutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'ibus-rawcode', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'chrony', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'abrt-java-connector', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'workstation-product', 'pciutils', force=None, type='mandatory'), - call.groupListAdd('tag', 'finnish-support', description='', display_name='Finnish Support', force=None, is_default=False, langonly='fi', uservisible=False), - call.groupPackageListAdd('tag', 'finnish-support', 'enchant-voikko', force=None, type='default'), - call.groupPackageListAdd('tag', 'finnish-support', 'tmispell-voikko', force=None, type='optional'), - call.groupPackageListAdd('tag', 'finnish-support', 'mozvoikko', force=None, requires='firefox', type='conditional'), - call.groupListAdd('tag', 'firefox', description='The Firefox web browser', display_name='Firefox Web Browser', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'firefox', 'firefox', force=None, type='mandatory'), - call.groupListAdd('tag', 'font-design', description='This group is a collection of tools used in the design, modification, manipulation, and packaging of fonts.', display_name='Font design and packaging', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'font-design', 'fontforge', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'font-design', 'xgridfit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'font-design', 'poppler-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'xgridfit-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'ghostscript', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'gimp-help', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'fonttools', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'fontmatrix', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'fontpackages-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'gimp-data-extras', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'perl-Font-TTF', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'texlive-lcdftypetools', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'gucharmap', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'gimp-help-browser', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'fontaine', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'inkscape', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'gimp', force=None, type='default'), - call.groupPackageListAdd('tag', 'font-design', 'quilt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'freetype-demos', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'ghostscript-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'gbdfed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'git', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'woffTools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'qgit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'subversion', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'cube2font', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'xmbdfed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'meld', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'python-fontMath', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'woff', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'ghostscript-gtk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'python-compositor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'fontpackages-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'giggle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'darcs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'bzr', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'mercurial', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'scribus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'cvs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'python-robofab', force=None, type='optional'), - call.groupPackageListAdd('tag', 'font-design', 'python-ufo2fdk', force=None, type='optional'), - call.groupListAdd('tag', 'fonts', description='Fonts packages for rendering text on the desktop.', display_name='Fonts', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-meetei-mayek-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'sil-mingzat-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'abattis-cantarell-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'dejavu-serif-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'aajohan-comfortaa-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-assamese-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-bengali-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-mandaic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'sil-nuosu-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'paratype-pt-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'paktype-naskh-basic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-gurmukhi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'dejavu-sans-mono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'gnu-free-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-tai-viet-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-waree-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'sil-abyssinica-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'jomolhari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'gnu-free-serif-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'liberation-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-kannada-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'tabish-eeyek-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-base-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'julietaula-montserrat-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'liberation-mono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'vlgothic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'naver-nanum-gothic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'adobe-source-han-sans-cn-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-odia-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-tai-tham-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-gujarati-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'liberation-serif-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'adobe-source-han-sans-tw-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lklug-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'smc-meera-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-lisu-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'gnu-free-mono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'sil-padauk-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-tagalog-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'dejavu-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-tamil-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'stix-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-telugu-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'fonts', 'thibault-isabella-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'baekmuk-ttf-dotum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'wqy-zenhei-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-droid-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-web-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-decker-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-norasi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'wine-marlett-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-vada-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thibault-essays1743-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-fleischman-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'horai-ume-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-jamodotum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sj-delphine-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'liberation-narrow-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-titlel-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-sign-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-algeti-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-marathi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-prociono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paratype-pt-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-akkadian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'horai-ume-pgothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'adf-accanthis-3-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-nastaleeq-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'cf-sorts-mill-goudy-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'vollkorn-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ipa-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-serif-georgian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-courier-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ns-bola-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'adf-tribun-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-core-dinaru-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-jamonovel-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-andika-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-bengali-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'chisholm-to-be-continued-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-gentium-alt-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-decorative-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-loma-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ipa-ex-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sarai-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'saab-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'horai-ume-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-pakistani-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'smc-raghumalayalam-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thibault-rockets-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'linux-libertine-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'smc-rachana-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'allgeyer-musiqwik-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'samyak-malayalam-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-charis-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'msimonson-anonymouspro-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-alexander-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-armenian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-osmanya-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'smc-anjalioldlipi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mona-sazanami-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-old-turkic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-fantuwua-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-doulos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'inkboy-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-thai-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kalapi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-kharoshthi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'horai-ume-uigothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-kannada-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-ignacio-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-sign-z-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'dejavu-lgc-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-pyrsos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'darkgarden-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'naver-nanum-pen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'dustin-dustismo-roman-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'dustin-domestic-manners-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-vai-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-key-v2-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-shinmun-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paratype-pt-sans-caption-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-malayalam-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'vdrsymbol-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-telugu-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ipa-pmincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-taza-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sj-stevehand-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-phoenician-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-tamil-classical-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-tlwgtypewriter-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paratype-pt-serif-caption-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-telugu-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-pakistani-web-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gargi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'linux-libertine-biolinum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-asana-math-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-didot-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-cherokee-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-1m-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-garuda-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-kaithi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'madan-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-theokritos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'naver-nanum-barun-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ctan-cm-lgc-roman-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-charis-compact-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-tlwgmono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-porson-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-nko-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ctan-cm-lgc-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'serafettin-cartoon-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-goudy-bookletter-1911-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'yanone-kaffeesatz-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ipa-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paratype-pt-mono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-roadstencil-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'dejavu-lgc-sans-mono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-gujarati-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'jsmath-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-ethiopic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-musica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-georgian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-lao-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-old-south-arabian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-yigezu-bisrat-goffer-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-gentium-basic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mgopen-moderna-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-droid-sans-mono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-pc-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-nino-medium-cond-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'woodardworks-laconic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'pagul-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-siemreap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-jackson-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-imperial-aramaic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'campivisivi-titillium-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-zelan-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-serif-thai-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'stix-math-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-coptic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-tlwgtypist-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'cave9-mutante-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-gujarati-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'scholarsfonts-cardo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'samyak-odia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-gentium-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-malayalam-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'conakry-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ctan-kerkis-calligraphic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'denemo-feta-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ipa-ex-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-glaho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-ambrosia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'denemo-emmentaler-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'manchu-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-elite-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'cjkuni-ukai-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'aldusleaf-crimson-text-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'grimmer-proggy-tinysz-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-egyptian-hieroglyphs-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'drehatlas-widelands-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-shavian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-avestan-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mgopen-cosmetica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'smc-suruma-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-letter-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-hebrew-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-bengali-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'chisholm-letterslaughing-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-thai-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-core-gungseo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sazanami-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-yetgul-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'hanazono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'samyak-tamil-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'overpass-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-courier-s-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-icelandic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-core-pilgi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-2c-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ipa-pgothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mscore-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'beteckna-lower-case-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paktype-tehreer-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-lp-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-book-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'freecol-imperator-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-digital-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-aegean-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-kayah-li-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'baekmuk-ttf-batang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-serif-armenian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-devanagari-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-core-batang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kanotf-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-tamil-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'extremetuxracer-papercuts-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-ugaritic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-croscore-tinos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'adf-accanthis-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'smc-kalyani-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mona-vlgothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-jamobatang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-1mn-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-solomos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'open-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-info-z-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-asea-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-poster-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tlomt-junction-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bitstream-vera-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-khmer-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mgopen-modata-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'apa-new-athena-unicode-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'naver-nanum-brush-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ecolier-court-lignes-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-gazis-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mgopen-canonica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-tint-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-penheulim-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-sans-modern-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-serif-khmer-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'motoya-lmaru-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-carian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ukij-tuz-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-sawasdee-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'dejavu-lgc-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-bodoni-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'motoya-lcedar-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-arundina-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-complutum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-yebse-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'levien-inconsolata-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-riordonfancy-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'adf-gillius-2-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-tehreer-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-bodoni-classic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tangerine-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-core-graphic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'dustin-dustismo-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ns-tiza-chalk-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'cf-bonveno-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-muol-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-ingiri-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-lateef-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'xorg-x11-fonts-ethiopic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-info-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-sportrop-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-2m-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'horai-ume-pmincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'levien-museum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'wqy-microhei-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'impallari-lobster-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-purisa-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tlomt-orbitron-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tibetan-machine-uni-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'lohit-nepali-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-didot-classic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'silkscreen-expanded-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'beteckna-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mph-2b-damase-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-serif-modern-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-symbols-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-office-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'woodardworks-laconic-shadow-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nhn-nanum-gothic-coding-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'baekmuk-ttf-hline-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-devanagari-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-aegyptus-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-thaana-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-pilgia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-avdira-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-garaldus-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-philostratos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'lilypond-emmentaler-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-olga-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-jamosora-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'baekmuk-ttf-gulim-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'drehatlas-xaporho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-sans-medium-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kurdit-unikurd-web-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'extremetuxracer-papercuts-outline-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-yigezu-bisrat-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kanjistrokeorders-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tlomt-league-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-neohellenic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-lydian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-aroania-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bitstream-vera-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ctan-cm-lgc-typewriter-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ubuntu-title-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-khmer-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'adf-accanthis-2-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-metal-chrieng-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-lao-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-bom-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-handwritten-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'moyogo-molengo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-lycian-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-smonohand-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-1p-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-croscore-symbolneu-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'vemana2000-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'vlgothic-p-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-extra-pen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-goschen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'samyak-gujarati-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-pen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-hiwua-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'nafees-riqa-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paktype-ajrak-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-croscore-cousine-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-qurn-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-kinnari-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'typemade-josefinsansstd-light-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-tamil-ui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'lato-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-umpush-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ctan-kerkis-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-1c-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sazanami-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'navilu-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-excelsior-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'drehatlas-warender-bibliothek-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bitstream-vera-sans-mono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-bokor-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'apanov-edrip-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-nicefore-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-glagolitic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-eustace-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-art-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-title-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-analecta-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ctan-kerkis-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-kannada-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-arundina-sans-mono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gubbi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'paktype-naqsh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-chveulebrivi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'cjkuni-uming-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-farsi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-one-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-symbola-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'apanov-heuristica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'freecol-shadowedblack-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-croscore-arimo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-wookianos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-serif-lao-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thibault-staypuft-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'allgeyer-musisync-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-scalable-tlwgtypo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'samyak-devanagari-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oldstandard-sfd-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-brett-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'libreoffice-opensymbol-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'thai-arundina-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'ecolier-court-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-deseret-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-artemisia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gfs-baskerville-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-nino-medium-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tlomt-sniglet-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'trabajo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-droid-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'senamirmir-washra-jiret-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'comic-neue-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-scheherazade-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-malayalam-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'yanone-tagesschrift-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tulrich-tuffy-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'un-core-dotum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'mplus-2p-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'tiresias-pc-z-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'kacst-screen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'fontawesome-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'gdouros-anaktoria-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-noto-sans-brahmi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'google-droid-kufi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'adf-gillius-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'denemo-music-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'bpg-sans-regular-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'sil-gentium-basic-book-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'wine-symbol-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'hiran-perizia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'beteckna-small-caps-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'naver-nanum-myeongjo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'khmeros-battambang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'oflb-notcouriersans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'pothana2000-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'smc-dyuthi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'fonts', 'silkscreen-fonts', force=None, type='optional'), - call.groupListAdd('tag', 'freeipa-server', description='Provides central directory services for identity, policy management and auditing.', display_name='FreeIPA Server', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'freeipa-server', 'freeipa-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'freeipa-server', 'freeipa-server-trust-ad', force=None, type='default'), - call.groupPackageListAdd('tag', 'freeipa-server', 'bind-dyndb-ldap', force=None, type='default'), - call.groupPackageListAdd('tag', 'freeipa-server', 'opendnssec', force=None, type='default'), - call.groupPackageListAdd('tag', 'freeipa-server', 'freeipa-server-dns', force=None, type='default'), - call.groupListAdd('tag', 'gnome-desktop', description='GNOME is a highly intuitive and user friendly desktop environment.', display_name='GNOME', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'gnome-desktop', 'cheese', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-disk-utility', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'control-center', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-themes-standard', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'file-roller-nautilus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-mtp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'xdg-user-dirs-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gedit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'libproxy-mozjs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'evince', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-system-monitor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-fuse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'ModemManager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-backgrounds', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'dconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-software', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gdm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'sane-backends-drivers-scanners', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'PackageKit-gtk3-module', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'glib-networking', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'totem-nautilus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-bluetooth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'caribou-gtk2-module', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'NetworkManager-adsl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-afp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'NetworkManager-openconnect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-calendar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-smb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-contacts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-goa', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-documents', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-classic-session', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'caribou-gtk3-module', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-maps', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-user-share', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-screenshot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'fprintd-pam', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-clocks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-boxes', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-font-viewer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'sushi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-weather', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-session-xsession', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'at-spi2-core', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-shell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'file-roller', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-calculator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'evince-djvu', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-user-docs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-afc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-getting-started-docs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-initial-setup', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'libsane-hpaio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-session-wayland-session', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'PackageKit-command-not-found', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'NetworkManager-vpnc-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'nautilus-sendto', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-logs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-archive', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gvfs-gphoto2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'NetworkManager-openvpn-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-color-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'eog', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'evince-nautilus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'libcanberra-gtk2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'polkit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'nautilus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'totem', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'baobab', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'librsvg2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-characters', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'NetworkManager-pptp-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'gnome-settings-daemon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'libcanberra-gtk3', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'mousetweaks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'rygel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'yelp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'avahi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'caribou', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'at-spi2-atk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-desktop', 'orca', force=None, type='mandatory'), - call.groupListAdd('tag', 'gnome-software-development', description='Install these packages in order to develop GTK+ and GNOME graphical applications.', display_name='GNOME Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'gnome-software-development', 'clutter-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'pango-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gtk3-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'dbus-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'atk-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gtk3-devel-docs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'intltool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gstreamer-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'glib2-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gobject-introspection', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gobject-introspection-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'git', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'libgnome-keyring-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gnome-common', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'at-spi2-core-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'libnotify-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'devhelp', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'libcanberra-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'glib2-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'libgda-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'webkitgtk4-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gnome-desktop3-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gtk-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'clutter-gtk-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gnome-devel-docs', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'evolution-data-server-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'cairomm-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gnome-builder', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'vala', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'libsigc++20-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'glibmm24-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'glade3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'gtkmm30-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'cairomm-doc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'clutter-gst-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'gnome-software-development', 'libgtop2-devel', force=None, type='optional'), - call.groupListAdd('tag', 'games', description='Various ways to relax and spend your free time.', display_name='Games and Entertainment', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'games', 'six', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pachi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'warmux', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lightsoff', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'funguloids', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'nazghul', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pokerth', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'atomix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'kdeaddons-atlantikdesigner', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'sumwars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'liquidwar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'slingshot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gl-117', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'asylum', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xskat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'minetest', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'nagi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'boswars-addons', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'scorchwentbonkers', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'openalchemist', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'rafkill', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'sudoku-savant', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xgalaxy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'blobby', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'machineball', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'csmash', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xword', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pinball', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'atanks', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'raidem-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'boswars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freetennis', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'torcs-data', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'hitori', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'berusky', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ccgo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-robots', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'astromenace', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'warzone2100', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vegastrike-speech', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'maniadrive', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'toppler', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'koules', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'drascula', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'puzzles', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'magicor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freedink', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'hedgewars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'openarena', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'beneath-a-steel-sky', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vegastrike', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'crossfire-client', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tremulous', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'amoebax', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xboard', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'CriticalMass', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-klotski', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'flight-of-the-amazon-queen-cd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'clonekeen', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'arrows', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bygfoot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'magicmaze', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xmoto', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'fillets-ng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'grhino', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'alphabet-soup', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'chromium-bsu', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xpilot-ng-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'crystal-stacker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'coco-coq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gbrainy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'plee-the-bear', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnujump', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-chess', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'colossus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'blobwars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tunneler', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'typespeed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-mud', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lincity-ng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'oneko', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'torcs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'uqm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pingus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'foobillard', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'biloba', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'drascula-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'wastesedge', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pipenightdreams', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'quadrapassel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'mine_detector', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gweled', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freedroidrpg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xu4', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'FlightGear', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vegastrike-extra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'abe', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'zasx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lordsawar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'mirrormagic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'chocolate-doom', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freeciv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bzflag', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'kdegames3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'londonlaw', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'monsterz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'seahorse-adventures', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'dsi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', '0ad', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'powermanga', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xteddy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'beneath-a-steel-sky-cd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'puzzle-master', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'raidem', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vdrift', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'sergueis-destiny', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'dgae', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'alienblaster', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'atomorun', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'berusky2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnugo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'quake3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'trackballs-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lpairs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'asc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pengupop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'trackballs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'iagno', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tuxmath', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'PySolFC-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'taggle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'hexglass', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'naev', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xgrav', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'glob2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'naturette', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'trophy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'PySolFC-cardsets', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'nogravity', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'Maelstrom', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'wordwarvi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freedroid', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freedoom-freedm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'supertux', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'dd2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xaos', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'escape', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'armacycles-ad', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xpenguins', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'cave9', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ularn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'zaz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'methane', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lacewing', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'scorched3d', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'kbilliards', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tong', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'shippy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnubg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'flobopuyo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vodovod', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'fortune-mod', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'sirius', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ants', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'crack-attack', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'alex4', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'quarry', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'professor-is-missing', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'rocksndiamonds', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'qstars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'worldofpadman', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lbrickbuster2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tennix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'extremetuxracer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'avoision', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freecol', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bsd-games', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'celestia', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'adanaxisgpl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'crossfire', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'sopwith', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'fbg2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-mines', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'spring', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'kcheckers', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'four-in-a-row', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'redeclipse-data', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'rogue', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-nibbles', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xarchon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'findthatword', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'urbanterror', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'btanks', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'darkplaces-quake', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ballbuster', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xonotic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'haxima', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'wesnoth', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'netpanzer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'enigma', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gamazons', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'taxipilot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'kitsune', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'crystal-stacker-themes', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnuchess', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'scummvm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'slashem', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'iapetal', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tecnoballz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'overgod', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'glaxium', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'curblaster', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ballz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'penguin-command', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ember', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'nethack-vultures', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-sudoku', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'mj', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'cyphesis', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'quake3-demo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'stormbaancoureur', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'flare', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'sar2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'knights', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'warzone2100-sequences', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vegastrike-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'flight-of-the-amazon-queen', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-hearts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'clanbomber', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'duel3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bastet', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lure', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'agistudio', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'KoboDeluxe', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'PySolFC', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pipepanic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'planets', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'Ri-li', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'redeclipse-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'kdegames', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'fgrun', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gemdropx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vavoom', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'freedoom', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'rott-shareware', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'qascade', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnubik', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'BlockOutII', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'maniadrive-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xpilot-ng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'njam', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'billiards', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xblast', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'apricots', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'asc-music', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-mahjongg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'greyhounds', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xplanet', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'five-or-more', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'widelands', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bolzplatz2006', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'teeworlds', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'auriferous', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'alienarena', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'gnome-tetravex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'dopewars', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'redeclipse', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'solarwolf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tuxpuck', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bsp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'cylindrix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'barrage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xscorch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'angrydd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pioneers', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'bombardier', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'megaglest', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'xstar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'games-menus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'ultimatestunts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'mindless', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lucidlife', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'cdogs-sdl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'vdr-sudoku', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'swell-foop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'supertuxkart', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'nethack', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'neverball', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'pychess', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'openlierox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'CardManager', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'lmarbles', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'frozen-bubble', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'prboom', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'joystick', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'tali', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'biniax', force=None, type='optional'), - call.groupPackageListAdd('tag', 'games', 'worminator', force=None, type='optional'), - call.groupListAdd('tag', 'georgian-support', description='', display_name='Georgian Support', force=None, is_default=False, langonly='ka', uservisible=False), - call.groupPackageListAdd('tag', 'georgian-support', 'dejavu-sans-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-chveulebrivi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'google-noto-sans-georgian-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'dejavu-serif-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'google-noto-serif-georgian-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-courier-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'dejavu-sans-mono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-glaho-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-nino-medium-cond-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-ingiri-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-sans-medium-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-nino-medium-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-elite-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-sans-regular-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-serif-modern-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-algeti-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-excelsior-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-courier-s-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'georgian-support', 'bpg-sans-modern-fonts', force=None, type='optional'), - call.groupListAdd('tag', 'graphical-internet', description='This group includes graphical email, web, and chat clients.', display_name='Graphical Internet', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'graphical-internet', 'uget', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'kita', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'firefox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'prozilla', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gwget', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'valknut', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'qbittorrent', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'thunderbird', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'ochusha', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'filezilla', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gftp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'xchat-gnome', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'liferea', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'arora', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'mitter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'licq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gnash-plugin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'knetstats', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'x3270-x11', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'kvirc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'dillo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'psi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'konversation', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'qterm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gtk-gnutella', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'azureus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'transmission-gtk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'nntpgrab-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'meiga', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gtorrentviewer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'kdewebdev', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'choqok', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'claws-mail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'evolution-bogofilter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'kdepim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'nicotine+', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'xchat-ruby', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'streamtuner', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'seamonkey', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'evolution', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'pidgin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'logjam', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'icedtea-web', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gnome-translate', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'evolution-help', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'pcmanx-gtk2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'mail-notification', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'mtr-gtk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'jd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'psimedia', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'pidgin-libnotify', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'xchat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'bluefish', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'empathy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'kazehakase', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'sylpheed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'deluge', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gajim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'gyachi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'balsa', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'transmission-qt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'epiphany', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'pan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'evolution-perl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'rekonq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'xchat-tcl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'linphone', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphical-internet', 'ekiga', force=None, type='optional'), - call.groupListAdd('tag', 'graphics', description='This group includes packages to help you manipulate and scan images.', display_name='Graphics', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'graphics', 'cbrpager', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'argyllcms', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'ImageMagick', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'comix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'tachyon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gifview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'viewnior', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'ufraw', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'graphviz', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'digikam', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'rawstudio', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'mirage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'qiv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'tuxpaint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'inkscape', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gimp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gnofract4d', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'uniconvertor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'geeqie', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'ipe', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'calligra-krita', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'cinepaint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'sane-frontends', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'tzclock', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'optipng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'blender', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gimp-data-extras', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'xfig', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'asymptote', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'ksnapshot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'wings', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gimp-help', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'dcraw', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'xpaint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'kphotoalbum', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'renrot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'sane-backends-drivers-scanners', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gifsicle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gutenprint-plugin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'libsane-hpaio', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gimp-help-browser', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'xsane', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gipfel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'pstoedit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gcolor2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'shotwell', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gwenview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'asciio', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'kf5-kipi-plugins', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'gv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'pydot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'netpbm-progs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'sane-backends-drivers-cameras', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'simple-scan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'kolourpaint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'hugin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'k3d', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'Panini', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'nip2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'graphics', 'xsane-gimp', force=None, requires='gimp', type='conditional'), - call.groupListAdd('tag', 'greek-support', description='', display_name='Greek Support', force=None, is_default=False, langonly='el', uservisible=False), - call.groupPackageListAdd('tag', 'greek-support', 'ctan-kerkis-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-theokritos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'mgopen-modata-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-decker-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-garaldus-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-gazis-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-philostratos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-baskerville-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-eustace-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-olga-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-jackson-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'mgopen-moderna-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-fleischman-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'mgopen-cosmetica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-porson-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-artemisia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-goschen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-nicefore-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-didot-classic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-bodoni-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'mgopen-canonica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'ctan-kerkis-calligraphic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'ctan-kerkis-sans-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-complutum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-pyrsos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-neohellenic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-didot-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-ignacio-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-solomos-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-bodoni-classic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'greek-support', 'gfs-ambrosia-fonts', force=None, type='optional'), - call.groupListAdd('tag', 'guest-agents', description='Agents used when running under a hypervisor.', display_name='Guest Agents', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'guest-agents', 'open-vm-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'guest-agents', 'qemu-guest-agent', force=None, type='mandatory'), - call.groupListAdd('tag', 'guest-desktop-agents', description='Agents used when running as a virtualized desktop.', display_name='Guest Desktop Agents', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'guest-desktop-agents', 'spice-vdagent', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'guest-desktop-agents', 'open-vm-tools-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'guest-desktop-agents', 'hyperv-daemons', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'guest-desktop-agents', 'qemu-guest-agent', force=None, type='mandatory'), - call.groupListAdd('tag', 'gujarati-support', description='', display_name='Gujarati Support', force=None, is_default=False, langonly='gu', uservisible=False), - call.groupPackageListAdd('tag', 'gujarati-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gujarati-support', 'lohit-gujarati-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'gujarati-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'gujarati-support', 'google-noto-sans-gujarati-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'gujarati-support', 'google-noto-sans-gujarati-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'gujarati-support', 'samyak-gujarati-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'gujarati-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'haproxy', description='TCP/HTTP Load Balancer.', display_name='HAProxy', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'haproxy', 'haproxy', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haproxy', 'rubygem-abrt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haproxy', 'rubygem-daemons', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haproxy', 'rubygem-rest-client', force=None, type='mandatory'), - call.groupListAdd('tag', 'hardware-support', description='This group is a collection of tools for various hardware specific utilities.', display_name='Hardware Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl100-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'ipw2200-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'ipw2100-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl6000g2b-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl7260-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl5150-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl135-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl2000-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl6050-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl3160-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'b43-openfwwf', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl6000g2a-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl3945-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl4965-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl2030-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'atmel-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl105-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'usb_modeswitch', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl6000-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'zd1211-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'libertas-usb8388-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl5000-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'iwl1000-firmware', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'b43-fwcutter', force=None, type='default'), - call.groupPackageListAdd('tag', 'hardware-support', 'wpan-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'pcsc-lite', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'bcm283x-firmware', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'acpitool', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'gypsy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'opensc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'radeontop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'lsscsi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'openct', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'hdparm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'acpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'cmospwd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'iscan-firmware', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'multican', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'alsa-firmware', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'gpsd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'hddtemp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'gpsd-clients', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'i8kutils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'libifp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'isight-firmware-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'firmware-addon-dell', force=None, type='optional'), - call.groupPackageListAdd('tag', 'hardware-support', 'pcsc-lite-ccid', force=None, type='optional'), - call.groupListAdd('tag', 'server-hardware-support', description='This group is a limited collection of tools for various uncommon hardware specific utilities.', display_name='Hardware Support for Server Systems', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'server-hardware-support', 'lm_sensors', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-hardware-support', 'openhpi', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-hardware-support', 'smp_utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-hardware-support', 'lsscsi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'server-hardware-support', 'hdparm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'server-hardware-support', 'firmware-addon-dell', force=None, type='optional'), - call.groupPackageListAdd('tag', 'server-hardware-support', 'hddtemp', force=None, type='optional'), - call.groupListAdd('tag', 'haskell', description='Support for developing programs in the Haskell programming language.', display_name='Haskell', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'haskell', 'darcs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'cabal-rpm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'hlint', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'ghc-rpm-macros', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'ghc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'haskell-platform', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'hscolour', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'haskell', 'emacs-haskell-mode', force=None, requires='emacs', type='conditional'), - call.groupListAdd('tag', 'hawaii-desktop', description='Hawaii is a fast, lightweight, intuitive and user friendly Wayland desktop environment that adapts to desktop and mobile devices.', display_name='Hawaii', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'qt5-qtdeclarative', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'qterminal-qt5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'hawaii-system-preferences', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'qt5-qdbusviewer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'pcmanfm-qt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'hawaii-widget-styles', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'mesa-dri-drivers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'hawaii-workspace', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'hawaii-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'sddm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'sddm-theme-hawaii', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'qt5-qtbase-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'upower', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'xdg-user-dirs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'otter-browser', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'hawaii-shell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-desktop', 'qt5-qtwayland', force=None, type='mandatory'), - call.groupListAdd('tag', 'hawaii-office', description='Office suite for Hawaii', display_name='Hawaii Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'hawaii-office', 'libreoffice-calc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-office', 'libreoffice-impress', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hawaii-office', 'libreoffice-writer', force=None, type='mandatory'), - call.groupListAdd('tag', 'headless-management', description='Tools for managing the system without an attached graphical console.', display_name='Headless Management', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-shell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'PackageKit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'openssh-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-storaged', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-bridge', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-ws', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-networkmanager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'rolekit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-pcp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'headless-management', 'cockpit-kubernetes', force=None, type='optional'), - call.groupListAdd('tag', 'virtualization-headless', description='These packages provide a headless virtualization environment.', display_name='Headless Virtualization', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'virtualization-headless', 'virt-install', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'libvirt-daemon-config-network', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'qemu-kvm', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'libvirt-daemon-kvm', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'systemd-container', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'python-libguestfs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'virt-top', force=None, type='optional'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'libguestfs-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'virtualization-headless', 'guestfs-browser', force=None, type='optional'), - call.groupListAdd('tag', 'hebrew-support', description='', display_name='Hebrew Support', force=None, is_default=False, langonly='he', uservisible=False), - call.groupPackageListAdd('tag', 'hebrew-support', 'dejavu-sans-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-stamsefarad-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-miriam-mono-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-ellinia-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-miriam-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-drugulin-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-aharoni-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'google-noto-sans-hebrew-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-keteryg-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-stamashkenaz-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-yehuda-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-nachlieli-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-caladings-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-hadasim-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-frank-ruehl-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-david-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hebrew-support', 'culmus-simple-clm-fonts', force=None, type='default'), - call.groupListAdd('tag', 'ha', description='Infrastructure for highly available services and/or shared storage.', display_name='High Availability', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'ha', 'pcs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ha', 'fence-agents-all', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ha', 'pacemaker', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ha', 'omping', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ha', 'clufter', force=None, type='optional'), - call.groupListAdd('tag', 'hindi-support', description='', display_name='Hindi Support', force=None, is_default=False, langonly='hi', uservisible=False), - call.groupPackageListAdd('tag', 'hindi-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hindi-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'hindi-support', 'samyak-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hindi-support', 'sarai-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hindi-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hindi-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'hindi-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'hindi-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'input-methods', description='Input method packages for the input of international text.', display_name='Input Methods', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-libzhuyin', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'im-chooser', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-typing-booster', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-libpinyin', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-hangul', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-m17n', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-rawcode', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-kkc', force=None, type='default'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-qt3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-gtk2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-skk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-sayura', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'WritRecogn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'fcitx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-chewing', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-tables-chinese-extra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'input-pad', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-mozc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'cellwriter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-bridge-qt3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-fbterm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-input-pad', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-tables-chinese', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-m17n', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-bridge-gtk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-rawcode', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-table-cyrillic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-table-array30', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-array', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-hangul', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-anthy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-gtk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-table', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-canna', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'eekboard', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-xkbc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-handwrite', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-bridge-qt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-anthy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'iok', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-bogo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-m17n', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-skk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-thai', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'uim-gtk3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'kinput2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-pinyin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-anthy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-tables-additional', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-fcitx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-gucharmap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'gcin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'scim-sayura', force=None, type='optional'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings-lxde', force=None, requires='lxde-common', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'gtk2-immodule-xim', force=None, requires='gtk2', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings-gsettings', force=None, requires='gnome-settings-daemon', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-qt', force=None, requires='qt', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'im-chooser-xfce', force=None, requires='xfce4-panel', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-gtk3', force=None, requires='gtk3', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'ibus-gtk2', force=None, requires='gtk2', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'gtk3-immodule-xim', force=None, requires='gtk3', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings-xfce', force=None, requires='xfce4-panel', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings-cinnamon', force=None, requires='cinnamon', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings-qt', force=None, requires='qt', type='conditional'), - call.groupPackageListAdd('tag', 'input-methods', 'imsettings-mate', force=None, requires='mate-settings-daemon', type='conditional'), - call.groupListAdd('tag', 'japanese-support', description='', display_name='Japanese Support', force=None, is_default=False, langonly='ja', uservisible=False), - call.groupPackageListAdd('tag', 'japanese-support', 'vlgothic-p-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'japanese-support', 'vlgothic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'japanese-support', 'migemo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'stardict-dic-ja', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ipa-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mona-sazanami-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'sazanami-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mecab-ipadic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ipa-pmincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mona-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ibus-mozc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ebview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'jfbterm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'oniguruma', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'nkf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'motoya-lmaru-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mecab', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'lv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ipa-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'emacs-common-ddskk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ipa-ex-gothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'm17n-db-extras', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'kcc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'motoya-lcedar-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mecab-jumandic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'kinput2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'sazanami-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'scim-anthy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'hanazono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ipa-ex-mincho-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'uim-canna', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mona-vlgothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'eblook', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'cmigemo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'jisksp16-1990-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'perl-NKF', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'mfiler3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ipa-pgothic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'uim-skk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'japanese-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'japanese-support', 'ibus-kkc', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', 'japanese-support', 'uim-anthy', force=None, requires='uim', type='conditional'), - call.groupListAdd('tag', 'java', description='Support for running programs written in the Java programming language.', display_name='Java', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'java', 'java-1.8.0-openjdk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'java', 'icedtea-web', force=None, type='default'), - call.groupPackageListAdd('tag', 'java', 'abrt-java-connector', force=None, type='default'), - call.groupListAdd('tag', 'javaenterprise', description='Java application server.', display_name='Java Application Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'javaenterprise', 'wildfly', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'javaenterprise', 'java-1.8.0-openjdk-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'javaenterprise', 'jboss-modules', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'javaenterprise', 'maven', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'javaenterprise', 'abrt-java-connector', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'javaenterprise', 'java-1.8.0-openjdk', force=None, type='mandatory'), - call.groupListAdd('tag', 'java-development', description='Support for developing programs in the Java programming language.', display_name='Java Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'java-development', 'ant', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'java-development', 'java-1.8.0-openjdk-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'java-development', 'ecj', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-math', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'bcel', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'avalon-framework', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'java_cup', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-validator', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'mx4j', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-lang', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'xml-commons-resolver', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-discovery', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'java-1.8.0-openjdk-demo', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-exec', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-el', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ldapjdk', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'xerces-j2', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-codec', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-launcher', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-configuration', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-antlr', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-apache-bcel', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'java-1.8.0-openjdk-src', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'regexp', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-dbcp', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'xml-commons-apis', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-io', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'xalan-j2-xsltc', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-apache-log4j', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'gnu-getopt', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-collections', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-swing', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-net', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-modeler', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'jdepend', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'avalon-logkit', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-compress', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-apache-regexp', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'jakarta-oro', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-beanutils', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-apache-resolver', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'log4j', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'xalan-j2', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'maven', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-junit', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-apache-oro', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-javamail', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'jflex', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-commons-logging', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-digester', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'junit', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'ant-jdepend', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-pool', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'abrt-java-connector', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'java-1.8.0-openjdk-javadoc', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-fileupload', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-daemon', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'apache-commons-logging', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'javamail', force=None, type='default'), - call.groupPackageListAdd('tag', 'java-development', 'jinput', force=None, type='optional'), - call.groupPackageListAdd('tag', 'java-development', 'pmd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'java-development', 'jcip-annotations', force=None, type='optional'), - call.groupPackageListAdd('tag', 'java-development', 'ant-findbugs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'java-development', 'jsr-305', force=None, type='optional'), - call.groupPackageListAdd('tag', 'java-development', 'findbugs-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'java-development', 'findbugs', force=None, type='optional'), - call.groupListAdd('tag', 'kde-desktop', description='The KDE Plasma Workspaces, a highly-configurable graphical user interface which includes a panel, desktop, system icons and desktop widgets, and many powerful KDE applications.', display_name='KDE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-platform-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-print-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'sddm-breeze', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'konsole5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kwrite', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kscreen', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kgpg', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'cagibi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'abrt-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm-openvpn', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kcharselect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'konqueror', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-gtk-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kf5-kipi-plugins', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-breeze', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'xorg-x11-drv-libinput', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kf5-baloo-file', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kmenuedit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kwalletmanager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kuser', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-workspace-drkonqi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdepasswd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm-l2tp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'polkit-kde', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-desktop-doc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdnssd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-workspace-geolocation', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'sni-qt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'sddm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'qt5-qtbase-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'adwaita-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kf5-akonadi-server-mysql', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'khotkeys', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdeplasma-addons', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'phonon-qt5-backend-gstreamer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdegames-minimal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'akregator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kwalletmanager5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'NetworkManager-config-connectivity-fedora', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kcolorchooser', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kontact', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'colord-kde', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-settings-pulseaudio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-pa', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'qt5-qtdeclarative', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kcm_systemd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kf5-akonadi-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'knode', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm-pptp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-partitionmanager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-user-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-pk-updates', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'pam-kwallet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kmail', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kwin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-style-breeze', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'apper', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kfind', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'korganizer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'keditbookmarks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'phonon-backend-gstreamer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'ksysguard', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kscreenlocker', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'glibc-all-langpacks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kruler', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'sddm-kcm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm-openconnect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'ksshaskpass', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kde-runtime', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm-vpnc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdeaccessibility', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kamera', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'qt5-qdbusviewer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'dolphin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-nm-openswan', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'spectacle', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdialog', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'khelpcenter', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kget', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kinfocenter', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdegraphics-thumbnailers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'cups-pk-helper', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kcalc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'gwenview', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kaddressbook', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'bluedevil', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kdelibs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'kwebkitpart', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'breeze-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'gnome-keyring-pam', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'plasma-workspace', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-desktop', 'pinentry-qt', force=None, requires='pinentry', type='conditional'), - call.groupPackageListAdd('tag', 'kde-desktop', 'qt-at-spi', force=None, requires='at-spi2-core', type='conditional'), - call.groupPackageListAdd('tag', 'kde-desktop', 'libreoffice-kde', force=None, requires='libreoffice-core', type='conditional'), - call.groupPackageListAdd('tag', 'kde-desktop', 'socat', force=None, requires='pam_kwallet', type='conditional'), - call.groupListAdd('tag', 'kde-apps', description='A set of commonly used KDE applications', display_name='KDE Applications', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-apps', 'krfb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'kdegames-minimal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'konversation', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'kolourpaint', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'krusader', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'krdc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'digikam', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'ktorrent', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'kde-connect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-apps', 'ark', force=None, type='mandatory'), - call.groupListAdd('tag', 'kde-education', description='KDE Educational applications', display_name='KDE Educational applications', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-education', 'kstars', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kbruch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kanagram', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'parley', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kiten', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kalgebra', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'ktouch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kalzium', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kmplot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'klettres', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kwordquiz', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'step', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'cantor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kgeography', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kturtle', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'marble', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'blinken', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'rocs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'kig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-education', 'khangman', force=None, type='mandatory'), - call.groupListAdd('tag', 'kf5-software-development', description='Install these packages to develop applications using Qt5 and KDE Frameworks 5.', display_name='KDE Frameworks 5 Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kf5-software-development', 'cmake', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'extra-cmake-modules', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtdeclarative-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qttools-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtquickcontrols', force=None, type='default'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtwebkit-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtserialport-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtsensors-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtlocation-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtmultimedia-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtxmlpatterns-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtconnectivity-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtscript-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtsvg-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtwayland-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt-creator', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtx11extras-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtimageformats-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kf5-software-development', 'qt5-qtquick1-devel', force=None, type='optional'), - call.groupListAdd('tag', 'kde-media', description='Multimedia support for KDE', display_name='KDE Multimedia support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-media', 'kamoso', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-media', 'dragon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-media', 'k3b', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-media', 'amarok', force=None, type='mandatory'), - call.groupListAdd('tag', 'kde-office', description='KDE Office applications', display_name='KDE Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-office', 'calligra-stage', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-office', 'calligra-words', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-office', 'okular', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-office', 'calligra-sheets', force=None, type='mandatory'), - call.groupListAdd('tag', 'kde-software-development', description='Install these packages to develop Qt and KDE graphical applications.', display_name='KDE Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdelibs-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-software-development', 'cmake', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-software-development', 'qt-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kmtrace', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-okteta', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-umbrello', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'pykde4-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kompare', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kapptemplate', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kstartperf', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'PyQt4-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-thumbnailers', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kcachegrind', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdevelop', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdepimlibs-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-dolphin-plugins', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kioslave', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-scripts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdelibs-webkit-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kuiviewer', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-cervisia', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-poxml', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kate', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesdk-kpartloader', force=None, type='default'), - call.groupPackageListAdd('tag', 'kde-software-development', 'telepathy-qt4-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'audiocd-kio-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdbg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'qt3-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdelibs3-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'rocs-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'qtwebkit-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'libkdegames-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdegraphics-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'krazy2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'libkcompactdisc-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kate-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'PyKDE-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdepim-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kiten-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'PyQt-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kde-baseapps-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'qt-mobility-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdebindings-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'qt3-designer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'marble-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdenetwork-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'qt-creator', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'libkcddb-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'cantor-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdewebdev-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'ktp-common-internals-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'gambas3-runtime', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'libkdeedu-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'kde-software-development', 'kdesvn', force=None, type='optional'), - call.groupListAdd('tag', 'kde-telepathy', description='KDE Telepathy applications', display_name='KDE Telepathy', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-text-ui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'signon-kwallet-extension', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-contact-list', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-approver', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-contact-runner', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-desktop-applets', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-accounts-kcm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-auth-handler', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'kaccounts-providers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-send-file', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-kded-integration-module', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'ktp-filetransfer-handler', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kde-telepathy', 'kaccounts-integration', force=None, type='mandatory'), - call.groupListAdd('tag', 'kannada-support', description='', display_name='Kannada Support', force=None, is_default=False, langonly='kn', uservisible=False), - call.groupPackageListAdd('tag', 'kannada-support', 'lohit-kannada-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kannada-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kannada-support', 'google-noto-sans-kannada-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kannada-support', 'navilu-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kannada-support', 'google-noto-sans-kannada-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kannada-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'kannada-support', 'gubbi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kannada-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'kashmiri-support', description='', display_name='Kashmiri Support', force=None, is_default=False, langonly='ks', uservisible=False), - call.groupPackageListAdd('tag', 'kashmiri-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'kashmiri-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kashmiri-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'kashmiri-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'kashmiri-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'khmer-support', description='', display_name='Khmer Support', force=None, is_default=False, langonly='km', uservisible=False), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-base-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-battambang-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'google-noto-sans-khmer-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-bokor-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-metal-chrieng-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-siemreap-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-muol-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'google-noto-sans-khmer-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'khmer-support', 'khmeros-handwritten-fonts', force=None, type='default'), - call.groupListAdd('tag', 'konkani-support', description='', display_name='Konkani Support', force=None, is_default=False, langonly='kok', uservisible=False), - call.groupPackageListAdd('tag', 'konkani-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'konkani-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'konkani-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'konkani-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'konkani-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'korean-support', description='', display_name='Korean Support', force=None, is_default=False, langonly='ko', uservisible=False), - call.groupPackageListAdd('tag', 'korean-support', 'naver-nanum-myeongjo-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'korean-support', 'naver-nanum-pen-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'korean-support', 'naver-nanum-barun-gothic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'korean-support', 'naver-nanum-brush-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'korean-support', 'naver-nanum-gothic-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-pilgia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-shinmun-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'baekmuk-ttf-dotum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-core-dinaru-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-jamonovel-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-bom-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-taza-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'baekmuk-ttf-batang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-penheulim-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-jamosora-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'baekmuk-ttf-gulim-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-vada-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'lv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-jamodotum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-core-batang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-core-gungseo-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-yetgul-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-jamobatang-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-extra-pen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-core-graphic-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'baekmuk-bdf-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-core-dotum-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'nhn-nanum-gothic-coding-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'baekmuk-ttf-hline-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'un-core-pilgi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'korean-support', 'ibus-hangul', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'kurdish-support', description='', display_name='Kurdish Support', force=None, is_default=False, langonly='ku', uservisible=False), - call.groupPackageListAdd('tag', 'kurdish-support', 'kurdit-unikurd-web-fonts', force=None, type='default'), - call.groupListAdd('tag', 'lxde-desktop', description='LXDE is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.', display_name='LXDE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxde-desktop', 'gigolo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxappearance', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'openbox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'openssh-askpass', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxterminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxsession-edit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxdm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxtask', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'xscreensaver-extras', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'xcompmgr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'fedora-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxsession', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'pcmanfm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'galculator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'xarchiver', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'notification-daemon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxrandr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxappearance-obconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'xdg-user-dirs-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'xscreensaver-base', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'yumex-dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'adwaita-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'leafpad', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'adwaita-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'xpad', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'nm-connection-editor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxinput', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'obconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxlauncher', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxde-common', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'network-manager-applet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxpanel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxpolkit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'perl-File-MimeInfo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'upower', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'gpicview', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'gnome-keyring-pam', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'lxmenu-data', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-desktop', 'clipit', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxde-office', description='Office suite for LXDE', display_name='LXDE Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxde-office', 'gnumeric', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-office', 'abiword', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-office', 'osmo', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxqt-desktop', description='LXQt is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.', display_name='LXQt', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-about', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'kwin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-session', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-runner', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'sddm-breeze', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'breeze-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'qupzilla', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'breeze-cursor-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'ark', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'fedora-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'qterminal-qt5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'xdg-user-dirs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'notification-daemon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-policykit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-common', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'openbox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-globalkeys', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-qtplugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'sddm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-panel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'obconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'pcmanfm-qt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-notificationd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'network-manager-applet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-openssh-askpass', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'perl-File-MimeInfo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'upower', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'breeze-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'qupzilla-kwallet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'nm-connection-editor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-desktop', 'lxqt-powermanagement', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxqt-office', description='Office suite for LXQt', display_name='LXQt Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxqt-office', 'libreoffice-calc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-office', 'libreoffice-impress', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-office', 'libreoffice-writer', force=None, type='mandatory'), - call.groupListAdd('tag', 'legacy-fonts', description='Older bitmap and vector fonts packages', display_name='Legacy Fonts', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-misc', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-Type1', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-100dpi', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-15-100dpi', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-stamashkenaz-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-ellinia-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-9-100dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'nethack-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-kates-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-drugulin-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-aharoni-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'oflb-dignas-handwriting-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'bitmap-fangsongti-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'fonts-KOI8-R-100dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'efont-unicode-bdf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-yehuda-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'bitmap-console-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'texmacs-fedora-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-simple-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-1-100dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-mints-strong-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'bitmap-lucida-typewriter-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ethiopic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'libdockapp-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'iso8859-2-misc-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-glisp-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-drift-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-miriam-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-cyrillic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-edges-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-frank-ruehl-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-cure-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-keteryg-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-14-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-lime-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-nachlieli-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-caladings-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'urw-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'fonts-KOI8-R-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-david-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'japanese-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'ucs-miscfixed-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-14-100dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-15-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-stamsefarad-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'knm-new-fixed-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-9-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'zvbi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-1-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-2-100dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'fonts-KOI8-R', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'terminus-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-fkp-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'xorg-x11-fonts-ISO8859-2-75dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-miriam-mono-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-anorexia-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-aqui-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'iso8859-2-100dpi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-nu-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'culmus-hadasim-clm-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'terminus-fonts-console', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'mona-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'lyx-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'jisksp16-1990-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'ctan-musixtex-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'baekmuk-bdf-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'google-android-emoji-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-smoothansi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-mints-mild-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'ghostscript-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'rosegarden4-feta-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-snap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'wqy-unibit-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'iso8859-2-75dpi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'bitmap-fixed-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'rosegarden4-parmesan-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'taipeifonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'wqy-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-fonts', 'artwiz-aleczapka-gelly-fonts', force=None, type='optional'), - call.groupListAdd('tag', 'legacy-network-server', description='These packages include servers for old network protocols such as rsh and telnet.', display_name='Legacy Network Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'legacy-network-server', 'talk-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'telnet-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'rwho', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'rsh-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'rusers', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'bootparamd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'rusers-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'tftp-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'legacy-network-server', 'rarpd', force=None, type='optional'), - call.groupListAdd('tag', 'legacy-software-development', description='These packages provide compatibility with previous releases.', display_name='Legacy Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'legacy-software-development', 'compat-libstdc++-296', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-software-development', 'compat-gcc-34', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-software-development', 'compat-gcc-34-c++', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-software-development', 'compat-libstdc++-33', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-software-development', 'compat-gcc-34-g77', force=None, type='default'), - call.groupListAdd('tag', 'legacy-software-support', description='', display_name='Legacy Software Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'legacy-software-support', 'compat-libstdc++-296', force=None, type='default'), - call.groupPackageListAdd('tag', 'legacy-software-support', 'compat-libstdc++-33', force=None, type='default'), - call.groupListAdd('tag', 'lepcha-support', description='', display_name='Lepcha Support', force=None, is_default=False, langonly='lep', uservisible=False), - call.groupPackageListAdd('tag', 'lepcha-support', 'sil-mingzat-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lepcha-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lepcha-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'lepcha-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'libreoffice', description='LibreOffice Productivity Suite', display_name='LibreOffice', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-impress', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-calc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-emailmerge', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-graphicfilter', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-draw', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-writer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-math', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-pyuno', force=None, type='optional'), - call.groupPackageListAdd('tag', 'libreoffice', 'libreoffice-base', force=None, type='optional'), - call.groupListAdd('tag', 'libreoffice-development', description='These packages are helpful when developing LibreOffice extensions or macros.', display_name='LibreOffice Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'libreoffice-development', 'libreoffice-sdk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'libreoffice-development', 'libreoffice-sdk-doc', force=None, type='optional'), - call.groupListAdd('tag', 'livecd-tools', description='Tools that need to be installed into a livecd for it to function', display_name='LiveCD Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'livecd-tools', 'kernel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'livecd-tools', 'syslinux', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'livecd-tools', 'dracut-config-generic', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'livecd-tools', 'grub2-efi', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'livecd-tools', 'kernel-modules', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'livecd-tools', 'kernel-modules-extra', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'livecd-tools', 'dracut-live', force=None, type='mandatory'), - call.groupListAdd('tag', 'load-balancer', description='Load balancing support for network traffic', display_name='Load Balancer', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'load-balancer', 'keepalived', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'load-balancer', 'ipvsadm', force=None, type='mandatory'), - call.groupListAdd('tag', 'mate-desktop', description='MATE Desktop is based on GNOME 2 and provides a powerful graphical user interface for users who seek a simple easy to use traditional desktop interface.', display_name='MATE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'mate-desktop', 'exaile', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gvfs-mtp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-vpnc-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'dconf-editor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'pluma', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'xfburn', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-applets', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'abrt-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-iodine-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'marco', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gnote', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'libmatekbd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'filezilla', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-control-center', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'fros-recordmydesktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'hexchat', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'system-config-printer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'system-config-users', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-dictionary', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'caja-wallpaper', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-panel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-calc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gvfs-smb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'setroubleshoot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-themes', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-l2tp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-openconnect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'caja', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gvfs-afc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'system-config-language', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'claws-mail', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'lightdm-gtk-greeter-settings', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'vim-enhanced', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'libmatemixer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'seahorse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-pptp-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'f24-backgrounds-base', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'firefox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'engrampa', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'atril', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'p7zip-plugins', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'blueman', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'caja-sendto', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'caja-open-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-adsl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-user-guide', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mozo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'transmission-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-polkit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'f24-backgrounds-mate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-openvpn-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'xdg-user-dirs-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gvfs-gphoto2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'simple-scan', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'atril-caja', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-notification-daemon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gvfs-fuse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-system-monitor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-screenshot', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'network-manager-applet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gucharmap', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'libmateweather', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'p7zip', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-disk-usage-analyzer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'lightdm-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-menus-preferences-category-menu', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-settings-daemon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'lightdm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-libreswan-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-media', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-backgrounds', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'yumex-dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-menus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gparted', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'f24-backgrounds-extras-base', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'libsecret', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gtk2-engines', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'NetworkManager-bluetooth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-screensaver', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'system-config-date', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'caja-image-converter', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-power-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'yelp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-session-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'gvfs-archive', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'eom', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'abrt-java-connector', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-search-tool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'parole', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-desktop', 'mate-system-log', force=None, type='mandatory'), - call.groupListAdd('tag', 'mate-applications', description='Applications for the MATE Desktop.', display_name='MATE Applications', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'mate-applications', 'caja-beesu', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'atril-thumbnailer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'mate-sensors-applet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'mate-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'mintmenu', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'caja-beesu-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'pidgin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'python-caja', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'pluma-beesu-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'mate-applet-softupd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'firewall-applet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'tigervnc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'caja-share', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'caja-actions', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-applications', 'mate-icon-theme-faenza', force=None, type='mandatory'), - call.groupListAdd('tag', 'mate-compiz', description='This package group adds Compiz and Emerald to MATE desktop', display_name='MATE Compiz', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'mate-compiz', 'compizconfig-python', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'simple-ccsm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'compiz', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'compiz-plugins-experimental', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'compiz-bcop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'compiz-plugins-main', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'ccsm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'libcompizconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'compiz-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'emerald-themes', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'compiz-plugins-extra', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'emerald', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mate-compiz', 'fusion-icon', force=None, type='mandatory'), - call.groupListAdd('tag', 'mail-server', description='These packages allow you to configure an IMAP or SMTP mail server.', display_name='Mail Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'mail-server', 'dovecot', force=None, type='default'), - call.groupPackageListAdd('tag', 'mail-server', 'sendmail-cf', force=None, type='default'), - call.groupPackageListAdd('tag', 'mail-server', 'cyrus-sasl', force=None, type='default'), - call.groupPackageListAdd('tag', 'mail-server', 'spamassassin', force=None, type='default'), - call.groupPackageListAdd('tag', 'mail-server', 'sendmail', force=None, type='default'), - call.groupPackageListAdd('tag', 'mail-server', 'clamav-data', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'up-imapproxy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'crm114', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'clamav-milter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'mailman', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'enemies-of-carlotta', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'exim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'roundcubemail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'imp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'pyzor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'milter-regex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'opendkim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'clamav', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'spambayes', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'exim-clamav', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'cyrus-imapd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'sqlgrey', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'squirrelmail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'spamass-milter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'amavisd-new', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'postfix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'esmtp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'uw-imap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'dbmail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mail-server', 'exim-doc', force=None, type='optional'), - call.groupListAdd('tag', 'maithili-support', description='', display_name='Maithili Support', force=None, is_default=False, langonly='mai', uservisible=False), - call.groupPackageListAdd('tag', 'maithili-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'maithili-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'maithili-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'maithili-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'maithili-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'malayalam-support', description='', display_name='Malayalam Support', force=None, is_default=False, langonly='ml', uservisible=False), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-meera-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'malayalam-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-anjalioldlipi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-suruma-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-rachana-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'google-noto-sans-malayalam-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'lohit-malayalam-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'samyak-malayalam-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-dyuthi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-raghumalayalam-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'smc-kalyani-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'google-noto-sans-malayalam-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'malayalam-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'manipuri-support', description='', display_name='Manipuri Support', force=None, is_default=False, langonly='mni', uservisible=False), - call.groupPackageListAdd('tag', 'manipuri-support', 'lohit-bengali-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'manipuri-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'manipuri-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'marathi-support', description='', display_name='Marathi Support', force=None, is_default=False, langonly='mr', uservisible=False), - call.groupPackageListAdd('tag', 'marathi-support', 'lohit-marathi-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'marathi-support', 'samyak-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'marathi-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'marathi-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'marathi-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'marathi-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'mysql', description='This package group contains packages useful for use with MariaDB (MySQL).', display_name='MariaDB (MySQL) Database', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'mysql', 'mariadb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mysql', 'mariadb-server', force=None, type='default'), - call.groupPackageListAdd('tag', 'mysql', 'unixODBC', force=None, type='default'), - call.groupPackageListAdd('tag', 'mysql', 'python-mysql', force=None, type='default'), - call.groupPackageListAdd('tag', 'mysql', 'perl-DBD-MySQL', force=None, type='default'), - call.groupPackageListAdd('tag', 'mysql', 'mysql-connector-odbc', force=None, type='default'), - call.groupPackageListAdd('tag', 'mysql', 'libdbi-dbd-mysql', force=None, type='default'), - call.groupPackageListAdd('tag', 'mysql', 'qt-mysql', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mysql', 'php-mysqlnd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mysql', 'mariadb-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mysql', 'mysqltuner', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mysql', 'mysqlreport', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mysql', 'mariadb-bench', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mysql', 'qt3-MySQL', force=None, type='optional'), - call.groupListAdd('tag', 'medical', description='This is a group of applications related to health care.', display_name='Medical Applications', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'medical', 'aeskulap', force=None, type='default'), - call.groupPackageListAdd('tag', 'medical', 'gnumed', force=None, type='default'), - call.groupPackageListAdd('tag', 'medical', 'gnumed-server', force=None, type='default'), - call.groupListAdd('tag', 'milkymist', description='Toolchain for Milkymist hardware engineers.', display_name='Milkymist', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'milkymist', 'vim-common', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'avr-gdb', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'gtkwave', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'flterm', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'qemu', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'gcc', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'lemon', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'libftdi-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'automake', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'avr-binutils', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'avr-libc', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'llvm', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'gd-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'avr-gcc-c++', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'avr-libc-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'iverilog', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'clang', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'openocd', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'gplcver', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 're2c', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'tftp', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'autoconf', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'avr-gcc', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'tftp-server', force=None, type='default'), - call.groupPackageListAdd('tag', 'milkymist', 'srecord', force=None, type='default'), - call.groupListAdd('tag', 'mingw32', description='Support for cross-compiling programs to 32 bit Windows targets, testing them, and building installers, all from within Fedora.', display_name='MinGW cross-compiler', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-binutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-gcc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-crt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-filesystem', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-headers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-crossreport', force=None, type='default'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-nsis', force=None, type='default'), - call.groupPackageListAdd('tag', 'mingw32', 'wine', force=None, type='default'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-sqlite', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-libxml2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-glib2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-libgcrypt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-libgpg-error', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-zlib', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-dlfcn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-termcap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-bzip2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-openssl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-libpng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-pdcurses', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-readline', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-SDL', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-cairo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-pixman', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-atk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-gdbm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-libjpeg-turbo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-win-iconv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-gettext', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-pthreads', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-proj', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-freetype', force=None, type='optional'), - call.groupPackageListAdd('tag', 'mingw32', 'mingw32-nsiswrapper', force=None, requires='mingw32-nsis', type='conditional'), - call.groupListAdd('tag', 'mongodb', description='Scalable, high-performance NoSQL database.', display_name='MongoDB', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'mongodb', 'mongodb-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mongodb', 'mongodb', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mongodb', 'mongodb-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'mongodb', 'libmongodb', force=None, type='mandatory'), - call.groupListAdd('tag', 'multimedia', description='Audio/video framework common to desktops', display_name='Multimedia', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'multimedia', 'alsa-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'alsa-ucm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'pulseaudio-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'gstreamer1-plugins-bad-free', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'gstreamer1-plugins-good', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'pulseaudio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'pulseaudio-module-x11', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'PackageKit-gstreamer-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'alsa-plugins-pulseaudio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'multimedia', 'gstreamer-plugins-good', force=None, requires='gstreamer', type='conditional'), - call.groupPackageListAdd('tag', 'multimedia', 'gstreamer-plugins-bad-free', force=None, requires='gstreamer', type='conditional'), - call.groupPackageListAdd('tag', 'multimedia', 'gstreamer-plugins-espeak', force=None, requires='gstreamer', type='conditional'), - call.groupListAdd('tag', 'hawaii-media', description='Multimedia support for Hawaii', display_name='Multimedia support for Hawaii', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'hawaii-media', 'pavucontrol', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxde-media', description='Multimedia support for LXDE', display_name='Multimedia support for LXDE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxde-media', 'lxmusic', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-media', 'pavucontrol', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-media', 'asunder', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-media', 'pnmixer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxde-media', 'gnomebaker', force=None, type='mandatory'), - call.groupListAdd('tag', 'lxqt-media', description='Multimedia support for LXQt', display_name='Multimedia support for LXQt', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'lxqt-media', 'pavucontrol', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'lxqt-media', 'pnmixer', force=None, type='mandatory'), - call.groupListAdd('tag', 'xfce-media', description='Multimedia support for Xfce', display_name='Multimedia support for Xfce', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xfce-media', 'xfburn', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-media', 'pavucontrol', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-media', 'parole', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-media', 'asunder', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-media', 'pragha', force=None, type='mandatory'), - call.groupListAdd('tag', 'burmese-support', description='', display_name='Myanmar (Burmese) Support', force=None, is_default=False, langonly='my', uservisible=False), - call.groupPackageListAdd('tag', 'burmese-support', 'sil-padauk-fonts', force=None, type='default'), - call.groupListAdd('tag', 'nepali-support', description='', display_name='Nepali Support', force=None, is_default=False, langonly='ne', uservisible=False), - call.groupPackageListAdd('tag', 'nepali-support', 'madan-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'nepali-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'nepali-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'nepali-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'nepali-support', 'scim-tables-nepali', force=None, type='optional'), - call.groupPackageListAdd('tag', 'nepali-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'network-server', description='These packages include network-based servers such as DHCP, Kerberos and NIS.', display_name='Network Servers', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'network-server', 'ypserv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'rinetd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'ahcpd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'openldap-servers', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'tigervnc-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'nsd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'vtun', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'kannel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'ucarp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'cobbler', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'torque-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', '389-ds-base', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'koan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'xl2tpd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'jabberd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'puppet-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'netatalk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'dhcp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'krb5-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'flumotion', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'radvd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'ipxripd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'fwknop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'icecast', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'quagga', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'polipo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'vnc-reflector', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'sobby', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'libreswan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'oidentd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'znc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'freenx-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'babeld', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'amanda-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'dnsmasq', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'ejabberd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'privoxy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'network-server', 'freeradius', force=None, type='optional'), - call.groupListAdd('tag', 'news-server', description='This group allows you to configure the system as a news server.', display_name='News Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'news-server', 'inn', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'news-server', 'newscache', force=None, type='optional'), - call.groupPackageListAdd('tag', 'news-server', 'cleanfeed', force=None, type='optional'), - call.groupPackageListAdd('tag', 'news-server', 'suck', force=None, type='optional'), - call.groupPackageListAdd('tag', 'news-server', 'leafnode', force=None, type='optional'), - call.groupPackageListAdd('tag', 'news-server', 'newsx', force=None, type='optional'), - call.groupListAdd('tag', 'ocaml', description='Support for developing software using the Objective Caml programming language and libraries.', display_name='OCaml', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-findlib-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-x11', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-runtime', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-ocamldoc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-camlp4-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'ocaml', 'emacs-tuareg', force=None, type='default'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-pxp-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'xemacs-tuareg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-ocamlgraph-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-ssl-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-zarith-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-xml-light-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-lablgtk-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-expat-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-curses-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-camomile-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-labltk-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-bitstring-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-csv-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-xmlrpc-light-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-tplib-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-lablgl-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-curl-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-extlib-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-calendar-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-pcre-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-ocamlnet-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'ocaml', 'ocaml-menhir-devel', force=None, type='optional'), - call.groupListAdd('tag', 'odia-support', description='', display_name='Odia Support', force=None, is_default=False, langonly='or', uservisible=False), - call.groupPackageListAdd('tag', 'odia-support', 'lohit-odia-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'odia-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'odia-support', 'samyak-odia-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'odia-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'odia-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'office', description='The applications include office suites, PDF viewers, and more.', display_name='Office/Productivity', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'office', 'libreoffice-impress', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'alexandria', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-base', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'kreetingkard_templates', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'pdfedit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'texmaker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'kchmviewer-qt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'texlive-xdvi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-voikko', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'rednotebook', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'xournal', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-writer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'evince', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-graphicfilter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'taskjuggler', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'Zim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'gramps', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'klatexformula-ktexteditor-plugin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'cherrytree', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'gourmet', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'abiword', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'lyx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calibre', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'skrooge', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-stage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'jpilot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'starcal', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'xfbib', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'kmymoney', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-braindump', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-math', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-kexi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'grisbi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-xsltfilter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'dayplanner', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'tetex-IEEEtran', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'kdepim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-ogltrans', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'glom', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'planner', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-calc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'glabels', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calcurse', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-emailmerge', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'pybliographer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'gnumeric', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'wyrd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'hnb', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-plan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-wiki-publisher', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'htmldoc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'krecipes', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'keurocalc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-sheets', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'xchm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'Saaghar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-words', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'gnucash', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'kreetingkard', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'dia', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'taskcoach', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'tellico', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'klatexformula', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'calligra-flow', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'MagicPoint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-draw', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'revelation', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'gnumeric-plugins-extras', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'vym', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'aiksaurus-thesaurus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'okular', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'bibus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'office', 'libreoffice-TexMaths', force=None, type='optional'), - call.groupListAdd('tag', 'online-docs', description='', display_name='Online Help and Documentation', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'online-docs', 'system-config-nfs-docs', force=None, requires='system-config-nfs', type='conditional'), - call.groupPackageListAdd('tag', 'online-docs', 'system-config-samba-docs', force=None, requires='system-config-samba', type='conditional'), - call.groupPackageListAdd('tag', 'online-docs', 'system-config-services-docs', force=None, requires='system-config-services', type='conditional'), - call.groupPackageListAdd('tag', 'online-docs', 'system-config-date-docs', force=None, requires='system-config-date', type='conditional'), - call.groupPackageListAdd('tag', 'online-docs', 'system-config-users-docs', force=None, requires='system-config-users', type='conditional'), - call.groupListAdd('tag', 'php', description='General-purpose web development scripting language.', display_name='PHP', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'php', 'php-pear', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-mbstring', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-soap', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-xml', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-pecl-apc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-imap', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-mcrypt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-pecl-mongo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-pdo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-bcmath', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-pgsql', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-mysqlnd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-gd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'php', 'php-process', force=None, type='mandatory'), - call.groupListAdd('tag', 'perl', description='Support for developing programs in the Perl programming language.', display_name='Perl Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'perl', 'perl-core', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl', 'perltidy', force=None, type='default'), - call.groupPackageListAdd('tag', 'perl', 'cpan-upload', force=None, type='default'), - call.groupPackageListAdd('tag', 'perl', 'git-cpan-patch', force=None, type='default'), - call.groupPackageListAdd('tag', 'perl', 'vim-perl-support', force=None, type='optional'), - call.groupPackageListAdd('tag', 'perl', 'cpanspec', force=None, type='optional'), - call.groupPackageListAdd('tag', 'perl', 'perl-Task-Catalyst', force=None, type='optional'), - call.groupPackageListAdd('tag', 'perl', 'parrot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'perl', 'eclipse-epic', force=None, type='optional'), - call.groupListAdd('tag', 'perl-web', description='Basic Perl web application support.', display_name='Perl for Web', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'perl-web', 'perl-CPANPLUS', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'perl-CPAN', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'perl-App-cpanminus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'perl-DBD-MySQL', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'perl-core', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'mod_perl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'ImageMagick-perl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'perl-DBD-SQLite', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'perl-web', 'perl-MongoDB', force=None, type='mandatory'), - call.groupListAdd('tag', 'persian-support', description='', display_name='Persian Support', force=None, is_default=False, langonly='fa', uservisible=False), - call.groupPackageListAdd('tag', 'persian-support', 'sil-scheherazade-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'persian-support', 'sil-lateef-fonts', force=None, type='optional'), - call.groupListAdd('tag', 'sql-server', description='This package group includes packages useful for use with PostgreSQL.', display_name='PostgreSQL Database', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sql-server', 'unixODBC', force=None, type='default'), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql-server', force=None, type='default'), - call.groupPackageListAdd('tag', 'sql-server', 'libdbi-dbd-pgsql', force=None, type='default'), - call.groupPackageListAdd('tag', 'sql-server', 'rhdb-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'sql-server', 'perl-DBD-Pg', force=None, type='default'), - call.groupPackageListAdd('tag', 'sql-server', 'qt-postgresql', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'qt3-ODBC', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'qt-odbc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql-contrib', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql-test', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'qt3-PostgreSQL', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql-jdbc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql-odbc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'postgresql-docs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'PyGreSQL', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sql-server', 'tcl-pgtcl', force=None, type='optional'), - call.groupListAdd('tag', 'printing', description='Install these tools to enable the system to print or act as a print server.', display_name='Printing Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'printing', 'ghostscript', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'printing', 'cups', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'printing', 'cups-filters', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'printing', 'mpage', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'system-config-printer-udev', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'nss-mdns', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'colord', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'samba-client', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'paps', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'cups-pk-helper', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'foomatic', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'foomatic-db-ppds', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'gutenprint-cups', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'gutenprint', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'hplip', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'hpijs', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'bluez-cups', force=None, type='default'), - call.groupPackageListAdd('tag', 'printing', 'cups-pdf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'enscript', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'min12xxw', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'pnm2ppa', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'ptouch-driver', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'system-config-printer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'cups-bjnp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'splix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'printing', 'a2ps', force=None, type='optional'), - call.groupListAdd('tag', 'punjabi-support', description='', display_name='Punjabi Support', force=None, is_default=False, langonly='pa', uservisible=False), - call.groupPackageListAdd('tag', 'punjabi-support', 'lohit-gurmukhi-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'punjabi-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'punjabi-support', 'saab-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'punjabi-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'punjabi-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'python-web', description='Basic Python web application support.', display_name='Python', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'python-web', 'pymongo-gridfs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'python-virtualenv', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'libcurl-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'libcurl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'libjpeg-turbo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'pymongo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'freetype-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'numpy-f2py', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'python', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'python-mysql', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'python-magic', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'python-psycopg2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'libjpeg-turbo-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'numpy', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'python-web', 'mod_wsgi', force=None, type='mandatory'), - call.groupListAdd('tag', 'rpm-development-tools', description='These tools include core development tools such rpmbuild.', display_name='RPM Development Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'rpm-build', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'redhat-rpm-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'rpmdevtools', force=None, type='default'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'koji', force=None, type='default'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'mock', force=None, type='default'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'pungi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'rpmlint', force=None, type='optional'), - call.groupPackageListAdd('tag', 'rpm-development-tools', 'plague-client', force=None, type='optional'), - call.groupListAdd('tag', 'robotics-suite', description='Suite of packages for robotics development', display_name='Robotics', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'robotics-suite', 'player-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-rosinstall', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'catkin', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-flite', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-player', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'eclipse-cdt', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-pantilt', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'gazebo-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'openni-primesense', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-firevision-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-laserht', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'mrpt-apps', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssserver', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-vcstools', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-rosdistro', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'player-python', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-katana', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'arduino', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcsslogplayer', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-ttmainloop', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-wstool', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'player', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'opencv', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-catkin_pkg', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-rosinstall_generator', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'pcl', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-catkin_lint', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-bloom', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'player-examples', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'gazebo', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-lua', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-core', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-guis', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssserver-gui', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'mrpt-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-worldmodel', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-xmlrpc', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-refboxcomm', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'stage-playerplugin', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'libphidget', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssmonitor', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-firevision', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-bblogger', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-bbsync', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'gearbox', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-joystick', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'stage', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-rospkg', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssserver3d-doc', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'urg', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'eclipse-egit', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-skiller', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'mrpt-libs', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'eclipse-subclipse', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-webview', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-catkin_tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'python-rosdep', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'player-ruby', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-laser', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssserver3d', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-plugin-luaagent', force=None, type='default'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssserver3d-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'mrpt-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'libphidget-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'urg-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'gearbox-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'stage-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcsslogplayer-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'rcssserver-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'fawkes-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'pcl-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'player-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'robotics-suite', 'gazebo-devel', force=None, type='optional'), - call.groupListAdd('tag', 'ruby', description='Basic support for the Ruby programming language.', display_name='Ruby', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'ruby', 'ruby', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ruby', 'rubygem-abrt', force=None, type='default'), - call.groupPackageListAdd('tag', 'ruby', 'ruby-devel', force=None, type='default'), - call.groupListAdd('tag', 'rubyonrails', description='Ruby on Rails web application stack.', display_name='Ruby on Rails', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-minitest', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-sass-rails', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'nodejs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-rake', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-sqlite3', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-uglifier', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-listen', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-bundler', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-json', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-spring-watcher-listen', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-jbuilder', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'ruby-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-byebug', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-rails', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-bigdecimal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-spring', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-sdoc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'sqlite-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-turbolinks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-abrt', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-coffee-rails', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-web-console', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-jquery-rails', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'rubyonrails', 'rubygem-bcrypt', force=None, type='mandatory'), - call.groupListAdd('tag', 'russian-support', description='', display_name='Russian Support', force=None, is_default=False, langonly='ru', uservisible=False), - call.groupPackageListAdd('tag', 'russian-support', 'paratype-pt-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'russian-support', 'paratype-pt-mono-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'xorg-x11-fonts-cyrillic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'paratype-pt-sans-caption-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'paratype-pt-serif-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'fonts-KOI8-R', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'scim-tables-russian', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'stardict-dic-ru', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'fonts-KOI8-R-100dpi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'paratype-pt-serif-caption-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'apanov-heuristica-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'ibus-table-cyrillic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'apanov-edrip-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'russian-support', 'fonts-KOI8-R-75dpi', force=None, type='optional'), - call.groupListAdd('tag', 'sanskrit-support', description='', display_name='Sanskrit Support', force=None, is_default=False, langonly='sa', uservisible=False), - call.groupPackageListAdd('tag', 'sanskrit-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sanskrit-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'santali-support', description='', display_name='Santali Support', force=None, is_default=False, langonly='sat', uservisible=False), - call.groupPackageListAdd('tag', 'santali-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'santali-support', 'samyak-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'santali-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'santali-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'santali-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'santali-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'security-lab', description='Tools for security auditing, forensics, system rescue, and teaching security testing methodologies.', display_name='Security Lab', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'security-lab', 'ddrescue', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'pdfcrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nethogs', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'zmap', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'echoping', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'paris-traceroute', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'mutt', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ratproxy', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'medusa', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sleuthkit', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'gparted', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sipsak', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'pyrit', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'wget', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'pwgen', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'scanmem', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'arp-scan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ArpON', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'uperf', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nmap-ncat', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'p0f', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'etherape', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'foremost', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nmap-frontend', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'pcapdiff', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'mcabber', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'inception', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ssldump', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'wipe', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nbtscan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'net-snmp-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'iftop', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'labrea', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'hunt', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'httrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'httpry', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'bonesi', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'macchanger', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dsniff', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'scapy', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ettercap', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'aircrack-ng', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sslscan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'swaks', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcptrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'safecopy', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'aide', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'driftnet', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sipp', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sslstrip', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'iperf', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'vim-enhanced', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nano', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'unhide', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpreen', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nebula', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'raddump', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'kismet', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sslsplit', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'wavemon', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'wireshark', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'bannergrab', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'siege', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ntp', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'screen', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'fping', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'bkhive', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nmbscan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'lynis', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dnsmap', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'iptraf-ng', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'binwalk', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'argus-clients', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'httping', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpjunk', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'openssh', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'argus', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'srm', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpick', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'yersinia', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ophcrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'xmount', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nload', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nmap', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'kismon', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'testdisk', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'splint', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'irssi', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'firewalk', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'bro', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ntfs-3g', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'pscan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sing', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'rats', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'openvas-cli', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nwipe', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'hping3', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sqlninja', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'openvas-scanner', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'scamper', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'sucrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'hydra', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'horst', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'flawfinder', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'john', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpdump', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'masscan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'cmospwd', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'chkrootkit', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dnstracer', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ht', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'halberd', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'packETH', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpxtract', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dc3dd', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'scalpel', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'hfsutils', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'mc', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'mtr', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'pads', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'airsnort', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpcopy', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'unicornscan', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dhcping', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tripwire', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'hexedit', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'examiner', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'skipfish', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'onesixtyone', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ncrack', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'wbox', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'lbd', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpflow', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'socat', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'weplab', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'tcpreplay', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'proxychains', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'netsed', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'net-snmp', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'cowpatty', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'rkhunter', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nfswatch', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dnsenum', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ntfsprogs', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'snmpcheck', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'trafshow', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'afftools', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'goaccess', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'scrub', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ntop', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'telnet', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'httpie', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'ngrep', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'whois', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'slowhttptest', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'vnstat', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'subnetcalc', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'dnstop', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'netsniff-ng', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'lnav', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'powertop', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'samdump2', force=None, type='default'), - call.groupPackageListAdd('tag', 'security-lab', 'nikto', force=None, type='default'), - call.groupListAdd('tag', 'server-cfg', description="This group contains all of Red Hat's custom server configuration tools.", display_name='Server Configuration Tools', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'server-cfg', 'system-config-samba', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-cfg', 'system-config-services', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-cfg', 'cups-pk-helper', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-cfg', 'system-config-httpd', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-cfg', 'system-config-nfs', force=None, type='default'), - call.groupPackageListAdd('tag', 'server-cfg', 'system-config-bind', force=None, type='optional'), - call.groupPackageListAdd('tag', 'server-cfg', 'system-config-printer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'server-cfg', 'system-switch-mail-gnome', force=None, type='optional'), - call.groupListAdd('tag', 'simplified-chinese-support', description='', display_name='Simplified Chinese Support', force=None, is_default=False, langonly='zh_CN', uservisible=False), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'adobe-source-han-sans-cn-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'lv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'scim-tables-chinese-extra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'wqy-bitmap-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'wqy-zenhei-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'scim-pinyin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'wqy-microhei-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'stardict-dic-zh_CN', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'ibus-table-chinese-yong', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'ibus-table-chinese-erbi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'fcitx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'wqy-unibit-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'm17n-db-extras', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'scim-fcitx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'ibus-table-chinese-wubi-jidian', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'scim-tables-chinese', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'ibus-table-chinese-wubi-haifeng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'simplified-chinese-support', 'ibus-libpinyin', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'sindhi-support', description='', display_name='Sindhi Support', force=None, is_default=False, langonly='sd', uservisible=False), - call.groupPackageListAdd('tag', 'sindhi-support', 'paktype-naskh-basic-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sindhi-support', 'lohit-devanagari-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sindhi-support', 'google-noto-sans-devanagari-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'sindhi-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'sindhi-support', 'google-noto-sans-devanagari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'sindhi-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'sinhala-support', description='', display_name='Sinhala Support', force=None, is_default=False, langonly='si', uservisible=False), - call.groupPackageListAdd('tag', 'sinhala-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sinhala-support', 'lklug-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sinhala-support', 'scim-sayura', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sinhala-support', 'ibus-sayura', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupPackageListAdd('tag', 'sinhala-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'sound-and-video', description='From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system.', display_name='Sound and Video', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'sound-and-video', 'pnmixer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'exaile', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'totem', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-ttxtsubs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'paprefs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'soundconverter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'xcdroast', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'picard', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'festvox-clb-arctic-hts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'v4l2ucp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'mikmod', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'decibel-audio-player', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'mybashburn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'xfburn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'nyquist', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'dvdisaster', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'xmp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'grip', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vorbis-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'gnomebaker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-streamdev-server', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'rakarrack', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'genisoimage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'alsamixergui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'banshee', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'mkvtoolnix-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'easytag', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'wodim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'soundtracker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'argyllcms', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-osdteletext', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'gcstar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'totem-lirc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'xmms', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'festvox-rms-arctic-hts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'dvdauthor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'denemo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'kid3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'openfst-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'icedax', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'cdcollect', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'tclabc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pavucontrol', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'opengrm-ngram-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'milkytracker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'xmms-flac', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'id3v2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'kover', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'totem-nautilus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'dvgrab', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'multimedia-menus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'gnome-sound-recorder', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'asunder', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-epgsearch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'tomahawk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'amarok', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'audacity', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'volumeicon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'whaawmp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-tvonscreen', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'sweep', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pitivi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'festvox-bdl-arctic-hts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'sox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pyvnc2swf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-remote', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'cdrskin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'gtk-v4l', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'jack-audio-connection-kit', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pocketsphinx-plugin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-femon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'lxmusic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'irstlm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'paman', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'kmix', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'lingot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pocketsphinx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'gtkpod', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'isomaster', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'juk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'audacious', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'quodlibet', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'cdlabelgen', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'cdparanoia', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'tagtool', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'csound-csoundac', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'cmusphinx3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'gnomad2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'sound-juicer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pavumeter', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'qmmp-plugin-pack', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-streamdev-client', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'brasero', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'rhythmbox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pulseaudio-module-zeroconf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-skinsoppalusikka', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'adplay', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'xmms-adplug', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'tvtime', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'kscd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'ucview', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'pulseaudio-module-lirc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'camE', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'vdr-sudoku', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'sphinxtrain', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'abcde', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'dragon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'qmmp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'rosegarden4', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'k3b', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'parole', force=None, type='optional'), - call.groupPackageListAdd('tag', 'sound-and-video', 'regionset', force=None, type='optional'), - call.groupListAdd('tag', 'standard', description='Common set of utilities that extend the minimal installation.', display_name='Standard', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'standard', 'cryptsetup', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'vconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'rsyslog', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'tar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'realmd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'ed', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'dosfstools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'sudo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'dnf-langpacks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'usbutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'rng-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'deltarpm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'logrotate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'rsync', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'jwhois', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'at', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'file', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'fedora-release-notes', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'pam_pkcs11', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'traceroute', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'mdadm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'crontabs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'bzip2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'pam_krb5', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'abrt-cli', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'systemd-udev', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'sssd', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'gnupg2', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'btrfs-progs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'microcode_ctl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'which', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'ntfsprogs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'iptstate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'bridge-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'irqbalance', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'mcelog', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'ethtool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'mailcap', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'nmap-ncat', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'unzip', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'psacct', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'cyrus-sasl-plain', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'tcp_wrappers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'bc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'mlocate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'time', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'setuptool', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'cpio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'bash-completion', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'quota', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'pinfo', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'telnet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'nfs-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'words', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'cifs-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'wget', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'dos2unix', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'passwdqc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'coolkey', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'symlinks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'smartmontools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'fprintd-pam', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'attr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'fpaste', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'mtr', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'tcpdump', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'dbus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'tree', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'sos', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'acl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'wireless-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'plymouth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'bind-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'hunspell', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'net-tools', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'pciutils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'man-pages', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'ntfs-3g', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'lsof', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'zip', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'nano', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'standard', 'chrony', force=None, requires='control-center', type='conditional'), - call.groupListAdd('tag', 'sugar-desktop', description='A software playground for learning about learning.', display_name='Sugar Desktop Environment', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-stopwatch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-infoslicer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-clock', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'lightdm', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-paint', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'gnome-power-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-calculator', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-portfolio', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-physics', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-log', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-speak', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-moon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-read', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-labyrinth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-imageviewer', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-help', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-story', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-visualmatch', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'pygame', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-jukebox', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-xoirc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-write', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'gvfs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-ruler', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-chat', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-words', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-turtleart', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-abacus', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-record', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-getiabooks', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'metacity', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-cp-all', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-countries', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'csound-python', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-maze', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-toolkit-gtk3', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-toolkit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-finance', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'lightdm-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-memorize', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-pippy', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-fototoon', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-browse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'sugar-desktop', 'sugar-typing-turtle', force=None, type='mandatory'), - call.groupListAdd('tag', 'system-tools', description='This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic.', display_name='System Tools', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'system-tools', 'NetworkManager-libreswan', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'nmap', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'ntfs-3g', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'setserial', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'NetworkManager-l2tp', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'openconnect', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'NetworkManager-openconnect', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'openldap-clients', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'openvpn', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'samba-client', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'screen', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'xdelta', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'BackupPC', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'cifs-utils', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'libreswan', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'jigdo', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'NetworkManager-openvpn', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'vpnc', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'NetworkManager-vpnc', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'chrony', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'tigervnc', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'zisofs-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'zsh', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'bonnie++', force=None, type='default'), - call.groupPackageListAdd('tag', 'system-tools', 'xmobar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gigolo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'remmina-plugins-telepathy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'unison213', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nethogs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'inadyn-mt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'hercules', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'htop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ntp-perl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'tn5250', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'w_scan', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gssdp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gnokii', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'keychain', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'dtach', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'noip', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ghasher', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ghex', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'cabextract', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'epylog', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'reptyr', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'xsel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ttywatch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'denyhosts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'crack', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'lirc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ganglia', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'fwrestart', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'remmina-plugins-xdmcp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'am-utils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'crash', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'p0f', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'geoclue', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'unison227', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'createrepo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'lzop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'radeontool', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'foremost', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nmap-frontend', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'p7zip-plugins', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'dar', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'freerdp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'apcupsd-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'swatch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'rear', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'synaptic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'net-snmp-utils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'obexftp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'iftop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'apcupsd', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'qstat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'upx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'arptables', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'macchanger', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ettercap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'enca', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'swaks', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nut', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ebtables', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'aide', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'pwgen', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'arc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'sec', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'wlassistant', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'arj', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'shorewall', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'dkms', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nrg2iso', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'dstat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ircp-tray', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'x3270-x11', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'javasysmon', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'limph', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ntp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'tunctl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'mmv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'speech-dispatcher-flite', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'pbzip2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'torque-gui', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'conman', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'wireshark-gnome', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'etherbat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'mrtg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ksmarttray', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'chrpath', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'environment-modules', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'sysstat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'connect-proxy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'fedora-package-config-apt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'hfsplus-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'xsupplicant', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'netstat-nat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'grsync', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'remmina', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'par2cmdline', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'testdisk', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nomarch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'apt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'speech-dispatcher-festival', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'iotop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'puppet', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'grepmail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'procinfo', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'apg', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'aircrack-ng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'festival', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ntpdate', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'syslog-ng', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'speech-dispatcher', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'john', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gkrellm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'powerman', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'zidrav', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'fwknop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gupnp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ipsec-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'freeze', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'rdiff-backup', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'mtx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'oddjob-mkhomedir', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'mc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'rsnapshot', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'munin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'amanda-client', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'rdesktop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'convmv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'airsnort', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'autofs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'p7zip', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'hyperestraier', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'rootsh', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'remmina-plugins-nx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'arpwatch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'eiciel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'speech-dispatcher-espeak', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'stripesnoop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nagios', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ibmonitor', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'fatsort', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'socat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'uucp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'jfbterm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'remmina-plugins-rdp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'kdirstat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gtkhash', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'nfswatch', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gnutls-utils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'catfish', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gxemul', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'emelfm2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'cfengine', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'oddjob', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'torque-client', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'avahi-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'scrub', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ed2k_hash', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'fuse', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'PackageKit-command-not-found', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'rmanage', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'vnstat', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'ddclient', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'greadelf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'powertop', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'portecle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'liveusb-creator', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'bochs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'wine', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'gtkterm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'fdupes', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'qdbm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'system-tools', 'incron', force=None, type='optional'), - call.groupListAdd('tag', 'tamil-support', description='', display_name='Tamil Support', force=None, is_default=False, langonly='ta', uservisible=False), - call.groupPackageListAdd('tag', 'tamil-support', 'lohit-tamil-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'tamil-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'tamil-support', 'google-noto-sans-tamil-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'tamil-support', 'google-noto-sans-tamil-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'tamil-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'tamil-support', 'serafettin-cartoon-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'tamil-support', 'samyak-tamil-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'tamil-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'telugu-support', description='', display_name='Telugu Support', force=None, is_default=False, langonly='te', uservisible=False), - call.groupPackageListAdd('tag', 'telugu-support', 'lohit-telugu-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'telugu-support', 'm17n-db', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'telugu-support', 'vemana2000-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'telugu-support', 'google-noto-sans-telugu-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'telugu-support', 'iok', force=None, type='default'), - call.groupPackageListAdd('tag', 'telugu-support', 'google-noto-sans-telugu-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'telugu-support', 'pothana2000-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'telugu-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'text-internet', description='This group includes text-based email, web, and chat clients. These applications do not require the X Window System.', display_name='Text-based Internet', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'text-internet', 'isync', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'rss2email', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'fetchmail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'irssi', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'slrn', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'fpaste', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'cone', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'mutt', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'iperf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'sitecopy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'websec', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'getmail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'xprobe2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'libtranslate', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'ctorrent', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'w3m', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'tin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'axel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'nmh', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'whatmask', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'archivemail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'epic', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'rtorrent', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'lftp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'elinks', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'youtube-dl', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'offlineimap', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'cadaver', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'snownews', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'yafc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'ncftp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'tftp', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'emacs-mew', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'alpine', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'centerim', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'argus', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'abook', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'maildirproc', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'deletemail', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'lynx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'aria2', force=None, type='optional'), - call.groupPackageListAdd('tag', 'text-internet', 'trickle', force=None, type='optional'), - call.groupListAdd('tag', 'thai-support', description='', display_name='Thai Support', force=None, is_default=False, langonly='th', uservisible=False), - call.groupPackageListAdd('tag', 'thai-support', 'google-noto-sans-thai-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-waree-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-tlwgtypo-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-umpush-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-kinnari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-loma-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-purisa-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'google-noto-sans-thai-ui-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-tlwgtypewriter-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'google-noto-serif-thai-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-tlwgtypist-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-norasi-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-tlwgmono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-garuda-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'thai-scalable-sawasdee-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'thai-support', 'scim-tables-thai', force=None, type='optional'), - call.groupPackageListAdd('tag', 'thai-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'tibetan-support', description='', display_name='Tibetan Support', force=None, is_default=False, langonly='bo', uservisible=False), - call.groupPackageListAdd('tag', 'tibetan-support', 'tibetan-machine-uni-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'tibetan-support', 'jomolhari-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'tibetan-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'tomcat', description='Tomcat web application server.', display_name='Tomcat', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'tomcat', 'tomcat-native', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'tomcat', 'tomcat-admin-webapps', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'tomcat', 'tomcat', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'tomcat', 'tomcat-webapps', force=None, type='mandatory'), - call.groupListAdd('tag', 'traditional-chinese-support', description='', display_name='Traditional Chinese Support', force=None, is_default=False, langonly='zh_TW', uservisible=False), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'adobe-source-han-sans-tw-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-cantonese', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'cjkuni-uming-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'scim-tables-chinese-extra', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-easy', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'gcin', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-stroke5', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-quick', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-scj', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'lv', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-cangjie', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'scim-array', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-table-chinese-array', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'stardict-dic-zh_TW', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'scim-tables-chinese', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'taipeifonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'm17n-db-extras', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'cjkuni-ukai-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'traditional-chinese-support', 'ibus-libzhuyin', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'urdu-support', description='', display_name='Urdu Support', force=None, is_default=False, langonly='ur', uservisible=False), - call.groupPackageListAdd('tag', 'urdu-support', 'paktype-naskh-basic-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'urdu-support', 'paktype-tehreer-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-nastaleeq-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'urdu-support', 'dejavu-sans-mono-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-web-naskh-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'urdu-support', 'dejavu-sans-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-book-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-digital-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-pakistani-web-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-pen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-decorative-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-letter-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-riqa-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'paktype-ajrak-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-titlel-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-art-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-poster-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-pakistani-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'paktype-naqsh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'nafees-tehreer-naskh-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-office-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-farsi-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-one-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-qurn-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-title-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'kacst-screen-fonts', force=None, type='optional'), - call.groupPackageListAdd('tag', 'urdu-support', 'ibus-m17n', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'platform-vmware', description='Packages to install in VMware virtual machines', display_name='VMware Platform Support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'platform-vmware', 'open-vm-tools', force=None, type='mandatory'), - call.groupListAdd('tag', 'vagrant', description='These packages provide Vagrant with libvirt provider support', display_name='Vagrant with libvirt support', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'vagrant', 'vagrant', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'vagrant', 'vagrant-libvirt', force=None, type='default'), - call.groupPackageListAdd('tag', 'vagrant', 'vagrant-cachier', force=None, type='optional'), - call.groupPackageListAdd('tag', 'vagrant', 'vagrant-registration', force=None, type='optional'), - call.groupListAdd('tag', 'vietnamese-support', description='', display_name='Vietnamese Support', force=None, is_default=False, langonly='vi', uservisible=False), - call.groupPackageListAdd('tag', 'vietnamese-support', 'ibus-bogo', force=None, requires='xorg-x11-server-Xorg', type='conditional'), - call.groupListAdd('tag', 'virtualization', description='These packages provide a graphical virtualization environment.', display_name='Virtualization', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'virtualization', 'virt-install', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'virtualization', 'libvirt-daemon-config-network', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization', 'qemu-kvm', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization', 'libvirt-daemon-kvm', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization', 'virt-manager', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization', 'virt-viewer', force=None, type='default'), - call.groupPackageListAdd('tag', 'virtualization', 'python-libguestfs', force=None, type='optional'), - call.groupPackageListAdd('tag', 'virtualization', 'virt-top', force=None, type='optional'), - call.groupPackageListAdd('tag', 'virtualization', 'libguestfs-tools', force=None, type='optional'), - call.groupPackageListAdd('tag', 'virtualization', 'guestfs-browser', force=None, type='optional'), - call.groupListAdd('tag', 'window-managers', description="Simple window managers that aren't part of a larger desktop environment.", display_name='Window Managers', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'window-managers', 'dwm-user', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'i3lock', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'openbox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'obmenu', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'fvwm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'xcompmgr', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'hackedbox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'wmx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'bbkeys', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'xmonad-mate', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'matchbox-window-manager', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'dwm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'bluetile', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'xmonad', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'blackbox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'i3', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'WindowMaker', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'obconf', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'i3status', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'fluxbox', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'icewm', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'ratpoison', force=None, type='optional'), - call.groupPackageListAdd('tag', 'window-managers', 'i3-doc', force=None, type='optional'), - call.groupListAdd('tag', 'smb-server', description='This package group allows you to share files between Linux and MS Windows(tm) systems.', display_name='Windows File Server', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'smb-server', 'samba', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'smb-server', 'samba-client', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'smb-server', 'cifs-utils', force=None, type='default'), - call.groupListAdd('tag', 'x-software-development', description='These packages allow you to develop applications for the X Window System.', display_name='X Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'x-software-development', 'libX11-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXaw-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'x-software-development', 'libICE-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXt-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXfixes-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'x-software-development', 'libxkbfile-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXxf86vm-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'freetype-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXres-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'pixman-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXxf86dga-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXmu-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXevie-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXrender-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXext-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXtst-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libmng-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXvMC-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXfont-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libtiff-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'SDL-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'xorg-x11-docs', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libSM-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXau-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXScrnSaver-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'gd-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXxf86misc-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXft-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'xorg-x11-xtrans-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libdrm-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXrandr-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libjpeg-turbo-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'giflib-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'Xaw3d-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXdmcp-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'xrestop', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libdmx-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXcomposite-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'mesa-libGL-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXcursor-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'netpbm-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libpng-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXdamage-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'x-software-development', 'xorg-x11-xbitmaps', force=None, type='optional'), - call.groupPackageListAdd('tag', 'x-software-development', 'icon-slicer', force=None, type='optional'), - call.groupPackageListAdd('tag', 'x-software-development', 'icon-naming-utils', force=None, type='optional'), - call.groupPackageListAdd('tag', 'x-software-development', 'mesa-libGLU-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'x-software-development', 'xorg-x11-server-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'x-software-development', 'neXtaw-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'x-software-development', 'libXp-devel', force=None, type='optional'), - call.groupListAdd('tag', 'xmonad', description='A tiling window manager', display_name='XMonad', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xmonad', 'xmobar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xmonad', 'xmonad', force=None, type='mandatory'), - call.groupListAdd('tag', 'xmonad-mate', description='XMonad window manager with MATE', display_name='XMonad for MATE', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xmonad-mate', 'mate-control-center', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xmonad-mate', 'mate-panel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xmonad-mate', 'xmonad-mate', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xmonad-mate', 'mate-screensaver', force=None, type='mandatory'), - call.groupListAdd('tag', 'xfce-desktop', description='A lightweight desktop environment that works well on low end machines.', display_name='Xfce', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-session', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'alsa-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'greybird-xfce4-notifyd-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfwm4-theme-nodoka', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xdg-user-dirs-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'openssh-askpass', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'blueman', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'bluebird-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'bluebird-xfwm4-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'firewall-config', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'NetworkManager-l2tp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-pulseaudio-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'NetworkManager-vpnc-gnome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfwm4', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-about', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'fedora-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'NetworkManager-pptp', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'NetworkManager-openconnect', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'albatross-gtk3-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-power-manager', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-datetime-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'gtk-xfce-engine', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'tumbler', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'gvfs', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'abrt-desktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'nm-connection-editor', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-screenshooter-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'desktop-backgrounds-compat', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'bluebird-gtk3-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'albatross-xfwm4-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'greybird-gtk3-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfwm4-themes', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xscreensaver-base', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'adwaita-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-places-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'initial-setup-gui', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'greybird-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'Thunar', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'adwaita-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-session-engines', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-panel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'greybird-xfwm4-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-terminal', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'thunar-volman', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-settings', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'fros-recordmydesktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'thunar-media-tags-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'gvfs-archive', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'NetworkManager-openvpn', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'network-manager-applet', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'NetworkManager-vpnc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'rodent-icon-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfce4-appfinder', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfconf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'xfdesktop', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'albatross-gtk2-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'lightdm-gtk', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'thunar-archive-plugin', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-desktop', 'yumex', force=None, type='mandatory'), - call.groupListAdd('tag', 'xfce-office', description='Office suite for Xfce', display_name='Xfce Office', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xfce-office', 'gnumeric', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-office', 'abiword', force=None, type='mandatory'), - call.groupListAdd('tag', 'xfce-software-development', description='Install these packages in order to develop GTK+ and Xfce graphical applications.', display_name='Xfce Software Development', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'xfce-software-development', 'libxfce4ui-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'libxfce4util-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'xfce4-panel-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'xfce4-dev-tools', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'xfconf-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'exo-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'garcon-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'tumbler-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'Thunar-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'xfce-software-development', 'xfce4-session-devel', force=None, type='optional'), - call.groupListAdd('tag', 'yiddish-support', description='', display_name='Yiddish Support', force=None, is_default=False, langonly='yi', uservisible=False), - call.groupPackageListAdd('tag', 'yiddish-support', 'dejavu-sans-fonts', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-stamsefarad-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-miriam-mono-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-ellinia-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-miriam-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-drugulin-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-aharoni-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-keteryg-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-stamashkenaz-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-yehuda-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-nachlieli-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-caladings-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-hadasim-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-frank-ruehl-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-david-clm-fonts', force=None, type='default'), - call.groupPackageListAdd('tag', 'yiddish-support', 'culmus-simple-clm-fonts', force=None, type='default'), - call.groupListAdd('tag', 'base-x', description='Local X.org display server', display_name='base-x', force=None, is_default=False, langonly=None, uservisible=False), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-wacom', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-server-Xorg', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-vmware', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-openchrome', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-qxl', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-ati', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-evdev', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-armsoc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'mesa-dri-drivers', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-omap', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-vesa', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-xinit', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'glx-utils', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-nouveau', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-freedreno', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'plymouth-system-theme', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-intel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-vmmouse', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-libinput', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-fbdev', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-xauth', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'base-x', 'xorg-x11-drv-geode', force=None, type='optional')] +[ + [ "groupListAdd", [ "tag", "3d-printing" ], { "force": null, "description": "3D printing software", "uservisible": true, "is_default": false, "display_name": "3D Printing", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "openscad-MCAD" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "cura-lulzbot" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "slic3r" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "printrun" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "openscad" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "meshlab" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "admesh" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "cura" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "blender" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "RepetierHost" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "sfact" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "repsnapper" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "3d-printing", "skeinforge" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "arm-tools" ], { "force": null, "description": "Tools for working with arm systems", "uservisible": false, "is_default": false, "display_name": "ARM Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "arm-tools", "cloud-utils-growpart" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arm-tools", "fedora-arm-installer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arm-tools", "uboot-images-armv7" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "sugar-apps" ], { "force": null, "description": "Additional activities for use with the Sugar Environment.", "uservisible": false, "is_default": false, "display_name": "Additional Sugar Activities", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-calendario" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-pukllanapac" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-playgo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-implode" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-analyze" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-flipsticks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-connect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-emulator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-xomail" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-distance" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-apps", "sugar-view-slides" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "admin-tools" ], { "force": null, "description": "This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware.", "uservisible": true, "is_default": false, "display_name": "Administration Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "authconfig-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "gnome-disk-utility" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "fros-recordmydesktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-users" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "setroubleshoot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-keyboard" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "recordmydesktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-language" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "system-config-date" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "admin-tools", "abrt-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "anaconda-tools" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Anaconda tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "cryptsetup" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "xfsprogs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "lvm2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "s390utils-base" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "dosfstools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "s390utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "iscsi-initiator-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "mdadm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "dmraid" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "mactel-boot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "gfs2-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "reiserfs-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "dracut-network" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "shim" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "grub2-efi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "btrfs-progs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "extlinux-bootloader" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "grub2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "ntfsprogs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "realmd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "efibootmgr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "authconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "device-mapper-multipath" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "kexec-tools-anaconda-addon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "glibc-all-langpacks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "fcoe-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "firewalld" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "e2fsprogs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "chrony" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "syslinux-extlinux" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "teamd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "anaconda-tools", "hfsplus-tools" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "ansible-node" ], { "force": null, "description": "This group contains packages necessary for the system to be controlled by Ansible.", "uservisible": true, "is_default": false, "display_name": "Ansible node", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "python2-dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "libselinux-python" ], { "force": null, "requires": "selinux-policy", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "hawaii-apps" ], { "force": null, "description": "A set of commonly used applications for the Hawaii Desktop", "uservisible": false, "is_default": false, "display_name": "Applications for the Hawaii Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-apps", "eyesight" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-apps", "transmission-qt" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxde-apps" ], { "force": null, "description": "A set of commonly used applications for the LXDE Desktop", "uservisible": false, "is_default": false, "display_name": "Applications for the LXDE Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "midori" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "transmission" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "pidgin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-apps", "sylpheed" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxqt-apps" ], { "force": null, "description": "A set of commonly used applications for the LXQt Desktop", "uservisible": false, "is_default": false, "display_name": "Applications for the LXQt Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-apps", "transmission-qt" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xfce-apps" ], { "force": null, "description": "A set of commonly used applications for the Xfce Desktop", "uservisible": false, "is_default": false, "display_name": "Applications for the Xfce Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "firefox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-mailmbox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "evince" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-archive" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "florence" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-vcalendar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-pgp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "geany" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "galculator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-rssyl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "gparted" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "ristretto" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "catfish" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-fetchinfo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "pidgin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "leafpad" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-newmail" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-att-remover" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "xfce4-dict-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "xarchiver" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "seahorse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "xfce4-clipman-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "transmission" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-notification" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-smime" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-spam-report" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "orage" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-tnef" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-apps", "claws-mail-plugins-attachwarner" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "arabic-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Arabic Support", "langonly": "ar" } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-titlel-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-office-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-naskh-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-farsi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-one-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-art-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-qurn-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-decorative-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-title-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-pen-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "paktype-naqsh-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "dejavu-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-letter-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-poster-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-book-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-screen-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "paktype-tehreer-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "kacst-digital-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "sil-scheherazade-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "scim-tables-arabic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "arabic-support", "sil-lateef-fonts" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "assamese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Assamese Support", "langonly": "as" } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "lohit-assamese-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "google-noto-sans-bengali-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "google-noto-sans-bengali-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "assamese-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "audio" ], { "force": null, "description": "Various tools for audio synthesis and music production.", "uservisible": true, "is_default": false, "display_name": "Audio Production", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-vocoder-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "seq24" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "xsynth-dssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ardour5" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-sequencer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-zynadd-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ams" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "opus-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "zynaddsubfx" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "mscore" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-session-manager" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "timidity++" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "amsynth" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "zita-rev1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "qsynth" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "qastools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-invada-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack-audio-connection-kit-dbus" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-usbstream" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack-rack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsamixergui" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "harmonyseq" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-tap-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "guitarix" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "arpage" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-newtonator" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "tuxguitar" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-ll-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-upmix" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-fil-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack_capture" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "mup" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-kn0ck0ut" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-mcp-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladish" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "aj-snapshot" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "rakarrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-swh-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "frescobaldi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-fil-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jackctlmmc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-amb-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "idjc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jmeters" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-vco-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-autotalent-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "multimedia-menus" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "sbc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-sorcer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "kernel-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "rtirq" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "audacity" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-c++-tools " ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lash" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lilypond" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "radium-compressor" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "monobristol" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-fomp-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "realTimeConfigQuickScan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-jack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "a2jmidid" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "fluid-soundfont-gm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "synthv1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "qjackctl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-mixer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "yoshimi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jack-audio-connection-kit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "hexter-dssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-swh-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "calf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jamin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "zita-at1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-avw-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-blop-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-drumkv1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "muse" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "nekobee-dssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-vdownmix" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-triceratops" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "tinycompress-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "Add64" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "fluidsynth" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "qmidiarp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-samplv1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "hydrogen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "japa" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "qtractor" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "whysynth-dssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "non-daw" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-abGate" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "sooperlooper" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-synthv1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "fluidsynth-dssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "bristol" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-artyfx-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "jaaa" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-x42-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2dynparam" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-cmt-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "zynjacku" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-plugins-samplerate" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "alsa-ucm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "ladspa-rev-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "dssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "swami" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "drumkv1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "lv2-fabla" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "rosegarden4" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "vmpk" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "samplv1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "audio", "gladish" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "authoring-and-publishing" ], { "force": null, "description": "These tools allow you to create documents in the DocBook format and convert them into HTML, PDF, Postscript, and text.", "uservisible": true, "is_default": false, "display_name": "Authoring and Publishing", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "xhtml1-dtds" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-style-dsssl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-kerkis" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook5-style-xsl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-utils-pdf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-slides" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "linuxdoc-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook-style-xsl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-cm-lgc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "xmlto" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook5-schemas" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "tex-fonts-hebrew" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "kbibtex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-xdvi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "xmlcopyeditor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "abcm2ps" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "kile" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "tex-zfuzz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "pandoc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "txt2rss" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "ooo2txt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "html401-dtds" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "python-docutils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "dblatex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "BibTool" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "latex-mk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "scribus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "texlive-latex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "lout" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "latexmk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "python-manuel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "docbook2X" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "w3c-markup-validator" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "authoring-and-publishing", "lilypond" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "basic-desktop" ], { "force": null, "description": "Basic X Window System with a choice of window manager.", "uservisible": false, "is_default": false, "display_name": "Basic Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "qtile" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "i3" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "openbox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "adwaita-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "xmonad-basic" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "metacity" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "ratpoison" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "awesome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "lightdm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "basic-desktop", "dwm" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "web-server" ], { "force": null, "description": "These tools allow you to run a Web server on the system.", "uservisible": false, "is_default": false, "display_name": "Basic Web Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "httpd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_ssl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "webalizer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-ldap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "squid" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_perl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "crypto-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-mysqlnd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "httpd-manual" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "phpMyAdmin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_auth_kerb" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "phpldapadmin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "tiquit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mediawiki" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-pgsql" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_fcgid" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_xsendfile" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "cherokee" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "lighttpd-fastcgi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "wordpress" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "dap-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-odbc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "php-pecl-apc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_security" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "lighttpd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "apachetop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "boa" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "perl-HTML-Mason" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "mod_geoip" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "thttpd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "Pound" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "awstats" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "ocspd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "perl-Kwiki" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "drupal7" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "web-server", "moin" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "bengali-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Bengali Support", "langonly": "bn" } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "lohit-bengali-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "google-noto-sans-bengali-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "google-noto-sans-bengali-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bengali-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "bhutanese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Bhutanese Support", "langonly": "dz" } ], + [ "groupPackageListAdd", [ "tag", "bhutanese-support", "jomolhari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "bodo-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Bodo Support", "langonly": "brx" } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "bodo-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "books" ], { "force": null, "description": "Books and Guides for Fedora users and developers", "uservisible": true, "is_default": false, "display_name": "Books and Guides", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "books", "diveintopython" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "books", "ldd-pdf" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "buildsys-build" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Buildsystem building group", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "tar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "xz" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "sed" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "findutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "bzip2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "redhat-rpm-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "make" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "shadow-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "coreutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "which" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gcc-c++" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "unzip" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "fedora-release" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "cpio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gawk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gcc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "util-linux" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "bash" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "info" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "grep" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "diffutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "patch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "rpm-build" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "buildsys-build", "gzip" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "c-development" ], { "force": null, "description": "These tools include core development tools such as automake, gcc and debuggers.", "uservisible": true, "is_default": false, "display_name": "C Development Tools and Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "flex" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "gcc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "glibc-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "strace" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "make" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "pkgconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "automake" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "gdb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "bison" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "libtool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "autoconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "gcc-c++" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "binutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ltrace" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "byacc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "indent" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "elfutils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "valgrind" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ccache" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ctags" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "oprofile" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cscope" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cproto" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cbmc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "cmake" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "undertaker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "elfinfo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "insight" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "splint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "ElectricFence" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "yasm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "scons" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "coan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "scorep" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "pscan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "remake" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "zzuf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "astyle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "check" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "trinity" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "c-development", "nasm" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "cinnamon-desktop" ], { "force": null, "description": "Cinnamon provides a desktop with a traditional layout, advanced features, easy to use, powerful and flexible.", "uservisible": false, "is_default": false, "display_name": "Cinnamon", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "setroubleshoot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-disk-utility" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "firefox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-smb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-libreswan-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gedit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "blueman" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "evince" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-system-monitor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "alsa-plugins-pulseaudio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nemo-fileroller" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-backgrounds" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-mtp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-adsl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-openvpn-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-screenshot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "imsettings-cinnamon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "abrt-java-connector" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-l2tp-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-iodine-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-bluetooth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "cinnamon-screensaver" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "lightdm-gtk-greeter-settings" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gnome-calculator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "sane-backends-drivers-scanners" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-gphoto2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "icedtea-web" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-wifi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "metacity" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "shotwell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-wwan" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "cinnamon-control-center" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "eog" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "fros-recordmydesktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "system-config-printer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "redshift" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "simple-scan" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "thunderbird" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "NetworkManager-pptp-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nemo-preview" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "brasero" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "cinnamon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "f24-backgrounds-base" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nemo-image-converter" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cinnamon-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "cloud-infrastructure" ], { "force": null, "description": "Infrastructure packages for cloud computing.", "uservisible": true, "is_default": false, "display_name": "Cloud Infrastructure", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "iwhd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "sheepdog" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "hail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "ceph" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "glusterfs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "tabled" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "euca2ools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "imagefactory" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-infrastructure", "StarCluster" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "cloud-management" ], { "force": null, "description": "Software to manage servers and system images that run in \"cloud\" environments", "uservisible": true, "is_default": false, "display_name": "Cloud Management Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "cloud-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-TinMan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-EC2-JEOS-images" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-Rackspace" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-OpenStack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "rubygem-amazon-ec2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "python-libcloud" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "python-boto" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-EC2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "imagefactory-plugins-Rackspace-JEOS-images" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "python-openstackclient" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-management", "rubygem-amazon-ec2-doc" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "cloud-server" ], { "force": null, "description": "Software for servers and system images that run in \"cloud\" environments", "uservisible": false, "is_default": false, "display_name": "Cloud Server Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "rsync" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "dracut-config-generic" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "tar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "grubby" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "syslinux-extlinux" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "heat-cfntools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "cloud-init" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "cloud-utils-growpart" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "cloud-server", "fedora-release-cloud" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "networkmanager-submodules" ], { "force": null, "description": "This group contains NetworkManager submodules that are commonly used, but may not be wanted in some streamlined configurations.", "uservisible": false, "is_default": false, "display_name": "Common NetworkManager Submodules", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "networkmanager-submodules", "NetworkManager-wwan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "networkmanager-submodules", "NetworkManager-wifi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "networkmanager-submodules", "NetworkManager-bluetooth" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "container-management" ], { "force": null, "description": "Tools for managing Linux containers", "uservisible": true, "is_default": false, "display_name": "Container Management", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "container-management", "docker" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "container-management", "docker-cockpit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "container-management", "docker-registry" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "container-management", "fedora-dockerfiles" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "core" ], { "force": null, "description": "Smallest possible installation", "uservisible": false, "is_default": false, "display_name": "Core", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "core", "openssh-clients" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "less" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "iputils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "sudo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "parted" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "kbd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "iproute" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "dhcp-client" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "selinux-policy-targeted" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "curl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "rpm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "vim-minimal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "systemd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "glibc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "hostname" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "shadow-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "coreutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "bash" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "man-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "policycoreutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "procps-ng" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "ncurses" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "grubby" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "util-linux" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "cronie" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "basesystem" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "audit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "rootfiles" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "dnf-yum" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "setup" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "e2fsprogs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "openssh-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "initscripts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "plymouth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "filesystem" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "passwd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "dnf-plugins-core" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "dracut-config-rescue" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "firewalld" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "authconfig" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "NetworkManager" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "ppc64-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "initial-setup" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "uboot-images-armv7" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "uboot-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "core", "dracut-config-generic" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-apps" ], { "force": null, "description": "A set of applications that are considered critical path", "uservisible": false, "is_default": false, "display_name": "Critical Path (Applications)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-apps", "thunderbird" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-apps", "evolution" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-apps", "firefox" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-base" ], { "force": null, "description": "A set of packages that provide the shared platform for Critical Path functionality on all Fedora spins", "uservisible": false, "is_default": false, "display_name": "Critical Path (Base)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "pungi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "kernel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "redhat-rpm-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "initial-setup" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "createrepo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "mash" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "dash" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "rpm-build" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "yum" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "anaconda" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "NetworkManager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "dracut" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "gcc-c++" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-base", "livecd-tools" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-gnome" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the GNOME desktop", "uservisible": false, "is_default": false, "display_name": "Critical Path (GNOME)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-nouveau" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-server-Xorg" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-themes-standard" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "control-center" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-session-xsession" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-evdev" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-intel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-qxl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-vesa" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-xinit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-shell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-ati" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-drv-fbdev" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gvfs-fuse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "dconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "xorg-x11-xauth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gdm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-bluetooth" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "nautilus" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "pulseaudio-module-x11" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "libcanberra-gtk3" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "avahi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-gnome", "gnome-software" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-hawaii" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the Hawaii desktop", "uservisible": false, "is_default": false, "display_name": "Critical Path (Hawaii)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-hawaii", "sddm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-hawaii", "hawaii-shell" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-kde" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the KDE desktop", "uservisible": false, "is_default": false, "display_name": "Critical Path (KDE)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-kde", "sddm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-kde", "kdelibs" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-lxde" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the LXDE desktop", "uservisible": false, "is_default": false, "display_name": "Critical Path (LXDE)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxde", "lxde-common" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxde", "notification-daemon" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-lxqt" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the LXQt desktop", "uservisible": false, "is_default": false, "display_name": "Critical Path (LXQt)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxqt", "lxqt-common" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-lxqt", "notification-daemon" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "critical-path-xfce" ], { "force": null, "description": "A set of packages that provide the Critical Path functionality for the Xfce desktop", "uservisible": false, "is_default": false, "display_name": "Critical Path (Xfce)", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-xfce", "xfce4-session" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "critical-path-xfce", "xfce4-settings" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "d-development" ], { "force": null, "description": "These include development tools and libraries such as ldc, and geany-tag.", "uservisible": true, "is_default": false, "display_name": "D Development Tools and Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "make" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "pkgconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-phobos-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ctags" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "indent" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "geany" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "cmake" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "derelict-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "insight" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "nemiver" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "gl3n-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "astyle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "uncrustify" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "dns-server" ], { "force": null, "description": "This package group allows you to run a DNS name server (BIND) on the system.", "uservisible": false, "is_default": false, "display_name": "DNS Name Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "bind-chroot" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "pdns" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "unbound" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "bind" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "nsd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "rbldnsd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "ldns" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "pdns-recursor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dns-server", "dnsperf" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "design-suite" ], { "force": null, "description": "These packages are targeted towards professional designers, and are related to graphics, web and animation.", "uservisible": true, "is_default": false, "display_name": "Design Suite", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "krita" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "font-manager" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "aajohan-comfortaa-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pdfmod" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pitivi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gpick" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "phatch" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "synfigstudio" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "fontforge" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "astigmatic-grand-hotel-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pdfshuffler" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "colord-extra-profiles" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "adobe-source-sans-pro-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "optipng" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "blender" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "julietaula-montserrat-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "google-roboto-slab-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "shotwell" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "screenruler" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "mypaint" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "darktable" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "sparkleshare" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "hugin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "GraphicsMagick" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "lato-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "overpass-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "entangle" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "xournal" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "open-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "campivisivi-titillium-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "dia" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "shutter" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "audacity" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "google-roboto-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "nautilus-image-converter" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "google-roboto-condensed-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "typetype-molot-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "scribus" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pngcrush" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "pencil" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "openclipart" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "ImageMagick" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "geeqie" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "YafaRay" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "rapid-photo-downloader" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "calligra-karbon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "LuxRender" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-fourier-plugin" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-lensfun" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-normalmap" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gmic-gimp" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "YafaRay-blender" ], { "force": null, "requires": "blender", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-high-pass-filter" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape-psd" ], { "force": null, "requires": "inkscape", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape-sozi" ], { "force": null, "requires": "inkscape", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-separate+" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-resynthesizer" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimpfx-foundry" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-data-extras" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-layer-via-copy-cut" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-help" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-elsamuko" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "sane-backends-drivers-scanners" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-dbp" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-lqr-plugin" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-paint-studio" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-help-browser" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "xsane-gimp" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "inkscape-table" ], { "force": null, "requires": "inkscape", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-wavelet-denoise-plugin" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-save-for-web" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-dds-plugin" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "gimp-gap" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "design-suite", "LuxRender-blender" ], { "force": null, "requires": "blender", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "development-libs" ], { "force": null, "description": "The packages in this group are core libraries needed to develop applications.", "uservisible": false, "is_default": false, "display_name": "Development Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "zlib-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "glibc-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "readline-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "ncurses-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "bzip2-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "pam-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "lockdev-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "cyrus-sasl-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "pciutils-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "openldap-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "slang-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "python-ldap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gmp-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libcurl-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "python-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "openssl-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libselinux-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "rpm-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "boost-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "perl-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "dbus-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libdb-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libcap-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libacl-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libattr-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "binutils-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "krb5-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libuser-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "hesiod-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libogg-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "pcsc-lite-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libvorbis-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libxml2-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "poco-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "mpir-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "check-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gupnp-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "iml-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gpm-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "linbox-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "geoclue-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libdwarf-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gmp-ecm-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "ffcall" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "python-ZODB3-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "m4ri-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "coolkey-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "lexertl-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libusbx-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "DSDP-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gdbm-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "poco-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gf2x-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "expat-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gypsy-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "gssdp-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "m4rie-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "newt-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "libedit-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-libs", "givaro-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "development-tools" ], { "force": null, "description": "These tools include general development tools such as git and CVS.", "uservisible": true, "is_default": false, "display_name": "Development Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gettext" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "patchutils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "systemtap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "diffstat" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "patch" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "subversion" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "doxygen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "rcs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gitg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "dejagnu" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "quilt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvs2cl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "svn2cl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "utrac" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvsps" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "nemiver" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git2cl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "translate-toolkit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "manedit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gtranslator" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "scanmem" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "qgit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "robodoc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "rapidsvn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "subunit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "meld" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "monotone" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "archmage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tailor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "buildbot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tkcvs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tortoisehg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "giggle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "darcs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "tig" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "bzr" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git-cola" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "gambas3-ide" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "mercurial" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "git-annex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "cvsgraph" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "mr" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "highlight" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "lcov" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "colordiff" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "development-tools", "expect" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "dial-up" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Dial-up Networking Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "ppp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "NetworkManager-adsl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "ModemManager" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "linux-atm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "minicom" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "isdn4k-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "lrzsz" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "wvdial" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "rp-pppoe" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "pptp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "statserial" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dial-up", "efax" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "directory-server" ], { "force": null, "description": "Machine and user identity servers.", "uservisible": false, "is_default": false, "display_name": "Directory Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "ypserv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-console" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "idm-console-framework" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "migrationtools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "openldap-servers" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-ds-base" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-dsgw" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "samba" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-ds-console" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "krb5-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "directory-server", "389-admin-console" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "dogri-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Dogri Support", "langonly": "doi" } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogri-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "dogtag" ], { "force": null, "description": "Enterprise-class open source Certificate Authority", "uservisible": false, "is_default": false, "display_name": "Dogtag Certificate System", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-ca" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-kra" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-ocsp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-console" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-javadoc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-tks" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "dogtag", "pki-tps" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "domain-client" ], { "force": null, "description": "Support for joining a FreeIPA or Active Directory Domain", "uservisible": true, "is_default": false, "display_name": "Domain Membership", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "samba-winbind" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "oddjob-mkhomedir" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "adcli" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "sssd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "samba-common-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "domain-client", "freeipa-client" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "editors" ], { "force": null, "description": "Sometimes called text editors, these are programs that allow you to create and edit text files. This includes Emacs and Vi.", "uservisible": true, "is_default": false, "display_name": "Editors", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs-packages-extra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "nedit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "zile" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "xmlcopyeditor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-bbdb" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "geany" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-ess" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "jed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "psgml" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "code-editor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-vm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "gobby" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "leafpad" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "joe" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "cssed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "vim-X11" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "vim-enhanced" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs-xft" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "xemacs-packages-base" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "poedit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "editors", "emacs-auctex" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "education" ], { "force": null, "description": "Educational software for learning", "uservisible": true, "is_default": false, "display_name": "Educational Software", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "education", "genchemlab" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "skychart" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "ktouch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kmplot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "klettres" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "glglobe" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "gcompris" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "rocs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "drgeo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "parley" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kiten" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kalgebra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "drgeo-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "cantor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kstars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kbruch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "nightview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "childsplay" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "anki" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "gtypist" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "moodle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "corrida" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "mnemosyne" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "step" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kgeography" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "blinken" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kig" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "pairs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "saoimage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kanagram" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kalzium" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "marble" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kwordquiz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "fantasdic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "stellarium" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "kturtle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "vmpk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "tuxtype2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "education", "khangman" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "electronic-lab" ], { "force": null, "description": "Design and simulation tools for hardware engineers", "uservisible": true, "is_default": false, "display_name": "Electronic Lab", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "archimedes" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-ISO8859-9-100dpi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-cdt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ngspice" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-electric2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avrdude" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-CMOS" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "emacs-vregs-mode" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tkgate" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "arduino" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gspiceui" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-Digital" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "picprog" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gsim85" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pcb" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "covered" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dia-electronic" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "drawtiming" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Perlilog" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-gcc-c++" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "mcu8051ide" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "vhd2vl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "LabPlot" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avarice" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "emacs-verilog-mode" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sigrok-cli" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-epic" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tetex-IEEEtran" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "rtl-sdr" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "magic" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xcircuit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sk2py" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "netgen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gnucap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-veditor" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "teal" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pikloops" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dgc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-gdb" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "irsim" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-SystemC-Vregs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "hct" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sigrok-firmware-fx2lafw" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "picocom" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-binutils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "acpica-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-eclox" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Verilog-Perl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gerbv" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Verilog-Readmem" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "vrq" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "qucs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dfu-programmer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-Type1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tkcvs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pulseview" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-alliance" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gplcver" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-subclipse" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Verilog-CodeGen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ghdl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "tclspice" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-ModelSim-List" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "alliance" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Vhdl-Lexer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-dltk-tcl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "CUnit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "uisp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "dinotrace" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Vhdl-Tidy" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-magic" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ghc-chalmers-lava2000-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-synopsys" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gresistor" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "linsmith" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "espresso-ab" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gr-osmosdr" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-SystemPerl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gnuradio" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "icaro" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pharosc-xcircuit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "hiredis" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "toped" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avr-gcc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gnusim8085" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "python-myhdl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "geda-gaf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "avra" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "pikdev" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "ktechlab" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gtkwave" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-ISO8859-1-100dpi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "flterm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "verilator" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "sdcc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eclipse-texlipse" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "kicad" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "cgnslib" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gpsim" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "eqntott" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "piklab" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "xorg-x11-fonts-100dpi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "electric" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "fped" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "iverilog" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "fritzing" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Verilog-Parser" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "perl-Hardware-Vhdl-Parser" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "nesc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gds2pov" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "openocd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "mot-adms" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "magic-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "smartsim" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "freeDiameter" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "emacs-dinotrace" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "qtoctave" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gtkterm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "srecord" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "gputils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "freehdl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "kdesvn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "rfdump" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "electronic-lab", "minicom" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "engineering-and-scientific" ], { "force": null, "description": "This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion.", "uservisible": true, "is_default": false, "display_name": "Engineering and Scientific", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wxMaxima" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gnuplot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-scipy" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "speedcrunch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-matplotlib" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "units" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "R" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "octave" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "texmaker" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "transfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gsl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gsl-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "maxima" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "symmetrica" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "netcdf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wise2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "TOPCOM" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "pypop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "kst" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polymake" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "lapack" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "dx-samples" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "opencv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "bliss" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "atlas" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "sympy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polybori-ipbori" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "normaliz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polybori" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "flint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "dx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "chemtool" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "jnormaliz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "alt-ergo-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "tcd-utils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "picosat-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cudd-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ltl2ba" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "paraview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "flocq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "veusz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wvs-data" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "hmmer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qepcad-B" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "vaspview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ncview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "csdp-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gromacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "zenon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gdl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "genus2reduction" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "genius" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "eclib" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gappalib-coq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "routino" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "kpolynome" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "bowtie" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ginac" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xgap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "bwa" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gappa" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "libctl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "EMBOSS" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gridengine" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "maxima-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-networkx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "latte-integrale" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "hdf5" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "seaview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "openbabel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "azove" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cudd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-biopython" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "fflas-ffpack-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT-coastlines-full" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "stix-math-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "lagan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wgrib2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT-coastlines-high" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "csdp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq-coqide" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "linbox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gabedit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "meataxe" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xtide" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-xemacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "grads" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "alt-ergo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "tgif" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "why3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cddlib" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qalculate-gtk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cantor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "glimmer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "vinci" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-theano" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "geomview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "ncl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gromacs-openmpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "nco" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mpfi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "grace" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "GMT" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "xdrawchem" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "tideEditor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "hdf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qalculate-kde" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cryptominisat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "stp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "root" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "libmatheval" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "frama-c" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "4ti2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gpredict" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "python2-cvxopt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "blas" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cantor-R" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "plotutils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "picosat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "minisat2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "polybori-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gfan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "TeXmacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "galculator" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "brial" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "fastx_toolkit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "freefem++" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "E" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "pvs-sbcl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc4" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-examples" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "Macaulay2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "cvc3-emacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "gnome-chemistry-utils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-xemacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "automaton-javadoc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "why" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "sextractor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "rrdtool" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "automaton" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "coq-emacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "malaga" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "mona-emacs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "jmol" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "SIBsim4" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "libtcd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "qtoctave" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "engineering-and-scientific", "wgrib" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "enlightenment-desktop" ], { "force": null, "description": "Enlightenment is a lean, fast, modular and very extensible windowed desktop environment.", "uservisible": false, "is_default": false, "display_name": "Enlightenment", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "elementary" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "enlightenment" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "efl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "terminology" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "enlightenment-desktop", "evas-generic-loaders" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "epiphany" ], { "force": null, "description": "Epiphany Web Browser for GNOME", "uservisible": false, "is_default": false, "display_name": "Epiphany Web Browser", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "epiphany", "epiphany" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "ethiopic-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Ethiopic Support", "langonly": "am" } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "google-noto-sans-ethiopic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "sil-abyssinica-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "scim-tables-amharic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-wookianos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-yigezu-bisrat-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-hiwua-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-tint-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-fantuwua-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-yigezu-bisrat-goffer-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-yebse-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-jiret-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "senamirmir-washra-zelan-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ethiopic-support", "xorg-x11-fonts-ethiopic" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "gnome-games" ], { "force": null, "description": "A variety of games for the GNOME Desktop", "uservisible": false, "is_default": false, "display_name": "Extra games for the GNOME Desktop", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-chess" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-robots" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "hitori" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-klotski" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "lightsoff" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "tali" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-nibbles" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-tetravex" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-sudoku" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "swell-foop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-mines" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "iagno" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "five-or-more" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "quadrapassel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-taquin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "four-in-a-row" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-games", "gnome-mahjongg" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xfce-extra-plugins" ], { "force": null, "description": "Extend the functionality of the Xfce panel", "uservisible": false, "is_default": false, "display_name": "Extra plugins for the Xfce panel", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfdashboard-themes" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfpanel-switch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-time-out-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-xkb-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-fsguard-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-weather-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-mailwatch-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-verve-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-genmon-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-taskmanager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-systemload-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-netload-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-battery-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-diskperf-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-whiskermenu-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-sensors-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-cpugraph-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-mount-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfce4-eyes-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-extra-plugins", "xfdashboard" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "ftp-server" ], { "force": null, "description": "These tools allow you to run an FTP server on the system.", "uservisible": false, "is_default": false, "display_name": "FTP Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ftp-server", "vsftpd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ftp-server", "proftpd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ftp-server", "pure-ftpd" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "eclipse" ], { "force": null, "description": "Integrated Development Environments based on Eclipse.", "uservisible": true, "is_default": false, "display_name": "Fedora Eclipse", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-cdt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-jdt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-tasks-web" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-context-cdt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-tasks-bugzilla" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-pde" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-dtp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-context-java" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mpc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-fedorapackager" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-oprofile" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-subclipse" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-packagekit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-changelog" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-tasks-trac" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-egit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-collabnet-merge" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-pydev" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-rpm-editor" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-valgrind" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-rpmstubby" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-quickrex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-photran" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-texlipse" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-mylyn-fedora-integration" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-veditor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-dltk-ruby" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-shelled" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-dltk-tcl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-moreunit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-findbugs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-eclemma" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "eclipse", "eclipse-epic" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "fedora-packager" ], { "force": null, "description": "Tools and utilities needed by a Fedora Packager", "uservisible": false, "is_default": false, "display_name": "Fedora Packager", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "git" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "rpmdevtools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "redhat-rpm-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "fedora-packager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "make" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "koji" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "bodhi-client" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "rpm-build" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "curl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "fedora-easy-karma" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "mock" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "mercurial" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "bzr" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "cpanspec" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "auto-destdir" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "plague-client" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fedora-packager", "cvs" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "server-product" ], { "force": null, "description": "Packages mandatory for the server product.", "uservisible": false, "is_default": false, "display_name": "Fedora Server product core", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "realmd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "timedatex" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "PackageKit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "polkit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "fedora-release-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "chrony" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-product", "NetworkManager-team" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "workstation-product" ], { "force": null, "description": "Packages mandatory for the workstation product.", "uservisible": false, "is_default": false, "display_name": "Fedora Workstation product core", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fedora-user-agent-chrome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cifs-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtxmlpatterns" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fpaste" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pam_pkcs11" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "abrt-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mcelog" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ethtool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "nmap-ncat" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "unzip" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "psacct" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "sssd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tcp_wrappers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cpio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bash-completion" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "words" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fedora-release-workstation" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "attr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "shotwell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "evolution" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ntfs-3g" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "net-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fros-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "man-pages" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "vconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tree" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dosfstools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dnf-langpacks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pinentry-gnome3" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mdadm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mailcap" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rsync" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "nss-mdns" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "google-android-emoji-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "abrt-cli" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "adwaita-qt5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "btrfs-progs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "wvdial" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "hunspell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-libzhuyin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qgnomeplatform" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-m17n" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "evolution-help" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt-x11" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtbase-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "wget" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "symlinks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "seahorse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "acl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bind-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-gtk3" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-gtk2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "passwdqc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-kkc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "lsof" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cryptsetup" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtdeclarative" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mlocate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "adwaita-qt4" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "deltarpm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "sos" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ppp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "zip" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "gnupg2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "microcode_ctl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "iptstate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bridge-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tcpdump" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-qt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "realmd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-typing-booster" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "traceroute" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "cyrus-sasl-plain" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "setroubleshoot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "setuptool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "nfs-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pinfo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "telnet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "git" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "gnome-shell-extension-background-logo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rp-pppoe" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "glibc-all-langpacks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rng-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dnf-plugins-core" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "mtr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt-settings" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "plymouth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pam_krb5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "qt5-qtbase" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "unoconv" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "tar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "fedora-productimg-workstation" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "sudo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "systemd-udev" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "logrotate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "jwhois" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "at" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "file" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rhythmbox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "rdist" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "crontabs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "bzip2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-libpinyin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "scl-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "which" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ntfsprogs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "evolution-ews" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "wireless-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "time" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "quota" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "polkit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "lrzsz" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "dos2unix" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-hangul" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "usbutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "ibus-rawcode" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "chrony" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "abrt-java-connector" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "workstation-product", "pciutils" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "finnish-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Finnish Support", "langonly": "fi" } ], + [ "groupPackageListAdd", [ "tag", "finnish-support", "enchant-voikko" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "finnish-support", "tmispell-voikko" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "finnish-support", "mozvoikko" ], { "force": null, "requires": "firefox", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "firefox" ], { "force": null, "description": "The Firefox web browser", "uservisible": false, "is_default": false, "display_name": "Firefox Web Browser", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "firefox", "firefox" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "font-design" ], { "force": null, "description": "This group is a collection of tools used in the design, modification, manipulation, and packaging of fonts.", "uservisible": false, "is_default": false, "display_name": "Font design and packaging", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontforge" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "xgridfit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "poppler-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "xgridfit-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "ghostscript" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp-help" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fonttools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontmatrix" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontpackages-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp-data-extras" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "perl-Font-TTF" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "texlive-lcdftypetools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gucharmap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp-help-browser" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontaine" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "inkscape" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gimp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "quilt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "freetype-demos" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "ghostscript-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "gbdfed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "git" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "woffTools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "qgit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "subversion" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "cube2font" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "xmbdfed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "meld" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-fontMath" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "woff" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "ghostscript-gtk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-compositor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "fontpackages-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "giggle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "darcs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "bzr" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "mercurial" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "scribus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "cvs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-robofab" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "font-design", "python-ufo2fdk" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "fonts" ], { "force": null, "description": "Fonts packages for rendering text on the desktop.", "uservisible": false, "is_default": false, "display_name": "Fonts", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-meetei-mayek-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-mingzat-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "abattis-cantarell-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-serif-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "aajohan-comfortaa-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-assamese-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-bengali-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-mandaic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-nuosu-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-naskh-basic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-gurmukhi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gnu-free-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tai-viet-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-waree-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-abyssinica-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "jomolhari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gnu-free-serif-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-kannada-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tabish-eeyek-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-base-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "julietaula-montserrat-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-mono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vlgothic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-gothic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adobe-source-han-sans-cn-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-odia-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tai-tham-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-gujarati-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-serif-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adobe-source-han-sans-tw-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lklug-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-meera-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lisu-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gnu-free-mono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-padauk-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tagalog-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-tamil-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "stix-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-telugu-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-isabella-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-dotum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wqy-zenhei-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-web-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-decker-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-norasi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wine-marlett-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-vada-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-essays1743-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-fleischman-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamodotum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sj-delphine-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "liberation-narrow-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-titlel-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-sign-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-algeti-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-marathi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-prociono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-akkadian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-pgothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-accanthis-3-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-nastaleeq-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cf-sorts-mill-goudy-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vollkorn-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-georgian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-courier-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ns-bola-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-tribun-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-dinaru-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamonovel-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-andika-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-bengali-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "chisholm-to-be-continued-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-alt-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-decorative-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-loma-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-ex-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sarai-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "saab-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-pakistani-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-raghumalayalam-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-rockets-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "linux-libertine-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-rachana-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "allgeyer-musiqwik-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-malayalam-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-charis-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "msimonson-anonymouspro-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-alexander-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-armenian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-osmanya-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-anjalioldlipi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mona-sazanami-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-old-turkic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-fantuwua-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-doulos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "inkboy-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-thai-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kalapi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kharoshthi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-uigothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kannada-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-ignacio-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-sign-z-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-lgc-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-pyrsos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "darkgarden-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-pen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dustin-dustismo-roman-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dustin-domestic-manners-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-vai-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-key-v2-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-shinmun-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-sans-caption-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-malayalam-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vdrsymbol-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-telugu-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-pmincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-taza-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sj-stevehand-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-phoenician-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-tamil-classical-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgtypewriter-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-serif-caption-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-telugu-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-pakistani-web-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gargi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "linux-libertine-biolinum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-asana-math-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-didot-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-cherokee-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1m-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-garuda-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kaithi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "madan-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-theokritos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-barun-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-cm-lgc-roman-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-charis-compact-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgmono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-porson-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-nko-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-cm-lgc-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "serafettin-cartoon-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-goudy-bookletter-1911-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "yanone-kaffeesatz-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paratype-pt-mono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-roadstencil-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-lgc-sans-mono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-gujarati-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "jsmath-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-ethiopic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-musica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-georgian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lao-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-old-south-arabian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-yigezu-bisrat-goffer-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-basic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-moderna-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-sans-mono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-pc-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-nino-medium-cond-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "woodardworks-laconic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "pagul-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-siemreap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-jackson-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-imperial-aramaic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "campivisivi-titillium-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-zelan-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-thai-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "stix-math-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-coptic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgtypist-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cave9-mutante-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-gujarati-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "scholarsfonts-cardo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-odia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-malayalam-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "conakry-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-kerkis-calligraphic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "denemo-feta-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-ex-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-glaho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-ambrosia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "denemo-emmentaler-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "manchu-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-elite-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cjkuni-ukai-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "aldusleaf-crimson-text-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "grimmer-proggy-tinysz-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-egyptian-hieroglyphs-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "drehatlas-widelands-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-shavian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-avestan-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-cosmetica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-suruma-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-letter-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-hebrew-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-bengali-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "chisholm-letterslaughing-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-thai-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-gungseo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sazanami-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-yetgul-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "hanazono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-tamil-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "overpass-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-courier-s-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-icelandic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-pilgi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-2c-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ipa-pgothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mscore-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "beteckna-lower-case-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-tehreer-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-lp-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-book-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "freecol-imperator-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-digital-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-aegean-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kayah-li-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-batang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-armenian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-devanagari-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-batang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kanotf-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tamil-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "extremetuxracer-papercuts-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-ugaritic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-tinos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-accanthis-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-kalyani-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mona-vlgothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamobatang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1mn-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-solomos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "open-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-info-z-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-asea-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-poster-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-junction-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bitstream-vera-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-khmer-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-modata-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "apa-new-athena-unicode-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-brush-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ecolier-court-lignes-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-gazis-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mgopen-canonica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-tint-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-penheulim-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-modern-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-khmer-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "motoya-lmaru-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-carian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ukij-tuz-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-sawasdee-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dejavu-lgc-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-bodoni-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "motoya-lcedar-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-arundina-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-complutum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-yebse-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "levien-inconsolata-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-riordonfancy-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-gillius-2-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-tehreer-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-bodoni-classic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tangerine-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-graphic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "dustin-dustismo-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ns-tiza-chalk-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cf-bonveno-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-muol-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-ingiri-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-lateef-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "xorg-x11-fonts-ethiopic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-info-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-sportrop-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-2m-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "horai-ume-pmincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "levien-museum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wqy-microhei-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "impallari-lobster-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-purisa-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-orbitron-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tibetan-machine-uni-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lohit-nepali-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-didot-classic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "silkscreen-expanded-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "beteckna-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mph-2b-damase-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-serif-modern-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-symbols-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-office-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "woodardworks-laconic-shadow-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nhn-nanum-gothic-coding-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-hline-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-devanagari-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-aegyptus-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-thaana-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-pilgia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-avdira-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-garaldus-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-philostratos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lilypond-emmentaler-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-olga-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-jamosora-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "baekmuk-ttf-gulim-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "drehatlas-xaporho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-medium-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kurdit-unikurd-web-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "extremetuxracer-papercuts-outline-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-yigezu-bisrat-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kanjistrokeorders-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-league-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-neohellenic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lydian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-aroania-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bitstream-vera-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-cm-lgc-typewriter-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ubuntu-title-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-khmer-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-accanthis-2-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-metal-chrieng-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lao-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-bom-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-handwritten-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "moyogo-molengo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-lycian-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-smonohand-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1p-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-symbolneu-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vemana2000-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "vlgothic-p-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-extra-pen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-goschen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-gujarati-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-pen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-hiwua-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "nafees-riqa-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-ajrak-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-cousine-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-qurn-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-kinnari-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "typemade-josefinsansstd-light-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-tamil-ui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "lato-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-umpush-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-kerkis-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-1c-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sazanami-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "navilu-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-excelsior-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "drehatlas-warender-bibliothek-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bitstream-vera-sans-mono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-bokor-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "apanov-edrip-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-nicefore-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-glagolitic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-eustace-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-art-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-title-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-analecta-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ctan-kerkis-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-kannada-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-arundina-sans-mono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gubbi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "paktype-naqsh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-chveulebrivi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "cjkuni-uming-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-farsi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-one-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-symbola-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "apanov-heuristica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "freecol-shadowedblack-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-croscore-arimo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-wookianos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-serif-lao-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thibault-staypuft-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "allgeyer-musisync-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-scalable-tlwgtypo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "samyak-devanagari-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oldstandard-sfd-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-brett-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "libreoffice-opensymbol-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "thai-arundina-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "ecolier-court-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-deseret-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-artemisia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gfs-baskerville-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-nino-medium-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tlomt-sniglet-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "trabajo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "senamirmir-washra-jiret-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "comic-neue-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-scheherazade-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-malayalam-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "yanone-tagesschrift-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tulrich-tuffy-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "un-core-dotum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "mplus-2p-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "tiresias-pc-z-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "kacst-screen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "fontawesome-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "gdouros-anaktoria-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-noto-sans-brahmi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "google-droid-kufi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "adf-gillius-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "denemo-music-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "bpg-sans-regular-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "sil-gentium-basic-book-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "wine-symbol-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "hiran-perizia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "beteckna-small-caps-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "naver-nanum-myeongjo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "khmeros-battambang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "oflb-notcouriersans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "pothana2000-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "smc-dyuthi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "fonts", "silkscreen-fonts" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "freeipa-server" ], { "force": null, "description": "Provides central directory services for identity, policy management and auditing.", "uservisible": true, "is_default": false, "display_name": "FreeIPA Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "freeipa-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "freeipa-server-trust-ad" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "bind-dyndb-ldap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "opendnssec" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "freeipa-server", "freeipa-server-dns" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "gnome-desktop" ], { "force": null, "description": "GNOME is a highly intuitive and user friendly desktop environment.", "uservisible": false, "is_default": false, "display_name": "GNOME", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "cheese" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-disk-utility" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "control-center" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-themes-standard" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "file-roller-nautilus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-mtp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gedit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libproxy-mozjs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "evince" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-system-monitor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-fuse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "ModemManager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-backgrounds" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "dconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-software" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gdm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "sane-backends-drivers-scanners" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "PackageKit-gtk3-module" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "glib-networking" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "totem-nautilus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-bluetooth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "caribou-gtk2-module" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-adsl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-afp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-calendar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-smb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-contacts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-goa" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-documents" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-classic-session" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "caribou-gtk3-module" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-maps" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-user-share" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-screenshot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "fprintd-pam" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-clocks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-boxes" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-font-viewer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "sushi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-weather" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-session-xsession" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "at-spi2-core" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-shell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "file-roller" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-calculator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "evince-djvu" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-user-docs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-afc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-getting-started-docs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-initial-setup" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libsane-hpaio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-session-wayland-session" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "PackageKit-command-not-found" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "nautilus-sendto" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-logs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gvfs-gphoto2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-openvpn-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-color-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "eog" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "evince-nautilus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libcanberra-gtk2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "polkit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "nautilus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "totem" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "baobab" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "librsvg2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-characters" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "NetworkManager-pptp-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "gnome-settings-daemon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "libcanberra-gtk3" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "mousetweaks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "rygel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "yelp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "avahi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "caribou" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "at-spi2-atk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-desktop", "orca" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "gnome-software-development" ], { "force": null, "description": "Install these packages in order to develop GTK+ and GNOME graphical applications.", "uservisible": false, "is_default": false, "display_name": "GNOME Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "clutter-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "pango-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtk3-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "dbus-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "atk-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtk3-devel-docs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "intltool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gstreamer-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glib2-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gobject-introspection" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gobject-introspection-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "git" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libgnome-keyring-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-common" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "at-spi2-core-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libnotify-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "devhelp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libcanberra-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glib2-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libgda-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "webkitgtk4-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-desktop3-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtk-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "clutter-gtk-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-devel-docs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "evolution-data-server-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "cairomm-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gnome-builder" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "vala" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libsigc++20-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glibmm24-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "glade3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "gtkmm30-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "cairomm-doc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "clutter-gst-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gnome-software-development", "libgtop2-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "games" ], { "force": null, "description": "Various ways to relax and spend your free time.", "uservisible": true, "is_default": false, "display_name": "Games and Entertainment", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "games", "six" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pachi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "warmux" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lightsoff" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "funguloids" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "nazghul" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pokerth" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "atomix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "kdeaddons-atlantikdesigner" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "sumwars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "liquidwar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "slingshot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gl-117" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "asylum" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xskat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "minetest" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "nagi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "boswars-addons" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "scorchwentbonkers" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "openalchemist" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "rafkill" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "sudoku-savant" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xgalaxy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "blobby" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "machineball" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "csmash" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xword" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pinball" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "atanks" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "raidem-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "boswars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freetennis" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "torcs-data" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "hitori" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "berusky" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ccgo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-robots" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "astromenace" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "warzone2100" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike-speech" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "maniadrive" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "toppler" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "koules" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "drascula" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "puzzles" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "magicor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freedink" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "hedgewars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "openarena" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "beneath-a-steel-sky" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "crossfire-client" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tremulous" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "amoebax" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xboard" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "CriticalMass" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-klotski" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "flight-of-the-amazon-queen-cd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "clonekeen" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "arrows" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bygfoot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "magicmaze" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xmoto" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "fillets-ng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "grhino" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "alphabet-soup" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "chromium-bsu" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xpilot-ng-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "crystal-stacker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "coco-coq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gbrainy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "plee-the-bear" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnujump" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-chess" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "colossus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "blobwars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tunneler" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "typespeed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-mud" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lincity-ng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "oneko" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "torcs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "uqm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pingus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "foobillard" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "biloba" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "drascula-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "wastesedge" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pipenightdreams" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "quadrapassel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "mine_detector" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gweled" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freedroidrpg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xu4" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "FlightGear" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike-extra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "abe" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "zasx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lordsawar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "mirrormagic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "chocolate-doom" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freeciv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bzflag" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "kdegames3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "londonlaw" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "monsterz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "seahorse-adventures" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "dsi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "0ad" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "powermanga" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xteddy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "beneath-a-steel-sky-cd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "puzzle-master" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "raidem" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vdrift" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "sergueis-destiny" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "dgae" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "alienblaster" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "atomorun" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "berusky2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnugo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "quake3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "trackballs-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lpairs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "asc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pengupop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "trackballs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "iagno" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tuxmath" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "PySolFC-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "taggle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "hexglass" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "naev" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xgrav" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "glob2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "naturette" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "trophy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "PySolFC-cardsets" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "nogravity" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "Maelstrom" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "wordwarvi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freedroid" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freedoom-freedm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "supertux" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "dd2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xaos" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "escape" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "armacycles-ad" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xpenguins" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "cave9" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ularn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "zaz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "methane" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lacewing" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "scorched3d" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "kbilliards" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tong" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "shippy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnubg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "flobopuyo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vodovod" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "fortune-mod" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "sirius" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ants" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "crack-attack" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "alex4" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "quarry" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "professor-is-missing" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "rocksndiamonds" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "qstars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "worldofpadman" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lbrickbuster2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tennix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "extremetuxracer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "avoision" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freecol" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bsd-games" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "celestia" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "adanaxisgpl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "crossfire" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "sopwith" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "fbg2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-mines" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "spring" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "kcheckers" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "four-in-a-row" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "redeclipse-data" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "rogue" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-nibbles" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xarchon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "findthatword" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "urbanterror" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "btanks" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "darkplaces-quake" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ballbuster" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xonotic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "haxima" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "wesnoth" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "netpanzer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "enigma" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gamazons" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "taxipilot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "kitsune" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "crystal-stacker-themes" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnuchess" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "scummvm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "slashem" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "iapetal" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tecnoballz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "overgod" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "glaxium" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "curblaster" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ballz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "penguin-command" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ember" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "nethack-vultures" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-sudoku" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "mj" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "cyphesis" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "quake3-demo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "stormbaancoureur" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "flare" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "sar2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "knights" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "warzone2100-sequences" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vegastrike-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "flight-of-the-amazon-queen" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-hearts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "clanbomber" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "duel3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bastet" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lure" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "agistudio" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "KoboDeluxe" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "PySolFC" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pipepanic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "planets" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "Ri-li" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "redeclipse-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "kdegames" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "fgrun" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gemdropx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vavoom" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "freedoom" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "rott-shareware" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "qascade" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnubik" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "BlockOutII" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "maniadrive-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xpilot-ng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "njam" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "billiards" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xblast" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "apricots" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "asc-music" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-mahjongg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "greyhounds" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xplanet" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "five-or-more" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "widelands" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bolzplatz2006" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "teeworlds" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "auriferous" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "alienarena" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "gnome-tetravex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "dopewars" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "redeclipse" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "solarwolf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tuxpuck" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bsp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "cylindrix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "barrage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xscorch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "angrydd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pioneers" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "bombardier" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "megaglest" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "xstar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "games-menus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "ultimatestunts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "mindless" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lucidlife" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "cdogs-sdl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "vdr-sudoku" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "swell-foop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "supertuxkart" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "nethack" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "neverball" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "pychess" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "openlierox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "CardManager" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "lmarbles" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "frozen-bubble" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "prboom" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "joystick" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "tali" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "biniax" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "games", "worminator" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "georgian-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Georgian Support", "langonly": "ka" } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "dejavu-sans-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-chveulebrivi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "google-noto-sans-georgian-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "dejavu-serif-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "google-noto-serif-georgian-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-courier-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-glaho-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-nino-medium-cond-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-ingiri-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-medium-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-nino-medium-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-elite-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-regular-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-serif-modern-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-algeti-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-excelsior-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-courier-s-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "georgian-support", "bpg-sans-modern-fonts" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "graphical-internet" ], { "force": null, "description": "This group includes graphical email, web, and chat clients.", "uservisible": false, "is_default": false, "display_name": "Graphical Internet", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "uget" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kita" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "firefox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "prozilla" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gwget" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "valknut" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "qbittorrent" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "thunderbird" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "ochusha" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "filezilla" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gftp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat-gnome" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "liferea" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "arora" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "mitter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "licq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gnash-plugin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "knetstats" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "x3270-x11" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kvirc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "dillo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "psi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "konversation" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "qterm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gtk-gnutella" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "azureus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "transmission-gtk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "nntpgrab-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "meiga" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gtorrentviewer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kdewebdev" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "choqok" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "claws-mail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution-bogofilter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kdepim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "nicotine+" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat-ruby" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "streamtuner" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "seamonkey" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pidgin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "logjam" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "icedtea-web" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gnome-translate" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution-help" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pcmanx-gtk2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "mail-notification" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "mtr-gtk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "jd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "psimedia" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pidgin-libnotify" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "bluefish" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "empathy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "kazehakase" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "sylpheed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "deluge" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gajim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "gyachi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "balsa" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "transmission-qt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "epiphany" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "pan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "evolution-perl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "rekonq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "xchat-tcl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "linphone" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphical-internet", "ekiga" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "graphics" ], { "force": null, "description": "This group includes packages to help you manipulate and scan images.", "uservisible": false, "is_default": false, "display_name": "Graphics", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "cbrpager" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "argyllcms" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ImageMagick" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "comix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "tachyon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gifview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "viewnior" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ufraw" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "graphviz" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "digikam" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "rawstudio" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "mirage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "qiv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "tuxpaint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "inkscape" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gnofract4d" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "uniconvertor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "geeqie" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ipe" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "calligra-krita" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "cinepaint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "sane-frontends" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "tzclock" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "optipng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "blender" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp-data-extras" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xfig" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "asymptote" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "ksnapshot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "wings" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp-help" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "dcraw" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xpaint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "kphotoalbum" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "renrot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "sane-backends-drivers-scanners" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gifsicle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gutenprint-plugin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "libsane-hpaio" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gimp-help-browser" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xsane" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gipfel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "pstoedit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gcolor2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "shotwell" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gwenview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "asciio" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "kf5-kipi-plugins" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "gv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "pydot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "netpbm-progs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "sane-backends-drivers-cameras" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "simple-scan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "kolourpaint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "hugin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "k3d" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "Panini" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "nip2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "graphics", "xsane-gimp" ], { "force": null, "requires": "gimp", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "greek-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Greek Support", "langonly": "el" } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "ctan-kerkis-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-theokritos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-modata-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-decker-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-garaldus-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-gazis-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-philostratos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-baskerville-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-eustace-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-olga-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-jackson-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-moderna-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-fleischman-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-cosmetica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-porson-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-artemisia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-goschen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-nicefore-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-didot-classic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-bodoni-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "mgopen-canonica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "ctan-kerkis-calligraphic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "ctan-kerkis-sans-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-complutum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-pyrsos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-neohellenic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-didot-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-ignacio-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-solomos-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-bodoni-classic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "greek-support", "gfs-ambrosia-fonts" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "guest-agents" ], { "force": null, "description": "Agents used when running under a hypervisor.", "uservisible": false, "is_default": false, "display_name": "Guest Agents", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "guest-agents", "open-vm-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "guest-agents", "qemu-guest-agent" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "guest-desktop-agents" ], { "force": null, "description": "Agents used when running as a virtualized desktop.", "uservisible": false, "is_default": false, "display_name": "Guest Desktop Agents", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "spice-vdagent" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "open-vm-tools-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "hyperv-daemons" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "guest-desktop-agents", "qemu-guest-agent" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "gujarati-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Gujarati Support", "langonly": "gu" } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "lohit-gujarati-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "google-noto-sans-gujarati-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "google-noto-sans-gujarati-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "samyak-gujarati-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "gujarati-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "haproxy" ], { "force": null, "description": "TCP/HTTP Load Balancer.", "uservisible": false, "is_default": false, "display_name": "HAProxy", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "haproxy" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "rubygem-abrt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "rubygem-daemons" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haproxy", "rubygem-rest-client" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "hardware-support" ], { "force": null, "description": "This group is a collection of tools for various hardware specific utilities.", "uservisible": false, "is_default": false, "display_name": "Hardware Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl100-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "ipw2200-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "ipw2100-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6000g2b-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl7260-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl5150-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl135-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl2000-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6050-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl3160-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "b43-openfwwf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6000g2a-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl3945-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl4965-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl2030-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "atmel-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl105-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "usb_modeswitch" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl6000-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "zd1211-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "libertas-usb8388-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl5000-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iwl1000-firmware" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "b43-fwcutter" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "wpan-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "pcsc-lite" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "bcm283x-firmware" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "acpitool" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "gypsy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "opensc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "radeontop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "lsscsi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "openct" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "hdparm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "acpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "cmospwd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "iscan-firmware" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "multican" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "alsa-firmware" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "gpsd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "hddtemp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "gpsd-clients" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "i8kutils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "libifp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "isight-firmware-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "firmware-addon-dell" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hardware-support", "pcsc-lite-ccid" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "server-hardware-support" ], { "force": null, "description": "This group is a limited collection of tools for various uncommon hardware specific utilities.", "uservisible": false, "is_default": false, "display_name": "Hardware Support for Server Systems", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "lm_sensors" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "openhpi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "smp_utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "lsscsi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "hdparm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "firmware-addon-dell" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-hardware-support", "hddtemp" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "haskell" ], { "force": null, "description": "Support for developing programs in the Haskell programming language.", "uservisible": false, "is_default": false, "display_name": "Haskell", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "darcs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "cabal-rpm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "hlint" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "ghc-rpm-macros" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "ghc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "haskell-platform" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "hscolour" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "haskell", "emacs-haskell-mode" ], { "force": null, "requires": "emacs", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "hawaii-desktop" ], { "force": null, "description": "Hawaii is a fast, lightweight, intuitive and user friendly Wayland desktop environment that adapts to desktop and mobile devices.", "uservisible": false, "is_default": false, "display_name": "Hawaii", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qtdeclarative" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qterminal-qt5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-system-preferences" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qdbusviewer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "pcmanfm-qt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-widget-styles" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "mesa-dri-drivers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-workspace" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "sddm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "sddm-theme-hawaii" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qtbase-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "upower" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "xdg-user-dirs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "otter-browser" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "hawaii-shell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-desktop", "qt5-qtwayland" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "hawaii-office" ], { "force": null, "description": "Office suite for Hawaii", "uservisible": false, "is_default": false, "display_name": "Hawaii Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-office", "libreoffice-calc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-office", "libreoffice-impress" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-office", "libreoffice-writer" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "headless-management" ], { "force": null, "description": "Tools for managing the system without an attached graphical console.", "uservisible": true, "is_default": false, "display_name": "Headless Management", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-shell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "PackageKit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "openssh-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-storaged" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-bridge" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-ws" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-networkmanager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "rolekit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-pcp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "headless-management", "cockpit-kubernetes" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "virtualization-headless" ], { "force": null, "description": "These packages provide a headless virtualization environment.", "uservisible": false, "is_default": false, "display_name": "Headless Virtualization", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "virt-install" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "libvirt-daemon-config-network" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "qemu-kvm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "libvirt-daemon-kvm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "systemd-container" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "python-libguestfs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "virt-top" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "libguestfs-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization-headless", "guestfs-browser" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "hebrew-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Hebrew Support", "langonly": "he" } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "dejavu-sans-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-stamsefarad-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-miriam-mono-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-ellinia-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-miriam-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-drugulin-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-aharoni-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "google-noto-sans-hebrew-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-keteryg-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-stamashkenaz-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-yehuda-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-nachlieli-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-caladings-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-hadasim-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-frank-ruehl-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-david-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hebrew-support", "culmus-simple-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "ha" ], { "force": null, "description": "Infrastructure for highly available services and/or shared storage.", "uservisible": false, "is_default": false, "display_name": "High Availability", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ha", "pcs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ha", "fence-agents-all" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ha", "pacemaker" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ha", "omping" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ha", "clufter" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "hindi-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Hindi Support", "langonly": "hi" } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "sarai-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "hindi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "input-methods" ], { "force": null, "description": "Input method packages for the input of international text.", "uservisible": false, "is_default": false, "display_name": "Input Methods", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-libzhuyin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "im-chooser" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-typing-booster" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-libpinyin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-hangul" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-m17n" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-rawcode" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-kkc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-qt3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-gtk2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-skk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-sayura" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "WritRecogn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "fcitx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-chewing" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-tables-chinese-extra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "input-pad" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-mozc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "cellwriter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-bridge-qt3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-fbterm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-input-pad" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-tables-chinese" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-m17n" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-bridge-gtk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-rawcode" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-table-cyrillic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-table-array30" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-array" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-hangul" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-anthy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-gtk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-table" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-canna" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "eekboard" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-xkbc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-handwrite" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-bridge-qt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-anthy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "iok" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-bogo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-m17n" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-skk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-thai" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "uim-gtk3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "kinput2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-pinyin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-anthy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-tables-additional" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-fcitx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-gucharmap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "gcin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "scim-sayura" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-lxde" ], { "force": null, "requires": "lxde-common", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "gtk2-immodule-xim" ], { "force": null, "requires": "gtk2", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-gsettings" ], { "force": null, "requires": "gnome-settings-daemon", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-qt" ], { "force": null, "requires": "qt", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "im-chooser-xfce" ], { "force": null, "requires": "xfce4-panel", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-gtk3" ], { "force": null, "requires": "gtk3", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "ibus-gtk2" ], { "force": null, "requires": "gtk2", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "gtk3-immodule-xim" ], { "force": null, "requires": "gtk3", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-xfce" ], { "force": null, "requires": "xfce4-panel", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-cinnamon" ], { "force": null, "requires": "cinnamon", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-qt" ], { "force": null, "requires": "qt", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "input-methods", "imsettings-mate" ], { "force": null, "requires": "mate-settings-daemon", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "japanese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Japanese Support", "langonly": "ja" } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "vlgothic-p-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "vlgothic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "migemo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "stardict-dic-ja" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mona-sazanami-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "sazanami-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mecab-ipadic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-pmincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mona-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ibus-mozc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ebview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "jfbterm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "oniguruma" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "nkf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "motoya-lmaru-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mecab" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "lv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "emacs-common-ddskk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-ex-gothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "m17n-db-extras" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "kcc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "motoya-lcedar-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mecab-jumandic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "kinput2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "sazanami-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "scim-anthy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "hanazono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-ex-mincho-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "uim-canna" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mona-vlgothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "eblook" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "cmigemo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "jisksp16-1990-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "perl-NKF" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "mfiler3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ipa-pgothic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "uim-skk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "japanese-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "ibus-kkc" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "japanese-support", "uim-anthy" ], { "force": null, "requires": "uim", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "java" ], { "force": null, "description": "Support for running programs written in the Java programming language.", "uservisible": false, "is_default": false, "display_name": "Java", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "java", "java-1.8.0-openjdk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java", "icedtea-web" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java", "abrt-java-connector" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "javaenterprise" ], { "force": null, "description": "Java application server.", "uservisible": false, "is_default": false, "display_name": "Java Application Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "wildfly" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "java-1.8.0-openjdk-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "jboss-modules" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "maven" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "abrt-java-connector" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "javaenterprise", "java-1.8.0-openjdk" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "java-development" ], { "force": null, "description": "Support for developing programs in the Java programming language.", "uservisible": false, "is_default": false, "display_name": "Java Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ecj" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-math" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "bcel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "avalon-framework" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java_cup" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-validator" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "mx4j" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-lang" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xml-commons-resolver" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-discovery" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-demo" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-exec" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-el" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ldapjdk" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xerces-j2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-codec" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-launcher" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-configuration" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-antlr" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-bcel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-src" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "regexp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-dbcp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xml-commons-apis" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-io" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xalan-j2-xsltc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-log4j" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "gnu-getopt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-collections" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-swing" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-net" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-modeler" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jdepend" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "avalon-logkit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-compress" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-regexp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jakarta-oro" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-beanutils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-resolver" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "log4j" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "xalan-j2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "maven" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-junit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-apache-oro" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-javamail" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jflex" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-commons-logging" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-digester" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "junit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-jdepend" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-pool" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "abrt-java-connector" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "java-1.8.0-openjdk-javadoc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-fileupload" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-daemon" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "apache-commons-logging" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "javamail" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jinput" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "pmd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jcip-annotations" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "ant-findbugs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "jsr-305" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "findbugs-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "java-development", "findbugs" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "kde-desktop" ], { "force": null, "description": "The KDE Plasma Workspaces, a highly-configurable graphical user interface which includes a panel, desktop, system icons and desktop widgets, and many powerful KDE applications.", "uservisible": false, "is_default": false, "display_name": "KDE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-platform-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-print-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sddm-breeze" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "konsole5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwrite" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kscreen" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kgpg" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "cagibi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-openvpn" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcharselect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "konqueror" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-gtk-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-kipi-plugins" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-breeze" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-baloo-file" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kmenuedit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwalletmanager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kuser" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-workspace-drkonqi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdepasswd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-l2tp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "polkit-kde" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-desktop-doc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdnssd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-workspace-geolocation" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sni-qt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sddm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt5-qtbase-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-akonadi-server-mysql" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "khotkeys" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdeplasma-addons" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "phonon-qt5-backend-gstreamer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdegames-minimal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "akregator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwalletmanager5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "NetworkManager-config-connectivity-fedora" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcolorchooser" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kontact" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "colord-kde" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-settings-pulseaudio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-pa" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt5-qtdeclarative" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcm_systemd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kf5-akonadi-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "knode" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-pptp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-partitionmanager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-user-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-pk-updates" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "pam-kwallet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kmail" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-style-breeze" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "apper" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kfind" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "korganizer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "keditbookmarks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "phonon-backend-gstreamer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "ksysguard" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kscreenlocker" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "glibc-all-langpacks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kruler" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "sddm-kcm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-openconnect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "ksshaskpass" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kde-runtime" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-vpnc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdeaccessibility" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kamera" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt5-qdbusviewer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "dolphin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-nm-openswan" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "spectacle" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdialog" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "khelpcenter" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kget" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kinfocenter" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdegraphics-thumbnailers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "cups-pk-helper" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kcalc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "gwenview" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kaddressbook" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "bluedevil" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kdelibs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "kwebkitpart" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "breeze-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "gnome-keyring-pam" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "plasma-workspace" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "pinentry-qt" ], { "force": null, "requires": "pinentry", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "qt-at-spi" ], { "force": null, "requires": "at-spi2-core", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "libreoffice-kde" ], { "force": null, "requires": "libreoffice-core", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "kde-desktop", "socat" ], { "force": null, "requires": "pam_kwallet", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "kde-apps" ], { "force": null, "description": "A set of commonly used KDE applications", "uservisible": false, "is_default": false, "display_name": "KDE Applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "krfb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "kdegames-minimal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "konversation" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "kolourpaint" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "krusader" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "krdc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "digikam" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "ktorrent" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "kde-connect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-apps", "ark" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "kde-education" ], { "force": null, "description": "KDE Educational applications", "uservisible": false, "is_default": false, "display_name": "KDE Educational applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kstars" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kbruch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kanagram" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "parley" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kiten" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kalgebra" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "ktouch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kalzium" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kmplot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "klettres" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kwordquiz" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "step" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "cantor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kgeography" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kturtle" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "marble" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "blinken" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "rocs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "kig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-education", "khangman" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "kf5-software-development" ], { "force": null, "description": "Install these packages to develop applications using Qt5 and KDE Frameworks 5.", "uservisible": false, "is_default": false, "display_name": "KDE Frameworks 5 Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "cmake" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "extra-cmake-modules" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtdeclarative-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qttools-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtquickcontrols" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtwebkit-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtserialport-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtsensors-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtlocation-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtmultimedia-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtxmlpatterns-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtconnectivity-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtscript-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtsvg-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtwayland-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt-creator" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtx11extras-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtimageformats-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kf5-software-development", "qt5-qtquick1-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "kde-media" ], { "force": null, "description": "Multimedia support for KDE", "uservisible": false, "is_default": false, "display_name": "KDE Multimedia support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "kamoso" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "dragon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "k3b" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-media", "amarok" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "kde-office" ], { "force": null, "description": "KDE Office applications", "uservisible": false, "is_default": false, "display_name": "KDE Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "calligra-stage" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "calligra-words" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "okular" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-office", "calligra-sheets" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "kde-software-development" ], { "force": null, "description": "Install these packages to develop Qt and KDE graphical applications.", "uservisible": false, "is_default": false, "display_name": "KDE Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdelibs-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "cmake" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kmtrace" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-okteta" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-umbrello" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "pykde4-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kompare" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kapptemplate" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kstartperf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "PyQt4-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-thumbnailers" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kcachegrind" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdevelop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdepimlibs-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-dolphin-plugins" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kioslave" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-scripts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdelibs-webkit-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kuiviewer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-cervisia" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-poxml" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kate" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesdk-kpartloader" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "telepathy-qt4-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "audiocd-kio-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdbg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt3-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdelibs3-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "rocs-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qtwebkit-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkdegames-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdegraphics-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "krazy2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkcompactdisc-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kate-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "PyKDE-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdepim-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kiten-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "PyQt-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kde-baseapps-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt-mobility-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdebindings-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt3-designer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "marble-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdenetwork-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "qt-creator" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkcddb-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "cantor-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdewebdev-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "ktp-common-internals-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "gambas3-runtime" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "libkdeedu-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-software-development", "kdesvn" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "kde-telepathy" ], { "force": null, "description": "KDE Telepathy applications", "uservisible": false, "is_default": false, "display_name": "KDE Telepathy", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-text-ui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "signon-kwallet-extension" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-contact-list" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-approver" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-contact-runner" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-desktop-applets" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-accounts-kcm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-auth-handler" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "kaccounts-providers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-send-file" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-kded-integration-module" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "ktp-filetransfer-handler" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kde-telepathy", "kaccounts-integration" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "kannada-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Kannada Support", "langonly": "kn" } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "lohit-kannada-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "google-noto-sans-kannada-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "navilu-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "google-noto-sans-kannada-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "gubbi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kannada-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "kashmiri-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Kashmiri Support", "langonly": "ks" } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "kashmiri-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "khmer-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Khmer Support", "langonly": "km" } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-base-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-battambang-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "google-noto-sans-khmer-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-bokor-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-metal-chrieng-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-siemreap-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-muol-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "google-noto-sans-khmer-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "khmer-support", "khmeros-handwritten-fonts" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "konkani-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Konkani Support", "langonly": "kok" } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "konkani-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "korean-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Korean Support", "langonly": "ko" } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-myeongjo-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-pen-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-barun-gothic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-brush-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "naver-nanum-gothic-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-pilgia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-shinmun-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-dotum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-dinaru-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamonovel-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-bom-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-taza-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-batang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-penheulim-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamosora-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-gulim-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-vada-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "lv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamodotum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-batang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-gungseo-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-yetgul-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-jamobatang-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-extra-pen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-graphic-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-bdf-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-dotum-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "nhn-nanum-gothic-coding-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "baekmuk-ttf-hline-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "un-core-pilgi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "korean-support", "ibus-hangul" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "kurdish-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Kurdish Support", "langonly": "ku" } ], + [ "groupPackageListAdd", [ "tag", "kurdish-support", "kurdit-unikurd-web-fonts" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "lxde-desktop" ], { "force": null, "description": "LXDE is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.", "uservisible": false, "is_default": false, "display_name": "LXDE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "gigolo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxappearance" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "openbox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "openssh-askpass" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxterminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxsession-edit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxdm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxtask" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xscreensaver-extras" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xcompmgr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxsession" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "pcmanfm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "galculator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xarchiver" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "notification-daemon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxrandr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxappearance-obconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xscreensaver-base" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "yumex-dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "adwaita-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "leafpad" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "xpad" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxinput" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "obconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxlauncher" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxde-common" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxpanel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxpolkit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "perl-File-MimeInfo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "upower" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "gpicview" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "gnome-keyring-pam" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "lxmenu-data" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-desktop", "clipit" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxde-office" ], { "force": null, "description": "Office suite for LXDE", "uservisible": false, "is_default": false, "display_name": "LXDE Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-office", "gnumeric" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-office", "abiword" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-office", "osmo" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxqt-desktop" ], { "force": null, "description": "LXQt is a lightweight X11 desktop environment designed for computers with low hardware specifications like netbooks, mobile devices or older computers.", "uservisible": false, "is_default": false, "display_name": "LXQt", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-about" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "kwin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-session" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-runner" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "sddm-breeze" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "breeze-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "qupzilla" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "breeze-cursor-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "ark" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "qterminal-qt5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "xdg-user-dirs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "notification-daemon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-policykit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-common" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "openbox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-globalkeys" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-qtplugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "sddm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-panel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "obconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "pcmanfm-qt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-notificationd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-openssh-askpass" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "perl-File-MimeInfo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "upower" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "breeze-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "qupzilla-kwallet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-desktop", "lxqt-powermanagement" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxqt-office" ], { "force": null, "description": "Office suite for LXQt", "uservisible": false, "is_default": false, "display_name": "LXQt Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-office", "libreoffice-calc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-office", "libreoffice-impress" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-office", "libreoffice-writer" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "legacy-fonts" ], { "force": null, "description": "Older bitmap and vector fonts packages", "uservisible": false, "is_default": false, "display_name": "Legacy Fonts", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-misc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-Type1" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-100dpi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-15-100dpi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-stamashkenaz-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-ellinia-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-9-100dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "nethack-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-kates-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-drugulin-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-aharoni-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "oflb-dignas-handwriting-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-fangsongti-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "fonts-KOI8-R-100dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "efont-unicode-bdf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-yehuda-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-console-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "texmacs-fedora-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-simple-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-1-100dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-mints-strong-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-lucida-typewriter-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ethiopic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "libdockapp-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "iso8859-2-misc-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-glisp-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-drift-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-miriam-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-cyrillic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-edges-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-frank-ruehl-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-cure-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-keteryg-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-14-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-lime-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-nachlieli-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-caladings-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "urw-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "fonts-KOI8-R-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-david-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "japanese-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "ucs-miscfixed-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-14-100dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-15-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-stamsefarad-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "knm-new-fixed-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-9-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "zvbi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-1-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-2-100dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "fonts-KOI8-R" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "terminus-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-fkp-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "xorg-x11-fonts-ISO8859-2-75dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-miriam-mono-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-anorexia-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-aqui-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "iso8859-2-100dpi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-nu-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "culmus-hadasim-clm-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "terminus-fonts-console" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "mona-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "lyx-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "jisksp16-1990-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "ctan-musixtex-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "baekmuk-bdf-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "google-android-emoji-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-smoothansi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-mints-mild-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "ghostscript-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "rosegarden4-feta-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-snap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "wqy-unibit-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "iso8859-2-75dpi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "bitmap-fixed-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "rosegarden4-parmesan-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "taipeifonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "wqy-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-fonts", "artwiz-aleczapka-gelly-fonts" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "legacy-network-server" ], { "force": null, "description": "These packages include servers for old network protocols such as rsh and telnet.", "uservisible": false, "is_default": false, "display_name": "Legacy Network Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "talk-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "telnet-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rwho" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rsh-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rusers" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "bootparamd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rusers-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "tftp-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-network-server", "rarpd" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "legacy-software-development" ], { "force": null, "description": "These packages provide compatibility with previous releases.", "uservisible": false, "is_default": false, "display_name": "Legacy Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-libstdc++-296" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-gcc-34" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-gcc-34-c++" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-libstdc++-33" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-development", "compat-gcc-34-g77" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "legacy-software-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Legacy Software Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-support", "compat-libstdc++-296" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "legacy-software-support", "compat-libstdc++-33" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "lepcha-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Lepcha Support", "langonly": "lep" } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "sil-mingzat-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lepcha-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "libreoffice" ], { "force": null, "description": "LibreOffice Productivity Suite", "uservisible": true, "is_default": false, "display_name": "LibreOffice", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-impress" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-calc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-emailmerge" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-graphicfilter" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-draw" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-writer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-math" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-pyuno" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice", "libreoffice-base" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "libreoffice-development" ], { "force": null, "description": "These packages are helpful when developing LibreOffice extensions or macros.", "uservisible": false, "is_default": false, "display_name": "LibreOffice Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice-development", "libreoffice-sdk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "libreoffice-development", "libreoffice-sdk-doc" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "livecd-tools" ], { "force": null, "description": "Tools that need to be installed into a livecd for it to function", "uservisible": false, "is_default": false, "display_name": "LiveCD Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "kernel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "syslinux" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "dracut-config-generic" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "grub2-efi" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "kernel-modules" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "kernel-modules-extra" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "livecd-tools", "dracut-live" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "load-balancer" ], { "force": null, "description": "Load balancing support for network traffic", "uservisible": false, "is_default": false, "display_name": "Load Balancer", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "load-balancer", "keepalived" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "load-balancer", "ipvsadm" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "mate-desktop" ], { "force": null, "description": "MATE Desktop is based on GNOME 2 and provides a powerful graphical user interface for users who seek a simple easy to use traditional desktop interface.", "uservisible": false, "is_default": false, "display_name": "MATE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "exaile" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-mtp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "dconf-editor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "pluma" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "xfburn" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-applets" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-iodine-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "marco" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gnote" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libmatekbd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "filezilla" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-control-center" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "fros-recordmydesktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "hexchat" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-printer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-users" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-dictionary" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-wallpaper" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-panel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-calc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-smb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "setroubleshoot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-themes" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-l2tp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-afc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-language" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "claws-mail" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "lightdm-gtk-greeter-settings" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "vim-enhanced" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libmatemixer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "seahorse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-pptp-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "f24-backgrounds-base" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "firefox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "engrampa" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "atril" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "p7zip-plugins" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "blueman" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-sendto" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-open-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-adsl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-user-guide" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mozo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "transmission-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-polkit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "f24-backgrounds-mate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-openvpn-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-gphoto2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "simple-scan" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "atril-caja" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-notification-daemon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-fuse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-system-monitor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-screenshot" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gucharmap" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libmateweather" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "p7zip" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-disk-usage-analyzer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-menus-preferences-category-menu" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-settings-daemon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "lightdm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-libreswan-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-media" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-backgrounds" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "yumex-dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-menus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gparted" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "f24-backgrounds-extras-base" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "libsecret" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gtk2-engines" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "NetworkManager-bluetooth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-screensaver" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "system-config-date" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "caja-image-converter" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-power-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "yelp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-session-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "eom" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "abrt-java-connector" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-search-tool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "parole" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-desktop", "mate-system-log" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "mate-applications" ], { "force": null, "description": "Applications for the MATE Desktop.", "uservisible": true, "is_default": false, "display_name": "MATE Applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-beesu" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "atril-thumbnailer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-sensors-applet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mintmenu" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-beesu-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "pidgin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "python-caja" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "pluma-beesu-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-applet-softupd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "firewall-applet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "tigervnc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-share" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "caja-actions" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-applications", "mate-icon-theme-faenza" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "mate-compiz" ], { "force": null, "description": "This package group adds Compiz and Emerald to MATE desktop", "uservisible": true, "is_default": false, "display_name": "MATE Compiz", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compizconfig-python" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "simple-ccsm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-plugins-experimental" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-bcop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-plugins-main" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "ccsm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "libcompizconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "emerald-themes" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "compiz-plugins-extra" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "emerald" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mate-compiz", "fusion-icon" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "mail-server" ], { "force": null, "description": "These packages allow you to configure an IMAP or SMTP mail server.", "uservisible": false, "is_default": false, "display_name": "Mail Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "dovecot" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "sendmail-cf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "cyrus-sasl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "spamassassin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "sendmail" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "clamav-data" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "up-imapproxy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "crm114" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "clamav-milter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "mailman" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "enemies-of-carlotta" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "exim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "roundcubemail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "imp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "pyzor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "milter-regex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "opendkim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "clamav" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "spambayes" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "exim-clamav" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "cyrus-imapd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "sqlgrey" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "squirrelmail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "spamass-milter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "amavisd-new" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "postfix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "esmtp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "uw-imap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "dbmail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mail-server", "exim-doc" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "maithili-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Maithili Support", "langonly": "mai" } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "maithili-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "malayalam-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Malayalam Support", "langonly": "ml" } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-meera-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-anjalioldlipi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-suruma-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-rachana-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "google-noto-sans-malayalam-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "lohit-malayalam-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "samyak-malayalam-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-dyuthi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-raghumalayalam-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "smc-kalyani-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "google-noto-sans-malayalam-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "malayalam-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "manipuri-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Manipuri Support", "langonly": "mni" } ], + [ "groupPackageListAdd", [ "tag", "manipuri-support", "lohit-bengali-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "manipuri-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "manipuri-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "marathi-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Marathi Support", "langonly": "mr" } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "lohit-marathi-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "marathi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "mysql" ], { "force": null, "description": "This package group contains packages useful for use with MariaDB (MySQL).", "uservisible": false, "is_default": false, "display_name": "MariaDB (MySQL) Database", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb-server" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "unixODBC" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "python-mysql" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "perl-DBD-MySQL" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mysql-connector-odbc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "libdbi-dbd-mysql" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "qt-mysql" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "php-mysqlnd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mysqltuner" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mysqlreport" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "mariadb-bench" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mysql", "qt3-MySQL" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "medical" ], { "force": null, "description": "This is a group of applications related to health care.", "uservisible": true, "is_default": false, "display_name": "Medical Applications", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "medical", "aeskulap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "medical", "gnumed" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "medical", "gnumed-server" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "milkymist" ], { "force": null, "description": "Toolchain for Milkymist hardware engineers.", "uservisible": true, "is_default": false, "display_name": "Milkymist", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "vim-common" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-gdb" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gtkwave" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "flterm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "qemu" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gcc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "lemon" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "libftdi-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "automake" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-binutils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-libc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "llvm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gd-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-gcc-c++" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-libc-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "iverilog" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "clang" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "openocd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "gplcver" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "re2c" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "tftp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "autoconf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "avr-gcc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "tftp-server" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "milkymist", "srecord" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "mingw32" ], { "force": null, "description": "Support for cross-compiling programs to 32 bit Windows targets, testing them, and building installers, all from within Fedora.", "uservisible": false, "is_default": false, "display_name": "MinGW cross-compiler", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-binutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-gcc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-crt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-filesystem" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-headers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-crossreport" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-nsis" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "wine" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-sqlite" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libxml2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-glib2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libgcrypt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libgpg-error" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-zlib" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-dlfcn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-termcap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-bzip2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-openssl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libpng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-pdcurses" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-readline" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-SDL" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-cairo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-pixman" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-atk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-gdbm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-libjpeg-turbo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-win-iconv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-gettext" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-pthreads" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-proj" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-freetype" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mingw32", "mingw32-nsiswrapper" ], { "force": null, "requires": "mingw32-nsis", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "mongodb" ], { "force": null, "description": "Scalable, high-performance NoSQL database.", "uservisible": false, "is_default": false, "display_name": "MongoDB", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "mongodb-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "mongodb" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "mongodb-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "mongodb", "libmongodb" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "multimedia" ], { "force": null, "description": "Audio/video framework common to desktops", "uservisible": false, "is_default": false, "display_name": "Multimedia", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "alsa-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "alsa-ucm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "pulseaudio-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer1-plugins-bad-free" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer1-plugins-good" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "pulseaudio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "pulseaudio-module-x11" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "PackageKit-gstreamer-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "alsa-plugins-pulseaudio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer-plugins-good" ], { "force": null, "requires": "gstreamer", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer-plugins-bad-free" ], { "force": null, "requires": "gstreamer", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "multimedia", "gstreamer-plugins-espeak" ], { "force": null, "requires": "gstreamer", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "hawaii-media" ], { "force": null, "description": "Multimedia support for Hawaii", "uservisible": false, "is_default": false, "display_name": "Multimedia support for Hawaii", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "hawaii-media", "pavucontrol" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxde-media" ], { "force": null, "description": "Multimedia support for LXDE", "uservisible": false, "is_default": false, "display_name": "Multimedia support for LXDE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "lxmusic" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "pavucontrol" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "asunder" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "pnmixer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxde-media", "gnomebaker" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "lxqt-media" ], { "force": null, "description": "Multimedia support for LXQt", "uservisible": false, "is_default": false, "display_name": "Multimedia support for LXQt", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-media", "pavucontrol" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "lxqt-media", "pnmixer" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xfce-media" ], { "force": null, "description": "Multimedia support for Xfce", "uservisible": false, "is_default": false, "display_name": "Multimedia support for Xfce", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "xfburn" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "pavucontrol" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "parole" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "asunder" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-media", "pragha" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "burmese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Myanmar (Burmese) Support", "langonly": "my" } ], + [ "groupPackageListAdd", [ "tag", "burmese-support", "sil-padauk-fonts" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "nepali-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Nepali Support", "langonly": "ne" } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "madan-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "scim-tables-nepali" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "nepali-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "network-server" ], { "force": null, "description": "These packages include network-based servers such as DHCP, Kerberos and NIS.", "uservisible": true, "is_default": false, "display_name": "Network Servers", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ypserv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "rinetd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ahcpd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "openldap-servers" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "tigervnc-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "nsd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "vtun" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "kannel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ucarp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "cobbler" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "torque-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "389-ds-base" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "koan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "xl2tpd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "jabberd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "puppet-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "netatalk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "dhcp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "krb5-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "flumotion" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "radvd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ipxripd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "fwknop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "icecast" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "quagga" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "polipo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "vnc-reflector" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "sobby" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "libreswan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "oidentd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "znc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "freenx-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "babeld" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "amanda-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "dnsmasq" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "ejabberd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "privoxy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "network-server", "freeradius" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "news-server" ], { "force": null, "description": "This group allows you to configure the system as a news server.", "uservisible": false, "is_default": false, "display_name": "News Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "inn" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "newscache" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "cleanfeed" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "suck" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "leafnode" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "news-server", "newsx" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "ocaml" ], { "force": null, "description": "Support for developing software using the Objective Caml programming language and libraries.", "uservisible": false, "is_default": false, "display_name": "OCaml", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-findlib-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-x11" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-runtime" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ocamldoc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-camlp4-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "emacs-tuareg" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-pxp-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "xemacs-tuareg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ocamlgraph-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ssl-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-zarith-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-xml-light-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-lablgtk-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-expat-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-curses-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-camomile-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-labltk-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-bitstring-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-csv-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-xmlrpc-light-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-tplib-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-lablgl-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-curl-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-extlib-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-calendar-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-pcre-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-ocamlnet-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ocaml", "ocaml-menhir-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "odia-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Odia Support", "langonly": "or" } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "lohit-odia-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "samyak-odia-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "odia-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "office" ], { "force": null, "description": "The applications include office suites, PDF viewers, and more.", "uservisible": true, "is_default": false, "display_name": "Office/Productivity", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-impress" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "alexandria" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-base" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "kreetingkard_templates" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "pdfedit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "texmaker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "kchmviewer-qt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "texlive-xdvi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-voikko" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "rednotebook" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "xournal" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-writer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "evince" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-graphicfilter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "taskjuggler" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "Zim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "gramps" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "klatexformula-ktexteditor-plugin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "cherrytree" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "gourmet" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "abiword" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "lyx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calibre" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "skrooge" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-stage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "jpilot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "starcal" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "xfbib" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "kmymoney" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-braindump" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-math" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-kexi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "grisbi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-xsltfilter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "dayplanner" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "tetex-IEEEtran" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "kdepim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-ogltrans" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "glom" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "planner" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-calc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "glabels" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calcurse" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-emailmerge" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "pybliographer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "gnumeric" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "wyrd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "hnb" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-plan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-wiki-publisher" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "htmldoc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "krecipes" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "keurocalc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-sheets" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "xchm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "Saaghar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-words" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "gnucash" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "kreetingkard" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "dia" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "taskcoach" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "tellico" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "klatexformula" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "calligra-flow" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "MagicPoint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-draw" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "revelation" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "gnumeric-plugins-extras" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "vym" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "aiksaurus-thesaurus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "okular" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "bibus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "office", "libreoffice-TexMaths" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "online-docs" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Online Help and Documentation", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-nfs-docs" ], { "force": null, "requires": "system-config-nfs", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-samba-docs" ], { "force": null, "requires": "system-config-samba", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-services-docs" ], { "force": null, "requires": "system-config-services", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-date-docs" ], { "force": null, "requires": "system-config-date", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "online-docs", "system-config-users-docs" ], { "force": null, "requires": "system-config-users", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "php" ], { "force": null, "description": "General-purpose web development scripting language.", "uservisible": false, "is_default": false, "display_name": "PHP", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pear" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-mbstring" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-soap" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-xml" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pecl-apc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-imap" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-mcrypt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pecl-mongo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pdo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-bcmath" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-pgsql" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-mysqlnd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-gd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "php", "php-process" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "perl" ], { "force": null, "description": "Support for developing programs in the Perl programming language.", "uservisible": false, "is_default": false, "display_name": "Perl Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "perl-core" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "perltidy" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "cpan-upload" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "git-cpan-patch" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "vim-perl-support" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "cpanspec" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "perl-Task-Catalyst" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "parrot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl", "eclipse-epic" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "perl-web" ], { "force": null, "description": "Basic Perl web application support.", "uservisible": false, "is_default": false, "display_name": "Perl for Web", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-CPANPLUS" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-CPAN" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-App-cpanminus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-DBD-MySQL" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-core" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "mod_perl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "ImageMagick-perl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-DBD-SQLite" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "perl-web", "perl-MongoDB" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "persian-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Persian Support", "langonly": "fa" } ], + [ "groupPackageListAdd", [ "tag", "persian-support", "sil-scheherazade-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "persian-support", "sil-lateef-fonts" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "sql-server" ], { "force": null, "description": "This package group includes packages useful for use with PostgreSQL.", "uservisible": false, "is_default": false, "display_name": "PostgreSQL Database", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "unixODBC" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-server" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "libdbi-dbd-pgsql" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "rhdb-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "perl-DBD-Pg" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt-postgresql" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt3-ODBC" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt-odbc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-contrib" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-test" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "qt3-PostgreSQL" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-jdbc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-odbc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "postgresql-docs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "PyGreSQL" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sql-server", "tcl-pgtcl" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "printing" ], { "force": null, "description": "Install these tools to enable the system to print or act as a print server.", "uservisible": false, "is_default": false, "display_name": "Printing Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "ghostscript" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-filters" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "mpage" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "system-config-printer-udev" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "nss-mdns" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "colord" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "samba-client" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "paps" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-pk-helper" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "foomatic" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "foomatic-db-ppds" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "gutenprint-cups" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "gutenprint" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "hplip" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "hpijs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "bluez-cups" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-pdf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "enscript" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "min12xxw" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "pnm2ppa" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "ptouch-driver" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "system-config-printer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "cups-bjnp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "splix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "printing", "a2ps" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "punjabi-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Punjabi Support", "langonly": "pa" } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "lohit-gurmukhi-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "saab-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "punjabi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "python-web" ], { "force": null, "description": "Basic Python web application support.", "uservisible": false, "is_default": false, "display_name": "Python", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "pymongo-gridfs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-virtualenv" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libcurl-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libcurl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libjpeg-turbo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "pymongo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "freetype-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "numpy-f2py" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-mysql" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-magic" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "python-psycopg2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "libjpeg-turbo-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "numpy" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "python-web", "mod_wsgi" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "rpm-development-tools" ], { "force": null, "description": "These tools include core development tools such rpmbuild.", "uservisible": true, "is_default": false, "display_name": "RPM Development Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "rpm-build" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "redhat-rpm-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "rpmdevtools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "koji" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "mock" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "pungi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "rpmlint" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rpm-development-tools", "plague-client" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "robotics-suite" ], { "force": null, "description": "Suite of packages for robotics development", "uservisible": true, "is_default": false, "display_name": "Robotics", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosinstall" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "catkin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-flite" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-player" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "eclipse-cdt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-pantilt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gazebo-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "openni-primesense" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-firevision-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-laserht" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-apps" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-vcstools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosdistro" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-python" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-katana" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "arduino" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcsslogplayer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-ttmainloop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-wstool" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "opencv" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-catkin_pkg" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosinstall_generator" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "pcl" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-catkin_lint" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-bloom" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-examples" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gazebo" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-lua" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-core" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-guis" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver-gui" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-worldmodel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-xmlrpc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-refboxcomm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "stage-playerplugin" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "libphidget" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssmonitor" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-firevision" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-bblogger" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-bbsync" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gearbox" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-joystick" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "stage" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rospkg" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver3d-doc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "urg" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "eclipse-egit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-skiller" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-libs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "eclipse-subclipse" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-webview" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-catkin_tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "python-rosdep" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-ruby" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-laser" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver3d" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-plugin-luaagent" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver3d-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "mrpt-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "libphidget-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "urg-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gearbox-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "stage-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcsslogplayer-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "rcssserver-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "fawkes-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "pcl-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "player-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "robotics-suite", "gazebo-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "ruby" ], { "force": null, "description": "Basic support for the Ruby programming language.", "uservisible": false, "is_default": false, "display_name": "Ruby", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ruby", "ruby" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ruby", "rubygem-abrt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ruby", "ruby-devel" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "rubyonrails" ], { "force": null, "description": "Ruby on Rails web application stack.", "uservisible": false, "is_default": false, "display_name": "Ruby on Rails", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-minitest" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-sass-rails" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "nodejs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-rake" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-sqlite3" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-uglifier" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-listen" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-bundler" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-json" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-spring-watcher-listen" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-jbuilder" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "ruby-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-byebug" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-rails" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-bigdecimal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-spring" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-sdoc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "sqlite-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-turbolinks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-abrt" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-coffee-rails" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-web-console" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-jquery-rails" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "rubyonrails", "rubygem-bcrypt" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "russian-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Russian Support", "langonly": "ru" } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-mono-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "xorg-x11-fonts-cyrillic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-sans-caption-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-serif-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "fonts-KOI8-R" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "scim-tables-russian" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "stardict-dic-ru" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "fonts-KOI8-R-100dpi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "paratype-pt-serif-caption-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "apanov-heuristica-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "ibus-table-cyrillic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "apanov-edrip-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "russian-support", "fonts-KOI8-R-75dpi" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "sanskrit-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Sanskrit Support", "langonly": "sa" } ], + [ "groupPackageListAdd", [ "tag", "sanskrit-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sanskrit-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "santali-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Santali Support", "langonly": "sat" } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "samyak-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "santali-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "security-lab" ], { "force": null, "description": "Tools for security auditing, forensics, system rescue, and teaching security testing methodologies.", "uservisible": true, "is_default": false, "display_name": "Security Lab", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ddrescue" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pdfcrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nethogs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "zmap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "echoping" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "paris-traceroute" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mutt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ratproxy" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "medusa" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sleuthkit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "gparted" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sipsak" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pyrit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wget" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pwgen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scanmem" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "arp-scan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ArpON" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "uperf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmap-ncat" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "p0f" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "etherape" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "foremost" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmap-frontend" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pcapdiff" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mcabber" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "inception" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ssldump" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wipe" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nbtscan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "net-snmp-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "iftop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "labrea" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hunt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httpry" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bonesi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "macchanger" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dsniff" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scapy" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ettercap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "aircrack-ng" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sslscan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "swaks" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcptrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "safecopy" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "aide" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "driftnet" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sipp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sslstrip" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "iperf" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "vim-enhanced" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nano" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "unhide" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpreen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nebula" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "raddump" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "kismet" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sslsplit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wavemon" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wireshark" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bannergrab" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "siege" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "screen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "fping" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bkhive" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmbscan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "lynis" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnsmap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "iptraf-ng" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "binwalk" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "argus-clients" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httping" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpjunk" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "openssh" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "argus" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "srm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpick" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "yersinia" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ophcrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "xmount" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nload" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nmap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "kismon" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "testdisk" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "splint" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "irssi" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "firewalk" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "bro" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntfs-3g" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pscan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sing" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "rats" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "openvas-cli" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nwipe" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hping3" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sqlninja" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "openvas-scanner" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scamper" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "sucrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hydra" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "horst" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "flawfinder" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "john" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpdump" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "masscan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "cmospwd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "chkrootkit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnstracer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ht" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "halberd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "packETH" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpxtract" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dc3dd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scalpel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hfsutils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "mtr" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "pads" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "airsnort" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpcopy" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "unicornscan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dhcping" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tripwire" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "hexedit" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "examiner" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "skipfish" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "onesixtyone" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ncrack" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "wbox" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "lbd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpflow" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "socat" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "weplab" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "tcpreplay" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "proxychains" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "netsed" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "net-snmp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "cowpatty" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "rkhunter" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nfswatch" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnsenum" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntfsprogs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "snmpcheck" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "trafshow" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "afftools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "goaccess" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "scrub" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ntop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "telnet" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "httpie" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "ngrep" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "whois" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "slowhttptest" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "vnstat" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "subnetcalc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "dnstop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "netsniff-ng" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "lnav" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "powertop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "samdump2" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "security-lab", "nikto" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "server-cfg" ], { "force": null, "description": "This group contains all of Red Hat's custom server configuration tools.", "uservisible": false, "is_default": false, "display_name": "Server Configuration Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-samba" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-services" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "cups-pk-helper" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-httpd" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-nfs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-bind" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-config-printer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "server-cfg", "system-switch-mail-gnome" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "simplified-chinese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Simplified Chinese Support", "langonly": "zh_CN" } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "adobe-source-han-sans-cn-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "lv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-tables-chinese-extra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-bitmap-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-zenhei-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-pinyin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-microhei-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "stardict-dic-zh_CN" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-yong" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-erbi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "fcitx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "wqy-unibit-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "m17n-db-extras" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-fcitx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-wubi-jidian" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "scim-tables-chinese" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-table-chinese-wubi-haifeng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "simplified-chinese-support", "ibus-libpinyin" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "sindhi-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Sindhi Support", "langonly": "sd" } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "paktype-naskh-basic-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "lohit-devanagari-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "google-noto-sans-devanagari-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "google-noto-sans-devanagari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sindhi-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "sinhala-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Sinhala Support", "langonly": "si" } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "lklug-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "scim-sayura" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "ibus-sayura" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupPackageListAdd", [ "tag", "sinhala-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "sound-and-video" ], { "force": null, "description": "From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system.", "uservisible": true, "is_default": false, "display_name": "Sound and Video", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pnmixer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "exaile" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "totem" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-ttxtsubs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "paprefs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "soundconverter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xcdroast" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "picard" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "festvox-clb-arctic-hts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "v4l2ucp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "mikmod" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "decibel-audio-player" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "mybashburn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xfburn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "nyquist" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dvdisaster" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "grip" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vorbis-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gnomebaker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-streamdev-server" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "rakarrack" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "genisoimage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "alsamixergui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "banshee" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "mkvtoolnix-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "easytag" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "wodim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "soundtracker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "argyllcms" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-osdteletext" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gcstar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "totem-lirc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmms" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "festvox-rms-arctic-hts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dvdauthor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "denemo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kid3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "openfst-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "icedax" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdcollect" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tclabc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pavucontrol" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "opengrm-ngram-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "milkytracker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmms-flac" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "id3v2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kover" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "totem-nautilus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dvgrab" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "multimedia-menus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gnome-sound-recorder" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "asunder" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-epgsearch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tomahawk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "amarok" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "audacity" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "volumeicon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "whaawmp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-tvonscreen" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sweep" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pitivi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "festvox-bdl-arctic-hts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pyvnc2swf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-remote" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdrskin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gtk-v4l" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "jack-audio-connection-kit" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pocketsphinx-plugin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-femon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "lxmusic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "irstlm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "paman" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kmix" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "lingot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pocketsphinx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gtkpod" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "isomaster" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "juk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "audacious" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "quodlibet" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdlabelgen" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cdparanoia" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tagtool" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "csound-csoundac" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "cmusphinx3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "gnomad2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sound-juicer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pavumeter" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "qmmp-plugin-pack" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-streamdev-client" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "brasero" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "rhythmbox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pulseaudio-module-zeroconf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-skinsoppalusikka" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "adplay" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "xmms-adplug" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "tvtime" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "kscd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "ucview" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "pulseaudio-module-lirc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "camE" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "vdr-sudoku" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "sphinxtrain" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "abcde" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "dragon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "qmmp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "rosegarden4" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "k3b" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "parole" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sound-and-video", "regionset" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "standard" ], { "force": null, "description": "Common set of utilities that extend the minimal installation.", "uservisible": false, "is_default": false, "display_name": "Standard", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "cryptsetup" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "vconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "rsyslog" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "tar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "realmd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "ed" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "dosfstools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "sudo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "dnf-langpacks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "usbutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "rng-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "deltarpm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "logrotate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "rsync" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "jwhois" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "at" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "file" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "fedora-release-notes" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "pam_pkcs11" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "traceroute" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "mdadm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "crontabs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "bzip2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "pam_krb5" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "abrt-cli" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "systemd-udev" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "sssd" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "gnupg2" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "btrfs-progs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "microcode_ctl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "which" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "ntfsprogs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "iptstate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "bridge-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "irqbalance" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "mcelog" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "ethtool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "mailcap" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "nmap-ncat" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "unzip" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "psacct" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "cyrus-sasl-plain" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "tcp_wrappers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "bc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "mlocate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "time" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "setuptool" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "cpio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "bash-completion" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "quota" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "pinfo" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "telnet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "nfs-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "words" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "cifs-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "wget" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "dos2unix" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "passwdqc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "coolkey" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "symlinks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "smartmontools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "fprintd-pam" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "attr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "fpaste" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "mtr" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "tcpdump" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "dbus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "tree" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "sos" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "acl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "wireless-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "plymouth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "bind-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "hunspell" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "net-tools" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "pciutils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "man-pages" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "ntfs-3g" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "lsof" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "zip" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "nano" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "standard", "chrony" ], { "force": null, "requires": "control-center", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "sugar-desktop" ], { "force": null, "description": "A software playground for learning about learning.", "uservisible": false, "is_default": false, "display_name": "Sugar Desktop Environment", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-stopwatch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-infoslicer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-clock" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "lightdm" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-paint" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "gnome-power-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-calculator" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-portfolio" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-physics" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-log" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-speak" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-moon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-read" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-labyrinth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-imageviewer" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-help" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-story" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-visualmatch" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "pygame" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-jukebox" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-xoirc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-write" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "gvfs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-ruler" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-chat" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-words" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-turtleart" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-abacus" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-record" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-getiabooks" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "metacity" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-cp-all" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-countries" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "csound-python" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-maze" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-toolkit-gtk3" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-toolkit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-finance" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-memorize" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-pippy" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-fototoon" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-browse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "sugar-desktop", "sugar-typing-turtle" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "system-tools" ], { "force": null, "description": "This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic.", "uservisible": true, "is_default": false, "display_name": "System Tools", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-libreswan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nmap" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntfs-3g" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "setserial" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-l2tp" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "openconnect" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-openconnect" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "openldap-clients" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "openvpn" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "samba-client" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "screen" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xdelta" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "BackupPC" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "cifs-utils" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "libreswan" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "jigdo" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-openvpn" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "vpnc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "NetworkManager-vpnc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "chrony" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "tigervnc" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "zisofs-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "zsh" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "bonnie++" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xmobar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gigolo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-telepathy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "unison213" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nethogs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "inadyn-mt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "hercules" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "htop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntp-perl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "tn5250" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "w_scan" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gssdp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gnokii" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "keychain" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dtach" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "noip" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ghasher" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ghex" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "cabextract" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "epylog" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "reptyr" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xsel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ttywatch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "denyhosts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "crack" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "lirc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ganglia" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fwrestart" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-xdmcp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "am-utils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "crash" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "p0f" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "geoclue" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "unison227" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "createrepo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "lzop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "radeontool" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "foremost" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nmap-frontend" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "p7zip-plugins" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dar" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "freerdp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apcupsd-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "swatch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rear" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "synaptic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "net-snmp-utils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "obexftp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "iftop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apcupsd" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "qstat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "upx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arptables" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "macchanger" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ettercap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "enca" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "swaks" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nut" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ebtables" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "aide" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "pwgen" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "sec" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "wlassistant" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arj" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "shorewall" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dkms" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nrg2iso" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "dstat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ircp-tray" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "x3270-x11" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "javasysmon" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "limph" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "tunctl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mmv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher-flite" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "pbzip2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "torque-gui" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "conman" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "wireshark-gnome" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "etherbat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mrtg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ksmarttray" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "chrpath" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "environment-modules" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "sysstat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "connect-proxy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fedora-package-config-apt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "hfsplus-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "xsupplicant" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "netstat-nat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "grsync" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "par2cmdline" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "testdisk" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nomarch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher-festival" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "iotop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "puppet" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "grepmail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "procinfo" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "apg" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "aircrack-ng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "festival" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ntpdate" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "syslog-ng" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "john" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gkrellm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "powerman" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "zidrav" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fwknop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gupnp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ipsec-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "freeze" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rdiff-backup" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mtx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "oddjob-mkhomedir" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "mc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rsnapshot" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "munin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "amanda-client" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rdesktop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "convmv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "airsnort" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "autofs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "p7zip" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "hyperestraier" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rootsh" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-nx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "arpwatch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "eiciel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "speech-dispatcher-espeak" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "stripesnoop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nagios" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ibmonitor" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fatsort" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "socat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "uucp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "jfbterm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "remmina-plugins-rdp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "kdirstat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gtkhash" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "nfswatch" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gnutls-utils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "catfish" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gxemul" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "emelfm2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "cfengine" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "oddjob" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "torque-client" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "avahi-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "scrub" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ed2k_hash" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fuse" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "PackageKit-command-not-found" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "rmanage" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "vnstat" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "ddclient" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "greadelf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "powertop" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "portecle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "liveusb-creator" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "bochs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "wine" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "gtkterm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "fdupes" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "qdbm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "system-tools", "incron" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "tamil-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Tamil Support", "langonly": "ta" } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "lohit-tamil-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "google-noto-sans-tamil-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "google-noto-sans-tamil-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "serafettin-cartoon-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "samyak-tamil-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tamil-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "telugu-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Telugu Support", "langonly": "te" } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "lohit-telugu-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "m17n-db" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "vemana2000-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "google-noto-sans-telugu-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "iok" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "google-noto-sans-telugu-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "pothana2000-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "telugu-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "text-internet" ], { "force": null, "description": "This group includes text-based email, web, and chat clients. These applications do not require the X Window System.", "uservisible": true, "is_default": false, "display_name": "Text-based Internet", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "isync" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "rss2email" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "fetchmail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "irssi" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "slrn" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "fpaste" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "cone" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "mutt" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "iperf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "sitecopy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "websec" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "getmail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "xprobe2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "libtranslate" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "ctorrent" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "w3m" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "tin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "axel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "nmh" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "whatmask" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "archivemail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "epic" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "rtorrent" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "lftp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "elinks" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "youtube-dl" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "offlineimap" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "cadaver" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "snownews" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "yafc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "ncftp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "tftp" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "emacs-mew" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "alpine" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "centerim" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "argus" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "abook" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "maildirproc" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "deletemail" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "lynx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "aria2" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "text-internet", "trickle" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "thai-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Thai Support", "langonly": "th" } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "google-noto-sans-thai-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-waree-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgtypo-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-umpush-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-kinnari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-loma-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-purisa-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "google-noto-sans-thai-ui-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgtypewriter-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "google-noto-serif-thai-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgtypist-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-norasi-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-tlwgmono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-garuda-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "thai-scalable-sawasdee-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "scim-tables-thai" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "thai-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "tibetan-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Tibetan Support", "langonly": "bo" } ], + [ "groupPackageListAdd", [ "tag", "tibetan-support", "tibetan-machine-uni-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tibetan-support", "jomolhari-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tibetan-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "tomcat" ], { "force": null, "description": "Tomcat web application server.", "uservisible": false, "is_default": false, "display_name": "Tomcat", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat-native" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat-admin-webapps" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "tomcat", "tomcat-webapps" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "traditional-chinese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Traditional Chinese Support", "langonly": "zh_TW" } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "adobe-source-han-sans-tw-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-cantonese" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "cjkuni-uming-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "scim-tables-chinese-extra" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-easy" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "gcin" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-stroke5" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-quick" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-scj" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "lv" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-cangjie" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "scim-array" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-table-chinese-array" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "stardict-dic-zh_TW" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "scim-tables-chinese" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "taipeifonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "m17n-db-extras" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "cjkuni-ukai-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "traditional-chinese-support", "ibus-libzhuyin" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "urdu-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Urdu Support", "langonly": "ur" } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-naskh-basic-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-tehreer-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-nastaleeq-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "dejavu-sans-mono-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-web-naskh-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "dejavu-sans-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-book-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-digital-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-pakistani-web-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-pen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-decorative-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-letter-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-riqa-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-ajrak-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-titlel-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-art-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-poster-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-pakistani-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "paktype-naqsh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "nafees-tehreer-naskh-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-office-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-farsi-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-one-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-qurn-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-title-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "kacst-screen-fonts" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "urdu-support", "ibus-m17n" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "platform-vmware" ], { "force": null, "description": "Packages to install in VMware virtual machines", "uservisible": false, "is_default": false, "display_name": "VMware Platform Support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "platform-vmware", "open-vm-tools" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "vagrant" ], { "force": null, "description": "These packages provide Vagrant with libvirt provider support", "uservisible": false, "is_default": false, "display_name": "Vagrant with libvirt support", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant-libvirt" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant-cachier" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "vagrant", "vagrant-registration" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "vietnamese-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Vietnamese Support", "langonly": "vi" } ], + [ "groupPackageListAdd", [ "tag", "vietnamese-support", "ibus-bogo" ], { "force": null, "requires": "xorg-x11-server-Xorg", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "virtualization" ], { "force": null, "description": "These packages provide a graphical virtualization environment.", "uservisible": false, "is_default": false, "display_name": "Virtualization", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-install" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "libvirt-daemon-config-network" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "qemu-kvm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "libvirt-daemon-kvm" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-manager" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-viewer" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "python-libguestfs" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "virt-top" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "libguestfs-tools" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "virtualization", "guestfs-browser" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "window-managers" ], { "force": null, "description": "Simple window managers that aren't part of a larger desktop environment.", "uservisible": true, "is_default": false, "display_name": "Window Managers", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "dwm-user" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3lock" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "openbox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "obmenu" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "fvwm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "xcompmgr" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "hackedbox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "wmx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "bbkeys" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "xmonad-mate" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "matchbox-window-manager" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "dwm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "bluetile" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "xmonad" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "blackbox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "WindowMaker" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "obconf" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3status" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "fluxbox" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "icewm" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "ratpoison" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "window-managers", "i3-doc" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "smb-server" ], { "force": null, "description": "This package group allows you to share files between Linux and MS Windows(tm) systems.", "uservisible": false, "is_default": false, "display_name": "Windows File Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "smb-server", "samba" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "smb-server", "samba-client" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "smb-server", "cifs-utils" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "x-software-development" ], { "force": null, "description": "These packages allow you to develop applications for the X Window System.", "uservisible": false, "is_default": false, "display_name": "X Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libX11-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXaw-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libICE-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXt-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXfixes-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libxkbfile-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXxf86vm-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "freetype-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXres-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "pixman-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXxf86dga-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXmu-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXevie-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXrender-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXext-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXtst-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libmng-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXvMC-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXfont-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libtiff-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "SDL-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-docs" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libSM-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXau-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXScrnSaver-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "gd-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXxf86misc-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXft-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-xtrans-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libdrm-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXrandr-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libjpeg-turbo-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "giflib-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "Xaw3d-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXdmcp-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xrestop" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libdmx-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXcomposite-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "mesa-libGL-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXcursor-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "netpbm-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libpng-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXdamage-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-xbitmaps" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "icon-slicer" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "icon-naming-utils" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "mesa-libGLU-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "xorg-x11-server-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "neXtaw-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "x-software-development", "libXp-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "xmonad" ], { "force": null, "description": "A tiling window manager", "uservisible": false, "is_default": false, "display_name": "XMonad", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad", "xmobar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad", "xmonad" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xmonad-mate" ], { "force": null, "description": "XMonad window manager with MATE", "uservisible": false, "is_default": false, "display_name": "XMonad for MATE", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "mate-control-center" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "mate-panel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "xmonad-mate" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xmonad-mate", "mate-screensaver" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xfce-desktop" ], { "force": null, "description": "A lightweight desktop environment that works well on low end machines.", "uservisible": false, "is_default": false, "display_name": "Xfce", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-session" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "alsa-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-xfce4-notifyd-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfwm4-theme-nodoka" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xdg-user-dirs-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "openssh-askpass" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "blueman" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "bluebird-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "bluebird-xfwm4-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "firewall-config" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-l2tp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-pulseaudio-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-vpnc-gnome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfwm4" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-about" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "fedora-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-pptp" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-openconnect" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "albatross-gtk3-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-power-manager" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-datetime-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "gtk-xfce-engine" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "tumbler" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "gvfs" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "abrt-desktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "nm-connection-editor" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-screenshooter-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "desktop-backgrounds-compat" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "bluebird-gtk3-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "albatross-xfwm4-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-gtk3-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfwm4-themes" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xscreensaver-base" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "adwaita-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-places-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "initial-setup-gui" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "Thunar" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "adwaita-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-session-engines" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-panel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "greybird-xfwm4-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-terminal" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "thunar-volman" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-settings" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "fros-recordmydesktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "thunar-media-tags-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "gvfs-archive" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-openvpn" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "network-manager-applet" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "NetworkManager-vpnc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "rodent-icon-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfce4-appfinder" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfconf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "xfdesktop" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "albatross-gtk2-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "lightdm-gtk" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "thunar-archive-plugin" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-desktop", "yumex" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xfce-office" ], { "force": null, "description": "Office suite for Xfce", "uservisible": false, "is_default": false, "display_name": "Xfce Office", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-office", "gnumeric" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-office", "abiword" ], { "type": "mandatory", "force": null } ], + [ "groupListAdd", [ "tag", "xfce-software-development" ], { "force": null, "description": "Install these packages in order to develop GTK+ and Xfce graphical applications.", "uservisible": false, "is_default": false, "display_name": "Xfce Software Development", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "libxfce4ui-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "libxfce4util-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfce4-panel-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfce4-dev-tools" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfconf-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "exo-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "garcon-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "tumbler-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "Thunar-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "xfce-software-development", "xfce4-session-devel" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "yiddish-support" ], { "force": null, "description": "", "uservisible": false, "is_default": false, "display_name": "Yiddish Support", "langonly": "yi" } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "dejavu-sans-fonts" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-stamsefarad-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-miriam-mono-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-ellinia-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-miriam-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-drugulin-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-aharoni-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-keteryg-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-stamashkenaz-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-yehuda-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-nachlieli-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-caladings-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-hadasim-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-frank-ruehl-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-david-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "yiddish-support", "culmus-simple-clm-fonts" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "base-x" ], { "force": null, "description": "Local X.org display server", "uservisible": false, "is_default": false, "display_name": "base-x", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-wacom" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-server-Xorg" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-vmware" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-openchrome" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-qxl" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-ati" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-evdev" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-armsoc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "mesa-dri-drivers" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-omap" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-vesa" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-xinit" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "glx-utils" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-nouveau" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-freedreno" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "plymouth-system-theme" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-intel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-vmmouse" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-libinput" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-fbdev" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-xauth" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "base-x", "xorg-x11-drv-geode" ], { "type": "optional", "force": null } ] +] diff --git a/tests/test_cli/data/comps-sample.libcomps.calls b/tests/test_cli/data/comps-sample.libcomps.calls index 6b494514..5120689d 100644 --- a/tests/test_cli/data/comps-sample.libcomps.calls +++ b/tests/test_cli/data/comps-sample.libcomps.calls @@ -1,39 +1,41 @@ -[call.groupListAdd('tag', u'additional-devel', biarchonly=True, description=u'Additional development headers and libraries for developing applications', display_name=u'Additional Development', force=None, is_default=False, langonly=u'fr', uservisible=False), - call.groupPackageListAdd('tag', u'additional-devel', u'alsa-lib-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'additional-devel', u'audit-libs-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'additional-devel', u'binutils-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'additional-devel', u'boost-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'additional-devel', u'bzip2-devel', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'additional-devel', u'cyrus-sasl-devel', basearchonly=False, force=None, type='default'), - call.groupListAdd('tag', u'backup-client', biarchonly=False, description=u'Client tools for connecting to a backup server and doing backups.', display_name=u'Backup Client', force=None, is_default=True, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'backup-client', u'amanda-client', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'backup-client', u'bacula-client', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'backup-server', biarchonly=False, description=u"Software to centralize your infrastructure's backups.", display_name=u'Backup Server', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'backup-server', u'amanda-server', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'backup-server', u'mt-st', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'backup-server', u'mtx', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'ansible-node', biarchonly=False, description=None, display_name=u'Ansible node', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'ansible-node', u'python2-dnf', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'ansible-node', u'libselinux-python', basearchonly=False, force=None, requires=u'selinux-policy', type='conditional'), - call.groupListAdd('tag', u'd-development', biarchonly=False, description=u'These include development tools and libraries such as ldc, and geany-tag.', display_name=u'D Development Tools and Libraries', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'd-development', u'ldc', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ldc-druntime', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ldc-druntime-devel', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ldc-phobos-devel', basearchonly=True, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'make', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'pkgconfig', basearchonly=False, force=None, type='mandatory'), - call.groupPackageListAdd('tag', u'd-development', u'ctags', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'd-development', u'indent', basearchonly=False, force=None, type='default'), - call.groupPackageListAdd('tag', u'd-development', u'astyle', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'cmake', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'derelict-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'geany', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'gl3n-devel', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'insight', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'nemiver', basearchonly=False, force=None, type='optional'), - call.groupPackageListAdd('tag', u'd-development', u'uncrustify', basearchonly=False, force=None, type='optional'), - call.groupListAdd('tag', u'empty-group-1', biarchonly=False, description=u'empty group 1 desc', display_name=u'empty group 1', force=None, is_default=False, langonly=None, uservisible=True), - call.groupListAdd('tag', u'empty-group-2', biarchonly=False, description=u'empty group 2 desc', display_name=u'empty group 2', force=None, is_default=False, langonly=None, uservisible=True), - call.groupListAdd('tag', u'unknown-group', biarchonly=False, description=u'unknown group desc', display_name=u'unknown group', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', u'unknown-group', u'unknown', basearchonly=False, force=None, type='unknown'), - call.groupPackageListAdd('tag', u'unknown-group', u'unknown2', basearchonly=False, force=None, type='unknown')] +[ + [ "groupListAdd", [ "tag", "additional-devel" ], { "force": null, "description": "Additional development headers and libraries for developing applications", "uservisible": false, "is_default": false, "biarchonly": true, "display_name": "Additional Development", "langonly": "fr" } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "alsa-lib-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "audit-libs-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "binutils-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "boost-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "bzip2-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "cyrus-sasl-devel" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "backup-client" ], { "force": null, "description": "Client tools for connecting to a backup server and doing backups.", "uservisible": true, "is_default": true, "biarchonly": false, "display_name": "Backup Client", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "backup-client", "amanda-client" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "backup-client", "bacula-client" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "backup-server" ], { "force": null, "description": "Software to centralize your infrastructure's backups.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Backup Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "backup-server", "amanda-server" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "backup-server", "mt-st" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "backup-server", "mtx" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "ansible-node" ], { "force": null, "description": null, "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "Ansible node", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "python2-dnf" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "libselinux-python" ], { "force": null, "requires": "selinux-policy", "basearchonly": false, "type": "conditional" } ], + [ "groupListAdd", [ "tag", "d-development" ], { "force": null, "description": "These include development tools and libraries such as ldc, and geany-tag.", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "D Development Tools and Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime-devel" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-phobos-devel" ], { "type": "mandatory", "force": null, "basearchonly": true } ], + [ "groupPackageListAdd", [ "tag", "d-development", "make" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "pkgconfig" ], { "type": "mandatory", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ctags" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "indent" ], { "type": "default", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "astyle" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "cmake" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "derelict-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "geany" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "gl3n-devel" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "insight" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "nemiver" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "d-development", "uncrustify" ], { "type": "optional", "force": null, "basearchonly": false } ], + [ "groupListAdd", [ "tag", "empty-group-1" ], { "force": null, "description": "empty group 1 desc", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "empty group 1", "langonly": null } ], + [ "groupListAdd", [ "tag", "empty-group-2" ], { "force": null, "description": "empty group 2 desc", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "empty group 2", "langonly": null } ], + [ "groupListAdd", [ "tag", "unknown-group" ], { "force": null, "description": "unknown group desc", "uservisible": true, "is_default": false, "biarchonly": false, "display_name": "unknown group", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "unknown-group", "unknown" ], { "type": "unknown", "force": null, "basearchonly": false } ], + [ "groupPackageListAdd", [ "tag", "unknown-group", "unknown2" ], { "type": "unknown", "force": null, "basearchonly": false } ] +] diff --git a/tests/test_cli/data/comps-sample.yumcomps.calls b/tests/test_cli/data/comps-sample.yumcomps.calls index 90f195ef..0c75aa58 100644 --- a/tests/test_cli/data/comps-sample.yumcomps.calls +++ b/tests/test_cli/data/comps-sample.yumcomps.calls @@ -1,37 +1,39 @@ -[call.groupListAdd('tag', 'additional-devel', description='Additional development headers and libraries for developing applications', display_name='Additional Development', force=None, is_default=False, langonly='fr', uservisible=False), - call.groupPackageListAdd('tag', 'additional-devel', 'binutils-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'additional-devel', 'boost-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'additional-devel', 'bzip2-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'additional-devel', 'cyrus-sasl-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'additional-devel', 'audit-libs-devel', force=None, type='default'), - call.groupPackageListAdd('tag', 'additional-devel', 'alsa-lib-devel', force=None, type='default'), - call.groupListAdd('tag', 'ansible-node', description='', display_name='Ansible node', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'ansible-node', 'python2-dnf', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'ansible-node', 'libselinux-python', force=None, requires='selinux-policy', type='conditional'), - call.groupListAdd('tag', 'backup-client', description='Client tools for connecting to a backup server and doing backups.', display_name='Backup Client', force=None, is_default=True, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'backup-client', 'amanda-client', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'backup-client', 'bacula-client', force=None, type='optional'), - call.groupListAdd('tag', 'backup-server', description="Software to centralize your infrastructure's backups.", display_name='Backup Server', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'backup-server', 'amanda-server', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'backup-server', 'mtx', force=None, type='optional'), - call.groupPackageListAdd('tag', 'backup-server', 'mt-st', force=None, type='optional'), - call.groupListAdd('tag', 'd-development', description='These include development tools and libraries such as ldc, and geany-tag.', display_name='D Development Tools and Libraries', force=None, is_default=False, langonly=None, uservisible=True), - call.groupPackageListAdd('tag', 'd-development', 'ldc', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ldc-druntime', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'make', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'pkgconfig', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ldc-phobos-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ldc-druntime-devel', force=None, type='mandatory'), - call.groupPackageListAdd('tag', 'd-development', 'ctags', force=None, type='default'), - call.groupPackageListAdd('tag', 'd-development', 'indent', force=None, type='default'), - call.groupPackageListAdd('tag', 'd-development', 'geany', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'cmake', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'derelict-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'insight', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'nemiver', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'gl3n-devel', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'astyle', force=None, type='optional'), - call.groupPackageListAdd('tag', 'd-development', 'uncrustify', force=None, type='optional'), - call.groupListAdd('tag', 'empty-group-1', description='empty group 1 desc', display_name='empty group 1', force=None, is_default=False, langonly=None, uservisible=True), - call.groupListAdd('tag', 'empty-group-2', description='empty group 2 desc', display_name='empty group 2', force=None, is_default=False, langonly=None, uservisible=True), - call.groupListAdd('tag', 'unknown-group', description='unknown group desc', display_name='unknown group', force=None, is_default=False, langonly=None, uservisible=True)] +[ + [ "groupListAdd", [ "tag", "additional-devel" ], { "force": null, "description": "Additional development headers and libraries for developing applications", "uservisible": false, "is_default": false, "display_name": "Additional Development", "langonly": "fr" } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "binutils-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "boost-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "bzip2-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "cyrus-sasl-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "audit-libs-devel" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "additional-devel", "alsa-lib-devel" ], { "type": "default", "force": null } ], + [ "groupListAdd", [ "tag", "ansible-node" ], { "force": null, "description": "", "uservisible": true, "is_default": false, "display_name": "Ansible node", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "python2-dnf" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "ansible-node", "libselinux-python" ], { "force": null, "requires": "selinux-policy", "type": "conditional" } ], + [ "groupListAdd", [ "tag", "backup-client" ], { "force": null, "description": "Client tools for connecting to a backup server and doing backups.", "uservisible": true, "is_default": true, "display_name": "Backup Client", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "backup-client", "amanda-client" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "backup-client", "bacula-client" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "backup-server" ], { "force": null, "description": "Software to centralize your infrastructure's backups.", "uservisible": true, "is_default": false, "display_name": "Backup Server", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "backup-server", "amanda-server" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "backup-server", "mtx" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "backup-server", "mt-st" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "d-development" ], { "force": null, "description": "These include development tools and libraries such as ldc, and geany-tag.", "uservisible": true, "is_default": false, "display_name": "D Development Tools and Libraries", "langonly": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "make" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "pkgconfig" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-phobos-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ldc-druntime-devel" ], { "type": "mandatory", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "ctags" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "indent" ], { "type": "default", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "geany" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "cmake" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "derelict-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "insight" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "nemiver" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "gl3n-devel" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "astyle" ], { "type": "optional", "force": null } ], + [ "groupPackageListAdd", [ "tag", "d-development", "uncrustify" ], { "type": "optional", "force": null } ], + [ "groupListAdd", [ "tag", "empty-group-1" ], { "force": null, "description": "empty group 1 desc", "uservisible": true, "is_default": false, "display_name": "empty group 1", "langonly": null } ], + [ "groupListAdd", [ "tag", "empty-group-2" ], { "force": null, "description": "empty group 2 desc", "uservisible": true, "is_default": false, "display_name": "empty group 2", "langonly": null } ], + [ "groupListAdd", [ "tag", "unknown-group" ], { "force": null, "description": "unknown group desc", "uservisible": true, "is_default": false, "display_name": "unknown group", "langonly": null } ] +] diff --git a/tests/test_cli/test_import_comps.py b/tests/test_cli/test_import_comps.py index ee283d7a..d8ad8fd6 100644 --- a/tests/test_cli/test_import_comps.py +++ b/tests/test_cli/test_import_comps.py @@ -1,13 +1,9 @@ +import json import unittest - import StringIO as stringio - import os - import sys - import mock - import loadcli try: @@ -304,10 +300,12 @@ class TestImportComps(unittest.TestCase): with open(stdout_file, 'rb') as f: expected = f.read().decode('ascii') self.assertMultiLineEqual(stdout.getvalue(), expected) - # compare mock_calls by literal string - call = mock.call - with open(calls_file, 'rb') as f: - expected = eval(f.read().decode('ascii')) + + # compare mock_calls stored as json + expected = [] + for c in json.load(open(calls_file, 'rt')): + expected.append(getattr(mock.call, c[0]).__call__(*c[1], **c[2])) + if hasattr(session, 'assertHasCalls'): session.assertHasCalls(expected) else: