[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75146] [PATCH v0 00/15] XFCE: Move source from generated archive to
From: |
宋文武 |
Subject: |
[bug#75146] [PATCH v0 00/15] XFCE: Move source from generated archive to git. |
Date: |
Mon, 30 Dec 2024 19:49:19 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ashvith Shetty <ashvithshetty10@gmail.com> writes:
> Hello,
>
> On Mon, Dec 30, 2024 at 2:49 AM 宋文武 <iyzsong@envs.net> wrote:
>
>> Hello, could you explain more about those inconsistency and missing
>> files?
>
> For example, Thunar's `make check` did not run tests for the archive, as
> opposed to git as the source. Only after switching to git was I able to
> catch how one of the abicheck tests were broken. Now, this has been
> resolved in a future version, but given how it would be highly unlikely to
> catch these issues via archive as the source, I thought that it was better if
> we made use of git instead.
>
>> Build from git is more expensive than tarballs, as it download
>> more and need more dependencies.
>
> Another issue with archive as the source is that the archive includes files
> that
> have been generated on another system via the git repository. For git, since
> we are building directly from the repo itself, I believe that it would be a
> right
> pick.
So switch from generated talballs to git sources will enable us to:
- run more tests
- test versions easier (with guix build --with-commit=...)
- trust more (generate manpages and gtk documents ourselves etc.)
I'll do some rework (split commits, adjust commit message) based on your
patches later, thanks!
> Or maybe we can switch to downloading the tag-specific archive from
> git itself?
We shouldn't download tag-specific archive though, as they are unstable.
>
>> This package is still useful for GTK2 applications, we could update its
>> description and move it into 'gtk.scm' to avoid some confusions.
>
> From the data on Repology, it looks like this package has been removed
> from most of the other distributions out there. I've also come across other
> gtk2 engines that could be used in its place, like murrine, pixbuf and aurora.
>
> What do you think?
Okay, according to "Package removal" Deprecation Policy (info guix), we
can remove this unmaintained 'gtk-xfce-engine' package one-month later.
- [bug#75146] [PATCH v1 09/15] gnu: exo: Update variable fields., (continued)
- [bug#75146] [PATCH v1 09/15] gnu: exo: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 10/15] gnu: garcon: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 08/15] gnu: elementary-xfce-icon-theme: Use new style., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 11/15] gnu: tumbler: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 12/15] gnu: xfce4-panel: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 13/15] gnu: xfce4-battery-plugin: Update to 1.1.6., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 15/15] gnu: xfce4-pulseaudio-plugin: Update variable fields., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v1 14/15] gnu: xfce4-clipman-plugin: Update to 1.6.7., Ashvith Shetty, 2024/12/28
- [bug#75146] [PATCH v0 00/15] XFCE: Move source from generated archive to git., 宋文武, 2024/12/29
- [bug#75146] [PATCH v0 00/15] XFCE: Move source from generated archive to git., Zheng Junjie, 2024/12/30
[bug#75146] [PATCH v3 01/16] gnu: xfce4-dev-tools: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 02/16] gnu: xfce4-dev-tools: Add more propagated inputs., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 04/16] gnu: libxfce4util: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 03/16] gnu: xfce4-dev-tools: Fix XDT_CHECK_PACKAGE_BINARY for non-absolute paths., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 06/16] gnu: libxfce4ui: Switch to git source., iyzsong, 2024/12/30
- [bug#75146] [PATCH v3 10/16] gnu: tumbler: Switch to git source., iyzsong, 2024/12/30