diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-03-16 16:36:03 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-03-16 16:36:03 +0000 |
commit | 3bb424a8fc40c535f56b59a8ae379cdc5b0849a6 (patch) | |
tree | dc0f99562484e7fdedaff44203a2ef15492d6265 /www-apps/davical/files/awl_location.patch | |
parent | dev-python/factory_boy: Switch to EAPI=4 for dev-python/factory_boy, thanks t... (diff) | |
download | sunrise-3bb424a8fc40c535f56b59a8ae379cdc5b0849a6.tar.gz sunrise-3bb424a8fc40c535f56b59a8ae379cdc5b0849a6.tar.bz2 sunrise-3bb424a8fc40c535f56b59a8ae379cdc5b0849a6.zip |
www-apps/davical: Moved to gentoo-x86 by patrick as a proxy.
svn path=/sunrise/; revision=12808
Diffstat (limited to 'www-apps/davical/files/awl_location.patch')
-rw-r--r-- | www-apps/davical/files/awl_location.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www-apps/davical/files/awl_location.patch b/www-apps/davical/files/awl_location.patch deleted file mode 100644 index 7eee3d8fc..000000000 --- a/www-apps/davical/files/awl_location.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- scripts/po/rebuild-translations.sh.orig 2011-09-29 21:23:48.122625252 +0200 -+++ scripts/po/rebuild-translations.sh 2011-09-29 21:49:55.642929743 +0200 -@@ -10,7 +10,7 @@ - PODIR="po" - LOCALEDIR="locale" - APPLICATION="davical" --AWL_LOCATION="../awl" -+AWL_LOCATION="/usr/share/php/awl/inc" - - if [ ! -d "${AWL_LOCATION}" ]; then - AWL_LOCATION="`find .. -type d -name 'awl-*.*'`" -@@ -25,7 +25,8 @@ - - egrep -l '(i18n|translate)' htdocs/*.php inc/*.php inc/ui/*.php > ${PODIR}/pofilelist.tmp1 - sed "s:../awl:${AWL_LOCATION}:" ${PODIR}/pofilelist.txt >> ${PODIR}/pofilelist.tmp1 --sort ${PODIR}/pofilelist.tmp1 | uniq > ${PODIR}/pofilelist.tmp -+sed "s:/awl/inc/:/awl/:" ${PODIR}/pofilelist.tmp1 >> ${PODIR}/pofilelist.tmp2 -+sort ${PODIR}/pofilelist.tmp2 | uniq > ${PODIR}/pofilelist.tmp - xgettext --no-location --add-comments=Translators --keyword=translate --keyword=i18n --output=${PODIR}/messages.tmp -s -f ${PODIR}/pofilelist.tmp - sed 's.^"Content-Type: text/plain; charset=CHARSET\\n"."Content-Type: text/plain; charset=UTF-8\\n".' ${PODIR}/messages.tmp > ${PODIR}/messages.pot - rm ${PODIR}/messages.tmp ${PODIR}/pofilelist.tmp ${PODIR}/pofilelist.tmp1 |