--- gnome-do-0.8.1.3.orig/debian/rules +++ gnome-do-0.8.1.3/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/cli-common/cli.make +include /usr/share/dpatch/dpatch.make + +export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 + +CURVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 ) + +build: build-stamp +build-stamp: patch-stamp + MCS=/usr/bin/csc dh build + touch $@ + +clean: unpatch + dh $@ + +install: build + dh $@ + +binary: binary-arch +binary-arch: install + dh $@ + + +# Makefile arcanery warning: +# $(dir $(_)) gives us the path containing this rules file. +# I haven't found this documented in any make documentation, so I am unsure +# how portable/version independent it is. +# This magic care of Emmet Hickory: +# (http://lists.debian.org/debian-devel-games/2008/02/msg00135.html) +get-orig-source: + [ -d ../tarballs ] || mkdir ../tarballs + uscan \ + --destdir=../tarballs \ + --rename \ + --download-version $(CURVER) \ + --force-download \ + --watchfile=$(dir $(_))/watch + +.PHONY: build clean install binary binary-arch get-orig-source --- gnome-do-0.8.1.3.orig/debian/watch +++ gnome-do-0.8.1.3/debian/watch @@ -0,0 +1,3 @@ +version=3 + +https://launchpad.net/do/+download http://launchpad.net/do/.*/.*/\+download/gnome-do-(.*).tar.gz --- gnome-do-0.8.1.3.orig/debian/gnome-do.1 +++ gnome-do-0.8.1.3/debian/gnome-do.1 @@ -0,0 +1,29 @@ +.TH GNOME-DO 1 "13 March 2009" "0.8.1" +.SH NAME +GNOME-Do \- Launcher application in the spirit of Quicksilver +.SH SYNOPSIS +gnome-do [--debug] +.SH DESCRIPTION +GNOME-Do 0.8.1 +.PP +\fBGNOME-Do\fP allows you to quickly search for many objects present +in your GNOME desktop environment \- applications, Evolution contacts, +Firefox bookmarks, documents \- and perform commonly used commands on +those objects \- run, open, send, etc. + +By default the hotkey to summon the \fBGNOME-Do\fP interface is ++space. This, and other options, can be changed from the +graphical interface. + +.TP +\fB--debug\fP +Print verbose status information to the terminal; useful for debugging. + +.SH VERSION +0.8.1 + +.SH BUGS +See http://launchpad.net/do/+bugs for a list of bugs. + +.SH AUTHOR +Authors of the program: see Launchpad - http://launchpad.net/do --- gnome-do-0.8.1.3.orig/debian/gnome-do.install +++ gnome-do-0.8.1.3/debian/gnome-do.install @@ -0,0 +1 @@ +debian/gnome-do/usr/share/applications/gnome-do.desktop etc/xdg/autostart --- gnome-do-0.8.1.3.orig/debian/gnome-do.gconf-defaults +++ gnome-do-0.8.1.3/debian/gnome-do.gconf-defaults @@ -0,0 +1 @@ +/apps/gnome-do/preferences/core-preferences/QuietStart true --- gnome-do-0.8.1.3.orig/debian/control +++ gnome-do-0.8.1.3/debian/control @@ -0,0 +1,60 @@ +Source: gnome-do +Section: gnome +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian CLI Applications Team +Uploaders: Christopher James Halse Rogers +Build-Depends: debhelper (>= 7), + dpatch, + mono-devel (>= 2.0.1), + autotools-dev, + libndesk-dbus1.0-cil, + libndesk-dbus-glib1.0-cil, + libgconf2.24-cil, + libmono-cairo2.0-cil, + cli-common-dev (>= 0.5.7), + pkg-config, + intltool, + libgtk2.0-cil, + libgnome2.24-cil, + libglib2.0-cil, + libglade2.0-cil, + libgnome-vfs2.24-cil, + libgnomedesktop2.20-cil, + libgnome-keyring1.0-cil, + libmono-addins0.2-cil, + libmono-addins-gui0.2-cil, + libnotify0.4-cil, + libglib2.0-dev, + libgtk2.0-dev, + libwnck2.20-cil, + librsvg2-2.18-cil +Standards-Version: 3.8.0 +Homepage: http://do.davebsd.com/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/gnome-do/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk + +Package: gnome-do +Architecture: any +Depends: ${cli:Depends}, + ${shlibs:Depends}, + ${misc:Depends}, + xdg-utils, + dbus, + procps +Recommends: gnome-do-plugins +Description: Quickly perform actions on your desktop + Allows you to quickly search for many items present in your + GNOME desktop environment (applications, Evolution contacts, Firefox + bookmarks, files, artists and albums in Rhythmbox, Pidgin buddies, + etc.) and perform commonly used actions on those items (Run, Open, + Email, Chat, Play, etc.). + . + GNOME Do is plugin based, allowing it to be easily extended to handle + new items and actions. This package contains a core set of items and + actions. + . + Although GNOME Do primarily targets the GNOME desktop, it also works + under other desktop environments. + . + GNOME Do is inspired by Quicksilver and GNOME Launch Box. --- gnome-do-0.8.1.3.orig/debian/copyright +++ gnome-do-0.8.1.3/debian/copyright @@ -0,0 +1,126 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226 +Upstream-Source: https://launchpad.net/do/+download +Upstream-Name: GNOME Do +Upstream-Maintainer: David Siegel , + Jason Smith + +Files: * +Copyright: © 2007 Chris Halse Rogers, + © 2007 DR Colkitt, + © 2007 David Siegel, + © 2007 James Walker, + © 2007 Jason Smith, + © 2007 Miguel de Icaza, + © 2007 Rick Harding, + © 2007 Thomsen Anders, + © 2007 Volker Braun +License: GPL-3+ + +Files: DefaultObjects.cs, TextFrame.cs, MiniWindowFrame.cs +Copyright: © 2008 Jason Smith +License: GPL-3+ + +Files: debian/* +Copyright: © 2008 Christopher James Halse Rogers +License: GPL-3+ + +Files: po/*.po +Copyright: © 2008 Rosetta Contributors and Canonical Ltd 2008 +License: GPL-3+ + +Licence: GPL-3+ + This program 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, either version 3 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + On Debian systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL'. + +Files: Do/src/XKeybinder.cs +Copyright: © 2004-2007 Alex Graveley +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + + On Debian systems, the complete text of the GNU Lesser General Public + License can be found in `/usr/share/common-licenses/LGPL'. + +Files: libdo/keybinder.{c,h} +Copyright: © 2004-2007 Alex Graveley +License: LGPL-2+ + +Files: libdo/eggaccelerators.c +Copyright: © 2002 Red Hat, Inc, + © 1998, 2001 Tim Janik +License: LGPL-2+ + +Files: libdo/eggaccelerators.h +Copyright: © 2002 Red Hat, Inc, +License: LGPL-2+ + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +Files: Do/src/ConsoleCrayon.cs +Copyright: © 2008 Novell, Inc. +License: MIT + +Files: m4/shamrock/* +Copyright: © 2005-2007 Novell, Inc. +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. --- gnome-do-0.8.1.3.orig/debian/README.Source +++ gnome-do-0.8.1.3/debian/README.Source @@ -0,0 +1,8 @@ +Source package information for GNOME Do +---------------------------------------------- + * The source uses the dpatch patch system. + debian/rules patch will apply all patches, debian/rules + unpatch will unapply all patches. + See "man dpatch-edit-patch" for details of editing patches. + + -- Christopher James Halse Rogers Sun, 24 Aug 2008 15:38:45 +1000 --- gnome-do-0.8.1.3.orig/debian/gnome-do.preinst +++ gnome-do-0.8.1.3/debian/gnome-do.preinst @@ -0,0 +1,28 @@ +#!/bin/sh -e + +# gnome-do 0.4.2.0-1 installed an autostart file to /etc/xdg/autostart +# Upstream now has its own handling of autostart with a different filename, +# which can make Do appear twice on the autostart list. +# +# Remove the previously installed autostart file, if it hasn't been modified. + +OLD_AUTOSTART=/etc/xdg/autostart/gnome-do-autostart.desktop +OLD_AUTOSTART_MD5SUM=c3fe3975541f89a0c9e78b4481445683 + +if [ "$1" = "upgrade" -o "$1" = "install" ] && \ + [ "$2" = "0.4.2.0-1" ] ; then + if [ -f $OLD_AUTOSTART ] ; then + echo "Found old autostart file: $OLD_AUTOSTART..." + if [ "$(md5sum $OLD_AUTOSTART | cut -f 1 -d ' ')" = "$OLD_AUTOSTART_MD5SUM" ] ; + then + # The old file has been left unchanged, we can delete it + echo "Removing unmodified autostart file in favour of new one." + rm -f $OLD_AUTOSTART + else + echo "Autostart file has been modified. Leaving untouched." + echo "GNOME Do may appear twice in your autostart list." + fi + fi +fi + +#DEBHELPER# --- gnome-do-0.8.1.3.orig/debian/compat +++ gnome-do-0.8.1.3/debian/compat @@ -0,0 +1 @@ +7 --- gnome-do-0.8.1.3.orig/debian/gnome-do.manpages +++ gnome-do-0.8.1.3/debian/gnome-do.manpages @@ -0,0 +1 @@ +debian/gnome-do.1 --- gnome-do-0.8.1.3.orig/debian/changelog +++ gnome-do-0.8.1.3/debian/changelog @@ -0,0 +1,210 @@ +gnome-do (0.8.1.3-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + Gnome Do causes keyboard keys to be remapped (LP: #308143) + + Docky window too small when summoned (LP: #317381) + + Minimize/Maximize does not work on all windows (LP: #317908) + + Docky blocks drag and drop over large areas of the screen + (LP: #318471) + + Docky fails to autohide properly when changing themes + (LP: #318672) + + Paste via ctrl+v does not work in 1st pane (LP: #318922) + + Autostart is in wrong assembly (LP: #319114) + + Docky has no results list (LP: #319797) + + Docky trash applet does not reflect current state + (LP: #320621) + + Docky panels splits into two when over filled (LP: #324648) + + Docky ui division is inconsistent and confusing + (LP: #324718) + + poor performance with two screens (LP: #323294) + + Docky trash applet doesn't check if trash exists + (LP: #323453) + + docky panel splits into two when overfilled (LP: #324648) + + Docky's UI division is inconsistent and confusing + (LP: #324718) + + Do crashes when using a pastebin launcher with docky + (LP: #325178) + + Make docky aware of icon theme switch (LP: #328721) + + Docky doesn't update icon status for some apps that minimize + to system tray. (LP: #329120) + + Docky does not work properly with pull-down window + (LP: #334663) + + sensitivity of zooming the icons in the dock isn't + configurable (LP: #336214) + + Regression: In 0.8.1, "Request attention" is no longer + indicated (LP: #337594) + + Clock's Calendar mode auto-hides when leaving the bounds of + the original dock (LP: #337783) + + gnome-do does not notice change of icon theme (LP: #204368) + + Thumbnails are never displayed when files have spaces in + their names (LP: #311551) + + Open improperly escapes URLs. (LP: #317416) + + Docky: Right-click dialog appears on wrong monitor + (LP: #319062) + + Dragging items off Docky possible in summon mode + (LP: #319452) + + Docky shows icon according to the filename (LP: #320892) + + Mouse click inactive when Do(cky) is summoned (LP: #324937) + + Docky trash don't have a right-click menu (LP: #317947) + + Polish docky's window name labels (LP: #318487) + + Docky: Scroll on window icon should switch between windows + of that app (LP: #319805) + + Docky does not preserve window stack (z?) order when + switching apps by clicking on app icon (LP: #326661) + + Docky window switching should be easier. (LP: #327079) + + Color of indicators on Docky cannot be changed + (LP: #332936) + + Do's ResultWindow is using wrong text color (LP: #288771) + + Docky won't unhide after rev 1053 (LP: #337113) + + Do's icon label in Docky should be "GNOME Do" instead of + "Summon GNOME Do" (LP: #338496) + * Build against gtk, gnome mono packages from Experimental. + * debian/control: + + Bump versioned dep on libgtk2.0-cil to ensure + Gdk.Screen.IsComposited exists + + Add libwnck2.20-cil build-dep + + Add librsvg2-2.18-cil build-dep + + gnome-sharp2 transition. + * debian/patches/03_show_in_all_DEs + + Drop; fixed in new upstream + * debian/gnome-do.1 + + Update for new version. + + -- Daniel T Chen Fri, 13 Mar 2009 18:00:35 -0400 + +gnome-do (0.8.0-1) unstable; urgency=low + + [ Mirco Bauer ] + * Upload to unstable. + * debian/control: + + Lowered GNOME# build-deps to 2.0 ABI as that transition didn't happen + yet in unstable. + + [ Christopher James Halse Rogers ] + * New upstream release. (LP: #323048) + + Fixes text input problems (LP: #288517) + + No longer grabs plugins from internet repositories (LP: #294808) + + Preferences dialog is resizable (LP: #305419) + * Build against gtk, gnome mono packages from Experimental. (Closes: #510836) + * debian/control: + + Bump versioned dep on libgtk2.0-cil to ensure + Gdk.Screen.IsComposited exists (Closes: #510973) + + Add libwnck2.20-cil build-dep + + gnome-sharp2 transition. + * debian/patches/04_fix_locale_dir + * debian/patches/05_fix_localised_theme_setting + * debian/patches/06_expand_homedir_in_open + + Drop; fixed in new upstream + * debian/patches/02_use_cli_for_wrapper + + Update for new upstream + + Add dpatch comments + * debian/gnome-do.1 + + Fix broken formatting (LP: #291654). Thank you to Frédéric Grosshans + for spotting it, and the patch. + + Update for new version. + + -- Christopher James Halse Rogers Wed, 04 Feb 2009 15:30:25 +1100 + +gnome-do (0.8.0-1~ubuntu1) jaunty; urgency=low + + [ Christopher James Halse Rogers ] + * New upstream release. (LP: #323048) + + Fixes text input problems (LP: #288517) + + No longer grabs plugins from internet repositories (LP: #294808) + + Preferences dialog is resizable (LP: #305419) + * Build against gtk, gnome mono packages from Experimental. (Closes: #510836) + * debian/control: + + Bump versioned dep on libgtk2.0-cil to ensure + Gdk.Screen.IsComposited exists (Closes: #510973) + + Add libwnck2.20-cil build-dep + + gnome-sharp2 transition. + * debian/patches/04_fix_locale_dir + * debian/patches/05_fix_localised_theme_setting + * debian/patches/06_expand_homedir_in_open + + Drop; fixed in new upstream + * debian/patches/02_use_cli_for_wrapper + + Update for new upstream + + Add dpatch comments + * debian/gnome-do.1 + + Fix broken formatting (LP: #291654). Thank you to Frédéric Grosshans + for spotting it, and the patch. + + Update for new version. + + [ Iain Lane ] + * Tag pkg-cli-apps SVN revision into Jaunty, to get in before Feature + Freeze. Should be a sync after the next Debian upload. + + -- Christopher James Halse Rogers Wed, 04 Feb 2009 15:30:25 +1100 + +gnome-do (0.6.1.0-1) experimental; urgency=low + + [ Christopher James Halse Rogers ] + * New upstream release + * debian/rules + + Set GCONF_DISABLE_SCHEMAS_INSTALL; upstream now ships a gconf schema. + + Mono 2.0 transition: + - Set MCS env variable to /usr/bin/csc when calling "dh build" + + Add .PHONY for good measure + + Add build-stamp target to avoid calling dh build twice. + * debian/patches/05_fix_localised_theme_setting: + + Use the index of the selected theme rather than text of the theme + when setting the UI preference. The text is now correctly translated, + so using the text no longer works (LP: #280719). + * debian/patches/06_expand_homedir_in_open: + + Expand '~' in strings for the Open action (LP: #280540). + * debian/gnome-do.gconf-defaults: + + Don't popup the UI on login; wait for the user to summon Do. + * debian/control + + Mono 2.0 transition: + - build-depend on mono-devel (>= 2.0) rather than + mono-gmcs. + + [ David Paleino ] + * debian/rules: + + get-orig-source updated, puts the tarball, correctly renamed, to + ../tarballs, to use it with svn-buildpackage + * debian/patches/: + + 01_fix_libX11_linkage.dpatch updated to patch Makefile.am and Makefile.in + + -- Christopher James Halse Rogers Fri, 28 Nov 2008 15:19:20 +1100 + +gnome-do (0.6.0.1-1) experimental; urgency=low + + * New upstream version (closes: #485684) + * debian/control + + Update build-depends for new version + + Update standards version to 3.8.0, adding README.Source + * debian/gnome-do-autostart.desktop + * debian/gnome-do.install + + Delete our desktop file, install upstream's translated desktop file + to /etc/xdg/autostart instead. + * debian/gnome-do.preinst + + Remove old autostart file on upgrade (if unmodified). Otherwise + GNOME Do will appear twice in the autostart list. + * debian/gnome-do.1 + + Manpage updated for new version + * debian/rules: + + Fix get-orig-source target to run properly from any directory; now should + be policy compliant. + * debian/copyright: + + Refresh for new upstream version + + Update to more recent CopyrightFormat proposal + * debian/patches/04_fix_locale_dir: + + Point the (hardcoded) locale dir to /usr/share/locale rather than + /usr/local/share/locale. + + -- Christopher James Halse Rogers Mon, 25 Aug 2008 08:27:54 +1000 + +gnome-do (0.4.2.0-1) unstable; urgency=low + + * Initial Debian package (closes: #474022) + * debian/patches/02_use_cli_for_wrapper: + + Patch upstream's wrapper to call /usr/bin/cli rather than mono + * debian/patches/01_fix_libX11_linkage: + + Link libdo against libX11; fix undefined symbol warnings. + * debian/patches/03_show_in_all_DEs: + + Show the launcher in all desktop environments; it's useful in XFCE + and KDE as well as GNOME. + + -- Christopher James Halse Rogers Mon, 14 Apr 2008 21:36:12 +1000 + --- gnome-do-0.8.1.3.orig/debian/patches/02_use_cli_for_wrapper.dpatch +++ gnome-do-0.8.1.3/debian/patches/02_use_cli_for_wrapper.dpatch @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_use_cli_for_wrapper.dpatch by Christopher James Halse Rogers +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Use /usr/bin/cli for the wrapper script instead of calling mono +## DP: directly. +## DP: For cli policy conformance. + +@DPATCH@ +diff -urNad gnome-do-0.8.0~/Do/gnome-do.in gnome-do-0.8.0/Do/gnome-do.in +--- gnome-do-0.8.0~/Do/gnome-do.in 2009-02-04 12:34:22.000000000 +1100 ++++ gnome-do-0.8.0/Do/gnome-do.in 2009-02-04 12:34:52.917069743 +1100 +@@ -18,8 +18,8 @@ + + # If Do is not running, run it. + if pgrep -u "`id -un`" '^gnome-do$' >/dev/null; then +- mono "$GNOME_DO_EXE" "$@" ++ /usr/bin/cli "$GNOME_DO_EXE" "$@" + fi + while [ "$?" -eq "20" ]; do +- mono "$GNOME_DO_EXE" "$@" ++ /usr/bin/cli "$GNOME_DO_EXE" "$@" + done --- gnome-do-0.8.1.3.orig/debian/patches/01_fix_libX11_linkage.dpatch +++ gnome-do-0.8.1.3/debian/patches/01_fix_libX11_linkage.dpatch @@ -0,0 +1,31 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_fix_libX11_linkage.dpatch by Christopher James Halse Rogers +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Explicitly link to libX11 to resolve missing symbols +## DP: on link. + +@DPATCH@ +diff -urNad gnome-do-0.4.0.1~/libdo/Makefile.in gnome-do-0.4.0.1/libdo/Makefile.in +--- gnome-do-0.4.0.1~/libdo/Makefile.am 2008-03-18 13:31:06.000000000 +1100 ++++ gnome-do-0.4.0.1/libdo/Makefile.am 2008-03-18 13:57:00.000000000 +1100 +@@ -18,6 +18,6 @@ + eggaccelerators.c + + libdo_la_LDFLAGS = -export-dynamic -module -avoid-version +-libdo_la_LIBADD = $(LIBDO_LIBS) ++libdo_la_LIBADD = $(LIBDO_LIBS) -lX11 + + maintainer-clean-local: +diff -urNad gnome-do-0.4.0.1~/libdo/Makefile.in gnome-do-0.4.0.1/libdo/Makefile.in +--- gnome-do-0.4.0.1~/libdo/Makefile.in 2008-03-18 13:31:06.000000000 +1100 ++++ gnome-do-0.4.0.1/libdo/Makefile.in 2008-03-18 13:57:00.000000000 +1100 +@@ -261,7 +261,7 @@ + eggaccelerators.c + + libdo_la_LDFLAGS = -export-dynamic -module -avoid-version +-libdo_la_LIBADD = $(LIBDO_LIBS) ++libdo_la_LIBADD = $(LIBDO_LIBS) -lX11 + all: all-am + + .SUFFIXES: --- gnome-do-0.8.1.3.orig/debian/patches/00list +++ gnome-do-0.8.1.3/debian/patches/00list @@ -0,0 +1,2 @@ +01_fix_libX11_linkage +02_use_cli_for_wrapper