Package Details: fontopia 1.8.4-1

Git Clone URL: https://aur.archlinux.org/fontopia.git (read-only, click to copy)
Package Base: fontopia
Description: Text-based vt font editor
Upstream URL: https://www.gnu.org/software/fontopia/
Licenses: GPL
Submitter: goose121
Maintainer: rplaca
Last Packager: rplaca
Votes: 2
Popularity: 0.022236
First Submitted: 2017-10-18 21:00 (UTC)
Last Updated: 2024-06-01 06:10 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

ajacocks commented on 2024-10-18 16:07 (UTC) (edited on 2024-10-18 16:08 (UTC) by ajacocks)

Fontopia 2.0 is out. I fixed gnudos and also fixed this package. If you apply this diff, everything builds correctly, and works, here:

$ cat ../fontopia-2.0.diff 
diff --git a/PKGBUILD b/PKGBUILD
index 0e5512b..5fba5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Morgan Hager <morgan.hager1@gmail.com>
 pkgname=fontopia
-pkgver=1.8.4
+pkgver=2.0
 pkgrel=1
 pkgdesc="Text-based vt font editor"
 arch=("x86_64" "i686")
 url="https://www.gnu.org/software/fontopia/"
 license=('GPL')
 groups=()
-depends=()
-makedepends=("gnudos" "texinfo")
+depends=("gnudos>=2.0" "ncurses")
+makedepends=("autoconf" "texinfo")
 optdepends=()
 #provides=()
 #conflicts=()
@@ -17,12 +17,16 @@ optdepends=()
 #options=()
 #install=
 changelog=ChangeLog
-source=("ftp://ftp.gnu.org/gnu/fontopia/$pkgname-$pkgver.tar.gz")
+source=("ftp://ftp.gnu.org/gnu/fontopia/$pkgname-$pkgver.tar.gz"
+        fontopia-2.0-ncurseslib.patch)
 noextract=()
-md5sums=('4afff2ab0330679e018fa08deea1b2d4')
+md5sums=('8765eb1f6c12b971cb17d8794b060a55'
+         'a8ed04bcf4e7476ff5e15bca3b18b466')

 build() {
   cd "$pkgname-$pkgver"
+  patch -p1 < $srcdir/fontopia-2.0-ncurseslib.patch
+  autoreconf -i

   ./configure --prefix=/usr
   make

rplaca commented on 2024-06-01 06:08 (UTC)

I will update to 1.8.4. I cannot test the build as the gnudos package does not currently build and I no longer have it installed; please inform me of any errors you encounter.

michon commented on 2020-04-20 17:48 (UTC)

Hi,

The current upstream version is 1.8.4. With version 1.7 you are not able to use CTRL shortcuts to exit fontopia or to save changes.