Skip to content

Commit

Permalink
moss: Update to v0.24.6, ship quiet cmdline now
Browse files Browse the repository at this point in the history
Release notes can be found [here](https://github.com/serpent-os/tools/releases/tag/v0.24.6)

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Dec 14, 2024
1 parent 08519f3 commit 8518b9c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 110 deletions.
Binary file modified m/moss/manifest.x86_64.bin
Binary file not shown.
5 changes: 3 additions & 2 deletions m/moss/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"files": [
"/usr/bin/moss",
"/usr/lib/kernel/cmdline.d/00-quiet.cmdline",
"/usr/share/bash-completion/completions/moss",
"/usr/share/fish/completions/moss.fish",
"/usr/share/man/man1/moss-extract.1",
Expand Down Expand Up @@ -56,6 +57,6 @@
}
},
"source-name": "moss",
"source-release": "58",
"source-version": "0.24.5"
"source-release": "59",
"source-version": "0.24.6"
}
Empty file added m/moss/pkg/00-quiet.cmdline
Empty file.
11 changes: 0 additions & 11 deletions m/moss/pkg/no-rustfmt.patch

This file was deleted.

91 changes: 0 additions & 91 deletions m/moss/pkg/stone.xml

This file was deleted.

15 changes: 9 additions & 6 deletions m/moss/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
# SPDX-License-Identifier: MPL-2.0
#
name : moss
version : 0.24.5
release : 58
summary : Ridiculously fast atomic package manager
version : 0.24.6
release : 59
summary : Serpent OS package manager
license : MPL-2.0
homepage : https://github.com/serpent-os/tools
upstreams :
- https://github.com/serpent-os/tools/archive/refs/tags/v0.24.5.tar.gz : 09df8d9fc87eb1ff900eb673ef4dc7f623b2a16ea6e98fffcc0f851939ec2333
- https://github.com/serpent-os/tools/archive/refs/tags/v0.24.6.tar.gz : d4a974bfef82c5d1cf3383ee682a084063045b1ff77ea0bf7cabe5cebb1a068e
description : |
The new package manager with an old school feel. Traditional interaction
and management whilst using brand new technologies, including efficient
Expand All @@ -23,7 +23,6 @@ rundeps :
check : |
%cargo_test
setup : |
%patch %(pkgdir)/no-rustfmt.patch
%cargo_fetch
build : |
%cargo_build -p moss
Expand All @@ -43,4 +42,8 @@ install : |
%install_dir %(installroot)%(mandir)/man1
cp man/*.1 %(installroot)%(mandir)/man1/.
%install_file %(pkgdir)/stone.xml %(installroot)%(datadir)/mime/packages/stone.xml
# Install the quiet cmdline snippet
%install_file %(pkgdir)/00-quiet.cmdline %(installroot)%(libdir)/kernel/cmdline.d/00-quiet.cmdline
# Install the mime type
%install_file stone.xml %(installroot)%(datadir)/mime/packages/stone.xml

0 comments on commit 8518b9c

Please sign in to comment.