https://github.com/projectsynchro/copr-gamescope-git
Copr repository for git builds of gamescope, commits fetched every hour.
https://github.com/projectsynchro/copr-gamescope-git
Last synced: 4 months ago
JSON representation
Copr repository for git builds of gamescope, commits fetched every hour.
- Host: GitHub
- URL: https://github.com/projectsynchro/copr-gamescope-git
- Owner: ProjectSynchro
- Archived: true
- Created: 2024-04-25T19:18:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T07:11:33.000Z (9 months ago)
- Last Synced: 2025-12-19T20:14:01.901Z (6 months ago)
- Homepage: https://copr.fedorainfracloud.org/coprs/jackgreiner/gamescope-git/
- Size: 271 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ⚠️ **Notice:**
> This project has migrated to **[Codeberg](https://codeberg.org/Synchro/copr-gamescope-git)**.
Copr repository for git builds of gamescope, commits are fetched every hour.
The packages in this repo should work on Fedora 41+.
## Installation
Activate the repo with `sudo dnf copr enable jackgreiner/gamescope-git` and then run `sudo dnf update --refresh`.
To revert this, remove the copr repository with `sudo dnf copr remove jackgreiner/gamescope-git` and then run `sudo dnf distro-sync` to download your distro's version of the gamescope package.
## Issues
Feel free to open issues when there are build issues I haven't fixed for a few days: https://github.com/ProjectSynchro/copr-gamescope-git/issues
If you'd like me to attempt to package this for other RPM based distros like SUSE, open an issue and I'll see what I can do :)
## Building Locally Using fedpkg
To build this package locally using `fedpkg`, follow these steps:
1. **Clone the Repository**:
```sh
fedpkg clone -a https://github.com/ProjectSynchro/copr-gamescope-git.git
cd copr-gamescope-git
```
2. **Install Dependencies**:
```sh
sudo dnf install fedpkg
sudo dnf builddep gamescope.spec
```
3. **Build the Package**:
```sh
fedpkg local
```
This will create the RPM packages in the `~/rpmbuild/RPMS/` directory.
For more information on using `fedpkg`, refer to the [Fedora Packaging Guidelines](https://docs.fedoraproject.org/en-US/packaging-guidelines/).