tasque r156 - in trunk: . po src
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r156 - in trunk: . po src
- Date: Tue, 28 Oct 2008 05:05:01 +0000 (UTC)
Author: sharm
Date: Tue Oct 28 05:05:00 2008
New Revision: 156
URL: http://svn.gnome.org/viewvc/tasque?rev=156&view=rev
Log:
* tasque/src/tasque.in:
* tasque/src/Makefile.am: Install to $(libdir) instead of $(prefix)/lib,
to properly support 64-bit environments. Fixes bug #540983.
* tasque/po/POTFILES.in: Add RtmPreferencesWidget, which now has
translatable strings.
Modified:
trunk/ChangeLog
trunk/po/ChangeLog
trunk/po/POTFILES.in
trunk/src/Makefile.am
trunk/src/tasque.in
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Tue Oct 28 05:05:00 2008
@@ -11,3 +11,4 @@
src/TaskTreeView.cs
src/TaskWindow.cs
src/Utilities.cs
+src/Backends/Rtm/RtmPreferencesWidget.cs
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Tue Oct 28 05:05:00 2008
@@ -139,7 +139,7 @@
$(TARGET): $(CSFILES) Defines.cs
$(CSC) -unsafe -out:$@ $(CSFLAGS) $(NOTIFY_SHARP_CSFLAGS) $^ $(ASSEMBLIES) $(RESOURCES)
-tasquelibdir = $(prefix)/lib/tasque
+tasquelibdir = $(libdir)/tasque
tasquelib_DATA = $(TARGET) $(TARGET).config $(TARGET).mdb
bin_SCRIPTS = $(WRAPPER)
Modified: trunk/src/tasque.in
==============================================================================
--- trunk/src/tasque.in (original)
+++ trunk/src/tasque.in Tue Oct 28 05:05:00 2008
@@ -2,9 +2,10 @@
prefix="@prefix@"
exec_prefix="@exec_prefix@"
-libdir="${prefix}/lib/tasque"
+libdir="@libdir@"
+tasque_libdir="${libdir}/tasque"
-cd ${libdir}
+cd ${tasque_libdir}
for arg in $*; do
case "x--debug" in ("x$arg")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]