summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-12-22 06:56:51 -0400
committerWilson E. Alvarez2017-12-22 06:56:51 -0400
commit7d0302ec4d7ec40718b0dcff9964e997fc504962 (patch)
tree819599764297430106b6bee11de8b6ce86b035b5
parent81f77aeb76d0521bc4d4e3ff906e5ba178dba42b (diff)
downloadaur-7d0302ec4d7ec40718b0dcff9964e997fc504962.tar.gz
TexturePacker v4.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde8041b9b5c..9bc9adf4fc2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 01:09:41 UTC 2017
+# Fri Dec 22 10:56:01 UTC 2017
pkgbase = texturepacker
pkgdesc = Sprite sheet creator and image optimizer
- pkgver = 4.4.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://www.codeandweb.com/texturepacker
install = texturepacker.install
@@ -17,8 +17,8 @@ pkgbase = texturepacker
depends = qt5-declarative
depends = qt5-imageformats
depends = qt5-quickcontrols
- source = http://www.codeandweb.com/download/texturepacker/4.4.0/TexturePacker-4.4.0-ubuntu64.deb
- sha256sums = 65d278eb75575315c54adef6db1ab2bd4b2f19f3be7dfc7736a32b7bfd248c90
+ source = http://www.codeandweb.com/download/texturepacker/4.6.1/TexturePacker-4.6.1-ubuntu64.deb
+ sha256sums = c891db802489fdebcce55ae55d6f1418c5d794fff4a86bed7bfdc5dd21827edf
pkgname = texturepacker
diff --git a/PKGBUILD b/PKGBUILD
index 6043203d46bf..77cbe1234841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Antti Juhani Oja <antti.oja@gmail.com>
pkgname=texturepacker
-pkgver=4.4.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="Sprite sheet creator and image optimizer"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'grantlee-
'gcc-libs-multilib' 'qt5-svg' 'qt5-declarative' 'qt5-imageformats'
'qt5-quickcontrols')
source=("http://www.codeandweb.com/download/$pkgname/${pkgver}/TexturePacker-${pkgver}-ubuntu64.deb")
-sha256sums=("65d278eb75575315c54adef6db1ab2bd4b2f19f3be7dfc7736a32b7bfd248c90")
+sha256sums=("c891db802489fdebcce55ae55d6f1418c5d794fff4a86bed7bfdc5dd21827edf")
build() {
@@ -32,15 +32,18 @@ package() {
# Enter $pkgdir.
cd ${pkgdir}/usr/lib/$pkgname/
+ # IMPORTANT NOTE: It looks like codeandweb stopped compiling with the -fPIC
+ # flag. We must keep the bloat for now.
+
# Delete all the extra lib folders.
- rm -rf generic/ grantlee/ iconengines/ imageformats/ platforminputcontexts/ platforms/ \
- QtGraphicalEffects/ QtQml/ QtQuick/ QtQuick.2/ xcbglintegrations/
+ #rm -rf generic/ grantlee/ iconengines/ imageformats/ platforminputcontexts/ platforms/ \
+ # QtGraphicalEffects/ QtQml/ QtQuick/ QtQuick.2/ xcbglintegrations/
# Delete the useless lib files.
- rm -rf libGrantlee* libicudata* libicui18n* libicuuc* libQt5*
+ #rm -rf libGrantlee* libicudata* libicui18n* libicuuc* libQt5*
# Get rid of the Qt configuration that messes up LD_LIBRARY_PATH.
- rm -rf qt.conf
+ #rm -rf qt.conf
install -Dm644 "${pkgdir}/usr/share/$pkgname/documents/LicenseAgreement.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/LicenseAgreement.txt"