Changes between Version 4 and Version 5 of Packaging
- Timestamp:
- 12/11/13 10:16:07 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Packaging
v4 v5 1 {{{#!div class="box" 1 2 = Packaging = 2 3 3 4 [https://www.xpra.org/dev.html How to build] covers installing the required libraries and building from source, it is a pre-requisite for building packages. 5 }}} 4 6 7 {{{#!div class="box" 5 8 == RPMs == 6 9 The spec file can be found here: [https://www.xpra.org/trac/browser/trunk/scripts/xpra.spec xpra.spec] … … 33 36 --define 'opengl 0' 34 37 }}} 38 }}} 35 39 36 40 41 {{{#!div class="box" 37 42 == DEBs == 38 43 You can find the debian packaging files here: [https://www.xpra.org/trac/browser/trunk/debian /debian] … … 46 51 debuild -us -uc -b 47 52 }}} 53 }}} 48 54 55 {{{#!div class="box" 49 56 == Gentoo Ebuilds == 50 57 … … 53 60 The ebuilds for the released versions can be found here: 54 61 [http://www.xpra.org/dists/gentoo/] 62 }}}