~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/10_default_style_patch

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry E. Oboukhov
  • Date: 2008-07-01 10:38:14 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080701103814-khx2b6il152x9p93
Tags: 1.0.0+deb1-8
* x-dev has been removed from build-depends (out-of-date package).
* Standards-Version bumped to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 10_default_style_patch.dpatch by  <dimka@avanto.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Patch for using another default style.
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- fluxbox-1.0.0/build-tree/fluxbox-1.0.0/configure
 
10
+++ fluxbox-1.0.0/build-tree/fluxbox-1.0.0/configure
 
11
@@ -1362,7 +1362,7 @@
 
12
   --with-imlib2-prefix=PFX       Prefix where imlib2 is installed (optional)
 
13
   --with-imlib2-exec-prefix=PFX Exec prefix where imlib2 is installed (optional)
 
14
   --with-menu=path        location menu file (PREFIX/share/fluxbox/menu)
 
15
-  --with-style=path       style by default   (PREFIX/share/fluxbox/styles/Meta)
 
16
+  --with-style=path       style by default   (PREFIX/share/fluxbox/styles/Bloe)
 
17
   --with-keys=path        location keys file (PREFIX/share/fluxbox/keys)
 
18
   --with-init=path        location init file (PREFIX/share/fluxbox/init)
 
19
   --with-locale=path      location for nls files (PREFIX/share/fluxbox/nls)
 
20
--- fluxbox-1.0.0/build-tree/fluxbox-1.0.0/src/Makefile.in
 
21
+++ fluxbox-1.0.0/build-tree/fluxbox-1.0.0/src/Makefile.in
 
22
@@ -194,7 +194,7 @@
 
23
 DEFAULT_INIT = @DEFAULT_INIT@
 
24
 DEFAULT_KEYS = @DEFAULT_KEYS@
 
25
 DEFAULT_MENU = @DEFAULT_MENU@
 
26
-DEFAULT_STYLE = $(pkgdatadir)/styles/Clean
 
27
+DEFAULT_STYLE = @DEFAULT_STYLE@
 
28
 DEFS = @DEFS@
 
29
 DEPDIR = @DEPDIR@
 
30
 ECHO_C = @ECHO_C@