build: updated pkgbuild depends

This commit is contained in:
2025-12-09 13:32:38 +03:00
parent 23a6a9245d
commit dfbcdb6e1c
3 changed files with 41 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ pkgdesc="Color scheme manager"
arch=('x86_64') arch=('x86_64')
url="https://github.com/obsqrbtz/clrsync" url="https://github.com/obsqrbtz/clrsync"
license=('MIT') license=('MIT')
depends=( depends=(
glfw glfw
freetype2 freetype2
@@ -14,7 +15,19 @@ depends=(
libglvnd libglvnd
libxcursor libxcursor
) )
makedepends=('cmake')
makedepends=(
cmake
glfw
libx11
libxrandr
libxi
libxinerama
libxcursor
wayland
wayland-protocols
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@@ -14,7 +14,19 @@ depends=(
libglvnd libglvnd
libxcursor libxcursor
) )
makedepends=('cmake' 'git')
makedepends=(
cmake
git
glfw
libx11
libxrandr
libxi
libxinerama
libxcursor
wayland
wayland-protocols
)
provides=('clrsync') provides=('clrsync')
conflicts=('clrsync') conflicts=('clrsync')
source=("$pkgname::git+https://github.com/obsqrbtz/clrsync.git") source=("$pkgname::git+https://github.com/obsqrbtz/clrsync.git")

View File

@@ -6,6 +6,7 @@ pkgdesc="Color scheme manager"
arch=('x86_64') arch=('x86_64')
url="https://github.com/obsqrbtz/clrsync" url="https://github.com/obsqrbtz/clrsync"
license=('MIT') license=('MIT')
depends=( depends=(
glfw glfw
freetype2 freetype2
@@ -14,7 +15,19 @@ depends=(
libglvnd libglvnd
libxcursor libxcursor
) )
makedepends=('cmake')
makedepends=(
cmake
glfw
libx11
libxrandr
libxi
libxinerama
libxcursor
wayland
wayland-protocols
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP') sha256sums=('SKIP')