Date: Wednesday, April 29, 2015 @ 14:24:16
Author: spupykin
Revision: 132508
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
sqliteman/repos/community-staging-i686/
sqliteman/repos/community-staging-i686/PKGBUILD
(from rev 132507, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-staging-i686/sqliteman.install
(from rev 132507, sqliteman/trunk/sqliteman.install)
sqliteman/repos/community-staging-x86_64/
sqliteman/repos/community-staging-x86_64/PKGBUILD
(from rev 132507, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-staging-x86_64/sqliteman.install
(from rev 132507, sqliteman/trunk/sqliteman.install)
--------------------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++
community-staging-i686/sqliteman.install | 12 +++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++
community-staging-x86_64/sqliteman.install | 12 +++++++++
4 files changed, 94 insertions(+)
Copied: sqliteman/repos/community-staging-i686/PKGBUILD (from rev 132507,
sqliteman/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-29 12:24:16 UTC (rev 132508)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Roman Porizka <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=8
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/"
+license=('GPL')
+depends=('qscintilla')
+makedepends=('cmake')
+install=sqliteman.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5ecdf710e23606e1b924f740ea69306d')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: sqliteman/repos/community-staging-i686/sqliteman.install (from rev
132507, sqliteman/trunk/sqliteman.install)
===================================================================
--- community-staging-i686/sqliteman.install (rev 0)
+++ community-staging-i686/sqliteman.install 2015-04-29 12:24:16 UTC (rev
132508)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: sqliteman/repos/community-staging-x86_64/PKGBUILD (from rev 132507,
sqliteman/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-29 12:24:16 UTC (rev 132508)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Roman Porizka <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=8
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/"
+license=('GPL')
+depends=('qscintilla')
+makedepends=('cmake')
+install=sqliteman.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5ecdf710e23606e1b924f740ea69306d')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: sqliteman/repos/community-staging-x86_64/sqliteman.install (from rev
132507, sqliteman/trunk/sqliteman.install)
===================================================================
--- community-staging-x86_64/sqliteman.install (rev 0)
+++ community-staging-x86_64/sqliteman.install 2015-04-29 12:24:16 UTC (rev
132508)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}