when cross-building it is not required and the formula <!cross> simply does
not work so use a trick to depend on other package instead. on a side note
the package cannot be installed even tho it is in the main pool of the
architectures I am testing on
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
it has no reliable meaning since QSettings has a system/user scope feature
and it is not guaranteed that settings are actually stored there
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
libpqtypes-dev was required because of the PostgreSQL CMake module and even
with it CMake could not detect it in Travis environment (which is why
custom module is shipped with Katie), libmariadbd-dev does not depend on
libaio-dev even tho it should but that should be fixed in the official
MariaDB Debian package and CMake respectively, I am not going to workaround
those issues anymore just to bump on more
on Debian GNU/Hurd libpqtypes-dev and libaio-dev are not available
(atleast in the officiall main repository) and since they are not
directly required to build Katie I am removing them for that reason too
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
now that CPack is no longer supported relative paths are no longer
required. this change also fixes the headers optimizations upon
installation since it requires full paths to work
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
dh_shlibdeps can detect them and their removal makes the control file
more suitable for producing package files for Debian/Ubuntu releases
other than the current Debian stable release which I am using it for
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
it is prone to race condition and not used, if anyone wants to add
driver it should really be a plugin
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
Worked a little on katie PKGBUILD. First, I modified pkgver to get it in sync with tags.
pkgver=4.9.0.rc17.r367.g28d8736c is better, don't you think?
After a first build, namcap throw me this list of unneeded depends:
```
katie-git W: Dependency openssl included but already satisfied
katie-git W: Dependency zlib included but already satisfied
katie-git W: Dependency included and not needed ('cups')
katie-git W: Dependency libice included but already satisfied
katie-git W: Dependency pcre included but already satisfied
katie-git W: Dependency icu included but already satisfied
katie-git W: Dependency libxext included but already satisfied
katie-git W: Dependency libxfixes included but already satisfied
katie-git W: Dependency libxrender included but already satisfied
katie-git W: Dependency libx11 included but already satisfied
katie-git W: Dependency fontconfig included but already satisfied
katie-git W: Dependency freetype2 included but already satisfied
katie-git W: Dependency zstd included but already satisfied
```
I removed them, done another build and after a new namcap, I had to add into depends: icu, libxrander, fontconfig and libcups (instead of cups).
I will look at every other PKGBUILDs in katana repository to update and clean them up.