summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2018-03-15 14:49:30 -0400
committerWilson E. Alvarez2018-03-15 14:49:33 -0400
commit9937b623b92ffcb76c8b33a11e5e8a0135e21469 (patch)
treef8371cfd1fadbe79f0b4717ebe8f5796ab75a79d
parente4313b87f4d3d1a2e92e46dfaa75b78df3e8cec8 (diff)
downloadaur-9937b623b92ffcb76c8b33a11e5e8a0135e21469.tar.gz
SpriteIlluminator's Qt library has a symbol not found in the official repos.
For now let's not delete the bundled Qt library.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD20
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58597cb2b802..5e05ce145c54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 12 13:47:41 UTC 2018
+# Thu Mar 15 18:48:45 UTC 2018
pkgbase = spriteilluminator
pkgdesc = Tool for creating Normal Maps, also known as Dot3 Bump Maps, which generate a 2.5D effect in different game engines including Cocos2D-X
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.codeandweb.com/spriteilluminator
install = spriteilluminator.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5d440ed638b2..1b2396522746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=spriteilluminator
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Tool for creating Normal Maps, also known as Dot3 Bump Maps, which generate a 2.5D effect in different game engines including Cocos2D-X"
arch=('x86_64')
url="http://www.codeandweb.com/$pkgname"
@@ -32,15 +32,19 @@ package() {
# Enter $pkgdir.
cd ${pkgdir}/usr/lib/$pkgname/
- # Delete all the extra lib folders.
- rm -rf generic/ grantlee/ iconengines/ imageformats/ platforminputcontexts/ platforms/ \
- QtGraphicalEffects/ QtQml/ QtQuick/ QtQuick.2/ xcbglintegrations/
+ # FIXME: There's a symbol in the spriteilluminator Qt library that's not in
+ # the official repository. Double check if we can use the Qt library from
+ # the official repository on future versions
- # Delete the useless lib files.
- rm -rf libGrantlee* libicudata* libicui18n* libicuuc* libQt5*
+ ## Delete all the extra lib folders.
+ #rm -rf generic/ grantlee/ iconengines/ imageformats/ platforminputcontexts/ platforms/ \
+ # QtGraphicalEffects/ QtQml/ QtQuick/ QtQuick.2/ xcbglintegrations/
- # Get rid of the Qt configuration that messes up LD_LIBRARY_PATH.
- rm -rf qt.conf
+ ## Delete the useless lib files.
+ #rm -rf libGrantlee* libicudata* libicui18n* libicuuc* libQt5*
+
+ ## Get rid of the Qt configuration that messes up LD_LIBRARY_PATH.
+ #rm -rf qt.conf
install -Dm644 "${pkgdir}/usr/share/$pkgname/documents/LicenseAgreement.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/LicenseAgreement.txt"