Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / ueberzugpp
Commits: ac4d7623 by Moabeat at 2024-11-01T00:34:19+01:00 Add provides 'ueberzug' - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ueberzugpp pkgdesc = Command line utility which allows to display images in the terminal, written in C++ pkgver = 2.9.6 - pkgrel = 4 + pkgrel = 5 url = https://github.com/jstkdng/ueberzugpp arch = x86_64 license = GPL-3.0-or-later @@ -27,6 +27,7 @@ pkgbase = ueberzugpp depends = glibc depends = gcc-libs depends = xcb-util-errors + provides = ueberzug conflicts = ueberzug source = ueberzugpp-2.9.6.tar.gz::https://github.com/jstkdng/ueberzugpp/archive/v2.9.6.tar.gz sha256sums = 29cca04404c5883510aebf02846f608cfbf5892176bf4a48099e5167d5ef9d95 ===================================== PKGBUILD ===================================== @@ -3,11 +3,12 @@ pkgname=ueberzugpp pkgver=2.9.6 -pkgrel=4 +pkgrel=5 pkgdesc="Command line utility which allows to display images in the terminal, written in C++" arch=('x86_64') url="https://github.com/jstkdng/ueberzugpp" license=("GPL-3.0-or-later") +provides=('ueberzug') conflicts=("ueberzug") makedepends=("cmake" "cli11" "nlohmann-json" "wayland-protocols" "extra-cmake-modules" "range-v3") depends=("opencv" "libvips" "glib2" "libxcb" "xcb-util-image" "libsixel" "openssl" "spdlog" "libglvnd" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ueberzugpp/-/commit/ac4d7623bccdfc7af15971aa0e284ccb10a6b45a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ueberzugpp/-/commit/ac4d7623bccdfc7af15971aa0e284ccb10a6b45a You're receiving this email because of your account on gitlab.archlinux.org.