packages: gnome-mag/gnome-mag-use-pyexecdir.patch - updated for 0.15.7
megabajt
megabajt at pld-linux.org
Thu Jul 2 22:38:25 CEST 2009
Author: megabajt Date: Thu Jul 2 20:38:25 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated for 0.15.7
---- Files affected:
packages/gnome-mag:
gnome-mag-use-pyexecdir.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/gnome-mag/gnome-mag-use-pyexecdir.patch
diff -u packages/gnome-mag/gnome-mag-use-pyexecdir.patch:1.1 packages/gnome-mag/gnome-mag-use-pyexecdir.patch:1.2
--- packages/gnome-mag/gnome-mag-use-pyexecdir.patch:1.1 Sun Sep 28 13:52:26 2008
+++ packages/gnome-mag/gnome-mag-use-pyexecdir.patch Thu Jul 2 22:38:20 2009
@@ -1,6 +1,6 @@
-diff -urN gnome-mag-0.15.4/colorblind/keybinder/Makefile.am gnome-mag-0.15.4.new/colorblind/keybinder/Makefile.am
---- gnome-mag-0.15.4/colorblind/keybinder/Makefile.am 2008-07-06 02:38:30.000000000 +0200
-+++ gnome-mag-0.15.4.new/colorblind/keybinder/Makefile.am 2008-09-28 01:31:31.000000000 +0200
+diff -urN gnome-mag-0.15.7/colorblind/keybinder/Makefile.am gnome-mag-0.15.7.new/colorblind/keybinder/Makefile.am
+--- gnome-mag-0.15.7/colorblind/keybinder/Makefile.am 2009-06-29 19:05:13.000000000 +0200
++++ gnome-mag-0.15.7.new/colorblind/keybinder/Makefile.am 2009-07-02 22:16:31.858917473 +0200
@@ -1,6 +1,6 @@
INCLUDES = $(PYTHON_INCLUDES) $(CBAPPLET_CFLAGS)
@@ -9,15 +9,15 @@
_keybinder_LTLIBRARIES = _keybinder.la
_keybinder_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_keybinder
_keybinder_la_LIBADD = $(CBAPPLET_LIBS)
-diff -urN gnome-mag-0.15.4/colorblind/Makefile.am gnome-mag-0.15.4.new/colorblind/Makefile.am
---- gnome-mag-0.15.4/colorblind/Makefile.am 2008-07-06 02:38:31.000000000 +0200
-+++ gnome-mag-0.15.4.new/colorblind/Makefile.am 2008-09-28 01:30:59.000000000 +0200
+diff -urN gnome-mag-0.15.7/colorblind/Makefile.am gnome-mag-0.15.7.new/colorblind/Makefile.am
+--- gnome-mag-0.15.7/colorblind/Makefile.am 2009-06-29 19:05:13.000000000 +0200
++++ gnome-mag-0.15.7.new/colorblind/Makefile.am 2009-07-02 22:17:06.768913923 +0200
@@ -1,12 +1,12 @@
SUBDIRS = ui osutils data keybinder
colorblind-applet: colorblind-applet.py
-- sed -e "s|\@PYTHONDIR\@|$(pythondir)/colorblind|" $< > $@
-+ sed -e "s|\@PYTHONDIR\@|$(pyexecdir)/colorblind|" $< > $@
+- sed -e "s|\@PYTHONDIR\@|$(pythondir)|" $< > $@
++ sed -e "s|\@PYTHONDIR\@|$(pyexecdir)|" $< > $@
colorblindbindir = $(libdir)/colorblind-applet
colorblindbin_SCRIPTS = colorblind-applet
@@ -27,9 +27,9 @@
colorblind_PYTHON = \
__init__.py \
-diff -urN gnome-mag-0.15.4/colorblind/osutils/Makefile.am gnome-mag-0.15.4.new/colorblind/osutils/Makefile.am
---- gnome-mag-0.15.4/colorblind/osutils/Makefile.am 2008-07-06 02:38:25.000000000 +0200
-+++ gnome-mag-0.15.4.new/colorblind/osutils/Makefile.am 2008-09-28 01:31:22.000000000 +0200
+diff -urN gnome-mag-0.15.7/colorblind/osutils/Makefile.am gnome-mag-0.15.7.new/colorblind/osutils/Makefile.am
+--- gnome-mag-0.15.7/colorblind/osutils/Makefile.am 2009-06-29 19:05:13.000000000 +0200
++++ gnome-mag-0.15.7.new/colorblind/osutils/Makefile.am 2009-07-02 22:17:28.432234329 +0200
@@ -1,6 +1,6 @@
INCLUDES = $(PYTHON_INCLUDES) $(CBAPPLET_CFLAGS)
@@ -38,9 +38,9 @@
_osutils_LTLIBRARIES = _osutils.la
_osutils_la_LDFLAGS = -module -avoid-version init_osutils
_osutils_la_LIBADD = $(CBAPPLET_LIBS)
-diff -urN gnome-mag-0.15.4/colorblind/ui/Makefile.am gnome-mag-0.15.4.new/colorblind/ui/Makefile.am
---- gnome-mag-0.15.4/colorblind/ui/Makefile.am 2008-07-06 02:38:31.000000000 +0200
-+++ gnome-mag-0.15.4.new/colorblind/ui/Makefile.am 2008-09-28 01:31:11.000000000 +0200
+diff -urN gnome-mag-0.15.7/colorblind/ui/Makefile.am gnome-mag-0.15.7.new/colorblind/ui/Makefile.am
+--- gnome-mag-0.15.7/colorblind/ui/Makefile.am 2009-06-29 19:05:13.000000000 +0200
++++ gnome-mag-0.15.7.new/colorblind/ui/Makefile.am 2009-07-02 22:17:37.372340129 +0200
@@ -1,4 +1,4 @@
-colorblinddir = $(pythondir)/colorblind/ui
+colorblinddir = $(pyexecdir)/colorblind/ui
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-mag/gnome-mag-use-pyexecdir.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list