Skip to content

Commit

Permalink
deps: update dependencies in PKGBUILDs
Browse files Browse the repository at this point in the history
Currently trying to install the packages shows these errors:

```
➜  ~ doas pikaur -Sy heera-git
:: Synchronizing package databases...
 core                                                                        128.3 KiB   174 KiB/s 00:01 [##############################################################] 100%
 extra                                                                         8.3 MiB  12.2 MiB/s 00:01 [##############################################################] 100%
 community is up to date
 heera-git                                                                     3.2 KiB  7.73 KiB/s 00:00 [##############################################################] 100%

Reading repository package databases...
Reading local package database...
:: error: 'heera-git' is NOT installable.
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'plasma-framework' required by heera-calamares
:: unable to satisfy dependency 'kdbusaddons' required by heera-calamares
:: unable to satisfy dependency 'kwindowsystem' required by heera-core
:: unable to satisfy dependency 'kwindowsystem' required by heera-user-interface
:: unable to satisfy dependency 'heera-user-interface' required by heera-dock
:: unable to satisfy dependency 'kio' required by heera-system-library
:: unable to satisfy dependency 'networkmanager-qt' required by heera-system-library
:: unable to satisfy dependency 'kcoreaddons' required by heera-system-library
:: unable to satisfy dependency 'modemmanager-qt' required by heera-system-library
:: unable to satisfy dependency 'heera-system-library' required by heera-dock
:: unable to satisfy dependency 'kwindowsystem' required by heera-dock
:: unable to satisfy dependency 'kwindowsystem' required by heera-launcher
:: unable to satisfy dependency 'kwindowsystem' required by heera-qt-plugins
:: unable to satisfy dependency 'kwindowsystem' required by heera-user-interface
:: unable to satisfy dependency 'heera-user-interface' required by heera-settings
:: unable to satisfy dependency 'kio' required by heera-system-library
:: unable to satisfy dependency 'networkmanager-qt' required by heera-system-library
:: unable to satisfy dependency 'kcoreaddons' required by heera-system-library
:: unable to satisfy dependency 'modemmanager-qt' required by heera-system-library
:: unable to satisfy dependency 'kwindowsystem' required by heera-user-interface
```

These are due to the reason that many kde packages, eg. 'kio5',
'networkmanager-qt5', 'kwindowsystem5' come with kde/qt version at
end (5), which was not there earlier.

Fix the errors by updating PKGBUILDs to use new versions.

Signed-off-by: Aditya Gupta <me.adityag15@gmail.com>
  • Loading branch information
adi-g15 committed Jan 5, 2024
1 parent 0e3a24a commit 9c23937
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions heera-calamares/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-calamares.git"
license=('GPL3')
groups=('heera-git')
depends=('yaml-cpp' 'plasma-framework' 'libpwquality' 'qt5-webengine' 'appstream-qt' 'kdbusaddons')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja' 'boost-libs' 'kpmcore' 'kparts' 'python-pyqt5' 'qt5-tools')
depends=('yaml-cpp' 'plasma-framework5' 'libpwquality' 'qt5-webengine'
'appstream-qt' 'kdbusaddons5')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja' 'boost-libs' 'kpmcore'
'kparts' 'python-pyqt5' 'qt5-tools')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}::git+${url}")
Expand Down
2 changes: 1 addition & 1 deletion heera-core/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-core.git"
license=('GPL3')
groups=('heera-git')
depends=('qt5-declarative' 'qhotkey' 'polkit-qt5' 'kwindowsystem' 'libpulse' 'libxtst' 'kwin')
depends=('qt5-declarative' 'qhotkey' 'polkit-qt5' 'kwindowsystem5' 'libpulse' 'libxtst' 'kwin')
makedepends=('git' 'qt5-quickcontrols2' 'qt5-tools' 'cmake' 'extra-cmake-modules' 'heera-user-interface' 'ninja')
provides=("${pkgname}")
conflicts=("${pkgname}")
Expand Down
3 changes: 2 additions & 1 deletion heera-dock/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-dock.git"
license=('GPL3')
groups=('heera-git')
depends=('heera-user-interface' 'heera-system-library' 'qt5-declarative' 'kwindowsystem')
depends=('heera-user-interface' 'heera-system-library' 'qt5-declarative'
'kwindowsystem5')
makedepends=('git' 'cmake' 'ninja' 'qt5-tools' )
provides=("${pkgname}")
conflicts=("${pkgname}")
Expand Down
2 changes: 1 addition & 1 deletion heera-launcher/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-launcher.git"
license=('GPL3')
groups=('heera-git')
depends=('qt5-declarative' 'kwindowsystem')
depends=('qt5-declarative' 'kwindowsystem5')
makedepends=('git' 'cmake' 'qt5-tools' 'qt5-quickcontrols2' 'extra-cmake-modules' 'gcc' 'ninja')
provides=("${pkgname}")
conflicts=("${pkgname}")
Expand Down
2 changes: 1 addition & 1 deletion heera-qt-plugins/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-qt-plugins.git"
license=('GPL3')
groups=('heera-git')
depends=('libqtxdg' 'libdbusmenu-qt5' 'kwindowsystem' 'qt5-quickcontrols2')
depends=('libqtxdg' 'libdbusmenu-qt5' 'kwindowsystem5' 'qt5-quickcontrols2')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'gcc' 'ninja')
provides=("${pkgname}")
conflicts=("${pkgname}")
Expand Down
3 changes: 2 additions & 1 deletion heera-system-library/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-system-library.git"
license=('GPL3')
groups=('heera-git')
depends=('libkscreen' 'qt5-quickcontrols2' 'kio' 'networkmanager-qt' 'qt5-sensors' 'kcoreaddons' 'modemmanager-qt')
depends=('libkscreen' 'qt5-quickcontrols2' 'kio5' 'networkmanager-qt5'
'qt5-sensors' 'kcoreaddons5' 'modemmanager-qt5')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'gcc' 'ninja')
provides=("${pkgname}")
conflicts=("${pkgname}")
Expand Down
2 changes: 1 addition & 1 deletion heera-user-interface/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/heera-os/heera-user-interface.git"
license=('GPL3')
groups=('heera-git')
depends=('qt5-declarative' 'qt5-quickcontrols2' 'kwindowsystem') # libqt5x11extras5-dev libkf5windowsystem-dev qtbase5-private-dev libxcb1-dev libxcb-shape0-dev libxcb-icccm4-dev
depends=('qt5-declarative' 'qt5-quickcontrols2' 'kwindowsystem5') # libqt5x11extras5-dev libkf5windowsystem-dev qtbase5-private-dev libxcb1-dev libxcb-shape0-dev libxcb-icccm4-dev
makedepends=('git' 'cmake' 'extra-cmake-modules' 'gcc' 'ninja')
provides=("${pkgname}")
conflicts=("${pkgname}")
Expand Down

0 comments on commit 9c23937

Please sign in to comment.