3fe45e29e4
As the style has grown bigger and more complex, generating the different variants from a common source has been a good decision. However given how intertwined the theme is with gnome-shell itself, relying on a submodule has proven to be quite painful. And as things stand right now, it is going to get worse: - using either pre-generated CSS or generating it at build time is odd, and violates meson's strict separation between source- and build directories; we are therefore considering dropping the CSS and depending on sassc to always generate it at build time - with the migration to gitlab, our workflow shifts decisively towards branches; however there is no support in either git or gitlab for handling two brances of separate repositories consecutively, which gets particularly awkward for branches in a private namespace With those pain points in mind, we will adjust our setup as follows: - remove the submodule from gnome-shell and instead import the sass as subtree - after that, the sass sources can be changed like any other files in the repository, and regular contributors can forget that there was ever anything special about them - whenever we want to update the classic style, we can push the subtree changes and bump gnome-shell-extension's sass submodule In other words: Updating the classic styling will become slightly more painful, but not much and only for me; in return, everyone else can stop fiddling with submodules (and buy me a beer).
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
|
xmlns:gnome="http://api.gnome.org/doap-extensions#"
|
|
xmlns="http://usefulinc.com/ns/doap#">
|
|
|
|
<name xml:lang="en">GNOME Shell Sass</name>
|
|
<shortdesc xml:lang="en">Sass sources of GNOME Shell</shortdesc>
|
|
<description>GNOME Shell Sass is a project intended to allow the sharing of the
|
|
sass theme sources between gnome-shell and other projects like gnome-shell-extensions.</description>
|
|
|
|
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
|
|
<programming-language>sass</programming-language>
|
|
<programming-language>css</programming-language>
|
|
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Carlos Soriano</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:csoriano@gnome.org" />
|
|
<gnome:userid>csoriano</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Florian Müllner</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:fmuellner@gnome.org" />
|
|
<gnome:userid>fmuellner</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Jakub Steiner</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:jimmac@gmail.com" />
|
|
<gnome:userid>jimmac</gnome:userid>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
</Project>
|