Changeset fba335156ba465790c01f2586c1d3350e3302be6

Show
Ignore:
Timestamp:
06/15/08 13:49:18 (4 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
d7a910bbab81afc09b29d2245dba8c93a7d80c0b
Parents:
26344e17f2f3450a493eb32382f0395aac5dcda0
git-committer:
Lincoln de Sousa <lincoln@…> (06/15/08 13:49:18)
Message:

Adding bindings to cellrendererkeys. A fancy way to show, grab guake hotkeys

Files:
9 added
2 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3c2fef8 rfba3351  
    4545PKG_CHECK_MODULES([DEPENDENCIES], [ 
    4646    gtk+-2.0 >= $GTK_REQUIRED 
     47    pygtk-2.0 
    4748    x11 
    4849]) 
     
    8283ALL_LINGUAS="pt_BR ja" 
    8384 
     85dnl to generate bindings to eggcellrendererkeys 
     86AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no) 
     87 
    8488AC_SUBST([GETTEXT_PACKAGE]) 
    8589AC_SUBST([ALL_LINGUAS]) 
     
    97101    src/Makefile 
    98102    src/globalhotkeys/Makefile 
     103    src/eggcellrendererkeys/Makefile 
    99104    src/guake_globals.py 
    100105    src/guake 
  • src/Makefile.am

    r512b8d8 rfba3351  
    1 SUBDIRS = globalhotkeys 
     1SUBDIRS = globalhotkeys eggcellrendererkeys 
    22 
    33guakedir = $(bindir)