diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-13 22:33:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:41:50 +0900 |
| commit | 2809ecbf4811a46bbb790b8cd9781e5061b16eab (patch) | |
| tree | 3a38568199670a5d0d6bfdbeed6a28c7911be51f | |
| parent | 9e1840a4808a600474f10c91d77751b850fb3b46 (diff) | |
| download | tde-packaging-2809ecbf4811a46bbb790b8cd9781e5061b16eab.tar.gz tde-packaging-2809ecbf4811a46bbb790b8cd9781e5061b16eab.zip | |
DEB buildscripts: add tqtinterface when building for r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rwxr-xr-x | debian/_buildscripts/local/01_base_01.sh | 3 | ||||
| -rw-r--r-- | debian/_buildscripts/local/README.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/01_base_01.sh b/debian/_buildscripts/local/01_base_01.sh index 6ffe8ee1c..ed8c46d62 100755 --- a/debian/_buildscripts/local/01_base_01.sh +++ b/debian/_buildscripts/local/01_base_01.sh @@ -11,6 +11,9 @@ build_module "dependencies/libart-lgpl" build_module "dependencies/libcaldav" build_module "dependencies/libcarddav" build_module "dependencies/tqt" +if [[ "$DEFAULT_REPO_BRANCH" == "r14.1.x" ]]; then + build_module "dependencies/tqtinterface" +fi build_module "dependencies/arts" build_module "dependencies/dbus-1-tqt" build_module "dependencies/tqca" diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index 83300c7af..500435c09 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -22,7 +22,8 @@ A) Environment preparation Different instructions will be provided where necessary, based on the choice made. More on this at point 9). -1) Install following packages: bc, cdbs, git, pbuilder, quilt, rsync, sudo and required dependencies. +1) Install following packages: bc, build-essential, cdbs, debhelper, fakeroot, git, pbuilder, quilt, + rsync, sudo and required dependencies. To build some python related packages, you will also need to install dh-python and python3-setuptools. NOTE: pytdeextensions requires some actions before you can build it (even in a clean environment) due to the current build scripts |
