Skip to content

Commit

Permalink
chore(Packaging): fix rpm spec and use latest stable Godot version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jun 3, 2024
1 parent f40f3b6 commit f221c0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
# Execute commands to build the project
- - "@semantic-release/exec"
- shell: true
prepareCmd: "make in-docker IMAGE_TAG=4.2.1 TARGET='import dist'"
prepareCmd: "make in-docker IMAGE_TAG=4.2.2 TARGET='import dist'"

# Publish artifacts as a GitHub release
- - "@semantic-release/github"
Expand Down
13 changes: 3 additions & 10 deletions package/rpm/opengamepadui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,12 @@ make install PREFIX=%{buildroot}%{_prefix} INSTALL_PREFIX=%{_prefix}
%files
/usr/bin/opengamepadui
/usr/share/opengamepadui/*.so
/usr/share/opengamepadui/scripts/make_nice
/usr/share/opengamepadui/scripts/manage_input
/usr/share/opengamepadui/scripts/powertools
/usr/share/opengamepadui/scripts/*
/usr/share/opengamepadui/opengamepad-ui.x86_64
/usr/share/applications/opengamepadui.desktop
/usr/share/icons/hicolor/scalable/apps/opengamepadui.svg
/usr/share/polkit-1/actions/org.shadowblip.manage_input.policy
/usr/share/polkit-1/actions/org.shadowblip.powertools.policy
/usr/share/polkit-1/actions/org.shadowblip.setcap.policy
/usr/lib/udev/hwdb.d/59-opengamepadui-handheld.hwdb
/usr/lib/udev/rules.d/61-opengamepadui-handheld.rules
/usr/lib/systemd/user/systemd-sysext-updater.service
/usr/lib/systemd/user/ogui-overlay-mode.service
/usr/share/polkit-1/actions/*
/usr/lib/systemd/user/*

%changelog
%autochangelog

0 comments on commit f221c0c

Please sign in to comment.