summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaveB2017-02-22 11:35:02 +0100
committerDaveB2017-02-22 11:35:02 +0100
commit5eb7dfb7584016aad8e2cec00c66be4b45af8b07 (patch)
tree487d090eb8ab9cdcbc4c6aaf43adc71f85bb1671 /PKGBUILD
parentf99b6a01f43c69faad0daac468c47c3f4e094dd3 (diff)
downloadaur-5eb7dfb7584016aad8e2cec00c66be4b45af8b07.tar.gz
Update to 6.202.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f533b56f6a9..32eb66d2c001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=memsource-editor
_pkg=MemsourceEditor
_platform=ubuntu-12.04
-pkgver=6.201.6
+pkgver=6.202.2
pkgrel=1
pkgdesc="A CAT translation tool, requires Memsource subscription"
arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@ source=("http://download.memsource.com/production/updates/memsource-editor/linux
"memsource"
"license.desktop")
-sha256sums=('016c2433daa0b3de3f500b35b32ca75e0180bae820744c967c14f8cd3e36efb1'
+sha256sums=('933ee043c2536bfed51f2f849a3958cefa9a053490c04afd82b302ab526e1d99'
'943056f6643f110d94663e4bbf1650850d49ea0adb48cc0355ad5b4f6112da24'
'94fff65cc3a6cfbc79d4f7bdb6ef1c3855a032e52932de6051867a1f99119257'
'4802b77ffefd2cdd7526fec28a690f8dc560fef74501806b3485648dcac830fe'
@@ -64,13 +64,14 @@ build() {
package() {
export XDG_DATA_HOME+=:${pkgdir}/usr/share
export XDG_DATA_DIRS+=:${pkgdir}/usr/share
- install -d ${pkgdir}/opt/memsource-editor/{fonts,lib,spelling}
+ install -d ${pkgdir}/opt/memsource-editor/{fonts,lib/imageformats,spelling}
install -d ${pkgdir}/usr/{bin,share/{mime/packages,applications}}
install -d ${pkgdir}/usr/share/licenses/memsource-editor
install -Dm 775 ${srcdir}/build/memsource-editor/TranslationEditor ${pkgdir}/opt/memsource-editor/
install -Dm 664 ${srcdir}/build/memsource-editor/fonts/*.ttf ${pkgdir}/opt/memsource-editor/fonts/
- install -Dm 664 ${srcdir}/build/memsource-editor/lib/* ${pkgdir}/opt/memsource-editor/lib/
+ install -Dm 664 ${srcdir}/build/memsource-editor/lib/*.* ${pkgdir}/opt/memsource-editor/lib/
+ install -Dm 664 ${srcdir}/build/memsource-editor/lib/imageformats/* ${pkgdir}/opt/memsource-editor/lib/imageformats/
install -Dm 755 ${srcdir}/memsource ${pkgdir}/usr/bin/
install -Dm 644 ${srcdir}/memsource-editor.desktop ${pkgdir}/usr/share/applications/
install -Dm 644 ${srcdir}/memsource-editor.xml ${pkgdir}/usr/share/mime/packages/
@@ -81,7 +82,7 @@ package() {
convert ${srcdir}/build/memsource-editor/app.png -resize ${sz}x${sz} \
${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/apps/memsource-editor.png
install -d ${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/mimetypes
- convert ${srcdir}/build/memsource-editor/mxliff.png -resize ${sz}x${sz} \
+ convert ${srcdir}/build/memsource-editor/application-x-mxliff.svg -resize ${sz}x${sz} \
${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/mimetypes/memsource-editor-translation.png
done
}