Date: Saturday, February 25, 2017 @ 12:07:12
Author: arojas
Revision: 213767
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 213766, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-staging-i686/sqliteman-qscintilla-2.10.patch
(from rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)
sqliteman/repos/community-staging-x86_64/
sqliteman/repos/community-staging-x86_64/PKGBUILD
(from rev 213766, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-staging-x86_64/sqliteman-qscintilla-2.10.patch
(from rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)
----------------------------------------------------------+
community-staging-i686/PKGBUILD | 39 +++++++++++++
community-staging-i686/sqliteman-qscintilla-2.10.patch | 11 +++
community-staging-x86_64/PKGBUILD | 39 +++++++++++++
community-staging-x86_64/sqliteman-qscintilla-2.10.patch | 11 +++
4 files changed, 100 insertions(+)
Copied: sqliteman/repos/community-staging-i686/PKGBUILD (from rev 213766,
sqliteman/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-25 12:07:12 UTC (rev 213767)
@@ -0,0 +1,39 @@
+# $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=11
+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-qt4')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
sqliteman-qscintilla-2.10.patch)
+md5sums=('5ecdf710e23606e1b924f740ea69306d'
+ '9922a1f404f2381564abfb9096973911')
+
+prepare() {
+ mkdir build
+
+# Fix qscintilla 2.10 detection
+ cd $pkgname-$pkgver
+ patch -p1 -i ../sqliteman-qscintilla-2.10.patch
+}
+
+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-qscintilla-2.10.patch
(from rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)
===================================================================
--- community-staging-i686/sqliteman-qscintilla-2.10.patch
(rev 0)
+++ community-staging-i686/sqliteman-qscintilla-2.10.patch 2017-02-25
12:07:12 UTC (rev 213767)
@@ -0,0 +1,11 @@
+--- sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake.orig 2017-02-25
12:02:29.500716404 +0000
++++ sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake 2017-02-25
12:02:55.167341296 +0000
+@@ -21,7 +21,7 @@
+ "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
+ )
+
+- SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
++ SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2
qscintilla2_qt4 libqscintilla2_qt4)
+ FIND_LIBRARY(QSCINTILLA_LIBRARY
+ NAMES ${QSCINTILLA_NAMES}
+ PATHS ${QT_LIBRARY_DIR}
Copied: sqliteman/repos/community-staging-x86_64/PKGBUILD (from rev 213766,
sqliteman/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-02-25 12:07:12 UTC (rev 213767)
@@ -0,0 +1,39 @@
+# $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=11
+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-qt4')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
sqliteman-qscintilla-2.10.patch)
+md5sums=('5ecdf710e23606e1b924f740ea69306d'
+ '9922a1f404f2381564abfb9096973911')
+
+prepare() {
+ mkdir build
+
+# Fix qscintilla 2.10 detection
+ cd $pkgname-$pkgver
+ patch -p1 -i ../sqliteman-qscintilla-2.10.patch
+}
+
+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-qscintilla-2.10.patch (from
rev 213766, sqliteman/trunk/sqliteman-qscintilla-2.10.patch)
===================================================================
--- community-staging-x86_64/sqliteman-qscintilla-2.10.patch
(rev 0)
+++ community-staging-x86_64/sqliteman-qscintilla-2.10.patch 2017-02-25
12:07:12 UTC (rev 213767)
@@ -0,0 +1,11 @@
+--- sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake.orig 2017-02-25
12:02:29.500716404 +0000
++++ sqliteman-1.2.2/cmake/modules/FindQScintilla.cmake 2017-02-25
12:02:55.167341296 +0000
+@@ -21,7 +21,7 @@
+ "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
+ )
+
+- SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
++ SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2
qscintilla2_qt4 libqscintilla2_qt4)
+ FIND_LIBRARY(QSCINTILLA_LIBRARY
+ NAMES ${QSCINTILLA_NAMES}
+ PATHS ${QT_LIBRARY_DIR}