diff --git a/passwordmanager/default/PKGBUILD b/passwordmanager/default/PKGBUILD index a5e73b19..c320dfda 100644 --- a/passwordmanager/default/PKGBUILD +++ b/passwordmanager/default/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL' license=('GPL') depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils') -makedepends=('cmake' 'qt5-tools') +makedepends=('cmake' 'qt5-tools' 'mesa') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") sha256sums=('5b9a6c9ab2e34a146a728867591189721622d89dfec32c58a6416d21f6b42510') diff --git a/passwordmanager/git/PKGBUILD b/passwordmanager/git/PKGBUILD index 2404a6bc..3cf3d9f2 100644 --- a/passwordmanager/git/PKGBUILD +++ b/passwordmanager/git/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') pkgdesc='A simple password store using AES-256-CBC encryption via OpenSSL' license=('GPL') depends=('qt5-base' 'qtutilities-git' 'passwordfile-git' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils') -makedepends=('cmake' 'qt5-tools' 'git') +makedepends=('cmake' 'qt5-tools' 'git' 'mesa') provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}" diff --git a/qtutilities/default/PKGBUILD b/qtutilities/default/PKGBUILD index c9a13b08..a6dc9777 100644 --- a/qtutilities/default/PKGBUILD +++ b/qtutilities/default/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models' license=('GPL') depends=('c++utilities' 'qt5-base') -makedepends=('cmake' 'qt5-tools') +makedepends=('cmake' 'qt5-tools' 'mesa') optdepends=("$pkgname-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz" diff --git a/qtutilities/doc/PKGBUILD b/qtutilities/doc/PKGBUILD index b011e415..6ded15d6 100644 --- a/qtutilities/doc/PKGBUILD +++ b/qtutilities/doc/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 arch=('any') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (API documentation)' license=('GPL') -makedepends=('cmake' 'doxygen' 'dia' 'graphviz' 'c++utilities' 'qt5-tools') +makedepends=('cmake' 'doxygen' 'dia' 'graphviz' 'c++utilities' 'qt5-tools' 'mesa') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") sha256sums=('b0330de29dbf4878f2681417c6b632a98a04369134998cff1f34a4377fe1493f') diff --git a/qtutilities/git/PKGBUILD b/qtutilities/git/PKGBUILD index 99404825..f5f3c2b3 100644 --- a/qtutilities/git/PKGBUILD +++ b/qtutilities/git/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models' license=('GPL') -depends=('c++utilities-git' 'qt5-base') +depends=('c++utilities-git' 'qt5-base' 'mesa') optdepends=("$_name-doc: API documentation") makedepends=('cmake' 'git' 'qt5-tools') provides=("${_name}") diff --git a/syncthingtray/default/PKGBUILD b/syncthingtray/default/PKGBUILD index d6998bed..a0923e22 100644 --- a/syncthingtray/default/PKGBUILD +++ b/syncthingtray/default/PKGBUILD @@ -29,7 +29,7 @@ depends=('qtutilities' 'qt5-svg' 'openssl' 'desktop-file-utils' 'xdg-utils') [[ $_webview_provider == webengine ]] && depends+=('qt5-webengine') [[ $_enable_kio_plugin ]] && optdepends+=('kio: KIO plugin for Syncthing actions in Dolphin') [[ $_enable_plasmoid ]] && optdepends+=('plasma-workspace: Plasmoid for Plasma 5 desktop') -makedepends=('cmake' 'qt5-tools') +makedepends=('cmake' 'qt5-tools' 'mesa') checkdepends=('cppunit' 'syncthing') [[ $_enable_kio_plugin ]] && makedepends+=('kio') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') diff --git a/syncthingtray/git/PKGBUILD b/syncthingtray/git/PKGBUILD index 333d85aa..bef58e52 100644 --- a/syncthingtray/git/PKGBUILD +++ b/syncthingtray/git/PKGBUILD @@ -35,7 +35,7 @@ depends=('qtutilities-git' 'qt5-svg' 'openssl' 'desktop-file-utils' 'xdg-utils') [[ $_js_provider == qml ]] && depends+=('qt5-declarative') [[ $_enable_kio_plugin ]] && optdepends+=('kio: KIO plugin for Syncthing actions in Dolphin') [[ $_enable_plasmoid ]] && optdepends+=('plasma-workspace: Plasmoid for Plasma 5 desktop') -makedepends=('cmake' 'qt5-tools' 'git') +makedepends=('cmake' 'qt5-tools' 'git' 'mesa') checkdepends=('cppunit' 'syncthing') [[ $_enable_kio_plugin ]] && makedepends+=('kio') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 70b4f447..545bbab8 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/PKGBUILD @@ -25,7 +25,7 @@ depends=('qtutilities>=5.6.0' 'tagparser>=6.2.0' 'desktop-file-utils' 'xdg-utils [[ $_webview_provider == webengine ]] && depends+=('qt5-webengine>=5.6') [[ $_js_provider == script ]] && depends+=('qt5-script>=5.6') [[ $_js_provider == qml ]] && depends+=('qt5-declarative>=5.6') -makedepends=('cmake' 'qt5-tools') +makedepends=('cmake' 'qt5-tools' 'mesa') [[ $_json_export == ON ]] && makedepends+=('reflective-rapidjson') checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index a2fae1bd..aaada040 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -26,7 +26,7 @@ depends=('qtutilities-git' 'tagparser-git' 'desktop-file-utils' 'xdg-utils') [[ $_webview_provider == webengine ]] && depends+=('qt5-webengine') [[ $_js_provider == script ]] && depends+=('qt5-script') [[ $_js_provider == qml ]] && depends+=('qt5-declarative') -makedepends=('cmake' 'qt5-tools' 'git') +makedepends=('cmake' 'qt5-tools' 'git' 'mesa') [[ $_json_export == ON ]] && makedepends+=('reflective-rapidjson-git') checkdepends=('cppunit') provides=("${_name}") diff --git a/videodownloader/default/PKGBUILD b/videodownloader/default/PKGBUILD index e59b7298..d19d8ef1 100644 --- a/videodownloader/default/PKGBUILD +++ b/videodownloader/default/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') pkgdesc='A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)' license=('GPL') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') -makedepends=('cmake' 'qt5-tools') +makedepends=('cmake' 'qt5-tools' 'mesa') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") sha256sums=('60cb2e5e11a7665765dfe8904f51759bdef88b6d11cd93f9b83fab868f9c09e8') diff --git a/videodownloader/git/PKGBUILD b/videodownloader/git/PKGBUILD index 97f52df5..eac43e15 100644 --- a/videodownloader/git/PKGBUILD +++ b/videodownloader/git/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') pkgdesc='A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)' license=('GPL') depends=('qtutilities-git' 'openssl' 'desktop-file-utils' 'xdg-utils') -makedepends=('cmake' 'qt5-tools' 'git') +makedepends=('cmake' 'qt5-tools' 'git' 'mesa') provides=("${_name}") conflicts=("${_name}") url="https://github.com/Martchus/${_reponame}"