Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for pool-SP2:x86_64
home:aualin:kde
kdelibs3
kdelibs-3.5.10-fix-bashisms.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdelibs-3.5.10-fix-bashisms.patch of Package kdelibs3
diff -Ndur kdelibs-3.5.10/admin/cvs.sh kdelibs-3.5.10-fix-bashisms/admin/cvs.sh --- kdelibs-3.5.10/admin/cvs.sh 2008-08-19 23:28:39.000000000 +0300 +++ kdelibs-3.5.10-fix-bashisms/admin/cvs.sh 2014-11-29 23:54:33.155464281 +0200 @@ -549,7 +549,12 @@ fi fi if find . -name \*.c\* -o -name \*.h\* | fgrep -v ".svn" | xargs fgrep -s -q KAboutData ; then - echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > _translatorinfo.cpp + cat > _translatorinfo.cpp <<-EOF + i18n("_: NAME OF TRANSLATORS\n" + "Your names") + i18n("_: EMAIL OF TRANSLATORS\n" + "Your emails") + EOF else echo " " > _translatorinfo.cpp fi perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor