Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
chronos
fix-justfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-justfile.patch of Package chronos
diff -rub Chronos/justfile Chronos-patched/justfile --- Chronos/justfile 2024-10-12 16:59:22.553510720 +0200 +++ Chronos-patched/justfile 2024-10-13 09:49:47.386977962 +0200 @@ -11,14 +11,14 @@ bin-dst := base-dir / 'bin' / name desktop := appid + '.desktop' -desktop-src := 'res' / desktop +desktop-src := 'res' / 'Chronos' + '.desktop' desktop-dst := clean(rootdir / prefix) / 'share' / 'applications' / desktop icons-src := 'res' / 'icons' / 'hicolor' icons-dst := clean(rootdir / prefix) / 'share' / 'icons' / 'hicolor' -icon-svg-src := icons-src / 'scalable' / 'apps' / 'Chronos.svg' -icon-svg-dst := icons-dst / 'scalable' / 'apps' / 'Chronos.svg' +icon-svg-src := icons-src / 'scalable' / 'apps' / appid + '.svg' +icon-svg-dst := icons-dst / 'scalable' / 'apps' / appid + '.svg' # Default recipe which runs `just build-release` default: build-release @@ -58,7 +58,7 @@ # Installs files install: install -Dm0755 {{bin-src}} {{bin-dst}} - install -Dm0644 res/{{appid}}.desktop {{desktop-dst}} + install -Dm0644 {{desktop-src}} {{desktop-dst}} install -Dm0644 {{icon-svg-src}} {{icon-svg-dst}} # Uninstalls installed files
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor