Skip to content
Merged
Show file tree
Hide file tree
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
77 changes: 77 additions & 0 deletions font-xorg-bitstream75dpi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
package:
name: font-xorg-bitstream75dpi
version: 1.0.4
epoch: 0
description: X.Org Bitstream 75 dpi bitmap fonts
copyright:
- license: MIT
dependencies:
provides:
- fonts-xorg-fontbitstream75dpi=${{package.full-version}}
runtime:
- font-xorg-dirs

environment:
contents:
packages:
- autoconf
- automake
- bdftopcf
- build-base
- busybox
- font-util
- font-util-dev
- fontconfig
- fontforge
- mkfontscale
- pkgconf-dev
- ttfautohint

pipeline:
- uses: git-checkout
with:
repository: https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi
tag: font-bitstream-75dpi-${{package.version}}
expected-commit: 6c4a1c79b3b73c63ee7f9fc52318df3c356f7eb3

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- name: Strip font indices since it conflicts with other font-xorg packages
runs: |
find "${{targets.destdir}}/usr/share/fonts/X11" \
-type f \( -name 'fonts.dir' \
-o -name 'fonts.scale' \
-o -name 'fonts.alias' \) -delete

update:
enabled: true
git:
strip-prefix: font-bitstream-75dpi-
ignore-regex-patterns:
- ^XORG-.*
- ^CYGWIN-.*
- ^lg3d-.*
- ^XACE-.*
- ^XEVIE-.*
- ^DAMAGE-.*
- ^COMPOSITE-.*
- ^XFIXES-.*
- ^sco_port_update-.*
- ^MODULAR_COPY$
- ^xf86-.*
- ^rel-.*
- ^IPv6-.*
- ^XPRINT.*
- ^before_.*
- ^xo-.*
schedule:
period: monthly
reason: This project doesn't do releases frequently

test:
pipeline:
- uses: test/fonts
77 changes: 77 additions & 0 deletions font-xorg-cronyxcyrillic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
package:
name: font-xorg-cronyxcyrillic
version: 1.0.4
epoch: 0
description: X.Org Cronyx Cyrillic bitmap fonts
copyright:
- license: MIT
dependencies:
provides:
- fonts-xorg-fontcronyxcyrillic=${{package.full-version}}
runtime:
- font-xorg-dirs

environment:
contents:
packages:
- autoconf
- automake
- bdftopcf
- build-base
- busybox
- font-util
- font-util-dev
- fontconfig
- fontforge
- mkfontscale
- pkgconf-dev
- ttfautohint

pipeline:
- uses: git-checkout
with:
repository: https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic
tag: font-cronyx-cyrillic-${{package.version}}
expected-commit: b767723353f2691f29a7aa5cd133be202e4b8878

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- name: Strip font indices since it conflicts with other font-xorg packages
runs: |
find "${{targets.destdir}}/usr/share/fonts/X11" \
-type f \( -name 'fonts.dir' \
-o -name 'fonts.scale' \
-o -name 'fonts.alias' \) -delete

update:
enabled: true
git:
strip-prefix: font-cronyx-cyrillic-
ignore-regex-patterns:
- ^XORG-.*
- ^CYGWIN-.*
- ^lg3d-.*
- ^XACE-.*
- ^XEVIE-.*
- ^DAMAGE-.*
- ^COMPOSITE-.*
- ^XFIXES-.*
- ^sco_port_update-.*
- ^MODULAR_COPY$
- ^xf86-.*
- ^rel-.*
- ^IPv6-.*
- ^XPRINT.*
- ^before_.*
- ^xo-.*
schedule:
period: monthly
reason: This project doesn't do releases frequently

test:
pipeline:
- uses: test/fonts
77 changes: 77 additions & 0 deletions font-xorg-jismisc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
package:
name: font-xorg-jismisc
version: 1.0.4
epoch: 0
description: X.Org JIS bitmap fonts
copyright:
- license: MIT
dependencies:
provides:
- fonts-xorg-fontjismisc=${{package.full-version}}
runtime:
- font-xorg-dirs

environment:
contents:
packages:
- autoconf
- automake
- bdftopcf
- build-base
- busybox
- font-util
- font-util-dev
- fontconfig
- fontforge
- mkfontscale
- pkgconf-dev
- ttfautohint

pipeline:
- uses: git-checkout
with:
repository: https://gitlab.freedesktop.org/xorg/font/jis-misc
tag: font-jis-misc-${{package.version}}
expected-commit: 8da1fbf9d2f0b101ff44f044723d9cb09e5fc941

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- name: Strip font indices since it conflicts with other font-xorg packages
runs: |
find "${{targets.destdir}}/usr/share/fonts/X11" \
-type f \( -name 'fonts.dir' \
-o -name 'fonts.scale' \
-o -name 'fonts.alias' \) -delete

