summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkonez2k2020-06-19 15:50:57 +0200
committerkonez2k2020-06-19 15:50:57 +0200
commit1f1f128e4bdc7986502be274cdc11e4cc338c465 (patch)
tree44a611ac4f7b10ed63996913fbfb2b9cc1c9a072
parent540c4d4c62888edc88ce6854e77be11578735d5e (diff)
downloadaur-1f1f128e4bdc7986502be274cdc11e4cc338c465.tar.gz
TexturePacker v5.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
2 files changed, 7 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b943515ca45..b9aa624d3561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texturepacker
pkgdesc = Sprite sheet creator and image optimizer
- pkgver = 5.3.0
- pkgrel = 2
+ pkgver = 5.4.0
+ pkgrel = 1
url = https://www.codeandweb.com/texturepacker
install = texturepacker.install
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = texturepacker
depends = qt5-declarative
depends = qt5-imageformats
depends = qt5-quickcontrols
- source = https://www.codeandweb.com/download/texturepacker/5.3.0/TexturePacker-5.3.0-ubuntu64.deb
- sha256sums = 55fd1d04713ae81f19a6bca8df0bd6d3e21dc169437cfb5ec65fa5700bde2aa7
+ source = https://www.codeandweb.com/download/texturepacker/5.4.0/TexturePacker-5.4.0-ubuntu64.deb
+ sha256sums = 5b120d7afeac22daf26d2960ab20f4acad0d45fa2bbdf26e48925f1f0430d335
pkgname = texturepacker
diff --git a/PKGBUILD b/PKGBUILD
index bd7779de6b2f..0e47869fa37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Antti Juhani Oja <antti.oja@gmail.com>
pkgname=texturepacker
-pkgver=5.3.0
-pkgrel=2
+pkgver=5.4.0
+pkgrel=1
pkgdesc="Sprite sheet creator and image optimizer"
arch=('x86_64')
url="https://www.codeandweb.com/$pkgname"
@@ -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=("https://www.codeandweb.com/download/$pkgname/${pkgver}/TexturePacker-${pkgver}-ubuntu64.deb")
-sha256sums=("55fd1d04713ae81f19a6bca8df0bd6d3e21dc169437cfb5ec65fa5700bde2aa7")
+sha256sums=("5b120d7afeac22daf26d2960ab20f4acad0d45fa2bbdf26e48925f1f0430d335")
build() {
ar -x "TexturePacker-${pkgver}-ubuntu64.deb"
@@ -31,19 +31,6 @@ 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/
-
- # 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"
}