debian/0000755000000000000000000000000012260061623007164 5ustar debian/libido-0.1-0.symbols0000644000000000000000000000445512023101470012471 0ustar libido-0.1.so.0 libido-0.1-0 #MINVER# ido_calendar_menu_item_clear_marks@Base 0.2.1 ido_calendar_menu_item_get_calendar@Base 0.1.10 ido_calendar_menu_item_get_date@Base 0.2.1 ido_calendar_menu_item_get_display_options@Base 0.2.1 ido_calendar_menu_item_get_type@Base 0.1.10 ido_calendar_menu_item_mark_day@Base 0.2.1 ido_calendar_menu_item_new@Base 0.1.10 ido_calendar_menu_item_set_date@Base 0.2.2 ido_calendar_menu_item_set_display_options@Base 0.2.1 ido_calendar_menu_item_unmark_day@Base 0.2.1 ido_entry_menu_item_get_entry@Base 0.1.0 ido_entry_menu_item_get_type@Base 0.1.0 ido_entry_menu_item_new@Base 0.1.0 ido_message_dialog_get_type@Base 0.1.8 ido_message_dialog_new@Base 0.1.8 ido_message_dialog_new_with_markup@Base 0.1.8 ido_range_get_type@Base 0.1.9 ido_range_new@Base 0.1.9 ido_range_style_get_type@Base 0.1.9 ido_scale_menu_item_get_primary_image@Base 0.1.1 ido_scale_menu_item_get_primary_label@Base 0.1.9 ido_scale_menu_item_get_scale@Base 0.1.0 ido_scale_menu_item_get_secondary_image@Base 0.1.1 ido_scale_menu_item_get_secondary_label@Base 0.1.9 ido_scale_menu_item_get_style@Base 0.1.9 ido_scale_menu_item_get_type@Base 0.1.0 ido_scale_menu_item_new@Base 0.1.0 ido_scale_menu_item_new_with_range@Base 0.1.0 ido_scale_menu_item_primary_clicked@Base 0.3.3 ido_scale_menu_item_secondary_clicked@Base 0.3.3 ido_scale_menu_item_set_primary_label@Base 0.1.9 ido_scale_menu_item_set_secondary_label@Base 0.1.9 ido_scale_menu_item_set_style@Base 0.1.9 ido_scale_menu_item_style_get_type@Base 0.1.9 ido_timeline_calculate_progress@Base 0.1.8 ido_timeline_direction_get_type@Base 0.1.8 ido_timeline_get_direction@Base 0.1.8 ido_timeline_get_duration@Base 0.1.8 ido_timeline_get_fps@Base 0.1.8 ido_timeline_get_loop@Base 0.1.8 ido_timeline_get_progress@Base 0.1.8 ido_timeline_get_screen@Base 0.1.8 ido_timeline_get_type@Base 0.1.8 ido_timeline_is_running@Base 0.1.8 ido_timeline_new@Base 0.1.8 ido_timeline_new_for_screen@Base 0.1.8 ido_timeline_pause@Base 0.1.8 ido_timeline_progress_type_get_type@Base 0.1.8 ido_timeline_rewind@Base 0.1.8 ido_timeline_set_direction@Base 0.1.8 ido_timeline_set_duration@Base 0.1.8 ido_timeline_set_fps@Base 0.1.8 ido_timeline_set_loop@Base 0.1.8 ido_timeline_set_progress@Base 0.1.10 ido_timeline_set_screen@Base 0.1.8 ido_timeline_start@Base 0.1.8 debian/copyright0000644000000000000000000000263312023077255011130 0ustar This package was debianized by Ken VanDine on Tue, 02 Feb 2010 12:55:15 -0800. It was downloaded from Upstream Author: Cody Russell Copyright: Copyright (C) 2010 Canonical Ltd. License: This program is free software: you can redistribute it and/or modify it under the terms of either or both of the following licenses: 1) the GNU Lesser General Public License version 3, as published by the Free Software Foundation; and/or 2) the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR PURPOSE. See the applicable version of the GNU Lesser General Public License for more details. You should have received a copy of both the GNU Lesser General Public License version 3 and version 2.1 along with this program. If not, see On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3' and `/usr/share/common-licenses/LGPL-2.1' The Debian packaging is (C) 2010, Canonical Ltd. and is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. debian/changelog0000644000000000000000000002144512260060562011045 0ustar ido-gtk2 (12.10.0.1-0ubuntu2) trusty; urgency=medium * Fix location of xorg-gtest source files. * Fix link error for test binaries. -- Matthias Klose Sun, 29 Dec 2013 18:35:54 +0100 ido-gtk2 (12.10.0.1-0ubuntu1) quantal; urgency=low * Reintroduce the gtk2 version for Xubuntu. lp: #1048217 * Dropped GTK3 build * debian/control: - build-depends on libxorg-gtest-dev * debian/rules: - run the tests * Updated packaging, use dh9 rather than cdbs, set up for multiarch -- Lionel Le Folgoc Mon, 10 Sep 2012 00:05:20 +0200 ido (0.3.4-0ubuntu2) quantal-proposed; urgency=low * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include it -- Ken VanDine Tue, 24 Jul 2012 10:47:16 -0400 ido (0.3.4-0ubuntu1) precise; urgency=low * New upstream release. -- Ken VanDine Wed, 21 Mar 2012 16:14:13 -0400 ido (0.3.3-0ubuntu2) precise; urgency=low * src/idoscalemenuitem.c - fix regression that broke mousewheel operations on the idoscale (LP: #954440) -- Ken VanDine Wed, 14 Mar 2012 16:31:04 -0400 ido (0.3.3-0ubuntu1) precise; urgency=low * New upstream release. - add style class "menubar" to the offscreen proxy, this fixes the white background drawn in the sound menu menu with the current gtk3/light-themes (LP: #925700) - fall back on gdk_screen_get_system_visual() if RGBA isn't available (LP: #867649) * debian/libido3-0.1-0.symbols, debian/libido-0.1-0.symbols - refreshed -- Ken VanDine Tue, 13 Mar 2012 17:00:19 -0400 ido (0.3.2-0ubuntu1) precise; urgency=low * New upstream release. -- Sebastien Bacher Mon, 12 Mar 2012 19:29:38 +0100 ido (0.3.1-0ubuntu1) precise; urgency=low * New upstream release. * configured.ac: drop Werror to workaround gtk3 deprecations warnings. -- Sebastien Bacher Tue, 13 Dec 2011 18:07:15 +0100 ido (0.3.0-0ubuntu4) oneiric; urgency=low * src/idoscalemenuitem.c - Fixed FTBFS on armel (LP: #866039) -- Ken VanDine Wed, 05 Oct 2011 14:45:16 -0400 ido (0.3.0-0ubuntu3) oneiric; urgency=low * src/idorange.c, src/idorange.h, src/idoscalemenuitem.c - Fixed FTBFS on armel (LP: #866039) -- Ken VanDine Wed, 05 Oct 2011 13:14:23 -0400 ido (0.3.0-0ubuntu2) oneiric; urgency=low * src/idorange.c - cherry picked fix from Michal Hruby for a crasher in IdoRange (LP: #865122) -- Ken VanDine Mon, 03 Oct 2011 11:08:59 -0400 ido (0.3.0-0ubuntu1) oneiric; urgency=low * New upstream release. -- Ken VanDine Wed, 28 Sep 2011 15:21:37 -0400 ido (0.2.93-0ubuntu1) oneiric; urgency=low * New upstream release. - Cannot click on Calendar to select day, month or year (LP: #807509) * debian/rules - removed deprecated/unused simple-patchsys.mk -- Ken VanDine Mon, 19 Sep 2011 22:57:05 -0700 ido (0.2.92-0ubuntu1) oneiric; urgency=low * New upstream release: - Fix the slider soudmenu bug (LP: #804009) * debian/libido3-0.1-0.symbols: - updated with new symbols -- Didier Roche Wed, 14 Sep 2011 08:04:39 +0200 ido (0.2.90-0ubuntu1) oneiric; urgency=low * New upstream release. - Added GTK3 support - Clicking a date of previous or next month does not select the right date (LP: #768956) * -debian/patches/10-gtk3.patch merged upstream * debian/control - Bump standards version to 3.9.2 -- Ken VanDine Tue, 21 Jun 2011 16:06:48 -0400 ido (0.2.2-0ubuntu2) oneiric; urgency=low * debian/patches/10-gtk3.patch: - Allow building against either GTK+ 2 or 3 * debian/rules, debian/control, debian/*.install, debian/*.symbols: - Enable dual build and add new packages for the GTK+ 3 libraries * COPYING.LGPL.2.1, autogen.sh, gtk-doc.make: - Drop extra files that our packing was adding -- Michael Terry Mon, 20 Jun 2011 09:44:30 -0400 ido (0.2.2-0ubuntu1) natty; urgency=low * New upstream release. - Add signals for when the date is clicked and double clicked - Fixed API regression from last release * debian/patches/10-backport-calendar-api.patch - Dropped, merged upstream -- Ken VanDine Wed, 16 Mar 2011 14:34:43 -0400 ido (0.2.1-0ubuntu2) natty; urgency=low * debian/patches/10-backport-calendar-api.patch: - Backport a new ido_calendar_menu_item_get_display_options() call for use by indicator-datetime * debian/libido-0.1-0.symbols: - Add new function -- Michael Terry Mon, 28 Feb 2011 08:03:23 -0500 ido (0.2.1-0ubuntu1) natty; urgency=low * New upstream release. * -debian/patches/01_fix-add-needed-linking.patch - Upstream * debian/libido-0.1-0.symbols - Added symbols * src/idocalendarmenuitem.{c,h} - Added back missing symbol to prevent ABI breakage, submitted back upstream -- Ken VanDine Thu, 24 Feb 2011 14:32:26 -0500 ido (0.1.14-0ubuntu2) natty; urgency=low * debian/patches/01_fix-add-needed-linking.patch: Fix linking of the examples with "ld --add-needed" (lp: #698205) -- Michael Bienia Thu, 06 Jan 2011 18:39:43 +0100 ido (0.1.14-0ubuntu1) maverick; urgency=low * New upstream release. - Updates for the entry needed for indicator-me changes (LP: #552745) -- Ken VanDine Thu, 16 Sep 2010 11:27:10 -0400 ido (0.1.13-0ubuntu1) maverick; urgency=low * New upstream release. - Each key press selects the entry text (LP: #635370) -- Ken VanDine Tue, 14 Sep 2010 15:33:02 -0400 ido (0.1.11-0ubuntu2) maverick; urgency=low * Backport upstream commit to fix armel build -- Sebastien Bacher Thu, 12 Aug 2010 17:37:56 +0200 ido (0.1.11-0ubuntu1) maverick; urgency=low * New upstream release. * debian/control - bump build depends for libgtk2.0-dev to >= 2.21.5-1ubuntu3 -- Ken VanDine Thu, 29 Jul 2010 18:06:59 -0400 ido (0.1.10-0ubuntu1) maverick; urgency=low * New upstream release. - Added ido_timeline_set_progress API - Added new calendar menu widget * debian/libido-0.1-0.symbols - Added new symbols -- Ken VanDine Thu, 22 Jul 2010 18:08:13 +0200 ido (0.1.9-0ubuntu1) maverick; urgency=low * New upstream release. * debian/libido-0.1-0.symbols - new version update -- Ken VanDine Thu, 15 Jul 2010 11:03:44 -0400 ido (0.1.8-0ubuntu1) maverick; urgency=low * New upstream versions: - Add IdoMessageDialog * debian/libido-0.1-0.symbols: - new version update -- Sebastien Bacher Thu, 08 Jul 2010 22:59:45 +0200 ido (0.1.6-0ubuntu1) lucid-proposed; urgency=low * New upstream version fixing indicator-sound theming issues (lp: #532234) -- Sebastien Bacher Tue, 08 Jun 2010 19:39:32 +0200 ido (0.1.5-0ubuntu1) lucid; urgency=low * New upstream version: - Navigation with keyboard stuck in the text field (indicator-me) (lp: #537608) - Pressing the Return key doesn't activate the menuitem - After right clicking in text field, closing Me menu is difficult * debian/control: - update gtk requirement -- Sebastien Bacher Wed, 24 Mar 2010 12:32:12 +0100 ido (0.1.4-0ubuntu1) lucid; urgency=low * New upstream version: - Don't forward the event to the entry if the user hit the Esc key. - Fix for grab/release signals. If you grab the slider and then release it while the mouse is outside the menu, it was not emitting the released signal. - Fix keyboard navigation issues in the entry widget, fixes bug #533284. -- Sebastien Bacher Thu, 11 Mar 2010 18:29:11 +0100 ido (0.1.3-0ubuntu1) lucid; urgency=low * New upstream version -- Ken VanDine Thu, 04 Mar 2010 17:03:49 -0500 ido (0.1.2-0ubuntu1) lucid; urgency=low * New upstream version -- Sebastien Bacher Thu, 18 Feb 2010 13:36:09 +0100 ido (0.1.1-0ubuntu1) lucid; urgency=low * New upstream release. * debian/patches/arm_ftbfs.patch - removed, merged upstream * debian/libido-0.1-0.symbols - added new symbols -- Ken VanDine Thu, 11 Feb 2010 17:14:58 -0500 ido (0.1.0-0ubuntu2) lucid; urgency=low * debian/patches/arm_ftbfs.patch - Fix FTBFS on arm -- Ken VanDine Fri, 05 Feb 2010 14:35:55 -0800 ido (0.1.0-0ubuntu1) lucid; urgency=low * Initial release -- Ken VanDine Thu, 04 Feb 2010 18:22:44 -0800 debian/libido-0.1-dev.install0000644000000000000000000000011012023100566013053 0ustar usr/include/libido-* usr/lib/*/pkgconfig/libido-* usr/lib/*/libido-*.so debian/libido-0.1-0.install0000644000000000000000000000003012023100256012431 0ustar usr/lib/*/libido-*.so.* debian/compat0000644000000000000000000000000212023077255010367 0ustar 9 debian/patches/0000755000000000000000000000000012260061621010611 5ustar debian/patches/xorg-gtest-location.diff0000644000000000000000000000103412260061621015352 0ustar Index: b/tests/Makefile.am =================================================================== --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,7 @@ nodist_libgtest_a_SOURCES = \ $(XORG_GTEST_SOURCE)/src/xorg-gtest-all.cpp \ - $(GTEST_SOURCE)/src/gtest-all.cc \ + $(GTEST_SOURCE)/gtest-all.cc \ $(XORG_GTEST_SOURCE)/src/xorg-gtest_main.cpp libgtest_a_CPPFLAGS = \ $(XORG_GTEST_CPPFLAGS) \ @@ -43,5 +43,6 @@ gtest_menuitems_LDADD = \ $(GTK_LIBS) \ $(IDOLIB) \ - libgtest.a + libgtest.a \ + $(XORG_GTEST_LDFLAGS) debian/patches/series0000644000000000000000000000003112260056525012027 0ustar xorg-gtest-location.diff debian/control0000644000000000000000000000220012023100756010557 0ustar Source: ido-gtk2 Section: libs Priority: optional Maintainer: Xubuntu Developers Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev (>=2.14.0), libgtk2.0-dev (>= 2.19.7), gtk-doc-tools, libxorg-gtest-dev Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicators-gtk2 Package: libido-0.1-0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Shared library providing extra gtk menu items for display in system indicators . This package contains shared libraries to be used by GTK+ 2 applications. Package: libido-0.1-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libido-0.1-0 (= ${binary:Version}), pkg-config, libglib2.0-dev (>=2.14.0), libgtk2.0-dev (>= 2.19.7) Description: Shared library providing extra gtk menu items for display in system indicators . This package contains files that are needed to build GTK+ 2 applications. debian/rules0000755000000000000000000000052312260061004010235 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules override_dh_makeshlibs: dh_makeshlibs -plibido-0.1-0 -V'libido-0.1-0 (>= 12.10.0.1)' -- -c4 dh_makeshlibs -Nlibido-0.1-0 override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing debian/source/0000755000000000000000000000000012023100721010452 5ustar debian/source/format0000644000000000000000000000001412023100721011660 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012312023100672010204 0ustar version=3 http://launchpad.net/indicators-gtk2/+download .*/ido-([0-9.]+)\.tar\.gz