{"id":14128366,"url":"https://github.com/winepak/applications","last_synced_at":"2025-08-03T22:33:23.941Z","repository":{"id":201869119,"uuid":"131543016","full_name":"winepak/applications","owner":"winepak","description":"A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak","archived":false,"fork":false,"pushed_at":"2019-04-19T22:00:10.000Z","size":7262,"stargazers_count":416,"open_issues_count":113,"forks_count":39,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-08-16T16:22:30.389Z","etag":null,"topics":["flatpak","packaging","wine"],"latest_commit_sha":null,"homepage":"https://www.winepak.org","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winepak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-04-30T01:03:40.000Z","updated_at":"2024-08-10T12:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f553739e-cdd6-4b1e-983d-3732027143f3","html_url":"https://github.com/winepak/applications","commit_stats":null,"previous_names":["winepak/applications"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winepak%2Fapplications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winepak%2Fapplications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winepak%2Fapplications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winepak%2Fapplications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winepak","download_url":"https://codeload.github.com/winepak/applications/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228571844,"owners_count":17938772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flatpak","packaging","wine"],"created_at":"2024-08-15T16:01:37.077Z","updated_at":"2024-12-07T06:31:08.838Z","avatar_url":"https://github.com/winepak.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Winepak Applications\nA collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak.\n\n## Instructions\nRemember run all `flatpak` commands as a user, root and `sudo` are not needed.\n\n### Sdk \u0026 Platform\nFirst you need to build and install the winepak Sdk \u0026 Platform. You can do so at [winepak/winepak-sdk-images](https://github.com/winepak/winepak-sdk-images).\n\nSome applications use the `stable` branch of `winepak` (which uses stable `wine`) while others use the `staging` branch of `winepak` (which uses `wine-staging`). Build the branches you'll need.\n\n### Building an application\nNow with the runtime installed we can build an application with `wine`. Flatpak will default the build to the systems arch, x86_64 = 64bit and i386 = 32bit. You can specify the arch by passing `--arch=ARCH`, remove this flag if you don't need it.\n\nTo build an application like `tld.domain.Application` we have two build options.\n\n#### Repo\nThe repo version exports the build to a repo, in this case `winepak`. You then need to install the application via the local repo.\n\n    flatpak-builder --arch=ARCH --force-clean --repo=winepak builds tld.domain.Application/tld.domain.Application.yml\n\nNow to install simple run the application. Remember if you don't build the application with a GPG key then you will be forced to install the application with `--user`.\n\n    flatpak install winepak tld.domain.Application\n\n#### Direct\nThe direct method allows you to install a build directly from source without the need of a repo, this is done by running:\n\n    flatpak-builder --user --arch=ARCH --force-clean --install builds tld.domain.Application/tld.domain.Application.yml\n\n### Run the application\nAs easy as:\n\n    flatpak run tld.domain.Application\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinepak%2Fapplications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinepak%2Fapplications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinepak%2Fapplications/lists"}