chromium-pepper-flash: version bump
This commit is contained in:
parent
6a2b545260
commit
498bdef50d
1 changed files with 9 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'chromium-pepper-flash'
|
# Template file for 'chromium-pepper-flash'
|
||||||
pkgname=chromium-pepper-flash
|
pkgname=chromium-pepper-flash
|
||||||
version=12.0.0.44
|
version=12.0.0.70
|
||||||
_chromeVersion=32.0.1700.107-1
|
_chromeVersion=33.0.1750.117-1
|
||||||
_channel='stable'
|
_channel='stable'
|
||||||
revision=2
|
revision=1
|
||||||
distfiles="http://www.google.com/chrome/intl/en/eula_text.html"
|
distfiles="http://www.google.com/chrome/intl/en/eula_text.html"
|
||||||
checksum=8dd9b0034b69d523eab459ee3b00379421e4e41b780014b0345aba5697a86bc4
|
checksum=8dd9b0034b69d523eab459ee3b00379421e4e41b780014b0345aba5697a86bc4
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
||||||
checksum+=" ca74beffd21e919d0f39fe2daa2e9b7b7924ea00af3ab82e8b97a76f9c0a50ec"
|
checksum+=" 5219f71e3c440e46992534927eb31569d9006ad3552243f43b78101f3258ea06"
|
||||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||||
checksum+=" 023c0aee10a7a972cabee33cd936bf59b356d2cfd59c74cdc5daa665d7fed8ea"
|
checksum+=" 44537bea06172616f8b2b1fe33cba9b2230eadf6c85e10bb1d2292643075c129"
|
||||||
fi
|
fi
|
||||||
distfiles+=" http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${_filename}"
|
distfiles+=" http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${_filename}"
|
||||||
short_desc="Pepper Flash plugin for Chromium"
|
short_desc="Pepper Flash plugin for Chromium"
|
||||||
|
@ -39,8 +39,10 @@ do_install() {
|
||||||
vcopy "opt/google/chrome/PepperFlash/*" "usr/lib/chromium-pepper-flash"
|
vcopy "opt/google/chrome/PepperFlash/*" "usr/lib/chromium-pepper-flash"
|
||||||
|
|
||||||
vmkdir "usr/share/licenses/chromium-pepper-flash"
|
vmkdir "usr/share/licenses/chromium-pepper-flash"
|
||||||
vinstall "${XBPS_SRCDISTDIR}/eula_text.html" 644 "usr/share/licenses/chromium-pepper-flash/license.html"
|
env
|
||||||
|
cp ${XBPS_SRCDISTDIR}/eula_text.html license.html
|
||||||
|
vinstall "license.html" 644 "usr/share/licenses/chromium-pepper-flash"
|
||||||
|
|
||||||
vmkdir "usr/share/licenses/chromium-pepper-flash/license.html"
|
vmkdir "etc/profile.d"
|
||||||
vinstall "chromium-pepper-flash.sh" 644 "etc/profile.d"
|
vinstall "chromium-pepper-flash.sh" 644 "etc/profile.d"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue