Changeset 855

Show
Ignore:
Timestamp:
03/22/05 15:09:21 (4 years ago)
Author:
nk
Message:

addition of PKGBUILD for archlinux

Location:
trunk
Files:
2 added
4 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r78 r855  
    11Yann Le Boulanger (asterix AT lagaule.org) 
    22Vincent Hanquez (tab AT snarc.org) 
     3Nikos Kouremenos (kourem AT gmail.com) 
  • trunk/Changelog

    r788 r855  
    1  Gajim 0.6 release is here! (TODO) 
     1Gajim 0.6 release is here! (23 March 2005) 
    22Version 0.6 of Gajim is now Available. 
    33What's new since 0.5.1: 
  • trunk/Makefile

    r712 r855  
    1 VERSION         ?= 0.51 
     1VERSION         ?= 0.6 
    22 
    33MODULES         = common plugins/gtkgui 
     
    3030        mkdir gajim-$(VERSION) 
    3131        cp -r plugins debian scripts common Core doc Messages sounds gajim-$(VERSION)/ 
    32         cp setup_win32.py gajim.iss AUTHORS gajim.1 gajim.xpm gajim.ico COPYING Makefile gajim.py gajim-$(VERSION) 
     32        cp setup_win32.py gajim.iss AUTHORS gajim.1 gajim.xpm gajim.ico COPYING Makefile Changelog README gajim.py gajim-$(VERSION) 
    3333        -find gajim-$(VERSION) -name '.svn' -exec rm -rf {} \; 2> /dev/null 
    3434        find gajim-$(VERSION) -name '*.pyc' -exec rm {} \; 
  • trunk/README

    r842 r855  
    2525./gajim.py 
    2626 
     27TROUBLESHOOTING 
     28If you have python2.3 please manually edit plugins/gtkgui/Makefile and in 
     29CFLAGS line replace python2.4 to python2.3 
     30 
     31 
    2732Enjoy! 
    2833