From 9752393c45caf1677447ff3f0faa042f7a4d4385 Mon Sep 17 00:00:00 2001 From: Dentrax Date: Fri, 18 Jul 2025 12:26:38 +0300 Subject: [PATCH 1/2] font-xorg: additional packages Signed-off-by: Dentrax --- font-xorg-bitstream75dpi.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-cronyxcyrillic.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-jismisc.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-micromisc.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-miscethiopic.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-miscmeltho.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-miscmisc.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg-muttmisc.yaml | 76 +++++++++++++++++++++++++++++++++++ font-xorg.yaml | 10 ++++- 9 files changed, 617 insertions(+), 1 deletion(-) create mode 100644 font-xorg-bitstream75dpi.yaml create mode 100644 font-xorg-cronyxcyrillic.yaml create mode 100644 font-xorg-jismisc.yaml create mode 100644 font-xorg-micromisc.yaml create mode 100644 font-xorg-miscethiopic.yaml create mode 100644 font-xorg-miscmeltho.yaml create mode 100644 font-xorg-miscmisc.yaml create mode 100644 font-xorg-muttmisc.yaml diff --git a/font-xorg-bitstream75dpi.yaml b/font-xorg-bitstream75dpi.yaml new file mode 100644 index 00000000000..6a9e791af40 --- /dev/null +++ b/font-xorg-bitstream75dpi.yaml @@ -0,0 +1,76 @@ +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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-bitstream-75dpi-${{package.version}}.tar.xz + expected-sha256: aaeb34d87424a9c2b0cf0e8590704c90cb5b42c6a3b6a0ef9e4676ef773bf826 + + - 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 diff --git a/font-xorg-cronyxcyrillic.yaml b/font-xorg-cronyxcyrillic.yaml new file mode 100644 index 00000000000..be8c3b237f9 --- /dev/null +++ b/font-xorg-cronyxcyrillic.yaml @@ -0,0 +1,76 @@ +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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-cronyx-cyrillic-${{package.version}}.tar.xz + expected-sha256: dc0781ce0dcbffdbf6aae1a00173a13403f92b0de925bca5a9e117e4e2d6b789 + + - 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 diff --git a/font-xorg-jismisc.yaml b/font-xorg-jismisc.yaml new file mode 100644 index 00000000000..f1bdc370131 --- /dev/null +++ b/font-xorg-jismisc.yaml @@ -0,0 +1,76 @@ +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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-jis-misc-${{package.version}}.tar.xz + expected-sha256: 78d1eff6c471f7aa6802a26d62cccf51d8e5185586406d9b6e1ee691b0bffad0 + + - 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 diff --git a/font-xorg-micromisc.yaml b/font-xorg-micromisc.yaml new file mode 100644 index 00000000000..d44fb2fc235 --- /dev/null +++ b/font-xorg-micromisc.yaml @@ -0,0 +1,76 @@ +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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-micro-misc-${{package.version}}.tar.xz + expected-sha256: 2ee0b9d6bd7ae849aff1bd82efab44a1b6b368fbb5e11d12ff7f015a3df6f943 + + - 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 diff --git a/font-xorg-miscethiopic.yaml b/font-xorg-miscethiopic.yaml new file mode 100644 index 00000000000..8ec9751ba23 --- /dev/null +++ b/font-xorg-miscethiopic.yaml @@ -0,0 +1,76 @@ +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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-${{package.version}}.tar.xz + expected-sha256: 4749a7e6e1a1eef6c91fcc9a04e8b1c0ed027d40c1599e5a6c93270d8469b612 + + - 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 diff --git a/font-xorg-miscmeltho.yaml b/font-xorg-miscmeltho.yaml new file mode 100644 index 00000000000..1545e0d8628 --- /dev/null +++ b/font-xorg-miscmeltho.yaml @@ -0,0 +1,76 @@ +package: + name: font-xorg-miscmeltho + version: 1.0.4 + epoch: 0 + description: X.Org Misc Meltho bitmap fonts + copyright: + - license: MIT + dependencies: + provides: + - fonts-xorg-fontmiscmeltho=${{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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-misc-meltho-${{package.version}}.tar.xz + expected-sha256: 63be5ec17078898f263c24096a68b43ae5b06b88852e42549afa03d124d65219 + + - 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-meltho- + 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 diff --git a/font-xorg-miscmisc.yaml b/font-xorg-miscmisc.yaml new file mode 100644 index 00000000000..969f17bd1e8 --- /dev/null +++ b/font-xorg-miscmisc.yaml @@ -0,0 +1,76 @@ +package: + name: font-xorg-miscmisc + version: 1.1.3 + epoch: 0 + description: X.Org Misc Misc bitmap fonts + copyright: + - license: MIT + dependencies: + provides: + - fonts-xorg-fontmiscmisc=${{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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-misc-misc-${{package.version}}.tar.xz + expected-sha256: b12359f4e12c23bcfcb448b918297e975fa91bef5293d88d3c25343cc768bb24 + + - 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-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 diff --git a/font-xorg-muttmisc.yaml b/font-xorg-muttmisc.yaml new file mode 100644 index 00000000000..921e5aced09 --- /dev/null +++ b/font-xorg-muttmisc.yaml @@ -0,0 +1,76 @@ +package: + name: font-xorg-muttmisc + version: 1.0.4 + epoch: 0 + description: X.Org Misc TTF bitmap fonts + copyright: + - license: MIT + dependencies: + provides: + - fonts-xorg-fontmuttmisc=${{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: fetch + with: + uri: https://xorg.freedesktop.org/archive/individual/font/font-mutt-misc-${{package.version}}.tar.xz + expected-sha256: b12359f4e12c23bcfcb448b918297e975fa91bef5293d88d3c25343cc768bb24 + + - 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-mutt-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 diff --git a/font-xorg.yaml b/font-xorg.yaml index d7e4ba5e5fd..1dc5a38feea 100644 --- a/font-xorg.yaml +++ b/font-xorg.yaml @@ -1,7 +1,7 @@ package: name: font-xorg version: 1 - epoch: 1 + epoch: 2 description: "Meta package for X.Org fonts" dependencies: runtime: @@ -17,12 +17,20 @@ package: - font-xorg-bhlucidatypewriter75dpi - font-xorg-bhtype1 - font-xorg-bitstream100dpi + - font-xorg-bitstream75dpi - font-xorg-bitstreamtype1 + - font-xorg-cronyxcyrillic - font-xorg-cursormisc - font-xorg-daewoomisc - font-xorg-decmisc - font-xorg-ibmtype1 - font-xorg-isasmisc + - font-xorg-jismisc + - font-xorg-micromisc + - font-xorg-miscethiopic + - font-xorg-miscmeltho + - font-xorg-miscmisc + - font-xorg-muttmisc - font-xorg-schumachermisc - font-xorg-screencyrillic - font-xorg-sonymisc From d360729ea1526c4d45a5ae86df71dbb232253db8 Mon Sep 17 00:00:00 2001 From: Dentrax Date: Fri, 18 Jul 2025 15:46:24 +0300 Subject: [PATCH 2/2] use git-checkout Signed-off-by: Dentrax --- font-xorg-bitstream75dpi.yaml | 7 ++++--- font-xorg-cronyxcyrillic.yaml | 7 ++++--- font-xorg-jismisc.yaml | 7 ++++--- font-xorg-micromisc.yaml | 7 ++++--- font-xorg-miscethiopic.yaml | 7 ++++--- font-xorg-miscmeltho.yaml | 7 ++++--- font-xorg-miscmisc.yaml | 7 ++++--- font-xorg-muttmisc.yaml | 7 ++++--- 8 files changed, 32 insertions(+), 24 deletions(-) diff --git a/font-xorg-bitstream75dpi.yaml b/font-xorg-bitstream75dpi.yaml index 6a9e791af40..8af431cd59e 100644 --- a/font-xorg-bitstream75dpi.yaml +++ b/font-xorg-bitstream75dpi.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-bitstream-75dpi-${{package.version}}.tar.xz - expected-sha256: aaeb34d87424a9c2b0cf0e8590704c90cb5b42c6a3b6a0ef9e4676ef773bf826 + repository: https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi + tag: font-bitstream-75dpi-${{package.version}} + expected-commit: 6c4a1c79b3b73c63ee7f9fc52318df3c356f7eb3 - uses: autoconf/configure diff --git a/font-xorg-cronyxcyrillic.yaml b/font-xorg-cronyxcyrillic.yaml index be8c3b237f9..01474214b63 100644 --- a/font-xorg-cronyxcyrillic.yaml +++ b/font-xorg-cronyxcyrillic.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-cronyx-cyrillic-${{package.version}}.tar.xz - expected-sha256: dc0781ce0dcbffdbf6aae1a00173a13403f92b0de925bca5a9e117e4e2d6b789 + repository: https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic + tag: font-cronyx-cyrillic-${{package.version}} + expected-commit: b767723353f2691f29a7aa5cd133be202e4b8878 - uses: autoconf/configure diff --git a/font-xorg-jismisc.yaml b/font-xorg-jismisc.yaml index f1bdc370131..2b74070b73d 100644 --- a/font-xorg-jismisc.yaml +++ b/font-xorg-jismisc.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-jis-misc-${{package.version}}.tar.xz - expected-sha256: 78d1eff6c471f7aa6802a26d62cccf51d8e5185586406d9b6e1ee691b0bffad0 + repository: https://gitlab.freedesktop.org/xorg/font/jis-misc + tag: font-jis-misc-${{package.version}} + expected-commit: 8da1fbf9d2f0b101ff44f044723d9cb09e5fc941 - uses: autoconf/configure diff --git a/font-xorg-micromisc.yaml b/font-xorg-micromisc.yaml index d44fb2fc235..8599a26be26 100644 --- a/font-xorg-micromisc.yaml +++ b/font-xorg-micromisc.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-micro-misc-${{package.version}}.tar.xz - expected-sha256: 2ee0b9d6bd7ae849aff1bd82efab44a1b6b368fbb5e11d12ff7f015a3df6f943 + repository: https://gitlab.freedesktop.org/xorg/font/micro-misc + tag: font-micro-misc-${{package.version}} + expected-commit: 0cbba4838a17c19a6aa11958e805fe539459aab6 - uses: autoconf/configure diff --git a/font-xorg-miscethiopic.yaml b/font-xorg-miscethiopic.yaml index 8ec9751ba23..b9a4d7c65d1 100644 --- a/font-xorg-miscethiopic.yaml +++ b/font-xorg-miscethiopic.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-${{package.version}}.tar.xz - expected-sha256: 4749a7e6e1a1eef6c91fcc9a04e8b1c0ed027d40c1599e5a6c93270d8469b612 + repository: https://gitlab.freedesktop.org/xorg/font/misc-ethiopic + tag: font-misc-ethiopic-${{package.version}} + expected-commit: 65a2192f07a2243a6d84a891c9ab6e8a16e6bfa9 - uses: autoconf/configure diff --git a/font-xorg-miscmeltho.yaml b/font-xorg-miscmeltho.yaml index 1545e0d8628..2455846dacf 100644 --- a/font-xorg-miscmeltho.yaml +++ b/font-xorg-miscmeltho.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-misc-meltho-${{package.version}}.tar.xz - expected-sha256: 63be5ec17078898f263c24096a68b43ae5b06b88852e42549afa03d124d65219 + repository: https://gitlab.freedesktop.org/xorg/font/misc-meltho + tag: font-misc-meltho-${{package.version}} + expected-commit: 2de3debfff98f44b271d1319d2e0aaf63251234f - uses: autoconf/configure diff --git a/font-xorg-miscmisc.yaml b/font-xorg-miscmisc.yaml index 969f17bd1e8..c1da95b08d9 100644 --- a/font-xorg-miscmisc.yaml +++ b/font-xorg-miscmisc.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-misc-misc-${{package.version}}.tar.xz - expected-sha256: b12359f4e12c23bcfcb448b918297e975fa91bef5293d88d3c25343cc768bb24 + repository: https://gitlab.freedesktop.org/xorg/font/misc-misc + tag: font-misc-misc-${{package.version}} + expected-commit: c4e2af05583764fae3d0b2aa20d5c93b031cbcbf - uses: autoconf/configure diff --git a/font-xorg-muttmisc.yaml b/font-xorg-muttmisc.yaml index 921e5aced09..54c51e5cd6a 100644 --- a/font-xorg-muttmisc.yaml +++ b/font-xorg-muttmisc.yaml @@ -28,10 +28,11 @@ environment: - ttfautohint pipeline: - - uses: fetch + - uses: git-checkout with: - uri: https://xorg.freedesktop.org/archive/individual/font/font-mutt-misc-${{package.version}}.tar.xz - expected-sha256: b12359f4e12c23bcfcb448b918297e975fa91bef5293d88d3c25343cc768bb24 + repository: https://gitlab.freedesktop.org/xorg/font/mutt-misc + tag: font-mutt-misc-${{package.version}} + expected-commit: 5550601d37efee5f29391973a7cd3ae4c837cd2f - uses: autoconf/configure