From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdebase-startkde/files/
Date: Thu, 24 Mar 2011 15:20:41 +0000 (UTC) [thread overview]
Message-ID: <cd80c4b511ce7ff5f17bb983f7564ea4dd4dc061.scarabeus@gentoo> (raw)
commit: cd80c4b511ce7ff5f17bb983f7564ea4dd4dc061
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 15:18:30 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 15:18:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cd80c4b5
kdebase-startkde use regexp pattern to be 100% sure.
---
.../files/gentoo-startkde4-3.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/kdebase-startkde/files/gentoo-startkde4-3.patch b/kde-base/kdebase-startkde/files/gentoo-startkde4-3.patch
index 241dfdf..36829fd 100644
--- a/kde-base/kdebase-startkde/files/gentoo-startkde4-3.patch
+++ b/kde-base/kdebase-startkde/files/gentoo-startkde4-3.patch
@@ -12,7 +12,7 @@
+@REPLACE_LDPATH@
+export STRIGI_PLUGIN_PATH="${_KDEDIR}/@REPLACE_LIBDIR@/strigi:${STRIGI_PLUGIN_PATH}"
+xdgs=$(echo ${XDG_DATA_DIRS} | sed 's/$/:/g;s#@GENTOO_PORTAGE_EPREFIX@/usr/kde/[^/]*/share/\?:##g;s/:$//g')
-+if [ $(echo $xdgs |grep -c -w "${_KDEDIR}/share") -eq 0 ]; then
++if [ $(echo $xdgs |grep -c -E "(:|^)${_KDEDIR}/share(:|$)") -eq 0 ]; then
+ xdgs="${_KDEDIR}/share:${xdgs}"
+fi
+export XDG_DATA_DIRS=${xdgs}
next reply other threads:[~2011-03-24 15:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-24 15:20 Tomas Chvatal [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-24 14:51 [gentoo-commits] proj/kde:master commit in: kde-base/kdebase-startkde/files/ Tomas Chvatal
2011-03-24 13:25 Tomas Chvatal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cd80c4b511ce7ff5f17bb983f7564ea4dd4dc061.scarabeus@gentoo \
--to=scarabeus@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox