oroborus-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Oroborus-user] Patch for oroborus


From: Michael Adams
Subject: [Oroborus-user] Patch for oroborus
Date: Sun, 22 Dec 2002 05:55:00 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126

Hi there,

While attempting to install oroborus in a non-standard file system, I came across a few hard-coded "$(prefix)/share" paths. The attached patch changes these to honour the --datadir=... argument given to ./conigure.

These may be useful, may not be.

--Michael Adams
diff -bBEru oroborus_clean/defaults/defaults.in 
oroborus-2.0.9/defaults/defaults.in
--- oroborus_clean/defaults/defaults.in 2002-07-07 15:17:41.000000000 +1200
+++ oroborus-2.0.9/defaults/defaults.in 2002-12-22 17:23:05.000000000 +1300
@@ -1,5 +1,5 @@
address@hidden@/share/oroborus/themes/pillage
address@hidden@/share/oroborus/schemes/oroborus
address@hidden@/oroborus/themes/pillage
address@hidden@/oroborus/schemes/oroborus
 font=-adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
 title_alignment=center
 full_width_title=true
diff -bBEru oroborus_clean/defaults/Makefile.am 
oroborus-2.0.9/defaults/Makefile.am
--- oroborus_clean/defaults/Makefile.am 2002-05-24 07:55:46.000000000 +1200
+++ oroborus-2.0.9/defaults/Makefile.am 2002-12-21 17:53:55.000000000 +1300
@@ -1,4 +1,4 @@
-defaultsdir = $(prefix)/share/oroborus
+defaultsdir = $(datadir)/oroborus
 defaults_DATA = defaults
 
 distclean-local:
diff -bBEru oroborus_clean/schemes/Makefile.am 
oroborus-2.0.9/schemes/Makefile.am
--- oroborus_clean/schemes/Makefile.am  2002-05-24 07:55:47.000000000 +1200
+++ oroborus-2.0.9/schemes/Makefile.am  2002-12-21 22:15:35.000000000 +1300
@@ -1,3 +1,3 @@
-schemesdir = $(prefix)/share/oroborus/schemes
+schemesdir = $(datadir)/oroborus/schemes
 schemes_DATA = beos brick oroborus red rose windows blue coldsteel
 EXTRA_DIST = $(schemes_DATA)
diff -bBEru oroborus_clean/src/Makefile.am oroborus-2.0.9/src/Makefile.am
--- oroborus_clean/src/Makefile.am      2002-07-01 11:15:32.000000000 +1200
+++ oroborus-2.0.9/src/Makefile.am      2002-12-21 22:19:27.000000000 +1300
@@ -1,4 +1,4 @@
-CFLAGS = @CFLAGS@ @X_CFLAGS@ -DDATADIR=\"$(prefix)/share/oroborus\" $(DEBUG) 
-Wall
+CFLAGS = @CFLAGS@ @X_CFLAGS@ -DDATADIR=\"$(datadir)/oroborus\" $(DEBUG) -Wall
 LIBS = @LIBS@ @X_LIBS@
 
 bin_PROGRAMS = oroborus
diff -bBEru oroborus_clean/themes/agua/Makefile.am 
oroborus-2.0.9/themes/agua/Makefile.am
--- oroborus_clean/themes/agua/Makefile.am      2002-05-24 07:55:51.000000000 
+1200
+++ oroborus-2.0.9/themes/agua/Makefile.am      2002-12-21 17:54:24.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/agua
+themedir = $(datadir)/oroborus/themes/agua
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/cruxish/Makefile.am 
oroborus-2.0.9/themes/cruxish/Makefile.am
--- oroborus_clean/themes/cruxish/Makefile.am   2002-05-24 07:55:48.000000000 
+1200
+++ oroborus-2.0.9/themes/cruxish/Makefile.am   2002-12-21 17:55:57.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/cruxish
+themedir = $(datadir)/oroborus/themes/cruxish
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/e017/Makefile.am 
oroborus-2.0.9/themes/e017/Makefile.am
--- oroborus_clean/themes/e017/Makefile.am      2002-05-24 07:56:00.000000000 
+1200
+++ oroborus-2.0.9/themes/e017/Makefile.am      2002-12-21 17:55:54.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/e017
+themedir = $(datadir)/oroborus/themes/e017
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/next/Makefile.am 
oroborus-2.0.9/themes/next/Makefile.am
--- oroborus_clean/themes/next/Makefile.am      2002-05-24 07:55:48.000000000 
+1200
+++ oroborus-2.0.9/themes/next/Makefile.am      2002-12-21 17:55:51.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/next
+themedir = $(datadir)/oroborus/themes/next
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/oroborus/Makefile.am 
oroborus-2.0.9/themes/oroborus/Makefile.am
--- oroborus_clean/themes/oroborus/Makefile.am  2002-05-24 07:55:48.000000000 
+1200
+++ oroborus-2.0.9/themes/oroborus/Makefile.am  2002-12-21 17:55:49.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/oroborus
+themedir = $(datadir)/oroborus/themes/oroborus
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/pillage/Makefile.am 
oroborus-2.0.9/themes/pillage/Makefile.am
--- oroborus_clean/themes/pillage/Makefile.am   2002-05-24 07:56:01.000000000 
+1200
+++ oroborus-2.0.9/themes/pillage/Makefile.am   2002-12-21 17:55:47.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/pillage
+themedir = $(datadir)/oroborus/themes/pillage
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/platinum/Makefile.am 
oroborus-2.0.9/themes/platinum/Makefile.am
--- oroborus_clean/themes/platinum/Makefile.am  2002-05-24 07:55:49.000000000 
+1200
+++ oroborus-2.0.9/themes/platinum/Makefile.am  2002-12-21 17:55:45.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/platinum
+themedir = $(datadir)/oroborus/themes/platinum
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/QNX/Makefile.am 
oroborus-2.0.9/themes/QNX/Makefile.am
--- oroborus_clean/themes/QNX/Makefile.am       2002-05-24 07:55:53.000000000 
+1200
+++ oroborus-2.0.9/themes/QNX/Makefile.am       2002-12-21 17:55:40.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/QNX
+themedir = $(datadir)/oroborus/themes/QNX
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/slimline/Makefile.am 
oroborus-2.0.9/themes/slimline/Makefile.am
--- oroborus_clean/themes/slimline/Makefile.am  2002-05-24 07:55:49.000000000 
+1200
+++ oroborus-2.0.9/themes/slimline/Makefile.am  2002-12-21 17:55:38.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/slimline
+themedir = $(datadir)/oroborus/themes/slimline
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \
diff -bBEru oroborus_clean/themes/windows/Makefile.am 
oroborus-2.0.9/themes/windows/Makefile.am
--- oroborus_clean/themes/windows/Makefile.am   2002-05-24 07:55:49.000000000 
+1200
+++ oroborus-2.0.9/themes/windows/Makefile.am   2002-12-21 17:55:13.000000000 
+1300
@@ -1,4 +1,4 @@
-themedir = $(prefix)/share/oroborus/themes/windows
+themedir = $(datadir)/oroborus/themes/windows
 theme_DATA = bottom-active.xpm \
        bottom-inactive.xpm \
        bottom-left-active.xpm \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]