Difference between revisions of "Deployment Team/Obsolete/jhconvert"

From Sugar Labs
Jump to navigation Jump to search
(New page: = jhconvert = == Preamble == The main purpose of this project is helping people to package Sugar for various non-mainstream Linux distributions. If Linux distribution is not Debian/Fedor...)
 
m (link updates)
 
(59 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= jhconvert =
+
{{Obsolete | [[Platform_Team/Sweets]] is an successor on jhconvert in area of meta packaging}}
  
== Preamble ==
+
<noinclude></noinclude>
  
The main purpose of this project is helping people to package Sugar for various non-mainstream Linux distributions.
+
== jhconvert ==
If Linux distribution is not Debian/Fedora/Ubunty based and there is lack of human resources to maintain packages, that project could be valuable.
 
  
==How it works==
+
'''j'''ust'''h'''onest'''convert''' Sugar to distro packages :)
  
The general idea is collect all distro-independent information in one place to minimize maintenance costs.
+
The main purpose of this project is helping people to package Sugar for various non-mainstream GNU/Linux distributions.
Process of generating packages looks like that:
+
If a GNU/Linux distribution is not Debian/Fedora/Ubuntu based and there is a lack of human resources to maintain packages, this project could be valuable.
  
* fetching dependencies from [[DevelopmentTeam/Jhbuild|sugar-jbuild]] (native sugar building system)
+
===How it works===
* adding distro-independent content like common package dependencies, various strings, urls etc.
 
* using distro-specific templates to generate native packages
 
  
== Supported distros ==
+
The general idea is to collect all distro-independent information in one place to minimize maintenance costs.
 +
The process for generating packages is:
 +
 
 +
* Fetch dependencies from [[Development Team/Jhbuild|sugar-jhbuild]] (native sugar building system)
 +
* Add distro-independent content like common package dependencies, various strings, urls etc.
 +
* Use distro-specific templates to generate native packages
 +
 
 +
=== Supported distros ===
  
 
Currently supported followed distributions:
 
Currently supported followed distributions:
  
* [http://www.gentoo.org/ Gentoo]
+
* [[Gentoo]]
* [http://en.altlinux.org/ ALT Linux]
+
* [[ALT Linux]]
 +
* [[Mandriva]]
 +
* [[Magalhães]]
 +
* [[OpenSUSE|openSUSE]]
 +
* [[Ubuntu#Using_sugar_PPAs|Ubuntu]]
 +
 
 +
== Packages ==
 +
Meta packages to install bunch of sugar components
 +
* '''sugar-glucose''' provides core components
 +
* '''sugar-fructose''' provides core activities
 +
* '''sugar-platform''' provides [[0.84/Platform Components|Sugar Platform]]
  
 
== Resources ==
 
== Resources ==
 
+
* [http://git.sugarlabs.org/projects/jhconvert Sources]
[http://sugaroverlay.svn.sourceforge.net/viewvc/sugaroverlay/jhconvert/ Sources]
 
 
 
<nowiki>NOTE: project is not ready for everyday using </nowiki>
 
  
 
[[Category:Deployment]]
 
[[Category:Deployment]]

Latest revision as of 14:28, 3 July 2012

Stop hand.png NOTE:
The content of this page is considered
DEPRECATED and OBSOLETE
It is preserved for historical research, along with its talk page.

Platform_Team/Sweets is an successor on jhconvert in area of meta packaging



jhconvert

justhonestconvert Sugar to distro packages :)

The main purpose of this project is helping people to package Sugar for various non-mainstream GNU/Linux distributions. If a GNU/Linux distribution is not Debian/Fedora/Ubuntu based and there is a lack of human resources to maintain packages, this project could be valuable.

How it works

The general idea is to collect all distro-independent information in one place to minimize maintenance costs. The process for generating packages is:

  • Fetch dependencies from sugar-jhbuild (native sugar building system)
  • Add distro-independent content like common package dependencies, various strings, urls etc.
  • Use distro-specific templates to generate native packages

Supported distros

Currently supported followed distributions:

Packages

Meta packages to install bunch of sugar components

  • sugar-glucose provides core components
  • sugar-fructose provides core activities
  • sugar-platform provides Sugar Platform

Resources