From cfbfb0f5d246fad7881538bfc617e06e9136c8e5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 4 Dec 2008 23:53:48 -0800 Subject: FUSA-fying it --- autogen.sh | 2 +- configure.ac | 6 +++--- debian/changelog | 10 ++-------- debian/control | 4 ++-- src/Makefile.am | 10 +++++----- src/indicator-messages.c | 12 ------------ 6 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 src/indicator-messages.c diff --git a/autogen.sh b/autogen.sh index f0cc344..537d394 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -PKG_NAME="indicator-applet" +PKG_NAME="indicator-fusa" which gnome-autogen.sh || { echo "You need gnome-common from GNOME SVN" diff --git a/configure.ac b/configure.ac index 73e3070..ec22ca2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(src/indicator-messages.c) +AC_INIT(src/indicator-fusa.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messaging, 0.1) +AM_INIT_AUTOMAKE(indicator-fusa, 0.1) AM_MAINTAINER_MODE @@ -43,7 +43,7 @@ src/Makefile AC_MSG_NOTICE([ -Messaging Indicator Configuration: +FUSA Indicator Configuration: Prefix: $prefix ]) diff --git a/debian/changelog b/debian/changelog index b784037..ed0dab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,5 @@ -indicator-messages (0.1~ppa2) intrepid; urgency=low - - * Moving the directory - - -- Ted Gould Thu, 04 Dec 2008 23:10:23 -0800 - -indicator-messages (0.1~ppa1) intrepid; urgency=low +indicator-fusa (0.1~ppa1) intrepid; urgency=low * Initial release - -- Ted Gould Thu, 04 Dec 2008 20:32:25 -0800 + -- Ted Gould Thu, 04 Dec 2008 23:51:41 -0800 diff --git a/debian/control b/debian/control index a76880b..251112d 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: indicator-messages +Source: indicator-fusa Section: gnome Priority: optional Maintainer: Ubuntu Core Developers @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool Standards-Version: 3.8.0 -Package: indicator-messages +Package: indicator-fusa Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet Description: Applet for the GNOME panel providing various indicators for diff --git a/src/Makefile.am b/src/Makefile.am index eda93d7..c29d179 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -messaginglibdir = $(libdir)/indicators/1 -messaginglib_LTLIBRARIES = libmessaging.la -libmessaging_la_SOURCES = indicator-messages.c -libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -libmessaging_la_LIBADD = $(APPLET_LIBS) +fusalibdir = $(libdir)/indicators/1 +fusalib_LTLIBRARIES = libfusa.la +libfusa_la_SOURCES = indicator-fusa.c +libfusa_la_CFLAGS = $(APPLET_CFLAGS) +libfusa_la_LIBADD = $(APPLET_LIBS) diff --git a/src/indicator-messages.c b/src/indicator-messages.c deleted file mode 100644 index d31a3aa..0000000 --- a/src/indicator-messages.c +++ /dev/null @@ -1,12 +0,0 @@ - -#include - -GtkWidget * -get_menu_item (void) -{ - GtkWidget * main = gtk_menu_item_new_with_label("Message Me"); - - gtk_widget_show(main); - return main; -} - -- cgit v1.2.3