Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
paperchalice committed Feb 11, 2024
1 parent 4791c8b commit ce3e304
Show file tree
Hide file tree
Showing 35 changed files with 1,021 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-adobe-100dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontAdobe100dpi < Formula
desc "X.Org Fonts: font adobe 100dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/adobe-100dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-1.0.4.tar.xz"
sha256 "b67aff445e056328d53f9732d39884f55dd8d303fc25af3dbba33a8ba35a9ccf"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-adobe-100dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-adobe-100dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-adobe-100dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/38220795d80cc7083ccc198a0319e6ff3c13d069c13d43c9a012dfc51d5da3b4--font-adobe-100dpi-1.0.4.tar.xz ==> Verifying checksum for '38220795d80cc7083ccc198a0319e6ff3c13d069c13d43c9a012dfc51d5da3b4--font-adobe-100dpi-1.0.4.tar.xz' ==> Installing font-adobe-100dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/38220795d80cc7083ccc198a0319e6ff3c13d069c13d43c9a012dfc51d5da3b4--font-adobe-100dpi-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-16224-xu5o54 /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-16224-xu5o54/font-adobe-100dpi-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-adobe-100dpi-20240211-16224-pynmhe/font-adobe-100dpi-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-adobe-100dpi/1.0.4 --libdir=/usr/local/Cellar/font-adobe-100dpi/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-adobe-100dpi/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-adobe-100dpi/1.0.4/share/fonts/X11 checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-adobe-100dpi-20240211-16224-pynmhe/font-adobe-100dpi-1.0.4/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-adobe-100dpi-20240211-16224-pynmhe/font-adobe-100dpi-1.0.4/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is mi
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
1 change: 1 addition & 0 deletions Formula/xorg-font/font-adobe-75dpi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def install
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end
Expand Down
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-adobe-utopia-100dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontAdobeUtopia100dpi < Formula
desc "X.Org Fonts: font adobe utopia 100dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-1.0.5.tar.xz"
sha256 "fb84ec297a906973548ca59b7c6daeaad21244bec5d3fb1e7c93df5ef43b024b"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-adobe-utopia-100dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-adobe-utopia-100dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-adobe-utopia-100dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-1.0.5.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/3f6015198d804f6eb8f3d656976738d72fffce656b7dc2fe0ebbf9af3ba4123f--font-adobe-utopia-100dpi-1.0.5.tar.xz ==> Verifying checksum for '3f6015198d804f6eb8f3d656976738d72fffce656b7dc2fe0ebbf9af3ba4123f--font-adobe-utopia-100dpi-1.0.5.tar.xz' ==> Installing font-adobe-utopia-100dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/3f6015198d804f6eb8f3d656976738d72fffce656b7dc2fe0ebbf9af3ba4123f--font-adobe-utopia-100dpi-1.0.5.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-18450-k7zi09 /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-18450-k7zi09/font-adobe-utopia-100dpi-1.0.5/. /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-100dpi-20240211-18450-5e3u6o/font-adobe-utopia-100dpi-1.0.5 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-adobe-utopia-100dpi/1.0.5 --libdir=/usr/local/Cellar/font-adobe-utopia-100dpi/1.0.5/lib --with-fontrootdir=/usr/local/Cellar/font-adobe-utopia-100dpi/1.0.5/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-adobe-utopia-100dpi/1.0.5/share/fonts/X11 checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-100dpi-20240211-18450-5e3u6o/font-adobe-utopia-100dpi-1.0.5/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-100dpi-20240211-18450-5
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-adobe-utopia-75dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontAdobeUtopia75dpi < Formula
desc "X.Org Fonts: font adobe utopia 75dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-75dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-1.0.5.tar.xz"
sha256 "a726245932d0724fa0c538c992811d63d597e5f53928f4048e9caf5623797760"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-adobe-utopia-75dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-adobe-utopia-75dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-adobe-utopia-75dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-1.0.5.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/a4dd1f8638e228489b0270dd2ea2bcef3c4893db21d0591e501f82e2cdf70f56--font-adobe-utopia-75dpi-1.0.5.tar.xz ==> Verifying checksum for 'a4dd1f8638e228489b0270dd2ea2bcef3c4893db21d0591e501f82e2cdf70f56--font-adobe-utopia-75dpi-1.0.5.tar.xz' ==> Installing font-adobe-utopia-75dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/a4dd1f8638e228489b0270dd2ea2bcef3c4893db21d0591e501f82e2cdf70f56--font-adobe-utopia-75dpi-1.0.5.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-20757-ctfk24 /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-20757-ctfk24/font-adobe-utopia-75dpi-1.0.5/. /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-75dpi-20240211-20757-1lybam/font-adobe-utopia-75dpi-1.0.5 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-adobe-utopia-75dpi/1.0.5 --libdir=/usr/local/Cellar/font-adobe-utopia-75dpi/1.0.5/lib --with-fontrootdir=/usr/local/Cellar/font-adobe-utopia-75dpi/1.0.5/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-adobe-utopia-75dpi/1.0.5/share/fonts/X11 checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-75dpi-20240211-20757-1lybam/font-adobe-utopia-75dpi-1.0.5/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-75dpi-20240211-20757-1lybam/font-adobe-u
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-adobe-utopia-type1.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontAdobeUtopiaType1 < Formula
desc "X.Org Fonts: font adobe utopia type1"
homepage "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-type1"
url "https://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz"
sha256 "4cb280bc47693b07c5e00fd0e5ad5721aabebc0548c3f06774e5cc3cbcf75697"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-adobe-utopia-type1.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-adobe-utopia-type1` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-adobe-utopia-type1 ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/811bbec8ae171ca7af3c5a28b5c988dc791c20a570ae3ca6262e2fc3c95d451e--font-adobe-utopia-type1-1.0.5.tar.xz ==> Verifying checksum for '811bbec8ae171ca7af3c5a28b5c988dc791c20a570ae3ca6262e2fc3c95d451e--font-adobe-utopia-type1-1.0.5.tar.xz' ==> Installing font-adobe-utopia-type1 from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/811bbec8ae171ca7af3c5a28b5c988dc791c20a570ae3ca6262e2fc3c95d451e--font-adobe-utopia-type1-1.0.5.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-23014-zpiqw1 /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-23014-zpiqw1/font-adobe-utopia-type1-1.0.5/. /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-type1-20240211-23014-qbmyv3/font-adobe-utopia-type1-1.0.5 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-adobe-utopia-type1/1.0.5 --libdir=/usr/local/Cellar/font-adobe-utopia-type1/1.0.5/lib --with-fontrootdir=/usr/local/Cellar/font-adobe-utopia-type1/1.0.5/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking, --with-compression checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-adobe-utopia-type1/1.0.5/share/fonts/X11 checking for directory for Type1 files... ${FONTROOTDIR}/Type1 checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for mkfontscale... /usr/local/opt/mkfontscale/bin/mkfontscale checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking, --with-compression ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-type1-20240211-23014-qbmyv3/font-adobe-utopia-type1-1.0.5/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-adobe-utopia-type1-20240211-23014-qbmyv3/font-adobe-utopia-type1-1.0.5/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> make: *** [Makefile.in] Error 127 ==> Formula Tap: paperchalice/private Path: /usr/local/Homebrew/Library/Taps/paperchalice/h
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-arabic-misc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontArabicMisc < Formula
desc "X.Org Fonts: font arabic misc"
homepage "https://gitlab.freedesktop.org/xorg/font/arabic-misc"
url "https://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-1.0.4.tar.xz"
sha256 "46ffe61b52c78a1d2dca70ff20a9f2d84d69744639cab9a085c7a7ee17663467"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-arabic-misc.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-arabic-misc` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-arabic-misc ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/542de1592eb58439c2e2ec8fa722ff13d926082afb3db5489884eea3f5b27e7f--font-arabic-misc-1.0.4.tar.xz ==> Verifying checksum for '542de1592eb58439c2e2ec8fa722ff13d926082afb3db5489884eea3f5b27e7f--font-arabic-misc-1.0.4.tar.xz' ==> Installing font-arabic-misc from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/542de1592eb58439c2e2ec8fa722ff13d926082afb3db5489884eea3f5b27e7f--font-arabic-misc-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-25323-im1x8h /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-25323-im1x8h/font-arabic-misc-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-arabic-misc-20240211-25323-mz3b1c/font-arabic-misc-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-arabic-misc/1.0.4 --libdir=/usr/local/Cellar/font-arabic-misc/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-arabic-misc/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-arabic-misc/1.0.4/share/fonts/X11 checking for directory for misc files... ${FONTROOTDIR}/misc checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-arabic-misc-20240211-25323-mz3b1c/font-arabic-misc-1.0.4/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-arabic-misc-20240211-25323-mz3b1c/font-arabic-misc-1.0.4/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> make: *** [Makefile.in] Error 127 ==> Formula Tap: paperchalice/private Path: /usr/local/Homebrew/Library/Taps/paperchalice/homebrew-private/Formula/xorg-font/f
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bh-100dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBh100dpi < Formula
desc "X.Org Fonts: font bh 100dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/bh-100dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-bh-100dpi-1.0.4.tar.xz"
sha256 "fd8f5efe8491faabdd2744808d3d4eafdae5c83e617017c7fddd2716d049ab1e"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-bh-100dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-bh-100dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-bh-100dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-bh-100dpi-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/5cbc5a8189d4d67cc6e5adc100e58fa9c38c170b45a480dcb6fdf66e0bdada95--font-bh-100dpi-1.0.4.tar.xz ==> Verifying checksum for '5cbc5a8189d4d67cc6e5adc100e58fa9c38c170b45a480dcb6fdf66e0bdada95--font-bh-100dpi-1.0.4.tar.xz' ==> Installing font-bh-100dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/5cbc5a8189d4d67cc6e5adc100e58fa9c38c170b45a480dcb6fdf66e0bdada95--font-bh-100dpi-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-27623-omdcbr /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-27623-omdcbr/font-bh-100dpi-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-bh-100dpi-20240211-27623-e6mihi/font-bh-100dpi-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-bh-100dpi/1.0.4 --libdir=/usr/local/Cellar/font-bh-100dpi/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-bh-100dpi/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-bh-100dpi/1.0.4/share/fonts/X11 checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-bh-100dpi-20240211-27623-e6mihi/font-bh-100dpi-1.0.4/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-bh-100dpi-20240211-27623-e6mihi/font-bh-100dpi-1.0.4/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is missing on your system. You should only nee
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bh-75dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBh75dpi < Formula
desc "X.Org Fonts: font bh 75dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/bh-75dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-bh-75dpi-1.0.4.tar.xz"
sha256 "6026d8c073563dd3cbb4878d0076eed970debabd21423b3b61dd90441b9e7cda"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-bh-75dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-bh-75dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-bh-75dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-bh-75dpi-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/fef62d5cdbdee153425144c107a2a800ea4b63612ba527096e328565edfa627f--font-bh-75dpi-1.0.4.tar.xz ==> Verifying checksum for 'fef62d5cdbdee153425144c107a2a800ea4b63612ba527096e328565edfa627f--font-bh-75dpi-1.0.4.tar.xz' ==> Installing font-bh-75dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/fef62d5cdbdee153425144c107a2a800ea4b63612ba527096e328565edfa627f--font-bh-75dpi-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-29859-70mh8k /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-29859-70mh8k/font-bh-75dpi-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-bh-75dpi-20240211-29859-o4h130/font-bh-75dpi-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-bh-75dpi/1.0.4 --libdir=/usr/local/Cellar/font-bh-75dpi/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-bh-75dpi/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-bh-75dpi/1.0.4/share/fonts/X11 checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-bh-75dpi-20240211-29859-o4h130/font-bh-75dpi-1.0.4/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-bh-75dpi-20240211-29859-o4h130/font-bh-75dpi-1.0.4/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is missing on your system. You should only need it if you modifie
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bh-lucidatypewriter-100dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBhLucidatypewriter100dpi < Formula
desc "X.Org Fonts: font bh lucidatypewriter 100dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz"
sha256 "76ec09eda4094a29d47b91cf59c3eba229c8f7d1ca6bae2abbb3f925e33de8f2"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-bh-lucidatypewriter-100dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-bh-lucidatypewriter-100dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-bh-lucidatypewriter-100dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/8dee1101b699f90314c2e54dd43a39397475227f9c04bb663cde0aeae1d8aec1--font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz ==> Verifying checksum for '8dee1101b699f90314c2e54dd43a39397475227f9c04bb663cde0aeae1d8aec1--font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz' ==> Installing font-bh-lucidatypewriter-100dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/8dee1101b699f90314c2e54dd43a39397475227f9c04bb663cde0aeae1d8aec1--font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-32167-ls3mn1 /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-32167-ls3mn1/font-bh-lucidatypewriter-100dpi-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-bh-lucidatypewriter-100dpi-20240211-32167-8c4o7z/font-bh-lucidatypewriter-100dpi-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-bh-lucidatypewriter-100dpi/1.0.4 --libdir=/usr/local/Cellar/font-bh-lucidatypewriter-100dpi/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-bh-lucidatypewriter-100dpi/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-bh-lucidatypewriter-100dpi/1.0.4/share/fonts/X11 checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-bh-lucidatypewriter-100dpi-20240211-32167-8c4o7z/font-bh-lucidatypewriter-100dpi-1.0.4/missing automake-1.16 --f
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bh-lucidatypewriter-75dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBhLucidatypewriter75dpi < Formula
desc "X.Org Fonts: font bh lucidatypewriter 75dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewriter-75dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz"
sha256 "864e2c39ac61f04f693fc2c8aaaed24b298c2cd40283cec12eee459c5635e8f5"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-bh-lucidatypewriter-75dpi.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-bh-lucidatypewriter-75dpi` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-bh-lucidatypewriter-75dpi ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/317b0a72294b093cd53e88cf6f62fdaa6ceafec7a583fee1c3d1357a59405866--font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz ==> Verifying checksum for '317b0a72294b093cd53e88cf6f62fdaa6ceafec7a583fee1c3d1357a59405866--font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz' ==> Installing font-bh-lucidatypewriter-75dpi from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/317b0a72294b093cd53e88cf6f62fdaa6ceafec7a583fee1c3d1357a59405866--font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-34405-n01lkp /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-34405-n01lkp/font-bh-lucidatypewriter-75dpi-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-bh-lucidatypewriter-75dpi-20240211-34405-4y0t62/font-bh-lucidatypewriter-75dpi-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-bh-lucidatypewriter-75dpi/1.0.4 --libdir=/usr/local/Cellar/font-bh-lucidatypewriter-75dpi/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-bh-lucidatypewriter-75dpi/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-bh-lucidatypewriter-75dpi/1.0.4/share/fonts/X11 checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for bdftopcf... /usr/local/opt/bdftopcf/bin/bdftopcf checking font compression method... bzip2 checking for bzip2... /usr/bin/bzip2 checking options to font compression command... none checking for ucs2any... /usr/local/opt/font-util/bin/ucs2any checking for MAPS... yes checking for ucs2any encoding data files... /usr/local/share/fonts/X11/util checking whether to build ISO8859-1 fonts... yes checking whether to build ISO8859-2 fonts... yes checking whether to build ISO8859-3 fonts... yes checking whether to build ISO8859-4 fonts... yes checking whether to build ISO8859-9 fonts... yes checking whether to build ISO8859-10 fonts... yes checking whether to build ISO8859-13 fonts... yes checking whether to build ISO8859-14 fonts... yes checking whether to build ISO8859-15 fonts... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-bh-lucidatypewriter-75dpi-20240211-34405-4y0t62/font-bh-lucidatypewriter-75dpi-1.0.4/missing automake-1.16 --foreign Makefile
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bh-ttf.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBhTtf < Formula
desc "X.Org Fonts: font bh ttf"
homepage "https://gitlab.freedesktop.org/xorg/font/bh-ttf"
url "https://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.4.tar.xz"
sha256 "85a5f90d00c48c2b06fd125ea8adbc8b8ee97429e3075081c8710926efec3a56"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install

Check failure on line 16 in Formula/xorg-font/font-bh-ttf.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --build-bottle paperchalice/private/font-bh-ttf` failed on macOS Ventura (13)!

