2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								# -*-shell-script-*-
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[Meta]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								RootName: @gajim.org/gajim:$SOFTWAREVERSION
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								DisplayName: Gajim Jabber Client
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								ShortName: gajim
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Maintainer: The Gajim Developers <gajim-devel-subscribe@gajim.org>
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Packager: Filippos Papadopoulos <filip@cs.uoi.gr>
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								Summary: Gajim is a Jabber client written in Python.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								URL: http://www.gajim.org/
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								License: GNU General Public License, Version 2
							 
						 
					
						
							
								
									
										
										
										
											2005-06-04 00:22:22 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								SoftwareVersion: 0.7.1
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								AutopackageTarget: 1.0
							 
						 
					
						
							
								
									
										
										
										
											2005-05-22 00:24:41 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								PackageVersion: 1
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Only uncomment InterfaceVersion if your package exposes interfaces to other software,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# for instance if it includes DSOs or python/perl modules. See the developer guide for more info,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# or ask on autopackage-dev if you don't understand interface versioning in autopackage.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								#
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# InterfaceVersion: 0.0
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[Description]
							 
						 
					
						
							
								
									
										
										
										
											2005-05-22 16:15:56 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								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!
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[BuildPrepare]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								echo "-------==========$USER i am making the package...===============------"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								export build_root="/tmp/build-root.$$"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								echo "Build root is $build_root"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								mkdir "$build_root"
							 
						 
					
						
							
								
									
										
										
										
											2005-05-07 14:00:31 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								make PREFIX=$build_root CC=apgcc CXX=apg++ || exit 1
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								make install PREFIX=$build_root CC=apgcc CXX=apg++ || exit 1
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[BuildUnprepare]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								unprepareBuild
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[Imports]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								echo '*' | import
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								import <<EOF
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$source_dir/gajim.desktop
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								$source_dir/gajim.1
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								EOF
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[Prepare]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Dependency checking
							 
						 
					
						
							
								
									
										
										
										
											2005-05-07 14:00:31 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								#PyGTK 2.4 requires python 2.3
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								require @python.org/python 2.3
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								require @gtk.org/gtk 2.4
							 
						 
					
						
							
								
									
										
										
										
											2005-05-09 16:20:10 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								require @gnome.org/pygtk 2.4
							 
						 
					
						
							
								
									
										
										
										
											2005-05-07 14:00:31 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								require @glade.gnome.org/libglade 2
							 
						 
					
						
							
								
									
										
										
										
											2005-06-04 00:22:22 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								recommend @gtkspell.sourceforge.net/gtkspell 0
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								[Install]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Put your installation script here
							 
						 
					
						
							
								
									
										
										
										
											2005-05-07 14:00:31 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								copyFiles  lib/gajim "$PREFIX/lib"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								copyFiles  share/gajim "$PREFIX/share/"
							 
						 
					
						
							
								
									
										
										
										
											2005-06-10 17:42:58 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								installIcon share/pixmaps/gajim.png
							 
						 
					
						
							
								
									
										
										
										
											2005-05-07 14:00:31 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								installDesktop "Network/Instant Messaging" gajim.desktop
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								installMan 1 gajim.1
							 
						 
					
						
							
								
									
										
										
										
											2005-05-22 16:14:36 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								#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
							 
						 
					
						
							
								
									
										
										
										
											2005-05-09 16:20:10 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								safeSed bin/gajim "s!PREFIX!$PREFIX!g"
							 
						 
					
						
							
								
									
										
										
										
											2005-05-07 14:00:31 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								installExe bin/*
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								chmod +x "$PREFIX/bin/gajim"
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-05-22 16:14:36 +00:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2005-05-06 12:04:50 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								[Uninstall]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								# Usually just the following line is enough to uninstall everything
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								uninstallFromLog