[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39599]
From: |
Jack Hill |
Subject: |
[bug#39599] |
Date: |
Thu, 20 Feb 2020 22:37:32 -0500 |
Alex,
On Thu, 20 Feb 2020, Alex Griffin wrote:
> I packaged PaperWM using copy-build-system as an additional test case.
This is great! I learned about PaperWM from your patch, and I've been having
lots of fun with it.
> + '(#:install-plan
> + '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org"
> + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
> + "\\.xml$" "\\.compiled$")))))
Seeing "compiled" here caught my attention. Since all we are doing so far is
copying files around, I expect everything to be in source form.
In this case the compiled file is a compiled glib schema. I've prepared a
second version of the patch that removes this file in a source snippet and
compiles it from the source in a new build phase.
This is another testament to the usefulness of the copy-build-system. It would
have been much more work to make the same modification to a package that uses
the trivial-build-system. Thanks Pierre!
Best,
Jack
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., (continued)
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Pierre Neidhardt, 2020/02/20
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Julien Lepiller, 2020/02/20
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Pierre Neidhardt, 2020/02/20
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Pierre Neidhardt, 2020/02/21
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Nicolas Goaziou, 2020/02/21
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Pierre Neidhardt, 2020/02/21
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Nicolas Goaziou, 2020/02/21
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Pierre Neidhardt, 2020/02/21
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Tobias Geerinckx-Rice, 2020/02/21
- [bug#39599] [PATCH 1/4] build-system: Add copy-build-system., Pierre Neidhardt, 2020/02/21
[bug#39599],
Jack Hill <=
- [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm., Jack Hill, 2020/02/20
- [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm., Alex Griffin, 2020/02/21
- [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm., Jack Hill, 2020/02/21
- [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm., Alex Griffin, 2020/02/21
- [bug#39599] [PATCH v2] gnu: Add gnome-shell-extension-paperwm., Jack Hill, 2020/02/21