Package Details: bibox2-bin 2.4.12-1

Git Clone URL: https://aur.archlinux.org/bibox2-bin.git (read-only, click to copy)
Package Base: bibox2-bin
Description: Offizieller Client für Westermann Schulbücher / Official Client for school books by Westermann
Upstream URL: https://www.bibox.schule
Keywords: westermann
Licenses: custom
Provides: bibox2
Submitter: LeSnake
Maintainer: LeSnake
Last Packager: LeSnake
Votes: 2
Popularity: 0.003853
First Submitted: 2021-09-25 22:51 (UTC)
Last Updated: 2024-04-08 08:41 (UTC)

Latest Comments

teacher4711 commented on 2024-12-11 03:36 (UTC) (edited on 2024-12-11 03:36 (UTC) by teacher4711)

Hi @LeSnake

Could you please review this new package build for the latest 3.0.4 version:

pkgname=bibox2-bin
pkgver=3.0.4
pkgrel=1
pkgdesc="Offizieller Client für Westermann Schulbücher / Official Client for Westermann textbooks"
arch=('x86_64')
url="https://www.bibox.schule"
license=('custom')
depends=('org.freedesktop.secrets' 'gtk3' 'ffmpeg' 'pango' 'xorg-xrandr')
makedepends=('tar')
provides=('bibox2')
optdepends=()
conflicts=()
source=("https://static.bibox2.westermann.de/apps/linux-deb")
sha512sums=('c575ead18db92cb4a0b3fd0b3b76ca0c11a3eded5e04998c9688750a9d80ed324b6a878ebce051e67dfb4fe104f508a0f98bc5dd030ceb5fd77491b45131a290')

package() {
    ar x "${source[0]##*/}"
    tar -xf data.tar.xz

    mkdir -p "${pkgdir}/opt/BiBox 2.0"
    mkdir -p "${pkgdir}/usr/bin"
    mkdir -p "${pkgdir}/usr/share/applications"
    mkdir -p "${pkgdir}/usr/share/icons/hicolor/scalable/apps"

    cp -a opt/BiBox\ 2.0/. "${pkgdir}/opt/BiBox 2.0/"

    ln -s "/opt/BiBox 2.0/bibox" "${pkgdir}/usr/bin/bibox"

    install -Dm644 usr/share/applications/bibox.desktop "${pkgdir}/usr/share/applications/bibox.desktop"

    install -Dm644 usr/share/icons/hicolor/0x0/apps/bibox.png "${pkgdir}/usr/share/icons/hicolor/scalable/apps/bibox.png"
}