[Pkg-wmaker-commits] [wmfire] 45/61: debian/patches: (01_resource.patch) Convert to quilt; add DEP3 header.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 03:39:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfire.

commit 42c561270688e99f40874c89d6bdb8951892525f
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Jan 15 07:53:22 2015 -0600

    debian/patches: (01_resource.patch) Convert to quilt; add DEP3 header.
---
 debian/patches/01_resource.patch | 26 ++++++++++++++++++++------
 debian/patches/series            |  1 +
 2 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/debian/patches/01_resource.patch b/debian/patches/01_resource.patch
index b4bc145..29de728 100644
--- a/debian/patches/01_resource.patch
+++ b/debian/patches/01_resource.patch
@@ -1,6 +1,21 @@
-diff -urNad wmfire~/src/wmfire.c wmfire/src/wmfire.c
---- wmfire~/src/wmfire.c	2005-12-04 05:39:16.000000000 -0500
-+++ wmfire/src/wmfire.c	2005-12-06 10:52:31.055785408 -0500
+Description: patch to run multiple instances in (wmaker) dock
+ When starting multiple instances of wmfire (one for cpu, one for net,
+ etc) the window manager cannot see any difference between the instances.
+ So it will randomly place it in the dock.
+ .
+ I have patched wmfire to set the X resource name by hand (option -r) so the
+ window manager can see the difference. (It fixed my problem with wmaker)
+ .
+ patch included.
+ .
+ greetings,
+ Christof
+Author: Christof Douma <bugs at wizztick.net>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228357
+Last-Update: 2015-01-15
+
+--- a/src/wmfire.c
++++ b/src/wmfire.c
 @@ -134,6 +134,7 @@
  int cpu_id = 0;
  int cpu_nice = 1;
@@ -51,9 +66,8 @@ diff -urNad wmfire~/src/wmfire.c wmfire/src/wmfire.c
 +	fprintf(stderr, "\t-r [...]\t\tchange resource name (default:%s)\n", resource_name);
  	fprintf(stderr, "\t-h\t\t\tprints this help\n");
  }
-diff -urNad wmfire~/wmfire.1 wmfire/wmfire.1
---- wmfire~/wmfire.1	2005-12-04 05:39:16.000000000 -0500
-+++ wmfire/wmfire.1	2005-12-06 10:51:28.318260676 -0500
+--- a/wmfire.1
++++ b/wmfire.1
 @@ -98,6 +98,10 @@
  .B -p
  Fire effect only (no monitoring)
diff --git a/debian/patches/series b/debian/patches/series
index ae259b2..02586db 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+01_resource.patch
 rename_configure.patch
 fix_manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfire.git



More information about the Pkg-wmaker-commits mailing list