summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-01 20:57:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-01 21:06:13 +0300
commit633ad7ccad39723baf71966695fb2e15d0a7240c (patch)
tree561c769431b0d05a65f079f3f29060353bd7e062
parent9231eb2bc700b57ae5cc2eddc0660fd342cd97f1 (diff)
Add libodb-qt package to repository
-rw-r--r--README-GIT18
l---------libodb-qt/NEWS1
-rw-r--r--libodb-qt/manifest8
-rw-r--r--packages.manifest2
4 files changed, 11 insertions, 18 deletions
diff --git a/README-GIT b/README-GIT
index 7bd7f72..865beac 100644
--- a/README-GIT
+++ b/README-GIT
@@ -1,16 +1,6 @@
-The checked out libodb/odb/version-build2.hxx,
-libodb-mysql/odb/mysql/version-build2.hxx,
-libodb-sqlite/odb/sqlite/version-build2.hxx,
-libodb-pgsql/odb/pgsql/version-build2.hxx,
-libodb-oracle/odb/oracle/version-build2.hxx,
-libodb-mssql/odb/mssql/version-build2.hxx, and
-libodb-boost/odb/boost/version-build2.hxx will be overwritten during the build
+The checked out libodb/odb/version-build2.hxx and
+libodb-*/odb/*/version-build2.hxx files will be overwritten during the build
process but these changes should be ignored. To do this automatically, run:
-git update-index --assume-unchanged libodb/odb/version-build2.hxx
-git update-index --assume-unchanged libodb-mysql/odb/mysql/version-build2.hxx
-git update-index --assume-unchanged libodb-sqlite/odb/sqlite/version-build2.hxx
-git update-index --assume-unchanged libodb-pgsql/odb/pgsql/version-build2.hxx
-git update-index --assume-unchanged libodb-oracle/odb/oracle/version-build2.hxx
-git update-index --assume-unchanged libodb-mssql/odb/mssql/version-build2.hxx
-git update-index --assume-unchanged libodb-boost/odb/boost/version-build2.hxx
+git update-index --assume-unchanged \
+ libodb/odb/version-build2.hxx libodb-*/odb/*/version-build2.hxx
diff --git a/libodb-qt/NEWS b/libodb-qt/NEWS
new file mode 120000
index 0000000..0fae0f8
--- /dev/null
+++ b/libodb-qt/NEWS
@@ -0,0 +1 @@
+../NEWS \ No newline at end of file
diff --git a/libodb-qt/manifest b/libodb-qt/manifest
index d806cae..e3f4f07 100644
--- a/libodb-qt/manifest
+++ b/libodb-qt/manifest
@@ -10,12 +10,12 @@ description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
-src-url: https://git.codesynthesis.com/cgit/odb/libodb-qt/
+src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
builds: all
requires: c++11
requires: libqt-core ; Requires not yet packaged libqt-core.
-depends: * build2 >= 0.16.0-
-depends: * bpkg >= 0.16.0-
-depends: libodb [2.5.0-b.26.1 2.5.0-b.27)
+depends: * build2 >= 0.17.0-
+depends: * bpkg >= 0.17.0-
+depends: libodb == $
diff --git a/packages.manifest b/packages.manifest
index c5f7807..95df333 100644
--- a/packages.manifest
+++ b/packages.manifest
@@ -15,4 +15,6 @@ location: libodb-mssql/
:
location: libodb-boost/
:
+location: libodb-qt/
+:
location: odb-tests/