Skip to content

Commit

Permalink
fontforge
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Feb 20, 2024
1 parent 0c09a2f commit 64a66ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fontforge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
- cmake
- giflib-dev
- gnu-libiconv-dev
- gtk+3.0-dev
- gtk-3-dev
- libspiro-dev
- libxml2-dev
- pango-dev
Expand All @@ -34,7 +34,7 @@ pipeline:
with:
repository: https://github.com/fontforge/fontforge
expected-commit: a1dad3e81da03d5d5f3c4c1c1b9b5ca5ebcfcecf
tag: v${{package.version}}
tag: ${{package.version}}

- runs: |
export CFLAGS="$CFLAGS -flto=auto -I/usr/include/gnu-libiconv"
Expand Down
2 changes: 1 addition & 1 deletion gnu-libiconv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline:
--host=$CHOST \
--prefix=/usr \
--mandir=/usr/share/man \
--docdir=/usr/share/doc/$pkgname/ \
--docdir=/usr/share/doc/${{package.name}}/ \
--disable-nls \
--disable-static \
--enable-extra-encodings
Expand Down
1 change: 0 additions & 1 deletion woff2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ subpackages:
dependencies:
runtime:
- woff2
- woff2
description: woff2 dev

- name: libwoff2common
Expand Down

0 comments on commit 64a66ab

Please sign in to comment.