Package Details: venera-bin 1.6.0-1

Git Clone URL: https://aur.archlinux.org/venera-bin.git (read-only, click to copy)
Package Base: venera-bin
Description: A comic reader that support reading local and network comics.
Upstream URL: https://github.com/venera-app/venera
Keywords: comic venera
Licenses: GPL-3.0-only
Conflicts: venera
Submitter: Lilinzta
Maintainer: Lilinzta (taotieren)
Last Packager: taotieren
Votes: 2
Popularity: 0.008926
First Submitted: 2024-12-23 16:13 (UTC)
Last Updated: 2025-11-01 08:02 (UTC)

Latest Comments

taotieren commented on 2025-11-01 05:26 (UTC) (edited on 2025-11-01 05:28 (UTC) by taotieren)

@Dominiquini 上游 Actions 编译错误:https://github.com/venera-app/venera/actions/runs/18991509000 暂时无 deb 发布。等待上游修复后会偶数时间自动更新。详见:https://github.com/venera-app/venera/issues/599

taotieren commented on 2025-10-21 14:22 (UTC) (edited on 2025-10-21 14:23 (UTC) by taotieren)

# Maintainer: Haotian Li <lilinzta@gmail.com>

pkgname=venera-bin
pkgdesc="A comic reader that support reading local and network comics."
pkgver=1.5.3
pkgrel=1
arch=('x86_64')
url="https://github.com/venera-app/venera"
license=('GPL-3.0-only')
depends=('at-spi2-core' 'cairo' 'fontconfig' 'gcc-libs' 'glib2' 'glibc' 'gdk-pixbuf2' 'gtk3' 'harfbuzz' 'libepoxy' 'libsoup3' 'pango' 'webkit2gtk-4.1')
conflicts=('venera')
source=("${url}/releases/download/v${pkgver}/venera_${pkgver}_amd64.deb")
sha256sums=('551b30c260755518568140c17e1f18a855adde638459b93a27ad049fb7b79975')

package() {
    tar -I zstd -xf data.tar.zst --numeric-owner -C "${pkgdir}/"
    install -dm755 "${pkgdir}/usr/bin"
    cp -R ${pkgdir}/usr/local/lib/venera ${pkgdir}/usr/share/
    rm -rf ${pkgdir}/usr/local/
    sed -i 's|/usr/local/lib/venera/||g' ${pkgdir}/usr/share/applications/venera.desktop
    ln -sf /usr/share/venera/venera "${pkgdir}/usr/bin/"
    chown -R root:root "${pkgdir}"
}

Joey5403 commented on 2025-09-19 12:21 (UTC)

awesome!