Package Details: tilp-xdg 1.18-1

Git Clone URL: https://aur.archlinux.org/tilp-xdg.git (read-only, click to copy)
Package Base: tilp-xdg
Description: TI graphing calculator link/transfer program - with Support for the XDG Base Directory Specification
Upstream URL: http://lpg.ticalc.org/prj_tilp/
Licenses: GPL2
Submitter: noahvogt
Maintainer: noahvogt
Last Packager: noahvogt
Votes: 2
Popularity: 0.091119
First Submitted: 2021-11-09 09:39 (UTC)
Last Updated: 2021-11-09 09:39 (UTC)

Latest Comments

peelz commented on 2025-06-02 17:00 (UTC)

This doesn't build due to recent gettext changes:

Here's how I fixed it, but I don't know if it's correct:

diff --git a/PKGBUILD b/PKGBUILD
index 8873f82..bd5bb76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,8 @@ prepare() {
 build() {
   cd "${srcdir}/tilp2-${pkgver}"

-  autoreconf -ivf
+  mkdir -p m4
+  autoreconf -fvi -I /usr/share/gettext/m4
   ./configure --prefix=/usr
   make
 }

Related issue: https://gitlab.archlinux.org/archlinux/packaging/packages/dovecot/-/issues/4

noahvogt commented on 2024-05-17 18:15 (UTC)

Thank you for the notice. Let's hope it gets merged and makes it into a release in the near future.

aarondill commented on 2024-05-17 17:24 (UTC)

This repo will be unnecessary once debrouxl/tilp_and_gfm#75 is merged. It's currently just waiting for the maintainer to review it locally