[Buoh-dev] CVS commit to /cvsroot/buoh/buoh by carlosgc



CVS commit to /cvsroot/buoh/buoh by carlosgc

Modified Files:
	ChangeLog configure.in 
Removed Files:
	INSTALL 
Log Message:
2006-09-25  Carlos Garcia Campos  <carlosgc gnome org>
	* INSTALL: Removed, it's a generated file
	* configure.in: Don't use deprecated AM init macro
	* src/buoh-comic-loader.c: Remove stupid debug message
	* data/Makefile.am:
	* data/buoh.desktop.in:
	* data/icons/Makefile.am:
	* data/icons/16x16/Makefile.am:
	* data/icons/16x16/buoh.png:
	* data/icons/64x64/Makefile.am:
	* data/icons/64x64/buoh.png:
	* src/buoh-view-message.c:
	* src/buoh-view.c:
	* src/buoh-window.c:
	* src/main.c:
	Install icons acording to the icon theme specification.

===================================================================
RCS file: /cvsroot/buoh/buoh/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- /cvsroot/buoh/buoh/ChangeLog	2006/09/24 18:31:42	1.93
+++ /cvsroot/buoh/buoh/ChangeLog	2006/09/25 18:18:32	1.94
@@ -1,3 +1,22 @@
+2006-09-25  Carlos Garcia Campos  <carlosgc gnome org>
+
+	* INSTALL: Removed, it's a generated file
+	* configure.in: Don't use deprecated AM init macro
+	* src/buoh-comic-loader.c: Remove stupid debug message
+	* data/Makefile.am:
+	* data/buoh.desktop.in:
+	* data/icons/Makefile.am:
+	* data/icons/16x16/Makefile.am:
+	* data/icons/16x16/buoh.png:
+	* data/icons/64x64/Makefile.am:
+	* data/icons/64x64/buoh.png:
+	* src/buoh-view-message.c:
+	* src/buoh-view.c:
+	* src/buoh-window.c:
+	* src/main.c:
+
+	Install icons acording to the icon theme specification.
+
 2006-09-24  Carlos Garcia Campos  <carlosgc gnome org>
 
 	* src/buoh.c:
===================================================================
RCS file: /cvsroot/buoh/buoh/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- /cvsroot/buoh/buoh/configure.in	2005/12/02 18:18:44	1.14
+++ /cvsroot/buoh/buoh/configure.in	2006/09/25 18:18:32	1.15
@@ -1,6 +1,6 @@
-AC_PREREQ(2.52)
-AC_INIT(buoh, 0.8.1)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AC_PREREQ(2.57)
+AC_INIT([buoh], [0.8.1])
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 dnl Useful to call aclocal after 'make'
 AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS")
@@ -8,7 +8,7 @@
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
-AC_PROG_INTLTOOL([0.11])
+IT_PROG_INTLTOOL([0.35.0])
 
 AC_ISC_POSIX
 AC_PROG_CC
@@ -63,17 +63,6 @@
 
   
 if test "x${prefix}" = "xNONE"; then
-   AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${ac_default_prefix}/$DATADIRNAME/${PACKAGE}/pixmaps", [Pixmaps directory])
-   pixmaps_dir="${ac_default_prefix}/$DATADIRNAME/${PACKAGE}/pixmaps"
-else
-   AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${prefix}/$DATADIRNAME/${PACKAGE}/pixmaps", [Pixmaps directory])
-   pixmaps_dir="${prefix}/$DATADIRNAME/${PACKAGE}/pixmaps"
-fi
-
-AC_SUBST(pixmaps_dir)
-			
-	   
-if test "x${prefix}" = "xNONE"; then
    AC_DEFINE_UNQUOTED(UI_DIR, "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/ui", [Path where glade files will be installed])
    ui_dir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/ui"
 else
@@ -100,4 +89,7 @@
 po/Makefile.in
 src/Makefile
 data/Makefile
+data/icons/Makefile
+data/icons/16x16/Makefile
+data/icons/64x64/Makefile
 ])
rcsdiff: /cvsroot/buoh/buoh/RCS/INSTALL,v: No such file or directory


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]