summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--LICENSE2
-rw-r--r--PKGBUILD22
-rw-r--r--com.orama_interactive.Pixelorama.appdata.xml5
4 files changed, 24 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5868754b39..2602a99e42a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pixelorama-bin
pkgdesc = A free & open-source 2D sprite editor, made with the Godot Engine - precompiled binary
- pkgver = 0.7
- pkgrel = 2
- url = https://www.orama-interactive.com/pixelorama
+ pkgver = 0.8
+ pkgrel = 1
+ url = https://orama-interactive.itch.io/pixelorama
arch = i686
arch = x86_64
license = MIT
@@ -21,13 +21,13 @@ pkgbase = pixelorama-bin
source = com.orama_interactive.Pixelorama.desktop
source = LICENSE
sha256sums = d92715606fb34e1863ecccd929675b742988ae55118146e2d9aee41c650b0933
- sha256sums = 22098341228acc5940c72a741c2e04804d1373f7f89c282526cfa66adddd94e0
+ sha256sums = bb07bee454c7bc6225f10574c7ff147fd1dc2c0f8ba903d7d8c0f2fa5caa02f0
sha256sums = 5d9b6e1a44b07bfcfbf4fb3575d30df457571335c0c200f4130af51884f34b99
- sha256sums = 71f1828c30422206232e07fb511aab07e2295845719b2d0705a881f27fb43949
- source_i686 = https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.7/Pixelorama.v0.7.Linux.32-bit.zip
- sha256sums_i686 = 3a7ed5ae486335d3c4d2427e98b87fd5ef7d725b8d8383f10ba99d094e8a5f18
- source_x86_64 = https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.7/Pixelorama.v0.7.Linux.64-bit.zip
- sha256sums_x86_64 = bd6bb866ac98ca3d0091bf78cc1617984732a3670a6c2b9859f2b12bf8648ea0
+ sha256sums = 45efa21eefa4ff8c09842be56bce57d2cba6260c223b1a8c46d5f6ffc34958d7
+ source_i686 = https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.8/Pixelorama.Linux-32bit.tar.gz
+ sha256sums_i686 = e5ce456dc27588acc93c6dab79c6b186de7cdf329e9377d58b6950f32084620f
+ source_x86_64 = https://github.com/Orama-Interactive/Pixelorama/releases/download/v0.8/Pixelorama.Linux-64bit.tar.gz
+ sha256sums_x86_64 = 17a815cfeac3aadc9f6ffdd31de530f6c723b7deeb65df1a5878cbedfa4af97a
pkgname = pixelorama-bin
diff --git a/LICENSE b/LICENSE
index 2825d3556efe..9cd3888e4623 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2019 OverloadedOrama
+Copyright (c) 2019-2020 Orama Interactive and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/PKGBUILD b/PKGBUILD
index 1fa02fdbb7f4..e55a296074d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
# Maintainer: Hilton Medeiros <medeiros.hilton@gmail.com>
_pkgname=Pixelorama
pkgname=pixelorama-bin
-pkgver=0.7
-pkgrel=2
+pkgver=0.8
+pkgrel=1
pkgdesc="A free & open-source 2D sprite editor, made with the Godot Engine - precompiled binary"
arch=('i686' 'x86_64')
-url="https://www.orama-interactive.com/pixelorama"
+url="https://orama-interactive.itch.io/pixelorama"
license=('MIT')
depends=('libpulse' 'alsa-lib' 'libxrandr' 'libglvnd' 'libxcursor' 'libxinerama' 'hicolor-icon-theme')
provides=('pixelorama')
conflicts=('pixelorama' 'pixelorama-git')
source=("pixelorama.png" "com.orama_interactive.Pixelorama.appdata.xml" "com.orama_interactive.Pixelorama.desktop" "LICENSE")
-source_i686=("https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/$_pkgname.v$pkgver.Linux.32-bit.zip")
-source_x86_64=("https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/$_pkgname.v$pkgver.Linux.64-bit.zip")
+source_i686=("https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/$_pkgname.Linux-32bit.tar.gz")
+source_x86_64=("https://github.com/Orama-Interactive/$_pkgname/releases/download/v$pkgver/$_pkgname.Linux-64bit.tar.gz")
sha256sums=('d92715606fb34e1863ecccd929675b742988ae55118146e2d9aee41c650b0933'
- '22098341228acc5940c72a741c2e04804d1373f7f89c282526cfa66adddd94e0'
+ 'bb07bee454c7bc6225f10574c7ff147fd1dc2c0f8ba903d7d8c0f2fa5caa02f0'
'5d9b6e1a44b07bfcfbf4fb3575d30df457571335c0c200f4130af51884f34b99'
- '71f1828c30422206232e07fb511aab07e2295845719b2d0705a881f27fb43949')
-sha256sums_i686=('3a7ed5ae486335d3c4d2427e98b87fd5ef7d725b8d8383f10ba99d094e8a5f18')
-sha256sums_x86_64=('bd6bb866ac98ca3d0091bf78cc1617984732a3670a6c2b9859f2b12bf8648ea0')
+ '45efa21eefa4ff8c09842be56bce57d2cba6260c223b1a8c46d5f6ffc34958d7')
+sha256sums_i686=('e5ce456dc27588acc93c6dab79c6b186de7cdf329e9377d58b6950f32084620f')
+sha256sums_x86_64=('17a815cfeac3aadc9f6ffdd31de530f6c723b7deeb65df1a5878cbedfa4af97a')
package() {
install -d "$pkgdir/opt/$pkgname"
@@ -28,14 +28,14 @@ package() {
install -d "$pkgdir/usr/share/icons/hicolor/256x256/apps"
test "${CARCH}" == 'x86_64' && _pkgarch='64' || _pkgarch='32'
- cp -Trf "$srcdir/$_pkgname v$pkgver [Linux $_pkgarch-bit]" "$pkgdir/opt/$pkgname"
+ cp -Trf "$srcdir/linux-${_pkgarch}bit" "$pkgdir/opt/$pkgname"
install -Dm644 "$srcdir/com.orama_interactive.Pixelorama.desktop" "$pkgdir/usr/share/applications"
install -Dm644 "$srcdir/com.orama_interactive.Pixelorama.appdata.xml" "$pkgdir/usr/share/metainfo"
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$srcdir/pixelorama.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps"
test "${CARCH}" == 'x86_64' && _pkgarch='x86_64' || _pkgarch='x86'
- chmod +x ${pkgdir}/opt/${pkgname}/{*.so,${_pkgname}.${_pkgarch}}
+# chmod +x ${pkgdir}/opt/${pkgname}/{*.so,${_pkgname}.${_pkgarch}}
ln -s /opt/${pkgname}/${_pkgname}.${_pkgarch} "$pkgdir/usr/bin/pixelorama"
}
diff --git a/com.orama_interactive.Pixelorama.appdata.xml b/com.orama_interactive.Pixelorama.appdata.xml
index dec61fc947be..e7e6df19ed7d 100644
--- a/com.orama_interactive.Pixelorama.appdata.xml
+++ b/com.orama_interactive.Pixelorama.appdata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2019 Orama Interactive -->
+<!-- Copyright (c) 2019-2020 Orama Interactive and contributors -->
<component type="desktop">
<id>com.orama_interactive.Pixelorama.desktop</id>
<name>Pixelorama</name>
@@ -13,7 +13,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<developer_name>Orama Interactive</developer_name>
- <url type="homepage">https://www.orama-interactive.com/pixelorama</url>
+ <url type="homepage">https://orama-interactive.itch.io/pixelorama</url>
<url type="bugtracker">https://github.com/Orama-Interactive/Pixelorama/issues</url>
<screenshots>
<screenshot type="default" width="1919" height="1053">
@@ -31,6 +31,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="0.8" date="2020-09-23"/>
<release version="0.7" date="2020-05-16"/>
<release version="0.6.2" date="2020-02-17"/>
</releases>