Compare commits
No commits in common. "main" and "keyring" have entirely different histories.
22 changed files with 28 additions and 3065 deletions
|
@ -1,7 +0,0 @@
|
||||||
;; vi: ft=scheme
|
|
||||||
|
|
||||||
(authorizations
|
|
||||||
(version 0)
|
|
||||||
|
|
||||||
(("3CD3 65F0 373C EB13 853A F568 9FBC 6FFD 6D2D BF17"
|
|
||||||
(name "freya"))))
|
|
|
@ -1,5 +0,0 @@
|
||||||
;; vi: ft=scheme
|
|
||||||
|
|
||||||
(channel
|
|
||||||
(version 0)
|
|
||||||
(url "https://g.freya.cat/freya/sakura"))
|
|
674
LICENSE
674
LICENSE
|
@ -1,674 +0,0 @@
|
||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
the GNU General Public License is intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users. We, the Free Software Foundation, use the
|
|
||||||
GNU General Public License for most of our software; it applies also to
|
|
||||||
any other work released this way by its authors. You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to prevent others from denying you
|
|
||||||
these rights or asking you to surrender the rights. Therefore, you have
|
|
||||||
certain responsibilities if you distribute copies of the software, or if
|
|
||||||
you modify it: responsibilities to respect the freedom of others.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must pass on to the recipients the same
|
|
||||||
freedoms that you received. You must make sure that they, too, receive
|
|
||||||
or can get the source code. And you must show them these terms so they
|
|
||||||
know their rights.
|
|
||||||
|
|
||||||
Developers that use the GNU GPL protect your rights with two steps:
|
|
||||||
(1) assert copyright on the software, and (2) offer you this License
|
|
||||||
giving you legal permission to copy, distribute and/or modify it.
|
|
||||||
|
|
||||||
For the developers' and authors' protection, the GPL clearly explains
|
|
||||||
that there is no warranty for this free software. For both users' and
|
|
||||||
authors' sake, the GPL requires that modified versions be marked as
|
|
||||||
changed, so that their problems will not be attributed erroneously to
|
|
||||||
authors of previous versions.
|
|
||||||
|
|
||||||
Some devices are designed to deny users access to install or run
|
|
||||||
modified versions of the software inside them, although the manufacturer
|
|
||||||
can do so. This is fundamentally incompatible with the aim of
|
|
||||||
protecting users' freedom to change the software. The systematic
|
|
||||||
pattern of such abuse occurs in the area of products for individuals to
|
|
||||||
use, which is precisely where it is most unacceptable. Therefore, we
|
|
||||||
have designed this version of the GPL to prohibit the practice for those
|
|
||||||
products. If such problems arise substantially in other domains, we
|
|
||||||
stand ready to extend this provision to those domains in future versions
|
|
||||||
of the GPL, as needed to protect the freedom of users.
|
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents.
|
|
||||||
States should not allow patents to restrict development and use of
|
|
||||||
software on general-purpose computers, but in those that do, we wish to
|
|
||||||
avoid the special danger that patents applied to a free program could
|
|
||||||
make it effectively proprietary. To prevent this, the GPL assures that
|
|
||||||
patents cannot be used to render the program non-free.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU Affero General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the special requirements of the GNU Affero General Public License,
|
|
||||||
section 13, concerning interaction through a network will apply to the
|
|
||||||
combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short
|
|
||||||
notice like this when it starts in an interactive mode:
|
|
||||||
|
|
||||||
<program> Copyright (C) <year> <name of author>
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, your program's commands
|
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
|
||||||
may consider it more useful to permit linking proprietary applications with
|
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License. But first, please read
|
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
2
NEWS
2
NEWS
|
@ -1,2 +0,0 @@
|
||||||
# Copyright (c) 2024 Freya Murphy <freya@freyacat.org>
|
|
||||||
#+TITLE: NEWS about sakura guix channel
|
|
54
README.md
54
README.md
|
@ -1,54 +0,0 @@
|
||||||
### Sakura
|
|
||||||
|
|
||||||
Sakua is a guix channel that packages things that you may want but guix
|
|
||||||
dosen't have.
|
|
||||||
|
|
||||||
Please DO NOT report any issues with the sakura channel to Guix. Sakura is
|
|
||||||
not affiliated with the Guix project, and is not supported by them. Any requests
|
|
||||||
sent to them will be ignored and waste their time. Please submit all requests
|
|
||||||
and git patches to `contact@freyacat.org`.
|
|
||||||
|
|
||||||
#### channel
|
|
||||||
|
|
||||||
To add sakura to your guix channels, use the following specification.
|
|
||||||
|
|
||||||
```scheme
|
|
||||||
(channel
|
|
||||||
(name 'sakura)
|
|
||||||
(url "https://g.freya.cat/freya/sakura")
|
|
||||||
(branch "main")
|
|
||||||
(introduction
|
|
||||||
(make-channel-introduction
|
|
||||||
"8fb2f9c2fa414754c41c1c73665e3e73e12693ab"
|
|
||||||
(openpgp-fingerprint
|
|
||||||
"3CD3 65F0 373C EB13 853A F568 9FBC 6FFD 6D2D BF17"))))
|
|
||||||
```
|
|
||||||
|
|
||||||
#### substitutes
|
|
||||||
|
|
||||||
Sakura hosts a substitute server at `substitutes.freya.cat` with the cuirass
|
|
||||||
server running at `cuirass.freya.cat`. You can modify your guix-service-type
|
|
||||||
with the following specification to enable the sakura substitute server.
|
|
||||||
|
|
||||||
```scheme
|
|
||||||
(service guix-service-type
|
|
||||||
(guix-configuration
|
|
||||||
(inherit config)
|
|
||||||
(substitute-urls
|
|
||||||
(append (list "https://substitutes.freya.cat")
|
|
||||||
%default-substitute-urls))
|
|
||||||
(authorized-keys
|
|
||||||
(append (list (local-file ".../sakura.pub"))
|
|
||||||
%default-authorized-guix-keys)))))))
|
|
||||||
```
|
|
||||||
|
|
||||||
... where sakura.pub is a path to a file holding the following signing key.
|
|
||||||
|
|
||||||
```scheme
|
|
||||||
(public-key
|
|
||||||
(ecc
|
|
||||||
(curve Ed25519)
|
|
||||||
(q #3E9614FD06AF20F9534DA0DE64FB9004878789744F26FFF2FF381E2EED1DEAC9#)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
```
|
|
28
freya-60D9993D.key
Normal file
28
freya-60D9993D.key
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
|
mDMEZbQvBxYJKwYBBAHaRw8BAQdA5eYxL7ktSaA/mGdbx6zaVhWkLERUaG0HQ5zQ
|
||||||
|
7bpTDZG0IUZyZXlhIE11cnBoeSA8ZnJleWFAZnJleWFjYXQub3JnPoiTBBMWCgA7
|
||||||
|
FiEEtz9qPIOzjJAzl4DgXWf0mYN7HWAFAmW0LwcCGwEFCwkIBwICIgIGFQoJCAsC
|
||||||
|
BBYCAwECHgcCF4AACgkQXWf0mYN7HWDRmQEAjcQePcl5UQ1IcSg6tPCnezsIA23S
|
||||||
|
LH7e3UEVnpecagoA/jcsKimfz5td2PH86FNtCLtvMFq1ztzrw7UqCQBXiiUHmDME
|
||||||
|
ZxpY/BYJKwYBBAHaRw8BAQdAqxOoScBHGwsgHibO5NYxkl5f8QeIXsIFAM20KVM/
|
||||||
|
Uo+0IUZyZXlhIE11cnBoeSA8ZnJleWFAZnJleWFjYXQub3JnPoiQBBMWCAA4FiEE
|
||||||
|
2a8KQgm3wt4RqIS/rLxVNmDZmT0FAmcaWPwCGwEFCwkIBwIGFQoJCAsCBBYCAwEC
|
||||||
|
HgECF4AACgkQrLxVNmDZmT17+gEA2QbrA+SQmgAtEwgdlQSRsdK8tfboTBnjeW9T
|
||||||
|
2j3ArW4BAJetX+1Q6pPXP4FLfZOz0Vu46JCy4DDGS37B89bmgrMOuDMEZxpZzRYJ
|
||||||
|
KwYBBAHaRw8BAQdAWf1SdS6rK+hXbEcjb0jy+bO9cDhna1khYRbsKcSDqfiI9QQY
|
||||||
|
FggAJhYhBNmvCkIJt8LeEaiEv6y8VTZg2Zk9BQJnGlnNAhsCBQkFo5qAAIEJEKy8
|
||||||
|
VTZg2Zk9diAEGRYIAB0WIQQ802XwNzzrE4U69WifvG/9bS2/FwUCZxpZzQAKCRCf
|
||||||
|
vG/9bS2/F2DHAQD11yHJC5VlyNtgPyA9SYI0M8clQjldB7O29v8gRGzbIgD/U4Sm
|
||||||
|
GnuRk2js5ITMmBdG1RGzEmmD1dVNIGGM4FiWdg/fSgEAy6dq/LVYeFRkMJ+Vbb0E
|
||||||
|
gFD7SnB/PNfrgtR6VS2KWCYA/1v6bblMoT5rNjcSt0i88SPo9n8CXDui1TOoPwLg
|
||||||
|
21EEuDMEZxpZ5hYJKwYBBAHaRw8BAQdA9NmEhp63hLFv2ftb8sl7OpvleaABdbON
|
||||||
|
L3TutR166SqIfgQYFggAJhYhBNmvCkIJt8LeEaiEv6y8VTZg2Zk9BQJnGlnmAhsg
|
||||||
|
BQkFo5qAAAoJEKy8VTZg2Zk9iQkA/iUIRSGElTdKPALKQ9Laf3xgsreEYE25zdAJ
|
||||||
|
VtvDXd/MAP4/vjrNyFw6k7EPrIx+i9Stw6hPxChH9SwgjcgZdCjWB7g4BGcaWhcS
|
||||||
|
CisGAQQBl1UBBQEBB0B3JswDVPoc4B5BRt+XNZ4Y+2cT+mzJwBvEeqdkgrJHTgMB
|
||||||
|
CAeIfgQYFggAJhYhBNmvCkIJt8LeEaiEv6y8VTZg2Zk9BQJnGloXAhsMBQkFo5qA
|
||||||
|
AAoJEKy8VTZg2Zk9rCIBALM+gv1wcpOzK1AHj2Nx+40Yf3Y3en7Py93lDK/iyWOo
|
||||||
|
AQCP9rp0XHMqNjiPStbV+cX9dgJym0L6tpuw55sSpWyIDg==
|
||||||
|
=fQIe
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
|
@ -1,114 +0,0 @@
|
||||||
(define-module (sakura bootloader uki)
|
|
||||||
#:use-module (gnu bootloader)
|
|
||||||
#:use-module (sakura packages bootloaders)
|
|
||||||
#:use-module (gnu packages bootloaders)
|
|
||||||
#:use-module (gnu packages efi)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix modules)
|
|
||||||
#:use-module (srfi srfi-1)
|
|
||||||
#:export (uefi-uki-bootloader uefi-uki-signed-bootloader))
|
|
||||||
|
|
||||||
;; config generator makes script creating uki images
|
|
||||||
;; install runs script
|
|
||||||
;; install device is path to uefi dir
|
|
||||||
(define vendor "Guix")
|
|
||||||
(define script-loc "/boot/install-uki.scm")
|
|
||||||
|
|
||||||
(define* (uefi-uki-configuration-file #:optional cert privkey)
|
|
||||||
(lambda* (config entries #:key (old-entries '()) #:allow-other-keys)
|
|
||||||
|
|
||||||
(define (menu-entry->args e)
|
|
||||||
(let* ((boot (bootloader-configuration-bootloader config))
|
|
||||||
(stub (bootloader-package boot)))
|
|
||||||
#~(list "--os-release" #$(menu-entry-label e)
|
|
||||||
"--linux" #$(menu-entry-linux e) "--initrd" #$(menu-entry-initrd e)
|
|
||||||
"--cmdline" (string-join (list #$@(menu-entry-linux-arguments e)))
|
|
||||||
"--stub" #$(file-append stub "/libexec/" (systemd-stub-name))
|
|
||||||
#$@(if cert #~("--secureboot-certificate" #$cert) #~())
|
|
||||||
#$@(if privkey #~("--secureboot-private-key" #$privkey) #~()))))
|
|
||||||
|
|
||||||
(define (enum-filenames . args) ; same args as iota
|
|
||||||
(map (lambda (n) (string-append (number->string n) ".efi"))
|
|
||||||
(apply iota (map length args))))
|
|
||||||
|
|
||||||
(program-file "install-uki"
|
|
||||||
(with-imported-modules (source-module-closure '((guix build syscalls)
|
|
||||||
(guix build utils)))
|
|
||||||
#~(let* ((target (cadr (command-line)))
|
|
||||||
(vendir (string-append target "/EFI/" #$vendor))
|
|
||||||
(schema (string-append vendir "/boot.mgr"))
|
|
||||||
(findmnt #$(file-append util-linux "/bin/findmnt"))
|
|
||||||
(efibootmgr #$(file-append efibootmgr "/sbin/efibootmgr")))
|
|
||||||
(use-modules (guix build syscalls) (guix build utils)
|
|
||||||
(ice-9 popen) (ice-9 textual-ports))
|
|
||||||
|
|
||||||
(define (out name) (string-append vendir "/" name))
|
|
||||||
(define disk
|
|
||||||
(call-with-port
|
|
||||||
(open-pipe* OPEN_READ findmnt "-fnro" "SOURCE" "-T" target)
|
|
||||||
(lambda (port) (get-line port)))) ; only 1 line: the device
|
|
||||||
(define part
|
|
||||||
(substring disk (- (string-length disk) 1)))
|
|
||||||
|
|
||||||
;; delete all boot entries and files we control
|
|
||||||
(when (file-exists? schema)
|
|
||||||
(call-with-input-file schema
|
|
||||||
(lambda (port)
|
|
||||||
(for-each (lambda (l)
|
|
||||||
(unless (string-null? l)
|
|
||||||
(system* efibootmgr "-B" "-L" l "-q")))
|
|
||||||
(string-split (get-string-all port) #\lf)))))
|
|
||||||
(when (directory-exists? vendir) (delete-file-recursively vendir))
|
|
||||||
(mkdir-p vendir)
|
|
||||||
|
|
||||||
(define (install port boot? oos)
|
|
||||||
(lambda (args label name)
|
|
||||||
(let ((minbytes (* 2 (stat:size (stat #$script-loc)))))
|
|
||||||
(put-string port label)
|
|
||||||
(put-char port #\lf)
|
|
||||||
(force-output port) ; make sure space is alloc'd
|
|
||||||
(apply invoke #$(file-append ukify "/bin/ukify")
|
|
||||||
"build" "-o" (out name) args)
|
|
||||||
;; make sure we have enough space for next install-uki.scm
|
|
||||||
(when (and oos (< (free-disk-space vendir) minbytes)) (oos))
|
|
||||||
(invoke efibootmgr (if boot? "-c" "-C") "-L" label "--disk" disk "--part" part
|
|
||||||
"--loader" (string-append "\\EFI\\" #$vendor "\\" name) "-q"))))
|
|
||||||
|
|
||||||
(call-with-output-file schema
|
|
||||||
(lambda (port) ; prioritize latest UKIs in limited ESP space
|
|
||||||
(for-each (install port #t #f)
|
|
||||||
(list #$@(map-in-order menu-entry->args entries))
|
|
||||||
(list #$@(map-in-order menu-entry-label entries))
|
|
||||||
(list #$@(enum-filenames entries)))
|
|
||||||
(for-each ; old-entries can fail (out of space) we don't care
|
|
||||||
(lambda (args label name)
|
|
||||||
(define (cleanup . _) ; do exit early if out of space tho
|
|
||||||
(when (file-exists? (out name)) (delete-file (out name)))
|
|
||||||
(exit))
|
|
||||||
(with-exception-handler cleanup
|
|
||||||
(lambda _ ((install port #f cleanup) args label name))))
|
|
||||||
(list #$@(map-in-order menu-entry->args old-entries))
|
|
||||||
(list #$@(map-in-order menu-entry-label old-entries))
|
|
||||||
(list #$@(enum-filenames old-entries entries))))))))))
|
|
||||||
|
|
||||||
(define install-uefi-uki
|
|
||||||
#~(lambda (bootloader target mount-point)
|
|
||||||
(invoke (string-append mount-point #$script-loc)
|
|
||||||
(string-append mount-point target))))
|
|
||||||
|
|
||||||
(define* (make-uefi-uki-bootloader #:optional cert privkey)
|
|
||||||
(bootloader
|
|
||||||
(name 'uefi-uki)
|
|
||||||
(package systemd-stub)
|
|
||||||
(installer install-uefi-uki)
|
|
||||||
(disk-image-installer #f)
|
|
||||||
(configuration-file script-loc)
|
|
||||||
(configuration-file-generator (uefi-uki-configuration-file cert privkey))))
|
|
||||||
|
|
||||||
;; IMPORTANT NOTE: if bootloader install fails, do not turn off your computer! until
|
|
||||||
;; install succeeds, your system is unbootable.
|
|
||||||
(define uefi-uki-bootloader (make-uefi-uki-bootloader))
|
|
||||||
;; use ukify genkey to generate cert and privkey. DO NOT include in store.
|
|
||||||
(define (uefi-uki-signed-bootloader cert privkey)
|
|
||||||
(make-uefi-uki-bootloader cert privkey))
|
|
|
@ -1,110 +0,0 @@
|
||||||
(define-module (sakura home services pipewire)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu services)
|
|
||||||
#:use-module (gnu services configuration)
|
|
||||||
#:use-module (gnu home services)
|
|
||||||
#:use-module (gnu home services shepherd)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix records)
|
|
||||||
#:export (home-pipewire-service-type
|
|
||||||
home-pipewire-configuration
|
|
||||||
home-pipewire-configuration?))
|
|
||||||
|
|
||||||
(define-record-type* <home-pipewire-configuration>
|
|
||||||
home-pipewire-configuration make-home-pipewire-configuration
|
|
||||||
home-pipewire-configuration?
|
|
||||||
(pipewire home-pipewire-configuration-pipewire (default pipewire))
|
|
||||||
(wireplumber home-pipewire-configuration-wireplumber (default wireplumber)))
|
|
||||||
|
|
||||||
(define (home-pipewire-profile-service config)
|
|
||||||
(list (home-pipewire-configuration-pipewire config)
|
|
||||||
(home-pipewire-configuration-wireplumber config)))
|
|
||||||
|
|
||||||
(define (home-pipewire-shepherd-service config)
|
|
||||||
(list
|
|
||||||
;; Pipewire daemon
|
|
||||||
(shepherd-service
|
|
||||||
(requirement '(dbus))
|
|
||||||
(provision '(pipewire))
|
|
||||||
(stop #~(make-kill-destructor))
|
|
||||||
(start #~(make-forkexec-constructor
|
|
||||||
(list #$(file-append (home-pipewire-configuration-pipewire config)
|
|
||||||
"/bin/pipewire"))
|
|
||||||
#:log-file (string-append
|
|
||||||
(or (getenv "XDG_LOG_HOME")
|
|
||||||
(format #f "~a/.local/var/log"
|
|
||||||
(getenv "HOME")))
|
|
||||||
"/pipewire.log")
|
|
||||||
#:environment-variables
|
|
||||||
(append (list "DISABLE_RTKIT=0")
|
|
||||||
(default-environment-variables)))))
|
|
||||||
;; Pipewire-pulse
|
|
||||||
(shepherd-service
|
|
||||||
(requirement '(pipewire))
|
|
||||||
(provision '(pipewire-pulse))
|
|
||||||
(stop #~(make-kill-destructor))
|
|
||||||
(start #~(make-forkexec-constructor
|
|
||||||
(list #$(file-append (home-pipewire-configuration-pipewire config)
|
|
||||||
"/bin/pipewire-pulse"))
|
|
||||||
#:log-file (string-append
|
|
||||||
(or (getenv "XDG_LOG_HOME")
|
|
||||||
(format #f "~a/.local/var/log"
|
|
||||||
(getenv "HOME")))
|
|
||||||
"/pipewire-pulse.log")
|
|
||||||
#:environment-variables
|
|
||||||
(append (list "DISABLE_RTKIT=0")
|
|
||||||
(default-environment-variables)))))
|
|
||||||
;; Wireplumber
|
|
||||||
(shepherd-service
|
|
||||||
(requirement '(pipewire))
|
|
||||||
(provision '(wireplumber))
|
|
||||||
(stop #~(make-kill-destructor))
|
|
||||||
(start #~(make-forkexec-constructor
|
|
||||||
(list #$(file-append (home-pipewire-configuration-wireplumber config)
|
|
||||||
"/bin/wireplumber"))
|
|
||||||
#:log-file (string-append
|
|
||||||
(or (getenv "XDG_LOG_HOME")
|
|
||||||
(format #f "~a/.local/var/log"
|
|
||||||
(getenv "HOME")))
|
|
||||||
"/wireplumber.log")
|
|
||||||
#:environment-variables
|
|
||||||
(append (list "DISABLE_RTKIT=0")
|
|
||||||
(default-environment-variables)))))))
|
|
||||||
|
|
||||||
(define (home-pipewire-xdg-configuration-service config)
|
|
||||||
`(("alsa/asoundrc"
|
|
||||||
,(mixed-text-file
|
|
||||||
"asoundrc"
|
|
||||||
#~(string-append
|
|
||||||
"<"
|
|
||||||
#$(file-append (home-pipewire-configuration-pipewire config)
|
|
||||||
"/share/alsa/alsa.conf.d/50-pipewire.conf")
|
|
||||||
">\n<"
|
|
||||||
#$(file-append (home-pipewire-configuration-pipewire config)
|
|
||||||
"/share/alsa/alsa.conf.d/99-pipewire-default.conf")
|
|
||||||
">\n"
|
|
||||||
"\npcm_type.pipewire {\n lib "
|
|
||||||
#$(file-append (home-pipewire-configuration-pipewire config)
|
|
||||||
"/lib/alsa-lib/libasound_module_pcm_pipewire.so")
|
|
||||||
"\n}ctl_type.pipewire {\n lib "
|
|
||||||
#$(file-append (home-pipewire-configuration-pipewire config)
|
|
||||||
"/lib/alsa-lib/libasound_module_ctl_pipewire.so")
|
|
||||||
"\n}\n"
|
|
||||||
)))))
|
|
||||||
|
|
||||||
(define home-pipewire-service-type
|
|
||||||
(service-type
|
|
||||||
(name 'home-pipewire)
|
|
||||||
(extensions
|
|
||||||
(list (service-extension
|
|
||||||
home-profile-service-type
|
|
||||||
home-pipewire-profile-service)
|
|
||||||
(service-extension
|
|
||||||
home-shepherd-service-type
|
|
||||||
home-pipewire-shepherd-service)
|
|
||||||
(service-extension
|
|
||||||
home-xdg-configuration-files-service-type
|
|
||||||
home-pipewire-xdg-configuration-service)))
|
|
||||||
(default-value (home-pipewire-configuration))
|
|
||||||
(description "Configures and runs Pipewire and Wireplumber")))
|
|
|
@ -1,23 +0,0 @@
|
||||||
(define-module (sakura packages)
|
|
||||||
#:use-module (srfi srfi-26)
|
|
||||||
#:use-module (srfi srfi-34)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (guix ui)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix diagnostics)
|
|
||||||
#:export (sakura-patch
|
|
||||||
sakura-patches))
|
|
||||||
|
|
||||||
|
|
||||||
(define %sakura-patch-path
|
|
||||||
(map (cut string-append <> "/sakura/packages/patches")
|
|
||||||
%load-path))
|
|
||||||
|
|
||||||
(define (sakura-patch file-name)
|
|
||||||
(or (search-path %sakura-patch-path file-name)
|
|
||||||
(raise (formatted-message (G_ "~a: patch not found")
|
|
||||||
file-name))))
|
|
||||||
|
|
||||||
(define-syntax-rule (sakura-patches file-name ...)
|
|
||||||
(list (sakura-patch file-name) ...))
|
|
|
@ -1,109 +0,0 @@
|
||||||
(define-module (sakura packages bootloaders)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (gnu packages efi)
|
|
||||||
#:use-module (gnu packages base)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu packages gperf)
|
|
||||||
#:use-module (gnu packages crypto)
|
|
||||||
#:use-module (gnu packages python)
|
|
||||||
#:use-module (gnu packages python-xyz)
|
|
||||||
#:use-module (gnu packages python-crypto)
|
|
||||||
#:use-module (gnu packages pkg-config)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix modules)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix build-system gnu)
|
|
||||||
#:use-module (guix build-system meson)
|
|
||||||
#:use-module (guix build-system python))
|
|
||||||
|
|
||||||
(define systemd-version "255")
|
|
||||||
(define systemd-source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/systemd/systemd")
|
|
||||||
(commit (string-append "v" systemd-version))))
|
|
||||||
(file-name (git-file-name "systemd" systemd-version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1qdyw9g3jgvsbc1aryr11gpc3075w5pg00mqv4pyf3hwixxkwaq6"))))
|
|
||||||
|
|
||||||
(define-public (systemd-stub-name)
|
|
||||||
(let ((arch (cond ((target-x86-32?) "ia32")
|
|
||||||
((target-x86-64?) "x64")
|
|
||||||
((target-arm32?) "arm")
|
|
||||||
((target-aarch64?) "aa64")
|
|
||||||
((target-riscv64?) "riscv64"))))
|
|
||||||
(string-append "linux" arch ".efi.stub")))
|
|
||||||
|
|
||||||
(define-public systemd-stub
|
|
||||||
(package
|
|
||||||
(name "systemd-stub")
|
|
||||||
(version systemd-version)
|
|
||||||
(source systemd-source)
|
|
||||||
(build-system meson-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:configure-flags
|
|
||||||
`(list "-Defi=true" "-Dsbat-distro=guix"
|
|
||||||
"-Dsbat-distro-generation=1" ; package revision!
|
|
||||||
"-Dsbat-distro-summary=Guix System"
|
|
||||||
"-Dsbat-distro-url=https://guix.gnu.org"
|
|
||||||
,(string-append "-Dsbat-distro-pkgname=" name)
|
|
||||||
,(string-append "-Dsbat-distro-version=" version))
|
|
||||||
#:phases
|
|
||||||
#~(let ((stub #$(string-append "src/boot/efi/" (systemd-stub-name))))
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'build
|
|
||||||
(lambda* (#:key parallel-build? #:allow-other-keys)
|
|
||||||
(invoke "ninja" stub
|
|
||||||
"-j" (if parallel-build?
|
|
||||||
(number->string (parallel-job-count)) "1"))))
|
|
||||||
(replace 'install
|
|
||||||
(lambda _
|
|
||||||
(install-file stub (string-append #$output "/libexec"))))
|
|
||||||
(delete 'check)))))
|
|
||||||
(inputs (list libcap python-pyelftools `(,util-linux "lib")))
|
|
||||||
(native-inputs (list libxcrypt gperf pkg-config python-3 python-jinja2))
|
|
||||||
(home-page "https://systemd.io")
|
|
||||||
(synopsis "Unified kernel image UEFI stub")
|
|
||||||
(description "Simple UEFi boot stub that loads a conjoined kernel image and
|
|
||||||
supporting data to their proper locations, before chainloading to the kernel.
|
|
||||||
Supports measured and/or verified boot environments.")
|
|
||||||
(license license:lgpl2.1+)))
|
|
||||||
|
|
||||||
(define-public ukify
|
|
||||||
(package
|
|
||||||
(name "ukify")
|
|
||||||
(version systemd-version)
|
|
||||||
(source systemd-source)
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(replace 'build
|
|
||||||
(lambda _
|
|
||||||
(substitute* "src/ukify/ukify.py" ; added in python 3.11
|
|
||||||
(("datetime\\.UTC") "datetime.timezone.utc"))))
|
|
||||||
(delete 'check)
|
|
||||||
(replace 'install
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(let* ((bin (string-append #$output "/bin"))
|
|
||||||
(file (string-append bin "/ukify"))
|
|
||||||
(binutils (assoc-ref inputs "binutils"))
|
|
||||||
(sbsign (assoc-ref inputs "sbsigntools")))
|
|
||||||
(mkdir-p bin)
|
|
||||||
(copy-file "src/ukify/ukify.py" file)
|
|
||||||
(wrap-program file
|
|
||||||
`("PATH" ":" prefix
|
|
||||||
(,(string-append binutils "/bin")
|
|
||||||
,(string-append sbsign "/bin"))))))))))
|
|
||||||
(inputs (list binutils python-cryptography python-pefile sbsigntools))
|
|
||||||
(home-page "https://systemd.io")
|
|
||||||
(synopsis "Unified kernel image UEFI tool")
|
|
||||||
(description "@command{ukify} joins together a UKI stub, linux kernel, initrd,
|
|
||||||
kernel arguments, and optional secure boot signatures into a single, UEFI-bootable
|
|
||||||
image.")
|
|
||||||
(license license:lgpl2.1+)))
|
|
|
@ -1,207 +0,0 @@
|
||||||
(define-module (sakura packages crates-io)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix build-system cargo)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu packages crates-io)
|
|
||||||
#:use-module (guix utils))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-tokio-pipe-0.2
|
|
||||||
(package
|
|
||||||
(name "rust-tokio-pipe")
|
|
||||||
(version "0.2.12")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "tokio-pipe" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1117ahamrgc23qc6g22i1cflfpg3pfs498581gxbhqdxzx5sh4zj"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f
|
|
||||||
#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-tokio" ,rust-tokio-1))
|
|
||||||
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1))))
|
|
||||||
(home-page "https://github.com/yskszk63/tokio-pipe")
|
|
||||||
(synopsis "Asynchronous pipe(2) library using tokio.")
|
|
||||||
(description "Asynchronous pipe(2) library using tokio.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-synstructure-0.13
|
|
||||||
(package
|
|
||||||
(inherit rust-synstructure-0.12)
|
|
||||||
(name "rust-synstructure")
|
|
||||||
(version "0.13.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "synstructure" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"01jvj55fxgqa69sp1j9mma09p9vj6zwcvyvh8am81b1zfc7ahnr8"))))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-libc-0.2.155
|
|
||||||
(package
|
|
||||||
(inherit rust-libc-0.2)
|
|
||||||
(name "rust-libc")
|
|
||||||
(version "0.2.155")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "libc" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0z44c53z54znna8n322k5iwg80arxxpdzjj5260pxxzc9a58icwp"))))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-cfg-aliases-0.2
|
|
||||||
(package
|
|
||||||
(inherit rust-cfg-aliases-0.1)
|
|
||||||
(name "rust-cfg-aliases")
|
|
||||||
(version "0.2.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "cfg_aliases" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"092pxdc1dbgjb6qvh83gk56rkic2n2ybm4yvy76cgynmzi3zwfk1"))))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-nix-0.29
|
|
||||||
(package
|
|
||||||
(inherit rust-nix-0.28)
|
|
||||||
(name "rust-nix")
|
|
||||||
(version "0.29.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "nix" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0ikvn7s9r2lrfdm3mx1h7nbfjvcc6s9vxdzw7j5xfkd2qdnp9qki"))))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments rust-nix-0.28)
|
|
||||||
((#:cargo-inputs inputs ''())
|
|
||||||
`(("rust-bitflags" ,rust-bitflags-2)
|
|
||||||
("rust-cfg-if" ,rust-cfg-if-1)
|
|
||||||
("rust-cfg-aliases" ,rust-cfg-aliases-0.2)
|
|
||||||
("rust-libc" ,rust-libc-0.2.155)
|
|
||||||
("rust-memoffset" ,rust-memoffset-0.9)
|
|
||||||
("rust-pin-utils" ,rust-pin-utils-0.1)))))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-custom-debug-derive-0.6
|
|
||||||
(package
|
|
||||||
(name "rust-custom-debug-derive")
|
|
||||||
(version "0.6.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "custom_debug_derive" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0sagiyiw5h0yi0wmc8dgqyrk4xy9zb0mwinbagi10ff7745l8cgp"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f
|
|
||||||
#:cargo-inputs (("rust-darling" ,rust-darling-0.20)
|
|
||||||
("rust-itertools" ,rust-itertools-0.12)
|
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
|
||||||
("rust-quote-1" ,rust-quote-1)
|
|
||||||
("rust-syn" ,rust-syn-2)
|
|
||||||
("rust-synstructure" ,rust-synstructure-0.13))))
|
|
||||||
(home-page "https://github.com/panicbit/custom_debug")
|
|
||||||
(synopsis "Derive Debug with a custom format per field")
|
|
||||||
(description "todo")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-custom-debug-0.6
|
|
||||||
(package
|
|
||||||
(name "rust-custom-debug")
|
|
||||||
(version "0.6.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "custom_debug" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0mnj2k1k1mjg34f2zcyyiqp205fjkpim5h3nf2f90gjh1szibrql"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f
|
|
||||||
#:cargo-inputs (("rust-custom-debug-derive" ,rust-custom-debug-derive-0.6))))
|
|
||||||
(home-page "https://github.com/panicbit/custom_debug")
|
|
||||||
(synopsis "Derive Debug with a custom format per field")
|
|
||||||
(description "todo")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public rust-bluer-0.17
|
|
||||||
(package
|
|
||||||
(name "rust-bluer")
|
|
||||||
(version "0.17.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "bluer" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1ysgxnkijfly78kf9rxg827a9qbndpfdc65cndybc51cv1f6mvz9"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f
|
|
||||||
#:cargo-inputs (("rust-futures" ,rust-futures-0.3)
|
|
||||||
("rust-hex" ,rust-hex-0.4)
|
|
||||||
("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-log" ,rust-log-0.4)
|
|
||||||
("rust-macaddr" ,rust-macaddr-1)
|
|
||||||
("rust-nix" ,rust-nix-0.29)
|
|
||||||
("rust-num-derive" ,rust-num-derive-0.4)
|
|
||||||
("rust-num-traits" ,rust-num-traits-0.2)
|
|
||||||
("rust-strum" ,rust-strum-0.26)
|
|
||||||
("rust-tokio" ,rust-tokio-1)
|
|
||||||
("rust-uuid" ,rust-uuid-1)
|
|
||||||
("rust-custom-debug" ,rust-custom-debug-0.6)
|
|
||||||
("rust-dbus" ,rust-dbus-0.9)
|
|
||||||
("rust-dbus-crossroads" ,rust-dbus-crossroads-0.5)
|
|
||||||
("rust-dbus-tokio" ,rust-dbus-tokio-0.7)
|
|
||||||
("rust-displaydoc" ,rust-displaydoc-0.2)
|
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
|
||||||
("rust-pin-project" ,rust-pin-project-1)
|
|
||||||
("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-serde-json" ,rust-serde-json-1)
|
|
||||||
("rust-tokio-stream" ,rust-tokio-stream-0.1))
|
|
||||||
#:cargo-development-inputs (("rust-clap" ,rust-clap-4)
|
|
||||||
("rust-env-logger" ,rust-env-logger-0.11)
|
|
||||||
("rust-rand" ,rust-rand-0.8)
|
|
||||||
("rust-tokio" ,rust-tokio-1))))
|
|
||||||
(inputs
|
|
||||||
(list bluez))
|
|
||||||
(home-page "https://github.com/bluez/bluer")
|
|
||||||
(synopsis "Official Rust interface to the Linux Bluetooth protocol stack (BlueZ)")
|
|
||||||
(description "todo")
|
|
||||||
(license license:bsd-2)))
|
|
|
@ -1,147 +0,0 @@
|
||||||
(define-module (sakura packages gnome-xyz)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages base)
|
|
||||||
#:use-module (gnu packages version-control)
|
|
||||||
#:use-module (gnu packages web)
|
|
||||||
#:use-module (gnu packages bash)
|
|
||||||
#:use-module (gnu packages compression)
|
|
||||||
#:use-module (gnu packages gnome-xyz)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix build-system trivial)
|
|
||||||
#:use-module (guix utils))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public lavanda-gtk-theme
|
|
||||||
(let ((commit "44c74ad34d272e07b91f779e62e63b6ef8645655"))
|
|
||||||
(package
|
|
||||||
(name "lavanda-gtk-theme")
|
|
||||||
(version (git-version "" "0" commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/vinceliuice/Lavanda-gtk-theme.git")
|
|
||||||
(commit commit)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1q253kl5lw9dpbmwaf715brdjka7b3s3kpl4i6s262dji84pp3dc"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(inputs
|
|
||||||
`(("sassc" ,sassc)
|
|
||||||
("coreutils" ,coreutils)
|
|
||||||
("sed" ,sed)
|
|
||||||
("bash" ,bash)))
|
|
||||||
(arguments
|
|
||||||
'(#:modules ((guix build utils))
|
|
||||||
#:builder
|
|
||||||
(begin
|
|
||||||
(use-modules (guix build utils))
|
|
||||||
(let* ((out (assoc-ref %outputs "out"))
|
|
||||||
(bin (string-append out "/share/themes"))
|
|
||||||
(bash (string-append
|
|
||||||
(assoc-ref %build-inputs "bash")
|
|
||||||
"/bin/sh"))
|
|
||||||
(coreutils (string-append
|
|
||||||
(assoc-ref %build-inputs "coreutils")
|
|
||||||
"/bin"))
|
|
||||||
(sed (string-append
|
|
||||||
(assoc-ref %build-inputs "sed")
|
|
||||||
"/bin"))
|
|
||||||
(sassc (string-append
|
|
||||||
(assoc-ref %build-inputs "sassc")
|
|
||||||
"/bin"))
|
|
||||||
(source (assoc-ref %build-inputs "source")))
|
|
||||||
(copy-recursively source (getcwd))
|
|
||||||
(setenv "PATH" (string-append (getenv "PATH") ":" coreutils ":" sed ":" sassc))
|
|
||||||
(mkdir-p bin)
|
|
||||||
(invoke bash "build.sh")
|
|
||||||
(invoke bash "install.sh" "-d" bin)))))
|
|
||||||
(home-page "https://github.com/vinceliuice/Lavanda-gtk-theme")
|
|
||||||
(synopsis "Lavanda gtk theme for linux desktops")
|
|
||||||
(description "Lavanda gtk theme for linux desktops")
|
|
||||||
(license license:gpl3))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public mint-themes
|
|
||||||
(package
|
|
||||||
(name "mint-themes")
|
|
||||||
(version "2.1.8")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_"
|
|
||||||
version "_all.deb"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0a1j566a0p0nxmzil5z6qidzqd9dal1r5lv90x2v5s2slm162f3a"))
|
|
||||||
(file-name "source.deb")))
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list binutils
|
|
||||||
tar
|
|
||||||
xz))
|
|
||||||
(arguments
|
|
||||||
'(#:modules ((guix build utils))
|
|
||||||
#:builder
|
|
||||||
(begin
|
|
||||||
(use-modules (guix build utils))
|
|
||||||
(let* ((source (assoc-ref %build-inputs "source"))
|
|
||||||
(bin (string-append
|
|
||||||
(assoc-ref %outputs "out")
|
|
||||||
"/share/themes"))
|
|
||||||
(cwd (getcwd))
|
|
||||||
(deb (string-append cwd
|
|
||||||
"/source.deb"))
|
|
||||||
(data (string-append cwd
|
|
||||||
"/data.tar.xz"))
|
|
||||||
(themes (string-append cwd
|
|
||||||
"/usr/share/themes"))
|
|
||||||
(ar (string-append
|
|
||||||
(assoc-ref %build-inputs "binutils")
|
|
||||||
"/bin/ar"))
|
|
||||||
(tar (string-append
|
|
||||||
(assoc-ref %build-inputs "tar")
|
|
||||||
"/bin/tar"))
|
|
||||||
(xz-bin (string-append
|
|
||||||
(assoc-ref %build-inputs "xz")
|
|
||||||
"/bin")))
|
|
||||||
(setenv "PATH" (string-append (getenv "PATH") ":" xz-bin))
|
|
||||||
(copy-file source deb)
|
|
||||||
(invoke ar "x" deb "--output" cwd)
|
|
||||||
(invoke tar "xf" data "-C" cwd)
|
|
||||||
(mkdir-p bin)
|
|
||||||
(copy-recursively themes bin)))))
|
|
||||||
(home-page "https://github.com/linuxmint/mint-themes")
|
|
||||||
(synopsis "A collection of Mint themes.")
|
|
||||||
(description "A collection of Mint themes.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public orchis-theme-2024
|
|
||||||
(package
|
|
||||||
(inherit orchis-theme)
|
|
||||||
(name "orchis-theme")
|
|
||||||
(version "2024-11-03")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://github.com/vinceliuice/Orchis-theme")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1m1kml068pfnw0zl81khm8d0km5r56ynx29xddawh512a15n5h9b"))))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments orchis-theme)
|
|
||||||
((#:configure-flags flags ''())
|
|
||||||
#~(list "--dest" (string-append
|
|
||||||
(assoc-ref %outputs "out")
|
|
||||||
"/share/themes")
|
|
||||||
"--theme" "all"))))))
|
|
|
@ -1,757 +0,0 @@
|
||||||
(define-module (sakura packages hypr)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages wm)
|
|
||||||
#:use-module (gnu packages freedesktop)
|
|
||||||
#:use-module (gnu packages cpp)
|
|
||||||
#:use-module (gnu packages check)
|
|
||||||
#:use-module (gnu packages gcc)
|
|
||||||
#:use-module (gnu packages build-tools)
|
|
||||||
#:use-module (gnu packages pkg-config)
|
|
||||||
#:use-module (gnu packages xdisorg)
|
|
||||||
#:use-module (gnu packages compression)
|
|
||||||
#:use-module (gnu packages gtk)
|
|
||||||
#:use-module (gnu packages gl)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu packages gnome)
|
|
||||||
#:use-module (gnu packages pciutils)
|
|
||||||
#:use-module (gnu packages image)
|
|
||||||
#:use-module (gnu packages xml)
|
|
||||||
#:use-module (gnu packages web)
|
|
||||||
#:use-module (gnu packages version-control)
|
|
||||||
#:use-module (gnu packages python)
|
|
||||||
#:use-module (gnu packages autotools)
|
|
||||||
#:use-module (gnu packages xorg)
|
|
||||||
#:use-module (gnu packages freedesktop)
|
|
||||||
#:use-module (gnu packages base)
|
|
||||||
#:use-module (gnu packages bash)
|
|
||||||
#:use-module (gnu packages man)
|
|
||||||
#:use-module (gnu packages qt)
|
|
||||||
#:use-module (gnu packages cmake)
|
|
||||||
#:use-module (gnu packages admin)
|
|
||||||
#:use-module (gnu packages glib)
|
|
||||||
#:use-module (gnu packages commencement)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix build-system cmake)
|
|
||||||
#:use-module (guix build-system meson)
|
|
||||||
#:use-module (guix build-system trivial)
|
|
||||||
#:use-module (guix build-system gnu)
|
|
||||||
#:use-module (guix build utils)
|
|
||||||
#:use-module (sakura packages)
|
|
||||||
#:use-module (guix utils))
|
|
||||||
|
|
||||||
;; Newer packages needed for Hyprland
|
|
||||||
;;
|
|
||||||
;; - udis86
|
|
||||||
;; - sdbus-cpp
|
|
||||||
|
|
||||||
(define-public udis86-for-hyprland
|
|
||||||
(let ((revision "186")
|
|
||||||
(commit "5336633af70f3917760a6d441ff02d93477b0c86"))
|
|
||||||
(hidden-package (package
|
|
||||||
(name "udis86")
|
|
||||||
(version (git-version "1.7.2" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/canihavesomecoffee/udis86")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0y5z1169wff578jylpafsww4px4y6gickhcs885a9c660d8xs9qy"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(native-inputs (list autoconf automake libtool python-minimal-wrapper))
|
|
||||||
(home-page "https://github.com/canihavesomecoffee/udis86")
|
|
||||||
(synopsis "Disassembler Library for x86 and x86-64")
|
|
||||||
(description
|
|
||||||
"Udis86 is a disassembler for the x86 and x86-64 class of instruction
|
|
||||||
set architectures. It consists of a C library called @code{libudis86} and a
|
|
||||||
command line tool called @code{udcli} that incorporates the library.")
|
|
||||||
(license license:bsd-2)))))
|
|
||||||
|
|
||||||
(define-public sdbus-c++-for-hyprland
|
|
||||||
(hidden-package (package
|
|
||||||
(inherit sdbus-c++)
|
|
||||||
(name "sdbus-c++")
|
|
||||||
(version "2.0.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/Kistler-Group/sdbus-cpp")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1s6vhzln0rvac2r3v8nq08hsjhyz3y46fsy18i23ppjm30apkiav"))))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments sdbus-c++)
|
|
||||||
((#:phases phases)
|
|
||||||
#~(modify-phases #$phases
|
|
||||||
(delete 'check)))))
|
|
||||||
)))
|
|
||||||
|
|
||||||
;; Hyprland Packages
|
|
||||||
|
|
||||||
(define-public hyprland-protocols
|
|
||||||
(package
|
|
||||||
(name "hyprland-protocols")
|
|
||||||
(version "0.4.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/hyprland-protocols")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0x86w7z3415qvixfhk9a8v5fnbnxdydzx366qz0mpmfg5h86qyha"))))
|
|
||||||
(build-system meson-build-system)
|
|
||||||
(home-page "https://hyprland.org")
|
|
||||||
(synopsis "Wayland protocol extensions for Hyprland")
|
|
||||||
(description
|
|
||||||
"This package provides Wayland protocol extensions for Hyprland and it
|
|
||||||
exists in an effort to bridge the gap between Hyprland and KDE/Gnome's
|
|
||||||
functionality. Since @code{wlr-protocols} is closed for new submissions, and
|
|
||||||
@code{wayland-protocols} is very slow with changes, this package will hold
|
|
||||||
protocols used by Hyprland to bridge the aforementioned gap.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hyprlang
|
|
||||||
(package
|
|
||||||
(name "hyprlang")
|
|
||||||
(version "0.5.3")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/hyprlang")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0yvfrz3hdyxzhngzhr0bgc5279ra5fv01hbfi6pdj84pz0lpaw02"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(native-inputs (list gcc-13 pkg-config))
|
|
||||||
(inputs (list hyprutils))
|
|
||||||
(home-page "https://hyprland.org/hyprlang/")
|
|
||||||
(synopsis "Official implementation library for hypr config language")
|
|
||||||
(description
|
|
||||||
"This package provides the official implementation for hypr configuration
|
|
||||||
language used in @code{hyprland}.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public hyprcursor
|
|
||||||
(package
|
|
||||||
(name "hyprcursor")
|
|
||||||
(version "0.1.10")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/hyprcursor")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1rdn03ln7pqcwp8h4nmi7nc489q8y25dd3v4paq8ykvwzhvs3a1n"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments (list #:tests? #f))
|
|
||||||
(native-inputs (list gcc-13 pkg-config))
|
|
||||||
(inputs (list cairo hyprlang (librsvg-for-system) libzip tomlplusplus))
|
|
||||||
(home-page "https://hyprland.org/")
|
|
||||||
(synopsis "Hyprland cursor format, library and utilities")
|
|
||||||
(description
|
|
||||||
"This package provides Hyprland cursor format, library and utilities.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hyprwayland-scanner
|
|
||||||
(package
|
|
||||||
(name "hyprwayland-scanner")
|
|
||||||
(version "0.4.2")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/hyprwayland-scanner")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0r7ay4zjkfyr0xd73wz99qhnqjq7nma98gm51wm9lmai4igw90qw"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments (list #:tests? #f))
|
|
||||||
(inputs (list pugixml))
|
|
||||||
(native-inputs (list gcc-13 pkg-config))
|
|
||||||
(home-page "https://github.com/hyprwm/hyprwayland-scanner")
|
|
||||||
(synopsis "hyprland implementation of wayland-scanner, in and for c++")
|
|
||||||
(description
|
|
||||||
"this package provides a hyprland implementation of wayland-scanner, in and
|
|
||||||
for c++.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hyprutils
|
|
||||||
(package
|
|
||||||
(name "hyprutils")
|
|
||||||
(version "0.2.6")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/hyprutils")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0scrfky9hkzhbyj5aji6qvi4b6ydf4g7sk0cknkpd7dg0zv8x5zq"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments (list #:tests? #f))
|
|
||||||
(native-inputs (list gcc-13 pkg-config pixman))
|
|
||||||
(home-page "https://github.com/hyprwm/hyprutils")
|
|
||||||
(synopsis "Hyprland utilities library used across the ecosystem ")
|
|
||||||
(description
|
|
||||||
"this package provides hyprutils")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public aquamarine
|
|
||||||
(package
|
|
||||||
(name "aquamarine")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/aquamarine")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0rvf0vizm1x7w16nkinac7qh9lijxkyswsywksingfrw5k56ng6l"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f))
|
|
||||||
(native-inputs
|
|
||||||
(list gcc-13
|
|
||||||
pkg-config
|
|
||||||
hyprwayland-scanner))
|
|
||||||
(inputs
|
|
||||||
(list eudev
|
|
||||||
hwdata
|
|
||||||
hyprutils
|
|
||||||
libdisplay-info
|
|
||||||
libglvnd
|
|
||||||
libinput-minimal
|
|
||||||
libseat
|
|
||||||
mesa
|
|
||||||
pixman
|
|
||||||
wayland
|
|
||||||
wayland-protocols))
|
|
||||||
(home-page "https://hyprland.org")
|
|
||||||
(synopsis "Aquamarine is a very light linux rendering backend library.")
|
|
||||||
(description "Aquamarine is a very light linux rendering backend library.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hyprland
|
|
||||||
(package
|
|
||||||
(name "hyprland")
|
|
||||||
(version "0.45.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/Hyprland")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(substitute* "CMakeLists.txt"
|
|
||||||
(("^add_subdirectory\\(hyprpm\\).*") ""))
|
|
||||||
(for-each delete-file-recursively
|
|
||||||
'("hyprpm"
|
|
||||||
"subprojects"))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0ffv7bzv0kydkdjzh47hnzgfyld9x16iqgsf2p8ibmay5vp0xd82"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(substitute* (find-files "src" "\\.cpp$")
|
|
||||||
(("/usr/local(/bin/Hyprland)" _ path)
|
|
||||||
(string-append #$output path))
|
|
||||||
(("/usr") #$output)
|
|
||||||
(("\\<(addr2line|objcopy)\\>" _ cmd)
|
|
||||||
(string-append #$binutils "/bin/" cmd)))
|
|
||||||
(substitute* "src/xwayland/Server.cpp"
|
|
||||||
(("Xwayland( \\{\\})" _ suffix)
|
|
||||||
(string-append
|
|
||||||
(search-input-file inputs "bin/Xwayland")
|
|
||||||
suffix)))))
|
|
||||||
)))
|
|
||||||
(native-inputs
|
|
||||||
(list gcc-14
|
|
||||||
hyprwayland-scanner
|
|
||||||
ld-wrapper
|
|
||||||
pkg-config))
|
|
||||||
(inputs
|
|
||||||
(list aquamarine
|
|
||||||
binutils
|
|
||||||
cairo
|
|
||||||
hyprcursor
|
|
||||||
hyprland-protocols
|
|
||||||
hyprlang
|
|
||||||
hyprutils
|
|
||||||
libinput-minimal
|
|
||||||
libxcursor
|
|
||||||
libxkbcommon
|
|
||||||
mesa
|
|
||||||
pango
|
|
||||||
pciutils
|
|
||||||
udis86-for-hyprland
|
|
||||||
wayland
|
|
||||||
wayland-protocols
|
|
||||||
xcb-util-errors
|
|
||||||
xcb-util-wm
|
|
||||||
xorg-server-xwayland))
|
|
||||||
(home-page "https://hyprland.org")
|
|
||||||
(synopsis "Dynamic tiling Wayland compositor based on wlroots")
|
|
||||||
(description
|
|
||||||
"Hyprland is a dynamic tiling Wayland compositor based on @code{wlroots}
|
|
||||||
th doesn't sacrifice on its looks. It supports multiple layouts, fancy
|
|
||||||
ef cts, has a very flexible IPC model allowing for a lot of customization, and
|
|
||||||
mo .")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hyprpaper
|
|
||||||
(package
|
|
||||||
(name "hyprpaper")
|
|
||||||
(version "0.7.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/hyprwm/hyprpaper"
|
|
||||||
"/archive/refs/tags/v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1rwi2cs8hwbyk67q57cvi5ybfs881xhzq8zdb8qlcr0jwk3sk1hh"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* "CMakeLists.txt"
|
|
||||||
(("PkgConfig REQUIRED")
|
|
||||||
(string-append "PkgConfig REQUIRED)\n"
|
|
||||||
"find_package(OpenGL REQUIRED COMPONENTS \"GLES2\""))
|
|
||||||
((" OpenGL")
|
|
||||||
"OpenGL::GL")
|
|
||||||
((" GLESv2")
|
|
||||||
"OpenGL::GLES2")))))))
|
|
||||||
(native-inputs
|
|
||||||
(list gcc-13
|
|
||||||
hyprwayland-scanner
|
|
||||||
ld-wrapper
|
|
||||||
pkg-config))
|
|
||||||
(inputs
|
|
||||||
(list binutils
|
|
||||||
cairo
|
|
||||||
hyprutils
|
|
||||||
hyprlang
|
|
||||||
libjpeg-turbo
|
|
||||||
libwebp
|
|
||||||
mesa
|
|
||||||
pango
|
|
||||||
wayland
|
|
||||||
wayland-protocols))
|
|
||||||
(home-page "https://github.com/hyprwm/hyprpaper")
|
|
||||||
(synopsis "Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls.")
|
|
||||||
(description "Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hypridle
|
|
||||||
(package
|
|
||||||
(name "hypridle")
|
|
||||||
(version "0.1.5")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/hyprwm/hypridle"
|
|
||||||
"/archive/refs/tags/v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0jwak5544mcbcg0hix307y94qmmmjyrc6z0av3k7jp7c0r3lnk8p"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f))
|
|
||||||
(native-inputs
|
|
||||||
(list gcc-13
|
|
||||||
pkg-config))
|
|
||||||
(inputs
|
|
||||||
(list hyprlang
|
|
||||||
hyprutils
|
|
||||||
sdbus-c++-for-hyprland
|
|
||||||
wayland
|
|
||||||
wayland-protocols))
|
|
||||||
(home-page "https://github.com/hyprwm/hypridle")
|
|
||||||
(license license:bsd-3)
|
|
||||||
(synopsis "Hyprland's idle daemon ")
|
|
||||||
(description "Hyprland's idle daemon ")))
|
|
||||||
|
|
||||||
(define-public hyprlock
|
|
||||||
(package
|
|
||||||
(name "hyprlock")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/hyprwm/hyprlock"
|
|
||||||
"/archive/refs/tags/v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"16dg3lvrdyvw7vwl8bhnqsihnjjijq0qra1x9qdd4ni0vsch32jg"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* "CMakeLists.txt"
|
|
||||||
((" opengl") "")
|
|
||||||
(("OpenGL REQUIRED")
|
|
||||||
"OpenGL REQUIRED COMPONENTS GLES2 EGL")))))))
|
|
||||||
(native-inputs
|
|
||||||
(list gcc-13
|
|
||||||
ld-wrapper
|
|
||||||
pkg-config))
|
|
||||||
(inputs
|
|
||||||
(list cairo
|
|
||||||
hyprutils
|
|
||||||
hyprlang
|
|
||||||
libjpeg-turbo
|
|
||||||
libwebp
|
|
||||||
libxkbcommon
|
|
||||||
linux-pam
|
|
||||||
mesa
|
|
||||||
pango
|
|
||||||
sdbus-c++-for-hyprland
|
|
||||||
wayland
|
|
||||||
wayland-protocols))
|
|
||||||
(home-page "https://github.com/hyprwm/hyprlock")
|
|
||||||
(license license:bsd-3)
|
|
||||||
(synopsis "Screen locker for Hyprland")
|
|
||||||
(description "Screen locker for hyprland.")))
|
|
||||||
|
|
||||||
(define-public hyprpicker
|
|
||||||
(package
|
|
||||||
(name "hyprpicker")
|
|
||||||
(version "0.4.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/hyprwm/hyprpicker"
|
|
||||||
"/archive/refs/tags/v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"12ikv9zd3hv8rmxjyljw8p9lmqlq9vn7a21p54xn7za5jqgqhkg1"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cmake ,cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:configure-flags (list (string-append "-DCMAKE_INSTALL_MANDIR="
|
|
||||||
(assoc-ref %outputs "out")
|
|
||||||
"/share/man"))))
|
|
||||||
(native-inputs (list gcc-13
|
|
||||||
hyprwayland-scanner
|
|
||||||
pkg-config))
|
|
||||||
(inputs (list cairo
|
|
||||||
hyprutils
|
|
||||||
libjpeg-turbo
|
|
||||||
libxkbcommon
|
|
||||||
mesa
|
|
||||||
pango
|
|
||||||
wayland
|
|
||||||
wayland-protocols))
|
|
||||||
(home-page "https://hyprland.org/")
|
|
||||||
(synopsis "Wlroots-compatible Wayland color picker that does not suck")
|
|
||||||
(description "A wlroots-compatible Wayland color picker that does not suck.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public xdg-desktop-portal-hyprland
|
|
||||||
(package
|
|
||||||
(name "xdg-desktop-portal-hyprland")
|
|
||||||
(version "1.3.8")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/xdg-desktop-portal-hyprland")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0aixrjyky2mzclnwypybpg01ihfbmwzfv09zbjis49q1clrszq2p"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'fix-path
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(substitute* (find-files "." "\\.cp?*$")
|
|
||||||
(("/bin/sh") "sh")
|
|
||||||
(("\\<(sh|grim|hyprctl|hyprpicker|slurp)\\>" _ cmd)
|
|
||||||
(search-input-file inputs (string-append "/bin/" cmd)))
|
|
||||||
(("\\<(hyprland-share-picker)\\>" _ cmd)
|
|
||||||
(string-append #$output "/bin/" cmd))))))))
|
|
||||||
(native-inputs
|
|
||||||
(list gcc-13
|
|
||||||
hyprwayland-scanner
|
|
||||||
pkg-config))
|
|
||||||
(inputs
|
|
||||||
(list bash-minimal
|
|
||||||
grim
|
|
||||||
hyprland
|
|
||||||
hyprland-protocols
|
|
||||||
hyprlang
|
|
||||||
hyprpicker
|
|
||||||
hyprutils
|
|
||||||
pipewire
|
|
||||||
slurp
|
|
||||||
sdbus-c++-for-hyprland
|
|
||||||
qtbase
|
|
||||||
qtwayland
|
|
||||||
wayland
|
|
||||||
wayland-protocols))
|
|
||||||
(home-page "https://github.com/hyprwm/xdg-desktop-portal-hyprland")
|
|
||||||
(synopsis "XDG Desktop Portal backend for Hyprland")
|
|
||||||
(description
|
|
||||||
"This package provides @code{xdg-desktop-portal-hyprland}, which extends
|
|
||||||
@code{xdg-desktop-portal-wlr} for Hyprland with support for
|
|
||||||
@code{xdg-desktop-portal} screenshot and casting interfaces, while adding a few
|
|
||||||
extra portals specific to Hyprland, mostly for window sharing.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-hy3
|
|
||||||
(package
|
|
||||||
(name "hyprland-plugin-hy3")
|
|
||||||
(version "0.45.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/outfoxxed/hy3.git")
|
|
||||||
(commit (string-append "hl" version))))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"01h0a3plvs1na9b1miqdkx0l622mk542slagydajqka7sh9fwwvg"))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:configure-flags #~(list "DCMAKE_BUILD_TYPE=Release")))
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config
|
|
||||||
gcc-13))
|
|
||||||
(inputs
|
|
||||||
(list aquamarine
|
|
||||||
cairo
|
|
||||||
hyprland
|
|
||||||
hyprlang
|
|
||||||
hyprutils
|
|
||||||
libinput-minimal
|
|
||||||
libxkbcommon
|
|
||||||
libdrm
|
|
||||||
mesa
|
|
||||||
pango
|
|
||||||
pixman
|
|
||||||
hyprland
|
|
||||||
wayland))
|
|
||||||
(license license:gpl3)
|
|
||||||
(home-page "https://github.com/outfoxxed/hy3")
|
|
||||||
(synopsis "i3 / sway like layout for hyprland.")
|
|
||||||
(description "Hyprland plugin for an i3 / sway like manual tiling layout")))
|
|
||||||
|
|
||||||
(define %hyprland-plugins-version
|
|
||||||
"0.45.1")
|
|
||||||
|
|
||||||
(define %hyprland-plugins-commit
|
|
||||||
"95fee7d0a7fa48828f5e9da1af6dc1fd7adb360d")
|
|
||||||
|
|
||||||
(define-syntax hyprland-plugin-impl
|
|
||||||
(syntax-rules ()
|
|
||||||
((_ plugin)
|
|
||||||
(package
|
|
||||||
(name (string-append "hyprland-plugin-" plugin))
|
|
||||||
(version %hyprland-plugins-version)
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/hyprland-plugins.git")
|
|
||||||
(commit %hyprland-plugins-commit)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"10s0pmbc9qmh7v5ja4sx0b4gkyynnydhh1ffmdk81q76qvx7qqgr"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:cmake cmake-3.30
|
|
||||||
#:tests? #f
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'chdir
|
|
||||||
(lambda _ (chdir (string-append "../source/" plugin "/")))))))
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config
|
|
||||||
gcc-13))
|
|
||||||
(inputs
|
|
||||||
(list aquamarine
|
|
||||||
hyprland
|
|
||||||
hyprlang
|
|
||||||
hyprutils
|
|
||||||
libdrm
|
|
||||||
libinput
|
|
||||||
libxkbcommon
|
|
||||||
mesa
|
|
||||||
pango
|
|
||||||
pixman
|
|
||||||
wayland
|
|
||||||
xcb-util-wm))
|
|
||||||
(license license:bsd-3)
|
|
||||||
(home-page "https://github.com/hyprwm/hyprland-plugins")
|
|
||||||
(synopsis (string-append "official " plugin " plugin for hyprland"))
|
|
||||||
(description (string-append "official " plugin " plugin for hyprland"))))))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-borders-plus-plus
|
|
||||||
(hyprland-plugin-impl "borders-plus-plus"))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-csgo-vulkan-fix
|
|
||||||
(hyprland-plugin-impl "csgo-vulkan-fix"))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-hyprbars
|
|
||||||
(hyprland-plugin-impl "hyprbars"))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-hyprexpo
|
|
||||||
(hyprland-plugin-impl "hyprexpo"))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-hyprtrails
|
|
||||||
(hyprland-plugin-impl "hyprtrails"))
|
|
||||||
|
|
||||||
(define-public hyprland-plugin-hyprwinwrap
|
|
||||||
(hyprland-plugin-impl "hyprwinwrap"))
|
|
||||||
|
|
||||||
(define-public hyprland-plugins
|
|
||||||
(package
|
|
||||||
(name "hyprland-plugins")
|
|
||||||
(version %hyprland-plugins-version)
|
|
||||||
(source #f)
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(arguments '(#:builder (begin (mkdir %output) #t)))
|
|
||||||
(license license:bsd-3)
|
|
||||||
(home-page "https://github.com/hyprwm/hyprland-plugins")
|
|
||||||
(synopsis "A collection of all the official hyprland plugins")
|
|
||||||
(description "A metapackage containing inputs for each official plugin")
|
|
||||||
(propagated-inputs (list hyprland-plugin-borders-plus-plus
|
|
||||||
hyprland-plugin-csgo-vulkan-fix
|
|
||||||
hyprland-plugin-hyprbars
|
|
||||||
hyprland-plugin-hyprexpo
|
|
||||||
hyprland-plugin-hyprtrails
|
|
||||||
hyprland-plugin-hyprwinwrap))))
|
|
||||||
|
|
||||||
(define-syntax hyprland-contrib-impl
|
|
||||||
(syntax-rules ()
|
|
||||||
((_ contrib)
|
|
||||||
(package
|
|
||||||
(name (string-append "hyprland-contrib-" contrib))
|
|
||||||
(version "0.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/hyprwm/contrib.git")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0ld0sj7ahf9jf8cqzbqkhj3m2w60027ixic24ih26nwy90b5qjwx"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
(delete 'configure)
|
|
||||||
(delete 'build)
|
|
||||||
(delete 'check)
|
|
||||||
(add-after 'unpack 'chdir
|
|
||||||
(lambda _ (chdir (string-append "../source/" contrib "/"))))
|
|
||||||
(add-after 'chdir 'patch-make
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(substitute* "Makefile"
|
|
||||||
(("scdoc") (string-append (assoc-ref inputs "scdoc") "/bin/scdoc")))))
|
|
||||||
(replace 'install
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(invoke "make" "install" (string-append "PREFIX=" (assoc-ref outputs "out")))))
|
|
||||||
(add-after 'install 'wrap-programs
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let* ((binpath (lambda (name)
|
|
||||||
(string-append (assoc-ref inputs name)
|
|
||||||
"/bin"))))
|
|
||||||
(for-each
|
|
||||||
(lambda (binary)
|
|
||||||
(wrap-program binary
|
|
||||||
`("PATH" ":" prefix
|
|
||||||
(,(binpath "grim")
|
|
||||||
,(binpath "jq")
|
|
||||||
,(binpath "hyprland")
|
|
||||||
,(binpath "hyprpicker")
|
|
||||||
,(binpath "libnotify")
|
|
||||||
,(binpath "sed")
|
|
||||||
,(binpath "slurp")
|
|
||||||
,(binpath "wl-clipboard")))))
|
|
||||||
(find-files (string-append (assoc-ref outputs "out")
|
|
||||||
"/bin"))))))
|
|
||||||
)))
|
|
||||||
(native-inputs (list scdoc))
|
|
||||||
(inputs
|
|
||||||
(list grim
|
|
||||||
jq
|
|
||||||
hyprland
|
|
||||||
hyprpicker
|
|
||||||
libnotify
|
|
||||||
sed
|
|
||||||
slurp
|
|
||||||
wl-clipboard))
|
|
||||||
(license license:expat)
|
|
||||||
(home-page "https://github.com/hyprwm/contrib")
|
|
||||||
(synopsis (string-append "official " contrib " script for hyprland"))
|
|
||||||
(description (string-append "official " contrib " script for hyprland"))))))
|
|
||||||
|
|
||||||
(define-public hyprland-contrib-grimblast
|
|
||||||
(hyprland-contrib-impl "grimblast"))
|
|
||||||
|
|
||||||
(define-public hyprland-contrib-hyprprop
|
|
||||||
(hyprland-contrib-impl "hyprprop"))
|
|
||||||
|
|
||||||
(define-public hyprland-contrib-scratchpad
|
|
||||||
(hyprland-contrib-impl "scratchpad"))
|
|
||||||
|
|
||||||
(define-public hyprland-contrib-shellevents
|
|
||||||
(hyprland-contrib-impl "shellevents"))
|
|
||||||
|
|
||||||
(define-public hyprland-contrib
|
|
||||||
(package
|
|
||||||
(name "hyprland-contrib")
|
|
||||||
(version "0.1")
|
|
||||||
(source #f)
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(arguments '(#:builder (begin (mkdir %output) #t)))
|
|
||||||
(license license:bsd-3)
|
|
||||||
(home-page "https://github.com/hyprwm/contrib")
|
|
||||||
(synopsis "A collection of all the official hyprland contrib scripts")
|
|
||||||
(description "A metapackage containing inputs for each official contrib script")
|
|
||||||
(propagated-inputs (list hyprland-contrib-grimblast
|
|
||||||
hyprland-contrib-hyprprop
|
|
||||||
hyprland-contrib-scratchpad
|
|
||||||
hyprland-contrib-shellevents))))
|
|
|
@ -1,134 +0,0 @@
|
||||||
(define-module (sakura packages networking)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix build utils)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix build-system cargo)
|
|
||||||
#:use-module (guix build-system meson)
|
|
||||||
#:use-module (guix build-system python)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu packages gcc)
|
|
||||||
#:use-module (gnu packages gtk)
|
|
||||||
#:use-module (gnu packages glib)
|
|
||||||
#:use-module (gnu packages bash)
|
|
||||||
#:use-module (gnu packages base)
|
|
||||||
#:use-module (gnu packages gnome)
|
|
||||||
#:use-module (gnu packages pkg-config)
|
|
||||||
#:use-module (gnu packages networking)
|
|
||||||
#:use-module (gnu packages crates-io)
|
|
||||||
#:use-module (gnu packages crates-gtk)
|
|
||||||
#:use-module (gnu packages pulseaudio)
|
|
||||||
#:use-module (gnu packages freedesktop)
|
|
||||||
#:use-module (gnu packages compression)
|
|
||||||
#:use-module (gnu packages gettext)
|
|
||||||
#:use-module (gnu packages gnome)
|
|
||||||
#:use-module (gnu packages python)
|
|
||||||
#:use-module (gnu packages python-xyz)
|
|
||||||
#:use-module (gnu packages rust)
|
|
||||||
#:use-module (sakura packages)
|
|
||||||
#:use-module (sakura packages crates-io))
|
|
||||||
|
|
||||||
(define overskride-version
|
|
||||||
"0.6.1")
|
|
||||||
(define overskride-source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/kaii-lb/overskride"
|
|
||||||
"/archive/refs/tags/v" overskride-version ".tar.gz"))
|
|
||||||
(file-name (string-append "overskride-" overskride-version ".tar.gz"))
|
|
||||||
(patches (sakura-patches "overskride-fix-meson.patch"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(delete-file-recursively
|
|
||||||
"subprojects")))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1zz7kjh9xaq62i55ax9yjd7z9ddfdhwzsgbx6qjy48d1r5pg7fqk"))))
|
|
||||||
|
|
||||||
|
|
||||||
(define overskride-glib
|
|
||||||
(package
|
|
||||||
(name "overskride-glib")
|
|
||||||
(version overskride-version)
|
|
||||||
(source overskride-source)
|
|
||||||
(build-system meson-build-system)
|
|
||||||
(native-inputs
|
|
||||||
(list rust
|
|
||||||
desktop-file-utils
|
|
||||||
gettext-minimal
|
|
||||||
pkg-config
|
|
||||||
blueprint-compiler
|
|
||||||
gobject-introspection
|
|
||||||
`(,gtk "bin")
|
|
||||||
`(,glib "bin")))
|
|
||||||
(propagated-inputs
|
|
||||||
(list gtk
|
|
||||||
libadwaita))
|
|
||||||
(home-page "https://github.com/kaii-lb/overskride")
|
|
||||||
(synopsis "A simple yet powerful bluetooth client.")
|
|
||||||
(description "Provides the glib components of the overskride pacakge")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public overskride
|
|
||||||
(package
|
|
||||||
(name "overskride")
|
|
||||||
(version overskride-version)
|
|
||||||
(source overskride-source)
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f
|
|
||||||
#:cargo-inputs (("rust-libadwaita" ,rust-libadwaita-0.5)
|
|
||||||
("rust-bluer" ,rust-bluer-0.17)
|
|
||||||
("rust-dbus" ,rust-dbus-0.9)
|
|
||||||
("rust-dbus-crossroads" ,rust-dbus-crossroads-0.5)
|
|
||||||
("rust-futures" ,rust-futures-0.3)
|
|
||||||
("rust-gettext-rs" ,rust-gettext-rs-0.7)
|
|
||||||
("rust-gtk" ,rust-gtk-0.8)
|
|
||||||
("rust-pnf" ,rust-phf-0.11)
|
|
||||||
("rust-tokio" ,rust-tokio-1)
|
|
||||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
|
||||||
("rust-uuid" ,rust-uuid-1)
|
|
||||||
("rust-libpulse-binding" ,rust-libpulse-binding-2))
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(substitute* "Cargo.toml"
|
|
||||||
(("0.16.1") "0.17"))
|
|
||||||
(substitute* "src/config.rs"
|
|
||||||
(("\\/usr\\/share\\/overskride")
|
|
||||||
(string-append (assoc-ref outputs "out")
|
|
||||||
"/share/overskride")))))
|
|
||||||
(add-after 'install 'install-glib
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out"))
|
|
||||||
(glib (assoc-ref inputs "overskride-glib")))
|
|
||||||
(copy-recursively glib out))))
|
|
||||||
(add-after 'install-glib 'wrap-program
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(wrap-program (string-append (assoc-ref outputs "out")
|
|
||||||
"/bin/overskride")
|
|
||||||
`("GSETTINGS_SCHEMA_DIR" =
|
|
||||||
(,(string-append (assoc-ref outputs "out")
|
|
||||||
"/share/glib-2.0/schemas")))))))))
|
|
||||||
(native-inputs (list gcc-13
|
|
||||||
pkg-config
|
|
||||||
`(,gtk "bin")
|
|
||||||
`(,glib "bin")))
|
|
||||||
(inputs (list overskride-glib
|
|
||||||
gcc-13
|
|
||||||
dbus
|
|
||||||
libadwaita
|
|
||||||
pulseaudio
|
|
||||||
bluez
|
|
||||||
gtk))
|
|
||||||
(home-page "https://github.com/kaii-lb/overskride")
|
|
||||||
(synopsis "A simple yet powerful bluetooth client.")
|
|
||||||
(description "todo")
|
|
||||||
(license license:gpl3+)))
|
|
|
@ -1,32 +0,0 @@
|
||||||
From 99e7176829185b8868347ef996b4f35c8a1b443e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Freya Murphy <freya@freyacat.org>
|
|
||||||
Date: Wed, 6 Nov 2024 10:27:54 -0500
|
|
||||||
Subject: [PATCH] gamescope fix fallbacks
|
|
||||||
|
|
||||||
---
|
|
||||||
meson.build | 6 ------
|
|
||||||
1 file changed, 6 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index c4924c7..be3d61a 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -6,15 +6,9 @@ project(
|
|
||||||
default_options: [
|
|
||||||
'cpp_std=c++20',
|
|
||||||
'warning_level=2',
|
|
||||||
- 'force_fallback_for=wlroots,libliftoff,vkroots',
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
-fallbacks = get_option('force_fallback_for')
|
|
||||||
-if not (fallbacks.contains('wlroots') and fallbacks.contains('libliftoff') and fallbacks.contains('vkroots'))
|
|
||||||
- error('!!!"force_fallback_for" is missing entries!!!\n\tPlease do not remove entries from force_fallback_for if you are packaging the project.\n\tWe pull in these projects at specific commits/forks/builds for a reason.\n\tIf you are not packaging, remove this line to continue.')
|
|
||||||
-endif
|
|
||||||
-
|
|
||||||
add_project_arguments([
|
|
||||||
'-DWLR_USE_UNSTABLE',
|
|
||||||
], language: 'cpp')
|
|
||||||
--
|
|
||||||
2.46.0
|
|
||||||
|
|
|
@ -1,67 +0,0 @@
|
||||||
From fa401fc5082dbf4dc048e05222c752a14b808a53 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Freya Murphy <freya@freyacat.org>
|
|
||||||
Date: Sat, 10 Aug 2024 15:14:15 -0400
|
|
||||||
Subject: [PATCH] fix meson
|
|
||||||
|
|
||||||
---
|
|
||||||
src/meson.build | 47 -----------------------------------------------
|
|
||||||
1 file changed, 47 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/meson.build b/src/meson.build
|
|
||||||
index f64920f..11c45a7 100644
|
|
||||||
--- a/src/meson.build
|
|
||||||
+++ b/src/meson.build
|
|
||||||
@@ -25,50 +25,3 @@ gnome.compile_resources('overskride',
|
|
||||||
install: true,
|
|
||||||
install_dir: pkgdatadir,
|
|
||||||
)
|
|
||||||
-
|
|
||||||
-conf = configuration_data()
|
|
||||||
-conf.set_quoted('VERSION', meson.project_version())
|
|
||||||
-conf.set_quoted('GETTEXT_PACKAGE', 'overskride')
|
|
||||||
-conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
|
|
||||||
-conf.set_quoted('PKGDATADIR', pkgdatadir)
|
|
||||||
-
|
|
||||||
-configure_file(
|
|
||||||
- input: 'config.rs.in',
|
|
||||||
- output: 'config.rs',
|
|
||||||
- configuration: conf
|
|
||||||
-)
|
|
||||||
-
|
|
||||||
-# Copy the config.rs output to the source directory.
|
|
||||||
-run_command(
|
|
||||||
- 'cp',
|
|
||||||
- join_paths(meson.project_build_root(), 'src', 'config.rs'),
|
|
||||||
- join_paths(meson.project_source_root(), 'src', 'config.rs'),
|
|
||||||
- check: true
|
|
||||||
-)
|
|
||||||
-
|
|
||||||
-cargo_bin = find_program('cargo')
|
|
||||||
-cargo_opt = [ '--manifest-path', meson.project_source_root() / 'Cargo.toml' ]
|
|
||||||
-cargo_opt += [ '--target-dir', meson.project_build_root() / 'src' ]
|
|
||||||
-cargo_env = [ 'CARGO_HOME=' + meson.project_build_root() / 'cargo-home' ]
|
|
||||||
-
|
|
||||||
-if get_option('buildtype') == 'release'
|
|
||||||
- cargo_opt += [ '--release' ]
|
|
||||||
- rust_target = 'release'
|
|
||||||
-else
|
|
||||||
- rust_target = 'debug'
|
|
||||||
-endif
|
|
||||||
-
|
|
||||||
-cargo_build = custom_target(
|
|
||||||
- 'cargo-build',
|
|
||||||
- build_by_default: true,
|
|
||||||
- build_always_stale: true,
|
|
||||||
- output: meson.project_name(),
|
|
||||||
- console: true,
|
|
||||||
- install: true,
|
|
||||||
- install_dir: get_option('bindir'),
|
|
||||||
- command: [
|
|
||||||
- 'env', cargo_env,
|
|
||||||
- cargo_bin, 'build',
|
|
||||||
- cargo_opt, '&&', 'cp', 'src' / rust_target / meson.project_name(), '@OUTPUT@',
|
|
||||||
- ]
|
|
||||||
-)
|
|
||||||
--
|
|
||||||
2.45.2
|
|
||||||
|
|
|
@ -1,109 +0,0 @@
|
||||||
(define-module (sakura packages qt)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix build-system gnu)
|
|
||||||
#:use-module (gnu packages base)
|
|
||||||
#:use-module (gnu packages gtk)
|
|
||||||
#:use-module (gnu packages xorg)
|
|
||||||
#:use-module (gnu packages xdisorg)
|
|
||||||
#:use-module (gnu packages pkg-config)
|
|
||||||
#:use-module (gnu packages qt))
|
|
||||||
|
|
||||||
(define-public qt5-styleplugins
|
|
||||||
(let ((commit "7bd6205398b2d89b3ac083b2f6f00b197f40057a")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(name "qt5-styleplugins")
|
|
||||||
(version (git-version "5.0.0" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/qt/qtstyleplugins")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0pi30l6g8bk1z83n6q6khjcm789szzz52aq1r9va6285i5j8ykac"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
(replace 'configure
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out")))
|
|
||||||
(invoke "qmake"
|
|
||||||
(string-append "prefix=" out)))))
|
|
||||||
(replace 'install
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out"))
|
|
||||||
(qt5 (assoc-ref inputs "qtbase")))
|
|
||||||
(invoke "make" (string-append "INSTALL_ROOT=\"" out "\"") "install")
|
|
||||||
(let ((lib (string-append out qt5 "/lib")))
|
|
||||||
(invoke "mv" lib out)
|
|
||||||
(invoke "rm" "-fr" (string-append out "/gnu"))))))
|
|
||||||
)))
|
|
||||||
(native-inputs
|
|
||||||
(list qttools-5
|
|
||||||
findutils
|
|
||||||
coreutils))
|
|
||||||
(inputs
|
|
||||||
(list qtbase-5))
|
|
||||||
(home-page "https://github.com/qt/qtstyleplugins")
|
|
||||||
(synopsis "Additional style plugins for Qt")
|
|
||||||
(description "Additional style plugins for Qt")
|
|
||||||
(license license:expat))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public qt6gtk2
|
|
||||||
(package
|
|
||||||
(name "qt6gtk2")
|
|
||||||
(version "0.2")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/trialuser02/qt6gtk2"
|
|
||||||
"/archive/refs/tags/" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"133f8ax1clbsc4ppdibfjcfz38153rznplp1sgfcrfi7bkgrm00c"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
(replace 'configure
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out"))
|
|
||||||
(gtk2 (assoc-ref inputs "gtk+"))
|
|
||||||
(x11 (assoc-ref inputs "libx11")))
|
|
||||||
(substitute* "qt6gtk2.pri"
|
|
||||||
(("UI_DIR") (string-append
|
|
||||||
"PKG_CONFIG = "
|
|
||||||
(assoc-ref inputs "pkg-config")
|
|
||||||
"/bin/pkg-config"
|
|
||||||
"\nPKG_CONFIG_PATH = "
|
|
||||||
gtk2 "/include" ":" x11 "/include"
|
|
||||||
"\nUI_DIR")))
|
|
||||||
(invoke "qmake"
|
|
||||||
(string-append "prefix=" out)))))
|
|
||||||
(replace 'install
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let ((out (assoc-ref outputs "out"))
|
|
||||||
(qt5 (assoc-ref inputs "qtbase")))
|
|
||||||
(invoke "make" (string-append "INSTALL_ROOT=\"" out "\"") "install")
|
|
||||||
(let ((lib (string-append out qt5 "/lib")))
|
|
||||||
(invoke "mv" lib out)
|
|
||||||
(invoke "rm" "-fr" (string-append out "/gnu")))))))))
|
|
||||||
(native-inputs
|
|
||||||
(list pkg-config
|
|
||||||
qttools
|
|
||||||
coreutils))
|
|
||||||
(inputs
|
|
||||||
(list qtbase
|
|
||||||
gtk+-2
|
|
||||||
libx11
|
|
||||||
libxkbcommon))
|
|
||||||
(home-page "")
|
|
||||||
(synopsis "")
|
|
||||||
(description "")
|
|
||||||
(license license:expat)))
|
|
|
@ -1,125 +0,0 @@
|
||||||
(define-module (sakura packages sound)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu packages python-xyz)
|
|
||||||
#:use-module (gnu packages networking)
|
|
||||||
#:use-module (gnu packages pulseaudio))
|
|
||||||
|
|
||||||
(define-public pulseaudio-sakura
|
|
||||||
(package
|
|
||||||
(inherit pulseaudio)
|
|
||||||
(name "pulseaudio")
|
|
||||||
(version "17.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://freedesktop.org/software/pulseaudio/releases/"
|
|
||||||
name "-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1dc7xdfbn5rknwsvv5m2ijfwnqrap208liwyhiykjghsczb98dq5"))))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments pulseaudio)
|
|
||||||
((#:phases phases)
|
|
||||||
#~(modify-phases #$phases
|
|
||||||
(delete 'check)))))
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs pulseaudio)
|
|
||||||
(replace "alsa-lib" alsa-lib-sakura)
|
|
||||||
(replace "bluez" bluez-sakura)))))
|
|
||||||
|
|
||||||
(define-public bluez-sakura
|
|
||||||
(package
|
|
||||||
(inherit bluez)
|
|
||||||
(version "5.79")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"mirror://kernel.org/linux/bluetooth/bluez-"
|
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"12pal1m4xlr8k7kxb6isv5lbaca2wc5zcgy0907wfwcz78qaar21"))))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments bluez)
|
|
||||||
((#:configure-flags flags ''())
|
|
||||||
#~(append (list "--disable-manpages")
|
|
||||||
#$flags))
|
|
||||||
((#:phases phases)
|
|
||||||
#~(modify-phases #$phases
|
|
||||||
(add-after 'configure 'fix-makefile
|
|
||||||
(lambda _
|
|
||||||
(substitute* "Makefile"
|
|
||||||
(("install-confDATA:") "install-IGNORED:")
|
|
||||||
(("install-confDATA") "")
|
|
||||||
(("bluetoothd-fix-permissions:") "install-IGNORED2:")
|
|
||||||
(("bluetoothd-fix-permissions") ""))))))
|
|
||||||
))))
|
|
||||||
|
|
||||||
(define-public alsa-lib-sakura
|
|
||||||
(package
|
|
||||||
(inherit alsa-lib)
|
|
||||||
(name "alsa-lib")
|
|
||||||
(version "1.2.13")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
|
|
||||||
version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1xnq6f9cr1q9sizgi4bvnalb56qsyxwwgr47w4c9ds6badsz6kwc"))))))
|
|
||||||
|
|
||||||
(define-public pipewire-sakura
|
|
||||||
(package
|
|
||||||
(inherit pipewire)
|
|
||||||
(name "pipewire")
|
|
||||||
(version "1.2.6")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://gitlab.freedesktop.org/pipewire/pipewire")
|
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1mh9r0z9gmwz14dzfjn0shdnpkkz6ssgcvig5h9y218haq1xnsh2"))))
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs pipewire)
|
|
||||||
(replace "alsa-lib" alsa-lib-sakura)
|
|
||||||
(replace "bluez" bluez-sakura)
|
|
||||||
(replace "pulseaudio" pulseaudio-sakura)))))
|
|
||||||
|
|
||||||
(define-public wireplumber-sakura
|
|
||||||
(package
|
|
||||||
(inherit wireplumber)
|
|
||||||
(name "wireplumber")
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs wireplumber)
|
|
||||||
(replace "pipewire" pipewire-sakura)))))
|
|
||||||
|
|
||||||
(define-public blueman-sakura
|
|
||||||
(package
|
|
||||||
(inherit blueman)
|
|
||||||
(name "blueman")
|
|
||||||
(version "2.4.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://github.com/blueman-project/blueman/releases"
|
|
||||||
"/download/" version "/blueman-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "11gyjd3l6afk1mnmw20wp49jfp5pcvvdc4caiwl7kjs2jy84kz5x"))))
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs blueman)
|
|
||||||
(replace "bluez" bluez-sakura)
|
|
||||||
(replace "pulseaudio" pulseaudio-sakura)))))
|
|
|
@ -1,40 +0,0 @@
|
||||||
(define-module (sakura packages vim)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix build-system trivial))
|
|
||||||
|
|
||||||
(define-public vim-plug
|
|
||||||
(package
|
|
||||||
(name "vim-plug")
|
|
||||||
(version "0.14.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/junegunn/vim-plug")
|
|
||||||
(commit version)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"01mlw9nl3yb4s90xd197is7wjagizjz2gm4531bfn03k49idkhkp"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:modules ((guix build utils))
|
|
||||||
#:builder
|
|
||||||
(begin
|
|
||||||
(use-modules (guix build utils))
|
|
||||||
(let* ((out (assoc-ref %outputs "out"))
|
|
||||||
(bin (string-append out "/share/vim"))
|
|
||||||
(source (assoc-ref %build-inputs "source")))
|
|
||||||
(mkdir-p bin)
|
|
||||||
(chdir source)
|
|
||||||
(install-file "plug.vim" bin)))))
|
|
||||||
(home-page "https://github.com/junegunn/vim-plug")
|
|
||||||
(synopsis "Minimalist Vim Plugin Manager")
|
|
||||||
(description "Minimalist Vim Plugin Manager")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
|
|
|
@ -1,47 +0,0 @@
|
||||||
(define-module (sakura packages virtualization)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages package-management)
|
|
||||||
#:use-module (gnu packages build-tools)
|
|
||||||
#:use-module (gnu packages virtualization)
|
|
||||||
#:use-module (gnu packages firmware)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix utils)
|
|
||||||
#:use-module (guix gexp))
|
|
||||||
|
|
||||||
(define-public libvirt-ovmf
|
|
||||||
(package
|
|
||||||
(inherit libvirt)
|
|
||||||
(name "libvirt-ovmf")
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs libvirt)
|
|
||||||
(append qemu)))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments libvirt)
|
|
||||||
((#:phases phases)
|
|
||||||
#~(modify-phases #$phases
|
|
||||||
(add-after 'install 'install-uefi
|
|
||||||
(lambda _
|
|
||||||
(let ((fmw (string-append #$output "/share/qemu")))
|
|
||||||
(mkdir-p fmw)
|
|
||||||
(copy-recursively #$(file-append qemu "/share/qemu") fmw))
|
|
||||||
))
|
|
||||||
))))))
|
|
||||||
|
|
||||||
(define-public virt-manager-ovmf
|
|
||||||
(package
|
|
||||||
(inherit virt-manager)
|
|
||||||
(name "virt-manager-ovmf")
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs virt-manager)
|
|
||||||
(append qemu)))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments virt-manager)
|
|
||||||
((#:phases phases)
|
|
||||||
#~(modify-phases #$phases
|
|
||||||
(add-after 'install 'install-uefi
|
|
||||||
(lambda _
|
|
||||||
(let ((fmw (string-append #$output "/share/qemu")))
|
|
||||||
(mkdir-p fmw)
|
|
||||||
(copy-recursively #$(file-append qemu "/share/firmware") fmw))
|
|
||||||
))
|
|
||||||
))))))
|
|
|
@ -1,239 +0,0 @@
|
||||||
(define-module (sakura packages wm)
|
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
|
||||||
#:use-module (gnu packages)
|
|
||||||
#:use-module (gnu packages gl)
|
|
||||||
#:use-module (gnu packages wm)
|
|
||||||
#:use-module (gnu packages stb)
|
|
||||||
#:use-module (gnu packages gcc)
|
|
||||||
#:use-module (gnu packages sdl)
|
|
||||||
#:use-module (gnu packages xorg)
|
|
||||||
#:use-module (gnu packages xdisorg)
|
|
||||||
#:use-module (gnu packages rust)
|
|
||||||
#:use-module (gnu packages crates-io)
|
|
||||||
#:use-module (gnu packages crates-graphics)
|
|
||||||
#:use-module (gnu packages maths)
|
|
||||||
#:use-module (gnu packages image)
|
|
||||||
#:use-module (gnu packages cmake)
|
|
||||||
#:use-module (gnu packages linux)
|
|
||||||
#:use-module (gnu packages vulkan)
|
|
||||||
#:use-module (gnu packages python)
|
|
||||||
#:use-module (gnu packages pciutils)
|
|
||||||
#:use-module (gnu packages benchmark)
|
|
||||||
#:use-module (gnu packages pkg-config)
|
|
||||||
#:use-module (gnu packages freedesktop)
|
|
||||||
#:use-module (gnu packages version-control)
|
|
||||||
#:use-module (sakura packages)
|
|
||||||
#:use-module (sakura packages crates-io)
|
|
||||||
#:use-module (guix download)
|
|
||||||
#:use-module (guix packages)
|
|
||||||
#:use-module (guix gexp)
|
|
||||||
#:use-module (guix git-download)
|
|
||||||
#:use-module (guix build utils)
|
|
||||||
#:use-module (guix build-system meson)
|
|
||||||
#:use-module (guix build-system cargo)
|
|
||||||
#:use-module (guix utils))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public wl-clip-persist
|
|
||||||
(package
|
|
||||||
(name "wl-clip-persist")
|
|
||||||
(version "0.4.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/Linus789/wl-clip-persist")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1ycsp101qni18ws83srhvsv1ril7f0rl8s7wh1b7a15k2sq4fn3l"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f
|
|
||||||
#:cargo-inputs (("rust-log" ,rust-log-0.4)
|
|
||||||
("rust-env-logger" ,rust-env-logger-0.11)
|
|
||||||
("rust-chrono" ,rust-chrono-0.4)
|
|
||||||
("rust-clap" ,rust-clap-4)
|
|
||||||
("rust-tokio" ,rust-tokio-1)
|
|
||||||
("rust-tokio-pipe" ,rust-tokio-pipe-0.2)
|
|
||||||
("rust-futures-util" ,rust-futures-util-0.3)
|
|
||||||
("rust-wayrs-client" ,rust-wayrs-client-1)
|
|
||||||
("rust-wayrs-protocols" ,rust-wayrs-protocols-0.13)
|
|
||||||
("rust-fancy-regex" ,rust-fancy-regex-0.13)
|
|
||||||
("rust-libc" ,rust-libc-0.2))
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(substitute* "Cargo.toml"
|
|
||||||
(("1.37") "^1") ; tokio
|
|
||||||
(("1.1") "^1") ; wayrs-client
|
|
||||||
(("0.14") "0.13")) ; wayrs-protocols
|
|
||||||
)))))
|
|
||||||
(native-inputs
|
|
||||||
(list rust
|
|
||||||
pkg-config))
|
|
||||||
(home-page "https://github.com/Linus789/wl-clip-persist")
|
|
||||||
(synopsis "Keep Wayland clipboard even after programs close.")
|
|
||||||
(description "Keep Wayland clipboard even after programs close.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public vkroots
|
|
||||||
(let ((commit "5106d8a0df95de66cc58dc1ea37e69c99afc9540"))
|
|
||||||
(package
|
|
||||||
(name "vkroots")
|
|
||||||
(version (git-version "" "0" commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/misyltoad/vkroots")
|
|
||||||
(commit commit)))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0hrp0xqq93552ipw2bmryixgm1aywnz49xagsx5rwzg2d0hwa0aa"))
|
|
||||||
(file-name (git-file-name name version))))
|
|
||||||
(arguments (list
|
|
||||||
#:phases #~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-vulkan
|
|
||||||
(lambda _
|
|
||||||
(substitute* "gen/make_vkroots"
|
|
||||||
(("\\.\\.") (getcwd)))))
|
|
||||||
(add-before 'install 'gen-vkroots
|
|
||||||
(lambda _
|
|
||||||
(invoke "python3"
|
|
||||||
"../source/gen/make_vkroots"
|
|
||||||
"-x"
|
|
||||||
(string-append
|
|
||||||
#$(this-package-native-input "vulkan-headers")
|
|
||||||
"/share/vulkan/registry/vk.xml")))))))
|
|
||||||
(build-system meson-build-system)
|
|
||||||
(native-inputs (list python vulkan-headers))
|
|
||||||
(home-page "https://github.com/misyltoad/vkroots")
|
|
||||||
(description "A stupid simple method of making Vulkan layers, at home! ")
|
|
||||||
(synopsis "A stupid simple method of making Vulkan layers, at home! ")
|
|
||||||
(license license:expat))))
|
|
||||||
|
|
||||||
|
|
||||||
(define reshade-for-gamescope
|
|
||||||
(let ((commit "4245743a8c41abbe3dc73980c1810fe449359bf1"))
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/Joshua-Ashton/reshade")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name "reshade" commit))
|
|
||||||
(sha256
|
|
||||||
(base32 "1bb5392dfiri8nrxvck1w2jxva8m9xzrgi16rvnvg96l493a538y")))))
|
|
||||||
|
|
||||||
|
|
||||||
(define-public gamescope
|
|
||||||
(package
|
|
||||||
(name "gamescope")
|
|
||||||
(version "3.15.14")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/ValveSoftware/gamescope")
|
|
||||||
(commit version)))
|
|
||||||
(patches (sakura-patches "gamescope-fix-fallbacks.patch"))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0j9vjqwidaia72l4g2hza74wqdl8b9j45jzblb02v4d4nmzky3gy"))))
|
|
||||||
(build-system meson-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:configure-flags #~(list "-Dpipewire=enabled"
|
|
||||||
"-Denable_openvr_support=false"
|
|
||||||
(string-append "-Dc_args=-DHWDATA_PNP_IDS=\""
|
|
||||||
#$(this-package-native-input "hwdata")
|
|
||||||
"/share/hwdata/pnp.ids\""))
|
|
||||||
#:tests? #f
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-deps
|
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
; copy reshade
|
|
||||||
(delete-file-recursively "src/reshade")
|
|
||||||
(copy-recursively #$reshade-for-gamescope "src/reshade")
|
|
||||||
; path /usr
|
|
||||||
(substitute* "src/reshade_effect_manager.cpp"
|
|
||||||
(("/usr") #$output))
|
|
||||||
; path meson.build
|
|
||||||
(substitute* "src/meson.build"
|
|
||||||
;; patch stb
|
|
||||||
(("dependency\\('stb'\\)")
|
|
||||||
(format #f "declare_dependency(include_directories: ['~a'])"
|
|
||||||
(string-join
|
|
||||||
'#$(map (lambda (label) (this-package-native-input label))
|
|
||||||
(list "stb-image"
|
|
||||||
"stb-image-resize"
|
|
||||||
"stb-image-write"))
|
|
||||||
"','")))
|
|
||||||
;; patch wlroots
|
|
||||||
(("'wlroots',\n") "'wlroots-0.18',\n")
|
|
||||||
;; patch pixman
|
|
||||||
(("dep_xi,") "dep_xi, dependency('pixman-1'),")
|
|
||||||
;; patch libdisplay-info
|
|
||||||
(("< 0.2.0")
|
|
||||||
(string-append "<= " #$(package-version (this-package-input "libdisplay-info"))))
|
|
||||||
;(("reshade/") (string-append #$reshade-for-gamescope "/"))
|
|
||||||
(("../thirdparty/SPIRV-Headers") #$(this-package-native-input "spirv-headers")))
|
|
||||||
;; include <limits> and <cstdint>
|
|
||||||
(substitute* (find-files "src" "\\.hpp$")
|
|
||||||
(("#pragma once" pragma)
|
|
||||||
(string-append pragma
|
|
||||||
"\n#include <limits>"
|
|
||||||
"\n#include <cstdint>")))
|
|
||||||
;; patch dlopen
|
|
||||||
(substitute* (find-files "src" "\\.cpp$")
|
|
||||||
(("dlopen\\( \"libvulkan.so")
|
|
||||||
(string-append "dlopen(\""
|
|
||||||
(search-input-file
|
|
||||||
inputs "/lib/libvulkan.so"))))
|
|
||||||
)))))
|
|
||||||
(native-inputs (list gcc-14
|
|
||||||
benchmark
|
|
||||||
glslang
|
|
||||||
hwdata
|
|
||||||
pkg-config
|
|
||||||
stb-image
|
|
||||||
stb-image-resize
|
|
||||||
stb-image-write
|
|
||||||
spirv-headers
|
|
||||||
vkroots
|
|
||||||
vulkan-headers
|
|
||||||
wayland-protocols
|
|
||||||
git))
|
|
||||||
(inputs (list gcc-14
|
|
||||||
glm
|
|
||||||
libavif
|
|
||||||
libcap
|
|
||||||
libdisplay-info
|
|
||||||
libdrm
|
|
||||||
libinput
|
|
||||||
libliftoff
|
|
||||||
libx11
|
|
||||||
libxcomposite
|
|
||||||
libxcursor
|
|
||||||
libxdamage
|
|
||||||
libxext
|
|
||||||
libxkbcommon
|
|
||||||
libxmu
|
|
||||||
libxrender
|
|
||||||
libxres
|
|
||||||
libxt
|
|
||||||
libxtst
|
|
||||||
libdecor
|
|
||||||
pipewire
|
|
||||||
sdl2
|
|
||||||
vulkan-loader
|
|
||||||
wayland
|
|
||||||
wlroots
|
|
||||||
pixman))
|
|
||||||
(home-page "https://github.com/ValveSoftware/gamescope")
|
|
||||||
(description "SteamOS session compositing window manager")
|
|
||||||
(synopsis "SteamOS session compositing window manager")
|
|
||||||
(license license:bsd-2)))
|
|
|
@ -1,63 +0,0 @@
|
||||||
(define-module (sakura services cow)
|
|
||||||
#:use-module (gnu services shepherd)
|
|
||||||
#:use-module (guix modules)
|
|
||||||
#:use-module (gnu))
|
|
||||||
|
|
||||||
; repackage the cow store from guix since
|
|
||||||
; guix doesnt export it
|
|
||||||
; >:(
|
|
||||||
|
|
||||||
(define %backing-directory
|
|
||||||
;; Sub-directory used as the backing store for copy-on-write.
|
|
||||||
"/tmp/guix-inst")
|
|
||||||
|
|
||||||
(define cow-store-service-type
|
|
||||||
(shepherd-service-type
|
|
||||||
'cow-store
|
|
||||||
(lambda _
|
|
||||||
(define (import-module? module)
|
|
||||||
;; Since we don't use deduplication support in 'populate-store', don't
|
|
||||||
;; import (guix store deduplication) and its dependencies, which
|
|
||||||
;; includes Guile-Gcrypt.
|
|
||||||
(and (guix-module-name? module)
|
|
||||||
(not (equal? module '(guix store deduplication)))))
|
|
||||||
|
|
||||||
(shepherd-service
|
|
||||||
(requirement '(root-file-system user-processes))
|
|
||||||
(provision '(cow-store))
|
|
||||||
(documentation
|
|
||||||
"Make the store copy-on-write, with writes going to \
|
|
||||||
the given target.")
|
|
||||||
|
|
||||||
;; This is meant to be explicitly started by the user.
|
|
||||||
(auto-start? #f)
|
|
||||||
|
|
||||||
(modules `((gnu build install)
|
|
||||||
,@%default-modules))
|
|
||||||
(start
|
|
||||||
(with-imported-modules (source-module-closure
|
|
||||||
'((gnu build install))
|
|
||||||
#:select? import-module?)
|
|
||||||
#~(case-lambda
|
|
||||||
((target)
|
|
||||||
(mount-cow-store target #$%backing-directory)
|
|
||||||
target)
|
|
||||||
(else
|
|
||||||
;; Do nothing, and mark the service as stopped.
|
|
||||||
#f))))
|
|
||||||
(stop #~(lambda (target)
|
|
||||||
;; Delete the temporary directory, but leave everything
|
|
||||||
;; mounted as there may still be processes using it since
|
|
||||||
;; 'user-processes' doesn't depend on us. The 'user-file-systems'
|
|
||||||
;; service will unmount TARGET eventually.
|
|
||||||
(delete-file-recursively
|
|
||||||
(string-append target #$%backing-directory))))))
|
|
||||||
(description "Make the store copy-on-write, with writes going to \
|
|
||||||
the given target.")))
|
|
||||||
|
|
||||||
(define-public (cow-store-service)
|
|
||||||
"Return a service that makes the store copy-on-write, such that writes go to
|
|
||||||
the user's target storage device rather than on the RAM disk."
|
|
||||||
;; See <http://bugs.gnu.org/18061> for the initial report.
|
|
||||||
(service cow-store-service-type 'mooooh!))
|
|
||||||
|
|
Loading…
Reference in a new issue