← Back to team overview

ayatana-commits team mailing list archive

[Branch ~ted/libindicate/messages-v2] Rev 391: Moving the package config files back to the normal names. I don't see any reason to change them....

 

------------------------------------------------------------
revno: 391
committer: Ted Gould <ted@xxxxxxxxxxxxx>
branch nick: messages-v2
timestamp: Thu 2009-09-03 17:32:17 -0500
message:
  Moving the package config files back to the normal names.  I don't see any reason to change them.  It seems a little silly.
renamed:
  libindicate-gtk/indicate-gtk-0.2.pc.in => libindicate-gtk/indicate-gtk.pc.in
  libindicate/indicate-0.2.pc.in => libindicate/indicate.pc.in
modified:
  configure.ac
  libindicate-gtk/Makefile.am
  libindicate/Makefile.am


--
lp:~ted/libindicate/messages-v2
https://code.launchpad.net/~ted/libindicate/messages-v2

Your team ayatana-commits is subscribed to branch lp:~ted/libindicate/messages-v2.
To unsubscribe from this branch go to https://code.launchpad.net/~ted/libindicate/messages-v2/+edit-subscription.
=== modified file 'configure.ac'
--- configure.ac	2009-08-28 21:23:15 +0000
+++ configure.ac	2009-09-03 22:32:17 +0000
@@ -159,9 +159,9 @@
 AC_OUTPUT([
 Makefile
 libindicate/Makefile
-libindicate/indicate-0.2.pc
+libindicate/indicate.pc
 libindicate-gtk/Makefile
-libindicate-gtk/indicate-gtk-0.2.pc
+libindicate-gtk/indicate-gtk.pc
 examples/Makefile
 tests/Makefile
 docs/Makefile

=== modified file 'libindicate-gtk/Makefile.am'
--- libindicate-gtk/Makefile.am	2009-08-28 21:20:52 +0000
+++ libindicate-gtk/Makefile.am	2009-09-03 22:32:17 +0000
@@ -3,7 +3,7 @@
 	-DG_LOG_DOMAIN=\"libindicate-gtk\"
 
 EXTRA_DIST = \
-	indicate-gtk-0.2.pc.in
+	indicate-gtk.pc.in
 
 lib_LTLIBRARIES = \
 	libindicate-gtk.la
@@ -35,7 +35,7 @@
 	../libindicate/libindicate.la \
 	$(LIBINDICATEGTK_LIBS)
 
-pkgconfig_DATA = indicate-gtk-0.2.pc
+pkgconfig_DATA = indicate-gtk.pc
 pkgconfigdir = $(libdir)/pkgconfig
 
 if USE_GIR

=== renamed file 'libindicate-gtk/indicate-gtk-0.2.pc.in' => 'libindicate-gtk/indicate-gtk.pc.in'
=== modified file 'libindicate/Makefile.am'
--- libindicate/Makefile.am	2009-08-31 20:05:48 +0000
+++ libindicate/Makefile.am	2009-09-03 22:32:17 +0000
@@ -10,7 +10,7 @@
 	indicate-listener.xml \
 	listener-marshal.list \
 	server-marshal.list \
-	indicate-0.2.pc.in
+	indicate.pc.in
 
 BUILT_SOURCES = \
 	dbus-indicate-server.h \
@@ -116,7 +116,7 @@
 		--prefix=_indicate_server_marshal $(srcdir)/server-marshal.list \
 		> server-marshal.c
 
-pkgconfig_DATA = indicate-0.2.pc
+pkgconfig_DATA = indicate.pc
 pkgconfigdir = $(libdir)/pkgconfig
 
 $(ENUM_FILE).h: s-enum-types-h

=== renamed file 'libindicate/indicate-0.2.pc.in' => 'libindicate/indicate.pc.in'