diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-06 18:27:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-06 18:27:53 +0000 |
commit | 63df31286d7144f7e87520dd5de448b49473e9d1 (patch) | |
tree | 0f444e5a211abcb92c7ae4c6b9fd2b91fca3b3a0 /app-misc/tomboy/files | |
parent | Version bump. (diff) | |
download | gentoo-2-63df31286d7144f7e87520dd5de448b49473e9d1.tar.gz gentoo-2-63df31286d7144f7e87520dd5de448b49473e9d1.tar.bz2 gentoo-2-63df31286d7144f7e87520dd5de448b49473e9d1.zip |
Version bump for Gnome 2.32 (but also works with 2.30). Applet is now optional but enabled by default until gnome-shell becomes the preferred on Gnome. Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/tomboy/files')
-rw-r--r-- | app-misc/tomboy/files/tomboy-0.8.1-insecure-ldpath.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/tomboy/files/tomboy-0.8.1-insecure-ldpath.patch b/app-misc/tomboy/files/tomboy-0.8.1-insecure-ldpath.patch deleted file mode 100644 index b2133139fe0f..000000000000 --- a/app-misc/tomboy/files/tomboy-0.8.1-insecure-ldpath.patch +++ /dev/null @@ -1,36 +0,0 @@ -Index: Tomboy/tomboy-panel.in -=================================================================== ---- Tomboy/tomboy-panel.in (revision 1611) -+++ Tomboy/tomboy-panel.in (working copy) -@@ -1,6 +1,6 @@ --#!/bin/sh -+#!/bin/sh - --export LD_LIBRARY_PATH="@pkglibdir@:$LD_LIBRARY_PATH" -+export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" - export MONO_PATH=$MONO_PATH:@pkglibdir@:@pkglibdir@/addins - export TOMBOY_WRAPPER_PATH="@bindir@/@wrapper@" - -Index: Tomboy/tomboy.in -=================================================================== ---- Tomboy/tomboy.in (revision 1611) -+++ Tomboy/tomboy.in (working copy) -@@ -1,15 +1,15 @@ --#!/bin/sh -+#!/bin/sh - - if [ "x$PWD" = "x@srcdir@" ] ; then - echo "*** Running uninstalled @target@ ***" - -- export LD_LIBRARY_PATH="../libtomboy/.libs:$LD_LIBRARY_PATH:./Addins/PrintNotes/.libs" -+ export LD_LIBRARY_PATH="../libtomboy/.libs${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}:./Addins/PrintNotes/.libs" - export TOMBOY_WRAPPER_PATH="$PWD/@wrapper@" - export MONO_PATH=$MONO_PATH:./Addins:../Mono.Addins/Mono.Addins:../Mono.Addins/Mono.Addins.Setup:../Mono.Addins/Mono.Addins.Gui - - THIS_EXE="--debug ./@target@" - else -- export LD_LIBRARY_PATH="@pkglibdir@:$LD_LIBRARY_PATH" -+ export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" - export MONO_PATH=$MONO_PATH:@pkglibdir@:@pkglibdir@/addins - export TOMBOY_WRAPPER_PATH="@bindir@/@wrapper@" - |