Blob Blame History Raw
diff -Naupr hackedbox-0.8.5.orig/configure.in hackedbox-0.8.5/configure.in
--- hackedbox-0.8.5.orig/configure.in	2007-01-20 06:55:21.000000000 +0100
+++ hackedbox-0.8.5/configure.in	2007-02-02 14:56:01.000000000 +0100
@@ -103,10 +103,10 @@ AC_SUBST(SHAPE)
 LIBS="$LIBS $Xext_lib"
 
 dnl Check for enable utils.
-AC_MSG_CHECKING([whether to build utils bsetroot and bsetbg])
+AC_MSG_CHECKING([whether to build utils hsetroot and hsetbg])
 AC_ARG_ENABLE(
-  bg-utils, 
-  [  --enable-bg-utils        enable build utils bsetroot and bsetbg [default=no]],
+  hg-utils, 
+  [  --enable-hg-utils        enable build utils hsetroot and hsetbg [default=no]],
   if test x$enableval = "xyes"; then
     AC_MSG_RESULT([yes])
     UTILS="util"
@@ -242,7 +242,7 @@ src/Makefile
 src/inithack
 src/blackbox.cc
 util/Makefile
-util/bgmenu.mk
+util/hgmenu.mk
 data/Makefile
 data/menu
 data/styles/Makefile
diff -Naupr hackedbox-0.8.5.orig/doc/hackedbox.1 hackedbox-0.8.5/doc/hackedbox.1
--- hackedbox-0.8.5.orig/doc/hackedbox.1	2007-01-20 07:05:38.000000000 +0100
+++ hackedbox-0.8.5/doc/hackedbox.1	2007-02-02 14:46:09.000000000 +0100
@@ -565,7 +565,7 @@ frameWidth:	a number of pixels >= 0
 
 ! This command is executed whenever this style is selected.
 ! Typically it sets the root window to a nice picture.
-rootCommand:	Shell command, e.g. \fIbsetroot \-mod 4 4 \-fg rgb:	5/6/6 \-bg grey20\fR
+rootCommand:	Shell command, e.g. \fIhsetroot \-mod 4 4 \-fg rgb:	5/6/6 \-bg grey20\fR
 
 ! Some of the bbtools read these old 0.51 resources.
 menuFont:	Font
diff -Naupr hackedbox-0.8.5.orig/doc/hackedbox.1.in hackedbox-0.8.5/doc/hackedbox.1.in
--- hackedbox-0.8.5.orig/doc/hackedbox.1.in	2003-04-28 14:25:15.000000000 +0200
+++ hackedbox-0.8.5/doc/hackedbox.1.in	2007-02-02 14:46:02.000000000 +0100
@@ -565,7 +565,7 @@ frameWidth:	a number of pixels >= 0
 
 ! This command is executed whenever this style is selected.
 ! Typically it sets the root window to a nice picture.
-rootCommand:	Shell command, e.g. \fIbsetroot \-mod 4 4 \-fg rgb:	5/6/6 \-bg grey20\fR
+rootCommand:	Shell command, e.g. \fIhsetroot \-mod 4 4 \-fg rgb:	5/6/6 \-bg grey20\fR
 
 ! Some of the bbtools read these old 0.51 resources.
 menuFont:	Font
diff -Naupr hackedbox-0.8.5.orig/doc/Makefile.am hackedbox-0.8.5/doc/Makefile.am
--- hackedbox-0.8.5.orig/doc/Makefile.am	2004-05-06 05:46:44.000000000 +0200
+++ hackedbox-0.8.5/doc/Makefile.am	2007-02-02 14:45:37.000000000 +0100
@@ -3,7 +3,6 @@
 CLEANFILES = hackedbox.1
 MAINTAINERCLEANFILES = Makefile.in
 man_MANS = hackedbox.1
-SUBDIRS = fr_FR ja_JP nl_NL sl_SI
 
 DEFAULT_MENU=$(pkgdatadir)/menu
 
diff -Naupr hackedbox-0.8.5.orig/util/Makefile.am hackedbox-0.8.5/util/Makefile.am
--- hackedbox-0.8.5.orig/util/Makefile.am	2004-05-06 04:27:22.000000000 +0200
+++ hackedbox-0.8.5/util/Makefile.am	2007-02-02 14:54:04.000000000 +0100
@@ -2,23 +2,23 @@
 
 AM_CPPFLAGS= @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@
 
-bin_SCRIPTS = 		bsetbg 
-bin_PROGRAMS =		bsetroot
+bin_SCRIPTS = 		hsetbg 
+bin_PROGRAMS =		hsetroot
 
-bgmenudir = $(pkgdatadir)
-bgmenu_DATA = bgmenu.mk
+hgmenudir = $(pkgdatadir)
+hgmenu_DATA = hgmenu.mk
 
-bsetroot_SOURCES =	bsetroot.cc
-bsetroot_LDADD =	../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
+hsetroot_SOURCES =	bsetroot.cc
+hsetroot_LDADD =	../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
 
 MAINTAINERCLEANFILES =	Makefile.in
 
 distclean-local:
-	rm -f *\~ .\#* bgmenu.mk
+	rm -f *\~ .\#* hgmenu.mk
 
 # local dependencies
 
-bsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
+hsetroot.o: bsetroot.cc ../config.h ../src/i18n.hh \
  ../src/../nls/blackbox-nls.hh ../src/GCCache.hh ../src/BaseDisplay.hh \
  ../src/Timer.hh ../src/Color.hh ../src/Texture.hh ../src/Util.hh \
  bsetroot.hh ../src/Image.hh