sidux.com
Menu

News

Give back
Last 3 Contributions
16-11-2008 10.00
02-11-2008 20.00
31-10-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
ted
Post subject: Vorschlag zum Metapackage Office  PostPosted: Mar 06, 2007 - 01:13 PM



Joined: Dec 03, 2006
Posts: 217
Location: im schönsten Bundesland der Welt --> Saarland
Status: Offline
hi

Hoffe ich bin richtig hier. Very Happy
Ich weiß ja nicht wie weit die Planungen sind und das Wiki erscheint mir nicht als der geeignete Ort
um über mögliche Erweiterungen der Packages zu diskutieren.

Da der Metapackage-Installer ja jetzt Untergruppen zulässt wäre es doch sicher
machbar zu Open-office noch Koffice als 2. Paket zu integrieren.

Auch ein 3. "mini" Paket bestehend nur aus Gnumeric und Abiword, wäre meiner Meinung nach eine sinnvolle Erweiterung.
Also zumindenst für Leute wie mich die die vergleichweise großen Office-Suiten vom Funktionsumfang her einfach nicht benötigen.

Sind solche Minipakete, bestehend aus 2 oder max. 3 Programmen, überhaupt sinnvoll?

gruß, ted

_________________
Es gibt keinen Grund mehr für Windows,
nur unglaublich viele dagegen!

http://sidux-ev.de
join and enjoy
 
 View user's profile Send private message Send e-mail Visit poster's website ICQ Number 
Reply with quote Back to top
hjt
Post subject:   PostPosted: Mar 06, 2007 - 03:41 PM



Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
hi ted,

mach mal einen Vorschlag nach diesem Openoffice Beispiel
und bitte teste es und stell die Datei zur Vefügung.

Dein Dateiname wäre
Office-Koffice.bm
Office-Gnumeric_Abiword.bm


/usr/share/install-meta/Office-Openoffice.bm
Code:

FLL_DESCRIPTION="A multiplatform and multilingual office suite and an open-source project"

FLL_PRE_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in preprocessing ----\""
   "# paste your code here (not necessary for normal install, only for preconfigs)"
   "echo \"---- preprocessing done----\""
)

FLL_PACKAGE_DEPMODS=(
)

FLL_PACKAGES=(
   openoffice.org
   openoffice.org-kde
   myspell-en-gb
)

FLL_POST_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in postprocessing ----\""
   "# paste your code here (not necessary for normal install, only for preconfigs)"
   "echo \"---- postprocessing done----\""
)
 
 View user's profile Send private message  
Reply with quote Back to top
ted
Post subject:   PostPosted: Mar 07, 2007 - 02:20 AM



Joined: Dec 03, 2006
Posts: 217
Location: im schönsten Bundesland der Welt --> Saarland
Status: Offline
hi hjt

ist ja echt übel wie man(n) hier eingespannt wird. Laughing

Aber hast ja recht, also bitte

Office-Gnumeric_Abiword.bm
Code:
FLL_DESCRIPTION="Gnumeric + Abiword - Tabellenkalkulation und Textverarbeitungsprogramm"

FLL_PRE_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in preprocessing ----\""
   "# paste your code here"
   "echo \"---- preprocessing done----\""
)

FLL_PACKAGE_DEPMODS=(
)

FLL_PACKAGES=(
   gnumeric
        gnumeric-common
        gnumeric-doc
        gnumeric-plugins-extra
        abiword
        abiword-common
        abiword-gnome
        abiword-help
        abiword-plugins
)

FLL_POST_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in postprocessing ----\""
   "# paste your code here"
   "echo \"---- postprocessing done----\""
)


Office-Koffice.bm
Code:
FLL_DESCRIPTION="Die KDE Office-Suite"

FLL_PRE_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in preprocessing ----\""
   "# paste your code here"
   "echo \"---- preprocessing done----\""
)

FLL_PACKAGE_DEPMODS=(
)

FLL_PACKAGES=(
   kchart
        kexi-mdb-plugin
        kformula
        koffice
        koffice-data
        koffice-dbg
        koffice-dev
        koffice-doc
        koffice-doc-html
        koffice-libs
        koshell
        krita
        libkscan1
        koffice-i18n-de
 
)

FLL_POST_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in postprocessing ----\""
   "# paste your code here"
   "echo \"---- postprocessing done----\""
)


Getestet hab ich das ganze indem ich die angegebenen Pakete einfach installiert habe, hoffe das war damit gemeint.
Wie man das ganze in den Meta-Installer einbaut weiß ich nämlich nicht. Hab sowas noch nie gemacht. Rolling Eyes

gruß, ted

_________________
Es gibt keinen Grund mehr für Windows,
nur unglaublich viele dagegen!

http://sidux-ev.de
join and enjoy


Last edited by ted on Mar 08, 2007 - 04:24 PM; edited 1 time in total
 
 View user's profile Send private message Send e-mail Visit poster's website ICQ Number 
Reply with quote Back to top
hjt
Post subject:   PostPosted: Mar 07, 2007 - 07:17 AM



Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
ted wrote:
hi hjt
ist ja echt übel wie man(n) hier eingespannt wird. Laughing

Laughing

Quote:

thx a lot

Quote:

Getestet hab ich das ganze indem ich die angegebenen Pakete einfach installiert habe, hoffe das war damit gemeint.
Wie man das ganze in den Meta-Installer einbaut weiß ich nämlich nicht. Hab sowas noch nie gemacht. Rolling Eyes


einfach die bm-files nach /usr/share/install-meta kopieren,
install-meta neu starten

wenn Du das noch probieren könntest, wäre super.

Horst
 
 View user's profile Send private message  
Reply with quote Back to top
hjt
Post subject:   PostPosted: Mar 07, 2007 - 08:15 AM



Joined: Nov 27, 2006
Posts: 238
Location: Austria
Status: Offline
Hi,

hab jetzt die beiden Pakete selbst getestet und ins svn eingecheckt,
sollten bei der nächsten Version dabei sein

Horst
 
 View user's profile Send private message  
Reply with quote Back to top
ted
Post subject:   PostPosted: Mar 07, 2007 - 09:34 AM



Joined: Dec 03, 2006
Posts: 217
Location: im schönsten Bundesland der Welt --> Saarland
Status: Offline
hi hjt

Das ist super. Wenn ich gewußt hätte das das so einfach geht mit dem testen... Razz

gruß, ted

_________________
Es gibt keinen Grund mehr für Windows,
nur unglaublich viele dagegen!

http://sidux-ev.de
join and enjoy
 
 View user's profile Send private message Send e-mail Visit poster's website ICQ Number 
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio