update ap sources [thanks filip]
This commit is contained in:
parent
a70f7e59dc
commit
04ea53ee33
2 changed files with 18 additions and 3 deletions
15
autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1
Normal file
15
autopackage/@gtkspell.sourceforge.net/gtkspell/skeleton.1
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# -*- shell-script-mode -*-
|
||||||
|
|
||||||
|
[Meta]
|
||||||
|
RootName: @gtkspell.sourceforge.net/gtkspell
|
||||||
|
DisplayName: GtkSpell Spell Checking Library
|
||||||
|
ShortName: gtkspell
|
||||||
|
Skeleton-Author: Timothy Ringenbach <omarvo@hotmail.com>
|
||||||
|
Skeleton-Version: 1
|
||||||
|
|
||||||
|
[Notes]
|
||||||
|
This skeleton does not set SOFTWARE_VERSIONS
|
||||||
|
Interface versions start at 0.
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
INTERFACE_VERSIONS=`testForLib -i libgtkspell.so`
|
|
@ -9,7 +9,7 @@ Packager: Filippos Papadopoulos <filip@cs.uoi.gr>
|
||||||
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.7
|
SoftwareVersion: 0.7.1
|
||||||
AutopackageTarget: 1.0
|
AutopackageTarget: 1.0
|
||||||
PackageVersion: 1
|
PackageVersion: 1
|
||||||
|
|
||||||
|
@ -53,14 +53,14 @@ require @python.org/python 2.3
|
||||||
require @gtk.org/gtk 2.4
|
require @gtk.org/gtk 2.4
|
||||||
require @gnome.org/pygtk 2.4
|
require @gnome.org/pygtk 2.4
|
||||||
require @glade.gnome.org/libglade 2
|
require @glade.gnome.org/libglade 2
|
||||||
|
recommend @gtkspell.sourceforge.net/gtkspell 0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
# Put your installation script here
|
# Put your installation script here
|
||||||
|
|
||||||
copyFiles lib/gajim "$PREFIX/lib"
|
copyFiles lib/gajim "$PREFIX/lib"
|
||||||
copyFiles share/gajim "$PREFIX/share/"
|
copyFiles share/gajim "$PREFIX/share/"
|
||||||
installIcon share/gajim/gajim.xpm
|
installIcon share/gajim/gajim.png
|
||||||
installDesktop "Network/Instant Messaging" gajim.desktop
|
installDesktop "Network/Instant Messaging" gajim.desktop
|
||||||
installMan 1 gajim.1
|
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
|
#In the following safeSed we assume that the original Makefile is a bit modified so that to be relocatable by AP
|
||||||
|
|
Loading…
Add table
Reference in a new issue