Skip to content

Commit

Permalink
fix(goreleaser): rpm dependencies (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Feb 22, 2025
1 parent 0207638 commit 653ecb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ nfpms:
file_name_template: "{{- trimsuffix .ConventionalFileName .ConventionalExtension -}}_wayland"
package_name: rioterm
dependencies: [libc6 (>= 2.35), libstdc++6 (>= 11)]
overrides:
rpm:
dependencies: [glibc, libstdc++]
contents:
- src: ./misc/rio.desktop
dst: /usr/share/applications/rio.desktop
Expand All @@ -162,6 +165,9 @@ nfpms:
file_name_template: "{{- trimsuffix .ConventionalFileName .ConventionalExtension -}}_x11"
package_name: rioterm
dependencies: [libc6 (>= 2.35), libstdc++6 (>= 11)]
overrides:
rpm:
dependencies: [glibc, libstdc++]
contents:
- src: ./misc/rio.desktop
dst: /usr/share/applications/rio.desktop
Expand All @@ -177,6 +183,9 @@ nfpms:
file_name_template: "{{- trimsuffix .ConventionalFileName .ConventionalExtension -}}_wayland"
package_name: rioterm
dependencies: [libc6 (>= 2.35), libstdc++6 (>= 11)]
overrides:
rpm:
dependencies: [glibc, libstdc++]
contents:
- src: ./misc/rio.desktop
dst: /usr/share/applications/rio.desktop
Expand All @@ -192,6 +201,9 @@ nfpms:
file_name_template: "{{- trimsuffix .ConventionalFileName .ConventionalExtension -}}_x11"
package_name: rioterm
dependencies: [libc6 (>= 2.35), libstdc++6 (>= 11)]
overrides:
rpm:
dependencies: [glibc, libstdc++]
contents:
- src: ./misc/rio.desktop
dst: /usr/share/applications/rio.desktop
Expand Down

0 comments on commit 653ecb3

Please sign in to comment.