Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions srcpkgs/biblioteq/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'biblioteq'
pkgname=biblioteq
version=2026.01.07
version=2026.02.02
revision=1
build_style=qmake
build_helper=qmake6
Expand All @@ -13,15 +13,13 @@ maintainer="Rutpiv <roger_freitas@live.com>"
license="BSD-3-Clause"
homepage="https://textbrowser.github.io/biblioteq/"
distfiles="https://github.com/textbrowser/biblioteq/archive/${version}.tar.gz"
checksum=535b6a468011554285f003f52e703901434e34a8c3c726bf856bcaa0394c3662
checksum=9faf7baa50f7bf51e99d2b78b4989deb441ae3aabb556afef68bfd8dac70027a
conf_files="/etc/biblioteq.conf"

# Set the appropriate build helper and dependencies based on architecture
case "$XBPS_TARGET_MACHINE" in
ppc*)
configure_file="biblioteq.powerpc.pro"
;;
*) configure_file="biblioteq.pro" ;;
ppc*) configure_file="biblioteq.powerpc.pro" ;;
*) configure_file="biblioteq.pro" ;;
esac

pre_configure() {
Expand Down