--- matchbox-panel-manager-0.1.orig/Makefile.am +++ matchbox-panel-manager-0.1/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/ --- matchbox-panel-manager-0.1.orig/Makefile.in +++ matchbox-panel-manager-0.1/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/ --- matchbox-panel-manager-0.1.orig/debian/watch +++ matchbox-panel-manager-0.1/debian/watch @@ -0,0 +1,4 @@ +version=2 + +http://matchbox-project.org/sources/matchbox-panel-manager/0.1/matchbox-panel-manager-(.*)\.tar.gz \ + debian uupdate --- matchbox-panel-manager-0.1.orig/debian/control +++ matchbox-panel-manager-0.1/debian/control @@ -0,0 +1,17 @@ +Source: matchbox-panel-manager +Section: embedded +Priority: optional +Maintainer: Moray Allan +Build-Depends: cdbs (>= 0.4.21), debhelper (>= 6), pkg-config, libgtk2.0-dev, libmatchbox-dev +Standards-Version: 3.9.1 + +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. --- matchbox-panel-manager-0.1.orig/debian/matchbox-panel-manager.1 +++ matchbox-panel-manager-0.1/debian/matchbox-panel-manager.1 @@ -0,0 +1,24 @@ +.\" 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 . + --- matchbox-panel-manager-0.1.orig/debian/changelog +++ matchbox-panel-manager-0.1/debian/changelog @@ -0,0 +1,23 @@ +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 --- matchbox-panel-manager-0.1.orig/debian/copyright +++ matchbox-panel-manager-0.1/debian/copyright @@ -0,0 +1,22 @@ +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'. --- matchbox-panel-manager-0.1.orig/debian/compat +++ matchbox-panel-manager-0.1/debian/compat @@ -0,0 +1 @@ +6 --- matchbox-panel-manager-0.1.orig/debian/matchbox-panel-manager.manpages +++ matchbox-panel-manager-0.1/debian/matchbox-panel-manager.manpages @@ -0,0 +1 @@ +debian/matchbox-panel-manager.1 --- matchbox-panel-manager-0.1.orig/debian/rules +++ matchbox-panel-manager-0.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS = --enable-startup-notification --enable-expat --enable-gconf --enable-keyboard +# --enable-composite