Gnome Games
Patches to enable rgba for most gnome-games. Sudoku is currently excluded. There are two patches and replace baize.png with an alpha channel (baize-rgba.png) for solitaire. The main patch gnome-games-rgba-main.patch and a patch to enable a transparent background in mahjongg (mahjongg-transparent-bg.patch) the attached screen shot shows effect with both patches and the alpha channel baize.png. I broke out the mahjongg patch because I hard coded the alpha channel value and I'm not sure that my logic for converting the background color to the rbga is the optimal, but it works for me.
Version:
2.22.1
Type:
Patch
Installation:
patch -p1 <gnome-games-rgba-main.patch
# Optional patch for semi transparent background in mahjongg
patch -p1 <mahjongg-transparent-bg.patch
make
# after the make but before the make install
cp baize-rgba.png $BUILDROOT/aisleriot/baize.png
# (where $BUILDROOT evaluates to the the gnome-games build area)
make install
License:
GPL
| Attachment | Size |
|---|---|
| gnome-games-rgba-main.patch | 13.77 KB |
| mahjongg-transparent-bg.patch | 5.67 KB |
| baize-rgba.png | 9.96 KB |
| Screenshot.png | 845.87 KB |
Post new comment