diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | libdbusmenu-qt/Makefile.am | 29 | ||||
-rw-r--r-- | libdbusmenu-qt/dbusmenu-qt.pc.in | 14 | ||||
-rw-r--r-- | libdbusmenu-qt/test.c | 4 | ||||
-rw-r--r-- | libdbusmenu-qt/test.h | 2 |
7 files changed, 8 insertions, 52 deletions
diff --git a/Makefile.am b/Makefile.am index 7d56ed5..747b90b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = libdbusmenu-glib libdbusmenu-gtk libdbusmenu-qt tools tests po +SUBDIRS = libdbusmenu-glib libdbusmenu-gtk tools tests po diff --git a/configure.ac b/configure.ac index fc12668..29a628a 100644 --- a/configure.ac +++ b/configure.ac @@ -104,8 +104,6 @@ libdbusmenu-glib/Makefile libdbusmenu-glib/dbusmenu-glib.pc libdbusmenu-gtk/Makefile libdbusmenu-gtk/dbusmenu-gtk.pc -libdbusmenu-qt/Makefile -libdbusmenu-qt/dbusmenu-qt.pc tools/Makefile tests/Makefile ]) diff --git a/debian/changelog b/debian/changelog index 943cb0d..2ac0343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdbusmenu (0.2.0-0ubuntu1~ppa1) UNRELEASED; urgency=low + + * Upstream official 0.2.0 + * Remove unused libdbusmenu-qt + + -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 08:40:50 -0600 + libdbusmenu (0.2.0~dev-0ubuntu1~ppa9) karmic; urgency=low * Upstream update: diff --git a/libdbusmenu-qt/Makefile.am b/libdbusmenu-qt/Makefile.am deleted file mode 100644 index 3b8fdc8..0000000 --- a/libdbusmenu-qt/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ - -EXTRA_DIST = \ - dbusmenu-qt.pc.in - -lib_LTLIBRARIES = \ - libdbusmenu-qt.la - -libdbusmenu_qtincludedir=$(includedir)/libdbusmenu-0.1/libdbusmenu-qt/ - -libdbusmenu_qtinclude_HEADERS = \ - test.h - -libdbusmenu_qt_la_SOURCES = \ - test.c - -libdbusmenu_qt_la_LDFLAGS = \ - -version-info $(LIBDBUSMENU_CURRENT):$(LIBDBUSMENU_REVISION):$(LIBDBUSMENU_AGE) \ - -no-undefined \ - -export-symbols-regex "^[^_].*" - -libdbusmenu_qt_la_CFLAGS = \ - $(LIBDBUSMENU_QT_CFLAGS) - -libdbusmenu_qt_la_LIBADD = \ - $(LIBDBUSMENU_QT_LIBS) - -pkgconfig_DATA = dbusmenu-qt.pc -pkgconfigdir = $(libdir)/pkgconfig - diff --git a/libdbusmenu-qt/dbusmenu-qt.pc.in b/libdbusmenu-qt/dbusmenu-qt.pc.in deleted file mode 100644 index 82606e3..0000000 --- a/libdbusmenu-qt/dbusmenu-qt.pc.in +++ /dev/null @@ -1,14 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -bindir=@bindir@ -includedir=@includedir@ - -Cflags: -I${includedir}/libdbusmenu-0.1 -Requires: dbus-glib-1 dbusmenu-glib -Libs: -L${libdir} -ldbusmenu-qt - -Name: libdbusmenu-qt -Description: libdbusmenu-qt. -Version: @VERSION@ - diff --git a/libdbusmenu-qt/test.c b/libdbusmenu-qt/test.c deleted file mode 100644 index 8ebb3f7..0000000 --- a/libdbusmenu-qt/test.c +++ /dev/null @@ -1,4 +0,0 @@ - -void mysymbol (void) { - return; -} diff --git a/libdbusmenu-qt/test.h b/libdbusmenu-qt/test.h deleted file mode 100644 index ad000af..0000000 --- a/libdbusmenu-qt/test.h +++ /dev/null @@ -1,2 +0,0 @@ - -void mysymbol (void); |