debian/0000755000000000000000000000000011733446470007177 5ustar debian/watch0000644000000000000000000000020011732710266010214 0ustar version=2 http://matchbox-project.org/sources/matchbox-panel-manager/0.1/matchbox-panel-manager-(.*)\.tar.gz \ debian uupdate debian/control0000644000000000000000000000127511733047460010603 0ustar Source: matchbox-panel-manager Section: embedded Priority: optional Maintainer: Moray Allan Build-Depends: debhelper (>= 9), dh-autoreconf (>= 5), pkg-config, libgtk2.0-dev, libmatchbox-dev Standards-Version: 3.9.3 Package: matchbox-panel-manager Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: matchbox-panel Description: panel manager for matchbox-panel Matchbox is a base environment for the X Window System running on non-desktop embedded platforms such as handhelds, set-top boxes, kiosks and anything else for which screen space, input mechanisms or system resources are limited. . This package contains a utility to manage the Matchbox panel. debian/matchbox-panel-manager.10000644000000000000000000000132711732710266013572 0ustar .\" matchbox-panel-manager.1 .\" Copyright 2004 Moray Allan .TH matchbox-panel-manager 1 "Jul 16 2004" "" .SH NAME matchbox-panel-manager \- configure Matchbox panel .SH SYNOPSIS .B matchbox-panel-manager .\" .SH DESCRIPTION .B matchbox-panel-manager connects to a running .B matchbox-panel process to allow the user to change the order of the applets on the panel. Matchbox is a base environment for the X Window System running on non-desktop embedded platforms such as handhelds, set-top boxes, kiosks and anything else for which screen space, input mechanisms or system resources are limited. .\" .SH SEE ALSO .BR matchbox-panel (1). .SH AUTHOR .B matchbox-panel-manager was written by Matthew Allum . debian/changelog0000644000000000000000000000170611733446415011054 0ustar matchbox-panel-manager (0.1-6) unstable; urgency=low * Restore patch for Makefile.am and Makefile.in. -- Moray Allan Sat, 24 Mar 2012 22:38:58 +0000 matchbox-panel-manager (0.1-5) unstable; urgency=low * Move from cdbs to dh 9. -- Moray Allan Thu, 22 Mar 2012 21:03:35 +0000 matchbox-panel-manager (0.1-4) unstable; urgency=low * Add -lX11 to LDADD. Closes: #555590. -- Moray Allan Sun, 08 May 2011 00:21:39 +0100 matchbox-panel-manager (0.1-3) unstable; urgency=low * Update watch file. Closes: #449997. -- Moray Allan Fri, 16 Nov 2007 18:02:20 +0000 matchbox-panel-manager (0.1-2) unstable; urgency=low * Add libgtk2.0-dev to Build-Depends. -- Moray Allan Wed, 21 Jul 2004 01:11:04 +0100 matchbox-panel-manager (0.1-1) unstable; urgency=low * Initial release. -- Moray Allan Wed, 14 Jul 2004 21:27:50 +0100 debian/source/0000755000000000000000000000000011732711713010471 5ustar debian/source/format0000644000000000000000000000001411732711713011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000154511732710266011133 0ustar This package was debianised by Moray Allan on Mon, 12 Jul 2004 20:39:00 +0100. It was downloaded from http://matchbox.handhelds.org/sources/ Upstream author: Matthew Allum Copyright: Copyright (C) 2004 Matthew Allum This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000211732710266010371 0ustar 6 debian/matchbox-panel-manager.manpages0000644000000000000000000000004011732710266015214 0ustar debian/matchbox-panel-manager.1 debian/rules0000755000000000000000000000046311732710705010254 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --with autoreconf override_dh_autoreconf: dh_autoreconf --as-needed override_dh_auto_configure: ./configure --prefix=/usr --enable-startup-notification --enable-expat --enable-gconf --enable-keyboard # --enable-composite debian/patches/0000755000000000000000000000000011733445561010626 5ustar debian/patches/linking-fix0000644000000000000000000000126111733445561012770 0ustar Description: Fix FTBFS with binutils-gold (#555590) Author: Bhavani Shankar R Last-Update: 2010-12-28 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ matchbox_panel_manager_SOURCES = \ mbpanelmgr.c -matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@ +matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@ -lX11 desktopdir = $(datadir)/applications/ pixmapsdir = $(datadir)/pixmaps/ --- a/Makefile.in +++ b/Makefile.in @@ -119,7 +119,7 @@ mbpanelmgr.c -matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@ +matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@ -lX11 desktopdir = $(datadir)/applications/ pixmapsdir = $(datadir)/pixmaps/ debian/patches/series0000644000000000000000000000001411733445447012041 0ustar linking-fix