summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2016-11-15 21:10:33 -0500
committerEdison Ibañez2016-11-15 21:10:33 -0500
commitabfe4b02c18b6f59d36647511b940fc5988f3814 (patch)
treea359d594205192d3be1085bd3d3fd613857f1d6f
parent4adb1df24a88b07331900a13787583211e7706a8 (diff)
downloadaur-abfe4b02c18b6f59d36647511b940fc5988f3814.tar.gz
update to 1.17.0
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD64
-rw-r--r--Sqlectron-128x128.pngbin0 -> 12601 bytes
-rw-r--r--Sqlectron-16x16.pngbin0 -> 891 bytes
-rw-r--r--Sqlectron-24x24.pngbin0 -> 1665 bytes
-rw-r--r--Sqlectron-256x256.pngbin0 -> 33054 bytes
-rw-r--r--Sqlectron-32x32.pngbin0 -> 2320 bytes
-rw-r--r--Sqlectron-48x48.pngbin0 -> 3904 bytes
-rw-r--r--Sqlectron-512x512.pngbin0 -> 65369 bytes
-rw-r--r--Sqlectron-64x64.pngbin0 -> 5214 bytes
-rw-r--r--Sqlectron-96x96.pngbin0 -> 8984 bytes
-rw-r--r--Sqlectron.desktop7
12 files changed, 70 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c308bef1e8a8..f359801ca4eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client desktop with cross database and platform support.
- pkgver = 1.13.0
+ pkgver = 1.17.0
pkgrel = 2
url = https://sqlectron.github.io/
arch = i686
@@ -8,11 +8,31 @@ pkgbase = sqlectron-gui
license = MIT
depends = libnotify
source = Sqlectron.sh
+ source = Sqlectron.desktop
+ source = Sqlectron-16x16.png
+ source = Sqlectron-24x24.png
+ source = Sqlectron-32x32.png
+ source = Sqlectron-48x48.png
+ source = Sqlectron-64x64.png
+ source = Sqlectron-96x96.png
+ source = Sqlectron-128x128.png
+ source = Sqlectron-256x256.png
+ source = Sqlectron-512x512.png
md5sums = f0770e47e7ad5926d24cf9953c1ceb71
- source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.13.0/Sqlectron-1.13.0-ia32.deb
- md5sums_i686 = 4a89f0e1939f575f9a3f17e54228695d
- source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.13.0/Sqlectron-1.13.0.deb
- md5sums_x86_64 = 8d825fe5ac38b4cfcaa582579cfe4fb3
+ md5sums = 59f6894e35ab7ce3da5ee594fad41ed4
+ md5sums = 85d6ce586470159c1fc3722c0df19fa7
+ md5sums = 3f2b8a5e1a3efa6fb2d40ff03f11475c
+ md5sums = 2ead1b0701b8b251693f436b2a44ba87
+ md5sums = 8f7c8a7de028f08063357a94f657282f
+ md5sums = 45c7f72fa9db966e52bb55d4f2568ac5
+ md5sums = 791f35bb9d3602620a0f2c3f7b9630ab
+ md5sums = b3e2568f1044efaa5113f1b14c51f377
+ md5sums = e1d936527e73ada838cd97b144c87174
+ md5sums = d68539a49b186bfdb4c461b0ee52442b
+ source_i686 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.17.0/Sqlectron-1.17.0-ia32.tar.gz
+ md5sums_i686 = adb9e9cd2d6987ac4b9ac895099d3f09
+ source_x86_64 = https://github.com/sqlectron/sqlectron-gui/releases/download/v1.17.0/Sqlectron-1.17.0.tar.gz
+ md5sums_x86_64 = 68666c0e4f4b183b5a1baedfefb0405f
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index e025afa10887..9bfaf1916929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,45 +1,57 @@
# Maintainer: Edison Ibañez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.13.0
+pkgver=1.17.0
pkgrel=2
pkgdesc="A simple and lightweight SQL client desktop with cross database and platform support."
arch=('i686' 'x86_64')
url="https://sqlectron.github.io/"
license=("MIT")
-source=("Sqlectron.sh")
-source_x86_64=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.deb")
-source_i686=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver-ia32.deb")
-md5sums=('f0770e47e7ad5926d24cf9953c1ceb71')
-md5sums_i686=('4a89f0e1939f575f9a3f17e54228695d')
-md5sums_x86_64=('8d825fe5ac38b4cfcaa582579cfe4fb3')
+source=("Sqlectron.sh"
+ "Sqlectron.desktop"
+ "Sqlectron-16x16.png"
+ "Sqlectron-24x24.png"
+ "Sqlectron-32x32.png"
+ "Sqlectron-48x48.png"
+ "Sqlectron-64x64.png"
+ "Sqlectron-96x96.png"
+ "Sqlectron-128x128.png"
+ "Sqlectron-256x256.png"
+ "Sqlectron-512x512.png")
+source_x86_64=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver.tar.gz")
+source_i686=("https://github.com/sqlectron/$pkgname/releases/download/v$pkgver/Sqlectron-$pkgver-ia32.tar.gz")
+md5sums=('f0770e47e7ad5926d24cf9953c1ceb71'
+ '59f6894e35ab7ce3da5ee594fad41ed4'
+ '85d6ce586470159c1fc3722c0df19fa7'
+ '3f2b8a5e1a3efa6fb2d40ff03f11475c'
+ '2ead1b0701b8b251693f436b2a44ba87'
+ '8f7c8a7de028f08063357a94f657282f'
+ '45c7f72fa9db966e52bb55d4f2568ac5'
+ '791f35bb9d3602620a0f2c3f7b9630ab'
+ 'b3e2568f1044efaa5113f1b14c51f377'
+ 'e1d936527e73ada838cd97b144c87174'
+ 'd68539a49b186bfdb4c461b0ee52442b')
+md5sums_i686=('adb9e9cd2d6987ac4b9ac895099d3f09')
+md5sums_x86_64=('68666c0e4f4b183b5a1baedfefb0405f')
depends=('libnotify')
-build() {
- cd "$srcdir"
- tar xf data.tar.xz
-}
-
package() {
- cd "$srcdir"
install -dm 755 "$pkgdir/opt"
- cp -rf "$srcdir/opt/Sqlectron" "$pkgdir/opt"
+ cp -rf "$srcdir/Sqlectron-$pkgver" "$pkgdir/opt/Sqlectron"
install -dm 775 "$pkgdir/opt/Sqlectron"
install -dm 755 "$pkgdir/usr/bin/"
install -Dm 775 "Sqlectron.sh" "$pkgdir/usr/bin/Sqlectron"
- install -Dm 644 "$srcdir/usr/share/applications/Sqlectron.desktop" "$pkgdir/usr/share/applications/Sqlectron.desktop"
- install -dm 755 "$pkgdir/usr/share/doc/sqlectron"
- cp -rf "$srcdir/usr/share/doc/sqlectron" "$pkgdir/usr/share/doc/sqlectron"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/16x16/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/24x24/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/24x24/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/32x32/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/48x48/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/64x64/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/96x96/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/96x96/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/128x128/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/256x256/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/Sqlectron.png"
- install -Dm 644 "$srcdir/usr/share/icons/hicolor/512x512/apps/Sqlectron.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron.desktop" "$pkgdir/usr/share/applications/Sqlectron.desktop"
+ install -Dm 644 "$srcdir/Sqlectron-16x16.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-24x24.png" "$pkgdir/usr/share/icons/hicolor/24x24/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-32x32.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-48x48.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-64x64.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-96x96.png" "$pkgdir/usr/share/icons/hicolor/96x96/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-128x128.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-256x256.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/Sqlectron.png"
+ install -Dm 644 "$srcdir/Sqlectron-512x512.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/Sqlectron.png"
}
# vim:set ts=2 sw=2 et:
diff --git a/Sqlectron-128x128.png b/Sqlectron-128x128.png
new file mode 100644
index 000000000000..4d21a8b1313a
--- /dev/null
+++ b/Sqlectron-128x128.png
Binary files differ
diff --git a/Sqlectron-16x16.png b/Sqlectron-16x16.png
new file mode 100644
index 000000000000..cc1c8fef4703
--- /dev/null
+++ b/Sqlectron-16x16.png
Binary files differ
diff --git a/Sqlectron-24x24.png b/Sqlectron-24x24.png
new file mode 100644
index 000000000000..930d0d9a5da3
--- /dev/null
+++ b/Sqlectron-24x24.png
Binary files differ
diff --git a/Sqlectron-256x256.png b/Sqlectron-256x256.png
new file mode 100644
index 000000000000..e7e6da32cf94
--- /dev/null
+++ b/Sqlectron-256x256.png
Binary files differ
diff --git a/Sqlectron-32x32.png b/Sqlectron-32x32.png
new file mode 100644
index 000000000000..140257dd0269
--- /dev/null
+++ b/Sqlectron-32x32.png
Binary files differ
diff --git a/Sqlectron-48x48.png b/Sqlectron-48x48.png
new file mode 100644
index 000000000000..b9477e2ac5ef
--- /dev/null
+++ b/Sqlectron-48x48.png
Binary files differ
diff --git a/Sqlectron-512x512.png b/Sqlectron-512x512.png
new file mode 100644
index 000000000000..fcc0533c8e74
--- /dev/null
+++ b/Sqlectron-512x512.png
Binary files differ
diff --git a/Sqlectron-64x64.png b/Sqlectron-64x64.png
new file mode 100644
index 000000000000..8106c9b3fda7
--- /dev/null
+++ b/Sqlectron-64x64.png
Binary files differ
diff --git a/Sqlectron-96x96.png b/Sqlectron-96x96.png
new file mode 100644
index 000000000000..fb480762692e
--- /dev/null
+++ b/Sqlectron-96x96.png
Binary files differ
diff --git a/Sqlectron.desktop b/Sqlectron.desktop
new file mode 100644
index 000000000000..20a2e93f7a9f
--- /dev/null
+++ b/Sqlectron.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Sqlectron
+Comment=A simple and lightweight SQL client with cross database and platform support
+Exec="/opt/Sqlectron/Sqlectron"
+Terminal=false
+Type=Application
+Icon=Sqlectron