Changeset 1005 for pbibuild/modules/k3b
- Timestamp:
- 12/12/07 11:17:51 (12 months ago)
- Location:
- pbibuild/modules/k3b
- Files:
-
- 4 modified
-
build.sh (modified) (1 diff)
-
overlay-dir/PBI.RemoveScript.sh (modified) (1 diff)
-
overlay-dir/PBI.SetupScript.sh (modified) (1 diff)
-
pbi.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/k3b/build.sh
r862 r1005 14 14 mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh 15 15 chmod 755 ${PBIDIR}/scripts/removepbi.sh 16 17 18 # Get all the various language files and copy them to the PBI 19 LANGFILE="k3b.mo" 20 LANGFILE1="k3bsetup.mo" 21 LANGFILE2="libk3b.mo" 22 LANGFILE3="libk3bdevice.mo" 23 mkdir ${PBIDIR}/locale/ 24 cd /usr/local/share/locale 25 for i in `ls` 26 do 27 if [ -e "/usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE}" ] 28 then 29 mkdir ${PBIDIR}/locale/${i} 30 cp /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} ${PBIDIR}/locale/${i}/ 31 cp /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE1} ${PBIDIR}/locale/${i}/ 32 cp /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE2} ${PBIDIR}/locale/${i}/ 33 cp /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE3} ${PBIDIR}/locale/${i}/ 34 fi 35 done -
pbibuild/modules/k3b/overlay-dir/PBI.RemoveScript.sh
r862 r1005 27 27 done 28 28 29 # Remove the old locale files since we are uninstalling 30 LANGFILE="k3b.mo" 31 LANGFILE1="k3bsetup.mo" 32 LANGFILE2="libk3b.mo" 33 LANGFILE3="libk3bdevice.mo" 34 cd /Programs/${PROGDIR}/locale 35 for i in `ls` 36 do 37 rm /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} 38 rm /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE1} 39 rm /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE2} 40 rm /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE3} 41 done 42 29 43 cd /home 30 44 for i in `ls` -
pbibuild/modules/k3b/overlay-dir/PBI.SetupScript.sh
r892 r1005 36 36 done 37 37 38 # Copy over all the LANG files 39 LANGFILE="k3b.mo" 40 LANGFILE1="k3bsetup.mo" 41 LANGFILE2="libk3b.mo" 42 LANGFILE3="libk3bdevice.mo" 43 cd /Programs/${PROGDIR}/locale 44 for i in `ls` 45 do 46 mkdir -p /usr/local/share/locale/${i}/LC_MESSAGES >/dev/null 2>/dev/null 47 cp /Programs/${PROGDIR}/locale/${i}/${LANGFILE} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} 48 cp /Programs/${PROGDIR}/locale/${i}/${LANGFILE1} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE1} 49 cp /Programs/${PROGDIR}/locale/${i}/${LANGFILE2} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE2} 50 cp /Programs/${PROGDIR}/locale/${i}/${LANGFILE3} /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE3} 51 done 52 53 38 54 echo "LAUNCHCLOSE: /usr/local/bin/k3b" -
pbibuild/modules/k3b/pbi.conf
r892 r1005 26 26 27 27 # Other Ports we need built (One per line) 28 OTHERPORT=" "28 OTHERPORT="/usr/ports/misc/k3b-i18n" 29 29 30 30 # Enter your custom make options here … … 33 33 # Build Key - Change this to anything else to trigger a rebuild 34 34 # - The rebuild will take place even if port is still the same ver 35 BUILDKEY=" 05"35 BUILDKEY="27" 36 36 37 37 export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
