All Projects → winepak → Applications

winepak / Applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak

Projects that are alternatives of or similar to Applications

winepak-sdk
Platform and SDK runtimes for winepak based applications
Stars: ✭ 46 (-88.21%)
Mutual labels:  packaging, wine
Winepak
Flatpak-ing Microsoft Windows applications with Wine
Stars: ✭ 242 (-37.95%)
Mutual labels:  packaging, wine
wcecl
Allows to run Windows CE applications on Windows!
Stars: ✭ 54 (-86.15%)
Mutual labels:  wine
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (-16.92%)
Mutual labels:  wine
Py2deb
Python to Debian package converter
Stars: ✭ 272 (-30.26%)
Mutual labels:  packaging
kakaotalk-env
KakaoTalk Environment on Debian / Ubuntu Linux (데비안, 우분투 리눅스에서 카카오톡 설치 및 사용하기)
Stars: ✭ 45 (-88.46%)
Mutual labels:  wine
Wine Wayland
Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
Stars: ✭ 284 (-27.18%)
Mutual labels:  wine
lxd-pkg-ubuntu
LXD Ubuntu packaging
Stars: ✭ 27 (-93.08%)
Mutual labels:  packaging
Docker Rpm Builder
Build native RPM packages for Centos/RHEL/Fedora from any Linux distro or even OSX, by leveraging docker capabilities.
Stars: ✭ 366 (-6.15%)
Mutual labels:  packaging
Jenkins Bootstrap Shared
Jenkins as immutable infrastructure made easy. A repository of shared scripts meant to be used as a git submodule. Packing Jenkins, plugins, and scripts into immutable packages and images.
Stars: ✭ 270 (-30.77%)
Mutual labels:  packaging
Docker Wine
Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
Stars: ✭ 313 (-19.74%)
Mutual labels:  wine
Appimageupdate
AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.
Stars: ✭ 261 (-33.08%)
Mutual labels:  packaging
Deepin Wine Tim Arch
Tencent TIM on Deepin Wine5(com.qq.office.deepin) For Archlinux
Stars: ✭ 255 (-34.62%)
Mutual labels:  wine
Poet
Poet helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
Stars: ✭ 312 (-20%)
Mutual labels:  packaging
jupyter-packaging
Tools to help build and install Jupyter Python packages
Stars: ✭ 45 (-88.46%)
Mutual labels:  packaging
Yabridge
A modern and transparent way to use Windows VST2 and VST3 plugins on Linux
Stars: ✭ 329 (-15.64%)
Mutual labels:  wine
wined3d-diablo
Wine Direct3D DLL patched for Diablo I game
Stars: ✭ 12 (-96.92%)
Mutual labels:  wine
Distillery
Every alchemist requires good tools, and one of the greatest tools in the alchemist's disposal is the distillery. The purpose of the distillery is to take something and break it down to its component parts, reassembling it into something better, more powerful. That is exactly what this project does - it takes your Mix project and produces an Erlang/OTP release, a distilled form of your raw application's components; a single package which can be deployed anywhere, independently of an Erlang/Elixir installation. No dependencies, no hassle.
Stars: ✭ 2,869 (+635.64%)
Mutual labels:  packaging
Docker Codeweavers crossover Vnc
A docker for run CrossOver though VNC remote manage
Stars: ✭ 283 (-27.44%)
Mutual labels:  wine
Localshop
local pypi server (custom packages and auto-mirroring of pypi)
Stars: ✭ 371 (-4.87%)
Mutual labels:  packaging

Winepak Applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak.

Instructions

Remember run all flatpak commands as a user, root and sudo are not needed.

Sdk & Platform

First you need to build and install the winepak Sdk & Platform. You can do so at winepak/winepak-sdk-images.

Some 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.

Building an application

Now 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.

To build an application like tld.domain.Application we have two build options.

Repo

The repo version exports the build to a repo, in this case winepak. You then need to install the application via the local repo.

flatpak-builder --arch=ARCH --force-clean --repo=winepak builds tld.domain.Application/tld.domain.Application.yml

Now 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.

flatpak install winepak tld.domain.Application

Direct

The direct method allows you to install a build directly from source without the need of a repo, this is done by running:

flatpak-builder --user --arch=ARCH --force-clean --install builds tld.domain.Application/tld.domain.Application.yml

Run the application

As easy as:

flatpak run tld.domain.Application
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].