==> Fetching paperchalice/private/font-bh-ttf ==> Downloading https://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.4.tar.xz Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/e5fde415c83254d1f548a88869d6acc48e45ca721397077140dcf3a73c701dad--font-bh-ttf-1.0.4.tar.xz ==> Verifying checksum for 'e5fde415c83254d1f548a88869d6acc48e45ca721397077140dcf3a73c701dad--font-bh-ttf-1.0.4.tar.xz' ==> Installing font-bh-ttf from paperchalice/private /usr/bin/env tar --extract --no-same-owner --file /Users/runner/Library/Caches/Homebrew/downloads/e5fde415c83254d1f548a88869d6acc48e45ca721397077140dcf3a73c701dad--font-bh-ttf-1.0.4.tar.xz --directory /Users/runner/work/homebrew-private/build_farm/d20240211-36713-1ezepm /usr/bin/env cp -pR /Users/runner/work/homebrew-private/build_farm/d20240211-36713-1ezepm/font-bh-ttf-1.0.4/. /Users/runner/work/homebrew-private/build_farm/font-bh-ttf-20240211-36713-t2l28m/font-bh-ttf-1.0.4 ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/font-bh-ttf/1.0.4 --libdir=/usr/local/Cellar/font-bh-ttf/1.0.4/lib --with-fontrootdir=/usr/local/Cellar/font-bh-ttf/1.0.4/share/fonts/X11 --with-compression=bzip2 configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking, --with-compression checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-apple-darwin22.6.0 checking host system type... x86_64-apple-darwin22.6.0 checking for a sed that does not truncate output... /usr/bin/sed Package xorg-macros was not found in the pkg-config search path. Perhaps you should add the directory containing `xorg-macros.pc' to the PKG_CONFIG_PATH environment variable Package 'xorg-macros', required by 'virtual:world', not found checking whether make supports nested variables... (cached) yes checking for root directory for font files... /usr/local/Cellar/font-bh-ttf/1.0.4/share/fonts/X11 checking for directory for TTF files... ${FONTROOTDIR}/TTF checking for fc-cache... /usr/local/opt/fontconfig/bin/fc-cache checking for mkfontdir... /usr/local/opt/mkfontscale/bin/mkfontdir checking for mkfontscale... /usr/local/opt/mkfontscale/bin/mkfontscale checking for fontconfig's configuration directory... /usr/local/etc/fonts checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-debug, --disable-dependency-tracking, --with-compression ==> make install cd . && /bin/sh /Users/runner/work/homebrew-private/build_farm/font-bh-ttf-20240211-36713-t2l28m/font-bh-ttf-1.0.4/missing automake-1.16 --foreign Makefile /Users/runner/work/homebrew-private/build_farm/font-bh-ttf-20240211-36713-t2l28m/font-bh-ttf-1.0.4/missing: line 81: automake-1.16: command not found WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> make: *** [Makefile.in] Error 127 ==> Formula Tap: paperchalice/private Path: /usr/local/Homebrew/Library/Taps/paperchalice/homebrew-private/Formula/xorg-font/font-bh-ttf.rb ==> Configuration HOMEBREW_VERSION: 4.2.7-137-gc9c42d6 ORIGIN: https://github.com/Ho
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bh-type1.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBhType1 < Formula
desc "X.Org Fonts: font bh type1"
homepage "https://gitlab.freedesktop.org/xorg/font/bh-type1"
url "https://xorg.freedesktop.org/releases/individual/font/font-bh-type1-1.0.4.tar.xz"
sha256 "19dec3ec06abde6bedd10094579e928be0f0fc3bdb4fbe93f4c69cce406d72a6"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
30 changes: 30 additions & 0 deletions Formula/xorg-font/font-bitstream-100dpi.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
class FontBitstream100dpi < Formula
desc "X.Org Fonts: font bitstream 100dpi"
homepage "https://gitlab.freedesktop.org/xorg/font/bitstream-100dpi"
url "https://xorg.freedesktop.org/releases/individual/font/font-bitstream-100dpi-1.0.4.tar.xz"
sha256 "2d1cc682efe4f7ebdf5fbd88961d8ca32b2729968728633dea20a1627690c1a7"
license "MIT"

depends_on "bdftopcf" => :build
depends_on "font-util" => :build
depends_on "fontconfig" => :build
depends_on "mkfontscale" => :build
depends_on "pkgconf" => :build

uses_from_macos "bzip2" => :build

def install
configure_args = std_configure_args + %W[
--with-fontrootdir=#{share}/fonts/X11
--with-compression=bzip2
]

inreplace "Makefile.am", "$(MKFONTDIR)", "@echo"
system "./configure", *configure_args
system "make", "install"
end

test do
system "echo"
end
end
Loading

0 comments on commit ce3e304

Please sign in to comment.