kde5.frameworks: update instructions
This commit is contained in:
parent
304da2449a
commit
580bdde06c
@ -1,11 +1,26 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
|
# New packages
|
||||||
|
|
||||||
|
READ THIS FIRST
|
||||||
|
|
||||||
|
This module is for official packages in KDE Frameworks 5. All available packages
|
||||||
|
are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see
|
||||||
|
below).
|
||||||
|
|
||||||
|
IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE.
|
||||||
|
|
||||||
|
Many of the packages released upstream are not yet built in Nixpkgs due to lack
|
||||||
|
of demand. To add a Nixpkgs build for an upstream package, copy one of the
|
||||||
|
existing packages here and modify it as necessary.
|
||||||
|
|
||||||
# Updates
|
# Updates
|
||||||
|
|
||||||
1. Update the URL in `maintainers/scripts/generate-kde-frameworks.sh` and
|
1. Update the URL in `./fetch.sh`.
|
||||||
run that script from the top of the Nixpkgs tree.
|
2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks`
|
||||||
2. Check that the new packages build correctly.
|
from the top of the Nixpkgs tree.
|
||||||
3. Commit the changes and open a pull request.
|
3. Invoke `nix-build -A kde5` and ensure that everything builds.
|
||||||
|
4. Commit the changes and open a pull request.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user