diff --git a/pisi-index.xml b/pisi-index.xml index 84de4155..d1503126 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -1218,6 +1218,13 @@ + + 2014-06-04 + 1.0.7 + Add aufs module initramfs + Burak Ertürk + burakerturk@pisilinux.org + 2014-05-11 1.0.7 @@ -13496,8 +13503,8 @@ SQLite est une petite librairie C implémentant un moteur de base de données SQL auto-configurée, auto-suffisante, pouvant être embarquée. Gère des bases de données de tailles allant jusqu'à 2 téraOctets. SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size. SQLite hiçbir ayar gerektirmeyen, başka programların içine gömülebilir bir SQL veritabanı motorudur. 2 terabayta kadar büyüklükteki veritabanlarını tutabilir. - http://www.sqlite.org/2015/sqlite-autoconf-3080803.tar.gz - http://www.sqlite.org/2015/sqlite-doc-3080803.zip + http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz + http://www.sqlite.org/2015/sqlite-doc-3081002.zip readline-devel @@ -13509,10 +13516,10 @@ readline - /usr/bin /usr/lib - /usr/share/doc /usr/share/man + /usr/bin + /usr/share/doc/sqlite/README @@ -13521,7 +13528,7 @@ sqlite için geliştirme dosyaları system.devel - sqlite + sqlite /usr/include @@ -13538,39 +13545,31 @@ glibc-32bit - sqlite glibc-32bit + sqlite /usr/lib32 - sqlite-tcl - - tcl-devel - + sqlite-doc + sqlite-doc, sqlite için doküman belgeleri sqlite - /usr/lib/sqlite3.8.8.3 - - - - sqlite-tcl-32bit - - glibc-32bit - - - sqlite - glibc-32bit - - - /usr/lib32/sqlite3.8.8.3/ + /usr/share/doc/sqlite/ + + 2015-06-08 + 3.8.10.2 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + 2015-02-28 3.8.8.3 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 00729a9f..7746e3c3 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -b8f95abd30d4782c90b46d95d8a0c21a63f50762 \ No newline at end of file +f746c81d36647045e22cfe2d9b15fdeedd830b5f \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f3aa14f9..1ea15864 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index d729e5d2..1b713aec 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -d5a5330281505204e56088a8f04c617b960e2b6d \ No newline at end of file +d5a808cdf9f14210aa4b675d3541c7f3f03b40a9 \ No newline at end of file diff --git a/system/base/sqlite/actions.py b/system/base/sqlite/actions.py index e77290b9..861eb533 100644 --- a/system/base/sqlite/actions.py +++ b/system/base/sqlite/actions.py @@ -24,40 +24,40 @@ def setup(): "-DSQLITE_SOUNDEX", "-DSQLITE_ENABLE_RTREE", "-DSQLITE_ENABLE_API_ARMOR") - + pisitools.cflags.sub("-O[s\d]", "-O3") - + autotools.configure("--disable-static \ --enable-readline \ --enable-threadsafe") - - shelltools.cd("tea") - autotools.configure(" \ - --enable-shared \ - --with-tcl='/usr/lib/' \ - --with-tclinclude='/usr/include' \ - --enable-64bit \ - --enable-threads") - + + #shelltools.cd("tea") + #autotools.configure(" \ + # --enable-shared \ + # --with-tcl='/usr/lib/' \ + # --with-tclinclude='/usr/include' \ + # --enable-64bit \ + # --enable-threads") + def build(): autotools.make("-j1") - - shelltools.cd("tea") - autotools.make("-j1") - + + #shelltools.cd("tea") + #autotools.make("-j1") + def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR()) - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + #shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR()) + #autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodoc("README*") - + shelltools.cd("%s/sqlite-doc-3081002" % get.workDIR()) shelltools.system("pwd") - + pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3081002/*") - + # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR()) shelltools.system("find %s -type f -perm 755 -exec chmod 644 {} \;" % get.installDIR()) @@ -66,4 +66,4 @@ def install(): shelltools.system("find %s -name '*~' -exec rm -f {} \;" % get.installDIR()) shelltools.system("find %s -type f -name '.~*' -exec ls -lha {} \;" % get.installDIR())# /build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg# shelltools.system("find %s -type d -name '.~*' -exec ls -lha {} \;" % get.installDIR()) - shelltools.system("find %s -name '.~*' -exec rm -f {} \;" % get.installDIR()) \ No newline at end of file + shelltools.system("find %s -name '.~*' -exec rm -f {} \;" % get.installDIR()) diff --git a/system/base/sqlite/pspec.xml b/system/base/sqlite/pspec.xml index d2015042..398622cd 100644 --- a/system/base/sqlite/pspec.xml +++ b/system/base/sqlite/pspec.xml @@ -65,7 +65,7 @@ - + sqlite-doc