From aa6206170051a0acd78fbe227571ebe7b1d152e9 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 4 Sep 2005 00:16:55 +0000 Subject: [PATCH] commit ap folder [thanks filip] --- .../@gtkspell.sourceforge.net/gtkspell/skeleton.1 | 1 + autopackage/default.apspec | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1 b/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1 index 0928ddadc..6fb959ff0 100644 --- a/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1 +++ b/autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1 @@ -6,6 +6,7 @@ DisplayName: GtkSpell Spell Checking Library ShortName: gtkspell Skeleton-Author: Timothy Ringenbach Skeleton-Version: 1 +Repository: http://www.gajim.org/downloads/gtkspell.xml [Notes] This skeleton does not set SOFTWARE_VERSIONS diff --git a/autopackage/default.apspec b/autopackage/default.apspec index 63d7ec972..36c16b773 100644 --- a/autopackage/default.apspec +++ b/autopackage/default.apspec @@ -9,7 +9,7 @@ Packager: Filippos Papadopoulos Summary: Gajim is a Jabber client written in Python. URL: http://www.gajim.org/ License: GNU General Public License, Version 2 -SoftwareVersion: 0.7.1 +SoftwareVersion: 0.8.1 AutopackageTarget: 1.0 PackageVersion: 1 @@ -20,7 +20,7 @@ PackageVersion: 1 # InterfaceVersion: 0.0 [Description] -Gajim is a jabber client written in PyGTK. The goal of Gajim is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, eventhough it exists with it nicely. Gajim is released under the GNU General Public License. Features: Tabbed chat windows, Groupchat support (with MUC protocol), Emoticons, URL grabber, Systray icon, GPG support, Multiple accounts support and much more! +Gajim is a jabber client written in PyGTK. The goal of Gajim is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, eventhough it exists with it nicely. Gajim is released under the GNU General Public License. Features: Tabbed chat windows, Groupchat support (with MUC protocol), File tranfers, Emoticons, URL grabber, Systray icon, GPG support, Multiple accounts support and much more! [BuildPrepare] @@ -50,8 +50,8 @@ EOF #PyGTK 2.4 requires python 2.3 require @python.org/python 2.3 -require @gtk.org/gtk 2.4 -require @gnome.org/pygtk 2.4 +require @gtk.org/gtk 2.6 +require @gnome.org/pygtk 2.5 require @glade.gnome.org/libglade 2 recommend @gtkspell.sourceforge.net/gtkspell 0 @@ -66,9 +66,10 @@ installMan 1 gajim.1 #In the following safeSed we assume that the original Makefile is a bit modified so that to be relocatable by AP #so you have to manually remove the sed in Makefile for AP to work safeSed bin/gajim "s!PREFIX!$PREFIX!g" +safeSed bin/gajim-remote "s!PREFIX!$PREFIX!g" installExe bin/* chmod +x "$PREFIX/bin/gajim" - +chmod +x "$PREFIX/bin/gajim-remote" [Uninstall]