[Filippos] updated autopackage file
This commit is contained in:
parent
064b7a234c
commit
e5409697fa
1 changed files with 6 additions and 12 deletions
|
@ -5,11 +5,11 @@ RootName: @gajim.org/gajim:$SOFTWAREVERSION
|
||||||
DisplayName: Gajim Jabber Client
|
DisplayName: Gajim Jabber Client
|
||||||
ShortName: gajim
|
ShortName: gajim
|
||||||
Maintainer: The Gajim Developers <gajim-devel-subscribe@gajim.org>
|
Maintainer: The Gajim Developers <gajim-devel-subscribe@gajim.org>
|
||||||
Packager: Filippos Papadopoulos <filip@cs.uoi.gr>
|
Packager: Filippos Papadopoulos <psybases@gmail.com>
|
||||||
Summary: Gajim is a Jabber client written in Python.
|
Summary: Gajim is a Jabber client written in Python.
|
||||||
URL: http://www.gajim.org/
|
URL: http://www.gajim.org/
|
||||||
License: GNU General Public License, Version 2
|
License: GNU General Public License, Version 2
|
||||||
SoftwareVersion: 0.9
|
SoftwareVersion: 0.10
|
||||||
AutopackageTarget: 1.0
|
AutopackageTarget: 1.0
|
||||||
PackageVersion: 1
|
PackageVersion: 1
|
||||||
|
|
||||||
|
@ -51,23 +51,17 @@ EOF
|
||||||
|
|
||||||
[Prepare]
|
[Prepare]
|
||||||
# Dependency checking
|
# Dependency checking
|
||||||
#PyGTK 2.4 requires python 2.3
|
|
||||||
|
|
||||||
require @python.org/python 2.3
|
require @python.org/python 2.4
|
||||||
require @python.org/python-xml 2.3
|
require @python.org/python-xml 2.4
|
||||||
require @gtk.org/gtk 2.6
|
require @gtk.org/gtk 2.6
|
||||||
|
|
||||||
|
########The 2.5 version is for SUSE 9.3
|
||||||
require @gnome.org/pygtk 2.5
|
require @gnome.org/pygtk 2.5
|
||||||
require @gnome.org/pyglade 2.5
|
require @gnome.org/pyglade 2.5
|
||||||
require @glade.gnome.org/libglade 2
|
require @glade.gnome.org/libglade 2
|
||||||
require @pysqlite.org/pysqlite 2
|
require @pysqlite.org/pysqlite 2
|
||||||
recommend @gtkspell.sourceforge.net/gtkspell 0
|
recommend @gtkspell.sourceforge.net/gtkspell 0
|
||||||
if ! require @dnspython.org/dnspython 1; then
|
|
||||||
recommend @pydns.sourceforge.net/pydns 2
|
|
||||||
fi
|
|
||||||
|
|
||||||
#recommend @dnspython.org/dnspython 1
|
|
||||||
#recommend @pydns.sourceforge.net/pydns 2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue