update apsepc
This commit is contained in:
parent
5610a305e6
commit
8a1c05f4b4
|
@ -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: 7
|
SoftwareVersion: 0.7
|
||||||
AutopackageTarget: 1.0
|
AutopackageTarget: 1.0
|
||||||
PackageVersion: 1
|
PackageVersion: 1
|
||||||
|
|
||||||
|
@ -63,10 +63,14 @@ copyFiles share/gajim "$PREFIX/share/"
|
||||||
installIcon share/gajim/gajim.xpm
|
installIcon share/gajim/gajim.xpm
|
||||||
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
|
||||||
|
#so you have to manually remove the sed in Makefile for AP to work
|
||||||
safeSed bin/gajim "s!PREFIX!$PREFIX!g"
|
safeSed bin/gajim "s!PREFIX!$PREFIX!g"
|
||||||
installExe bin/*
|
installExe bin/*
|
||||||
chmod +x "$PREFIX/bin/gajim"
|
chmod +x "$PREFIX/bin/gajim"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Uninstall]
|
[Uninstall]
|
||||||
# Usually just the following line is enough to uninstall everything
|
# Usually just the following line is enough to uninstall everything
|
||||||
uninstallFromLog
|
uninstallFromLog
|
||||||
|
|
Loading…
Reference in New Issue