Commit Graph

5461 Commits

Author SHA1 Message Date
Adam Williamson c47f2fac5a Revert "Revert "Drop libproxy-duktape (it was retired)""
This reverts commit e220d52cfc.
libproxy-0.5.0-3.fc39 seems to fix the problems and is tagged,
so we need this back.
2023-05-23 08:21:54 -07:00
Adam Williamson e220d52cfc Revert "Drop libproxy-duktape (it was retired)"
This reverts commit f380d49d25.
We have to untag the new libproxy for now as it broke other
stuff - https://pagure.io/releng/issue/11434 - so we shouldn't
make this change in comps yet.
2023-05-22 18:49:48 -07:00
Adam Williamson f380d49d25 Drop libproxy-duktape (it was retired)
We probably don't need to explicitly list libproxy as its
replacement, as gnome-shell requires it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-05-22 17:28:22 -07:00
Neal Gompa b97aac8432 F39: Add xwaylandvideobridge to kde-desktop
This is expected to be a default core component for the KDE Plasma
Desktop experience.
2023-05-19 08:55:38 -04:00
Peter Robinson c8bd52bf62 firmware: add newly split out dvb-firmware package
The various DVB firmware are used by some old DVB terrestrial/satellite
recievers. They're all pretty old and the drivers were nearly removed
from the kernel but were kept at the last minute.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-05-18 16:22:05 +00:00
Adam Williamson 5ce7252e20 CI: explain better what "git status failed!" means
`make sort` won't usually *fail*, even if it sorts stuff (it'll
only fail if it actually can't sort for some reason). So when
either the PR or the existing state of the repo isn't properly
sorted, what we get is the "git status failed!" case. I *think*
this is likely the only time we'll get that, I don't think
"make validate" would actually change files without failing. So
let's gloss that a git status failure probably means a sorting
issue.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-05-18 09:08:28 -07:00
Adam Williamson 1cede41744 Run `make sort` so PRs don't fail CI
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-05-18 09:06:24 -07:00
Adam Williamson 11bfab955c Drop util-linux-user from @standard, it was removed
In util-linux-2.39.1.fc39 the separate util-linux-user subpackage
is dropped and the things it contained moved (back) into the
main util-linux package. These were initially split out in 2016
to avoid a libuser dependency in util-linux; not sure why this is
not considered useful any more.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-05-18 08:55:51 -07:00
김인수 6758983110 Translated using Weblate (Korean)
Currently translated at 100.0% (609 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/ko/
2023-05-17 07:21:55 +02:00
Kevin Fenzi 3a20ab8c87 remove paprefs from sound and video group (rhbz#1946408)
paprefs needs pulseaudo, but pipewire is the default int he sound and
video group, so it doesn't make sense to include paprefs here.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-05-12 10:40:05 -07:00
Neal Gompa 588f7d41b0 F39: Use sddm in x11 mode for LXQt by default (#2188071)
LXQt isn't shipped with a Wayland compositor yet, so SDDM should
be configured to use X11.
2023-05-05 16:40:08 +00:00
Kalev Lember 6aac5c9b45 Drop gnome-themes-extra from GNOME groups
It's an old package that used to ship empty css files to let
gnome-tweaks know which gtk3 themes are available (after gtk3 dropped
the standalone css files and started building them in).

This is now no longer needed since the high contrast and dark themes are
available from gnome-control-center, which does not use the css file
craziness to detect what themes are available.

It also used to pull in the gtk2 adwaita theme, but that's now handled
by conditional recommends from the gtk2 package instead.

Signed-off-by: Kalev Lember <klember@redhat.com>
2023-05-05 12:01:43 +02:00
Adam Williamson 40d2fd12bb validate-comps: don't set -x any more
This is only really useful for debugging the script itself, it's
not useful information for typical execution (especially now I
made it show which test(s) fail more clearly).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-24 11:07:30 -07:00
Adam Williamson 076138efdd Fix the validate-comps git status check
...this is how you do that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-24 10:50:37 -07:00
Adam Williamson 03776c8c48 Improve validate-comps to give better info
This will tell us which checks failed, and how many. It also
suppresses some useless spammy output from `make sort` (we never
need to see any actual output, as it never tells us anything
useful; the useful info is what it changes).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-24 10:49:28 -07:00
Adam Williamson fcf37586a6 Rename all CI files to be (hopefully) unique
Per https://pagure.io/fedora-ci/general/issue/404 , as things are
right now, having CI files with the same names as those in other
repos can cause clashes. Let's rename all of ours to avoid this.
Also drop a path element in validate-comps.yaml that broke the
tests...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-24 10:21:47 -07:00
Adam Williamson 33e52e780a CI: install required packages
We need the packages with xsltproc, xmllint and intltool-merge
in them.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-24 10:21:47 -07:00
Adam Williamson 1aadd5d807 Do a sort
Some recent commits aren't sorted right. Also tweak some comments
so `make sort` doesn't delete them.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-24 10:21:47 -07:00
Woi a12c9da223 F37+: Fix Firefox langpacks and a typo
Firefox language packs have been split from main package to a single
RPM starting with Fedora Linux 37 [1].
Different Firefox langpacks have been first referenced in Fedora Linux
18 [2], but never been used by Firefox so far.

[1] https://fedoraproject.org/wiki/Changes/Firefox_Langpacks_Subpackage
[2] https://pagure.io/fedora-comps/c/dfec3
2023-04-23 16:45:17 +00:00
Adam Williamson 0d7b5b8d24 Correct mediatek firmware package name
It is called mt7xxx-firmware , not mediatek-firmware. See line
319 of https://src.fedoraproject.org/rpms/linux-firmware/c/be92a95

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-22 09:52:16 -07:00
김인수 bb9c51501d Translated using Weblate (Korean)
Currently translated at 100.0% (609 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/ko/
2023-04-22 16:20:46 +02:00
김인수 a2ff6dcee0 Translated using Weblate (Korean)
Currently translated at 100.0% (609 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/ko/
2023-04-21 11:20:54 +02:00
Geraldo S. Simião Kutz de71d1cd50 comps-f39.xml.in: Removing dnfdragora from KDE spin
Removing dnfdragora from F39 KDE spin, as proposed at this ticket https://pagure.io/fedora-kde/SIG/issue/206
2023-04-20 15:12:14 +00:00
Timothée Ravier f3d5b63793 Zuul: Add basic validation script
See: https://pagure.io/fedora-comps/issue/785
2023-04-19 17:59:05 +00:00
Peter Robinson 852152c526 Mark the atmel and zd1211 WiFi firmware as optional
The atmel and zd1211 WiFi modules are ancient 802.11b
modules that aren't even enabled in the kernel by
default so there's really no need to ship them by default.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-04-19 09:13:39 +01:00
Peter Robinson 2dcdfd6540 Add split out WiFi firmware
A bunch of large firmware have been split out into vendor sub
packages so add them here so they'll available to be installed.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2023-04-19 09:10:35 +01:00
Adam Williamson bcbb16029c Add livesys-scripts to critical-path-compose for F38 and F39
It is part of the live image build process. This will make openQA
run the live image build/install tests on livesys-scripts updates.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-14 11:38:56 -07:00
Adam Williamson bd88e62a6d Add nvme-cli to anaconda-tools on F38 and F39
blivet wants to install nvme-cli when installing to an NVMe
device, since 0ea38c97 (landed in F38).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-12 16:35:12 -07:00
Peng Wu c78523b610 fonts: Remove some fonts with conflicts from fonts group
Remove google-noto-sans-cjk-fonts and google-noto-serif-cjk-fonts packages

Resolves: RHBZ#2185329 and RHBZ#2185328
2023-04-11 11:26:44 +08:00
Timothée Ravier d4e25f6975 F39: KDE: Set type="default" for kde-apps group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier ec10e068a8 F39: KDE: kde-connect is part of the kde-desktop group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier e91629bc1b F39: KDE: Move non-essential apps from kde-desktop to kde-apps
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier 33c0507f12 F39: KDE: Move Ark to the kde-desktop group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier ae4d2e6f45 F39: KDE: Split KDE media apps into their own group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier 3052e26a70 F39: KDE: Add kde-pim group to kde-desktop-environment
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier 411e7f3a24 F39: KDE: Split KDE PIM apps into their own group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier 2653112dcb F39: KDE: Move krfb to kde-desktop group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Timothée Ravier 9cda2a616e F39: KDE: Add filelight to kde-desktop group
See: https://pagure.io/fedora-kde/SIG/issue/13
2023-03-30 15:36:17 +02:00
Aleksei Bavshin 1f6c1cb536 F38+: Sway: add plymouth theme 2023-03-28 16:17:59 +00:00
Jens Petersen 0ed91346fe input-methods: KDE conditionally install imsettings-plasma
otherwise ibus IME input does not work, eg for CJK languages etc
2023-03-28 18:04:10 +08:00
raveit65 4eaef989da Mate f37/38/39: update fedora backgrounds 2023-03-25 19:20:55 +01:00
Jiri Konecny 9ff4f6beeb F38+: Sway: Switch pavucontrol-qt to pavucontrol
This package was leftover from the start it shouldn't be there.
2023-03-24 18:14:21 +00:00
Jiri Konecny ccc7d31e6e F38+: Sway: add wev package
The `wev` package is used to find out keyboard keycodes and even
mentioned in the `man 5 sway` to help input mapping. Let's add it so
users are not surprised that the package is not installed by default.
2023-03-24 18:14:21 +00:00
Andi Chandler f1efc85f91 Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (609 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/en_GB/
2023-03-20 00:21:17 +01:00
Andi Chandler 17b954ff55 Translated using Weblate (English (United Kingdom))
Currently translated at 94.7% (577 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/en_GB/
2023-03-18 16:20:42 +01:00
Andi Chandler 795a7b9d8e Translated using Weblate (English (United Kingdom))
Currently translated at 92.4% (563 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/en_GB/
2023-03-13 19:20:39 +01:00
Neal Gompa 9f57a685ba F39: Add gstreamer1-plugin-libav to multimedia group
To ensure we have comprehensive multimedia coverage out of the box,
we want to have ffmpeg-based codecs installed whenever the
multimedia group is requested.
2023-03-11 14:04:31 -05:00
Neal Gompa 85ce936400 F38: Add gstreamer1-plugin-libav to multimedia group
To ensure we have comprehensive multimedia coverage out of the box,
we want to have ffmpeg-based codecs installed whenever the
multimedia group is requested.
2023-03-11 14:03:12 -05:00
Fabio Tomat 62fd166f8d Translated using Weblate (Italian)
Currently translated at 94.5% (576 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/it/
2023-03-07 10:20:36 +01:00
Fabio Tomat 3869d2137c Translated using Weblate (Friulian)
Currently translated at 35.1% (214 of 609 strings)

Translation: fedora-comps/main
Translate-URL: https://translate.fedoraproject.org/projects/fedora-comps/main/fur/
2023-03-07 10:20:36 +01:00