update:
enabled: true
git:
strip-prefix: font-jis-misc-
ignore-regex-patterns:
- ^XORG-.*
- ^CYGWIN-.*
- ^lg3d-.*
- ^XACE-.*
- ^XEVIE-.*
- ^DAMAGE-.*
- ^COMPOSITE-.*
- ^XFIXES-.*
- ^sco_port_update-.*
- ^MODULAR_COPY$
- ^xf86-.*
- ^rel-.*
- ^IPv6-.*
- ^XPRINT.*
- ^before_.*
- ^xo-.*
schedule:
period: monthly
reason: This project doesn't do releases frequently

test:
pipeline:
- uses: test/fonts
77 changes: 77 additions & 0 deletions font-xorg-micromisc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
package:
name: font-xorg-micromisc
version: 1.0.4
epoch: 0
description: X.Org Micro Misc bitmap fonts
copyright:
- license: MIT
dependencies:
provides:
- fonts-xorg-fontmicromisc=${{package.full-version}}
runtime:
- font-xorg-dirs

environment:
contents:
packages:
- autoconf
- automake
- bdftopcf
- build-base
- busybox
- font-util
- font-util-dev
- fontconfig
- fontforge
- mkfontscale
- pkgconf-dev
- ttfautohint

pipeline:
- uses: git-checkout
with:
repository: https://gitlab.freedesktop.org/xorg/font/micro-misc
tag: font-micro-misc-${{package.version}}
expected-commit: 0cbba4838a17c19a6aa11958e805fe539459aab6

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- name: Strip font indices since it conflicts with other font-xorg packages
runs: |
find "${{targets.destdir}}/usr/share/fonts/X11" \
-type f \( -name 'fonts.dir' \
-o -name 'fonts.scale' \
-o -name 'fonts.alias' \) -delete

update:
enabled: true
git:
strip-prefix: font-micro-misc-
ignore-regex-patterns:
- ^XORG-.*
- ^CYGWIN-.*
- ^lg3d-.*
- ^XACE-.*
- ^XEVIE-.*
- ^DAMAGE-.*
- ^COMPOSITE-.*
- ^XFIXES-.*
- ^sco_port_update-.*
- ^MODULAR_COPY$
- ^xf86-.*
- ^rel-.*
- ^IPv6-.*
- ^XPRINT.*
- ^before_.*
- ^xo-.*
schedule:
period: monthly
reason: This project doesn't do releases frequently

test:
pipeline:
- uses: test/fonts
77 changes: 77 additions & 0 deletions font-xorg-miscethiopic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
package:
name: font-xorg-miscethiopic
version: 1.0.5
epoch: 0
description: X.Org Misc Ethiopian bitmap fonts
copyright:
- license: MIT
dependencies:
provides:
- fonts-xorg-fontmiscethiopic=${{package.full-version}}
runtime:
- font-xorg-dirs

environment:
contents:
packages:
- autoconf
- automake
- bdftopcf
- build-base
- busybox
- font-util
- font-util-dev
- fontconfig
- fontforge
- mkfontscale
- pkgconf-dev
- ttfautohint

pipeline:
- uses: git-checkout
with:
repository: https://gitlab.freedesktop.org/xorg/font/misc-ethiopic
tag: font-misc-ethiopic-${{package.version}}
expected-commit: 65a2192f07a2243a6d84a891c9ab6e8a16e6bfa9

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- name: Strip font indices since it conflicts with other font-xorg packages
runs: |
find "${{targets.destdir}}/usr/share/fonts/X11" \
-type f \( -name 'fonts.dir' \
-o -name 'fonts.scale' \
-o -name 'fonts.alias' \) -delete

update:
enabled: true
git:
strip-prefix: font-misc-ethiopic-
ignore-regex-patterns:
- ^XORG-.*
- ^CYGWIN-.*
- ^lg3d-.*
- ^XACE-.*
- ^XEVIE-.*
- ^DAMAGE-.*
- ^COMPOSITE-.*
- ^XFIXES-.*
- ^sco_port_update-.*
- ^MODULAR_COPY$
- ^xf86-.*
- ^rel-.*
- ^IPv6-.*
- ^XPRINT.*
- ^before_.*
- ^xo-.*
schedule:
period: monthly
reason: This project doesn't do releases frequently

test:
pipeline:
- uses: test/fonts
Loading
Loading