Date: Wednesday, March 22, 2023 @ 18:29:46
Author: mtorromeo
Revision: 1426941
archrelease: copy trunk to community-any
Added:
ttf-ubuntu-font-family/repos/community-any/PKGBUILD
(from rev 1426940, ttf-ubuntu-font-family/trunk/PKGBUILD)
Deleted:
ttf-ubuntu-font-family/repos/community-any/81-ubuntu.conf
ttf-ubuntu-font-family/repos/community-any/PKGBUILD
----------------+
81-ubuntu.conf | 66 ------------------------------------------------
PKGBUILD | 75 +++++++++++++++++++++++++++----------------------------
2 files changed, 37 insertions(+), 104 deletions(-)
Deleted: 81-ubuntu.conf
===================================================================
--- 81-ubuntu.conf 2023-03-22 18:29:40 UTC (rev 1426940)
+++ 81-ubuntu.conf 2023-03-22 18:29:46 UTC (rev 1426941)
@@ -1,66 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-
-<!-- Fixes for Ubuntu family:
- - Medium variant is used instead of Regular on Qt apps:
- https://bugs.launchpad.net/ubuntu-font-family/+bug/744812
- - Medium and Bold looks the same in certain applications:
- https://bugs.launchpad.net/ubuntu/+source/gnome-specimen/+bug/813373
--->
-
-<match target="scan">
- <test name="fullname" compare="eq">
- <string>Ubuntu Light</string>
- </test>
- <edit name="family" mode="assign">
- <string>Ubuntu</string>
- </edit>
- <edit name="style" mode="assign">
- <string>Light</string>
- </edit>
-</match>
-
-<match target="scan">
- <test name="fullname" compare="eq">
- <string>Ubuntu Light Italic</string>
- </test>
- <edit name="family" mode="assign">
- <string>Ubuntu</string>
- </edit>
- <edit name="style" mode="assign">
- <string>Light Italic</string>
- </edit>
-</match>
-
-<match target="scan">
- <test name="fullname" compare="eq">
- <string>Ubuntu Medium</string>
- </test>
- <edit name="family" mode="assign">
- <string>Ubuntu</string>
- </edit>
- <edit name="style" mode="assign">
- <string>Medium</string>
- </edit>
- <edit name="weight" mode="assign">
- <const>demibold</const>
- </edit>
-</match>
-
-<match target="scan">
- <test name="fullname" compare="eq">
- <string>Ubuntu Medium Italic</string>
- </test>
- <edit name="family" mode="assign">
- <string>Ubuntu</string>
- </edit>
- <edit name="style" mode="assign">
- <string>Medium Italic</string>
- </edit>
- <edit name="weight" mode="assign">
- <const>demibold</const>
- </edit>
-</match>
-
-</fontconfig>
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-22 18:29:40 UTC (rev 1426940)
+++ PKGBUILD 2023-03-22 18:29:46 UTC (rev 1426941)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=ttf-ubuntu-font-family
-pkgver=0.862
-pkgrel=1
-pkgdesc="Ubuntu font family"
-arch=('any')
-url="https://design.ubuntu.com/font/"
-license=('custom:Ubuntu Font Licence 1.0')
-source=(https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fonts-ubuntu/$pkgver-0ubuntu2/fonts-ubuntu_$pkgver.orig.tar.gz)
-sha256sums=('c09f49ff7e04e132e9da154d0217cfd9db8d683a41fa4b10ea20150bbab59a79')
-
-package() {
- cd fonts-ubuntu-$pkgver
- install -dm755 "$pkgdir"/usr/share/fontconfig/conf.default
- install -Dm644 -t "$pkgdir"/usr/share/fonts/TTF *.ttf
- install -Dm644 LICENCE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
- cd "$pkgdir"/usr/share/fonts/TTF
-
- ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-B.ttf
- ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-C.ttf
- ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-L.ttf
- ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-M.ttf
- ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-R.ttf
- ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-Th.ttf
-
- ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-BI.ttf
- ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-LI.ttf
- ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-MI.ttf
- ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-RI.ttf
-
- ln -s "UbuntuMono[wght].ttf" UbuntuMono-B.ttf
- ln -s "UbuntuMono[wght].ttf" UbuntuMono-R.ttf
-
- ln -s "UbuntuMono-Italic[wght].ttf" UbuntuMono-BI.ttf
- ln -s "UbuntuMono-Italic[wght].ttf" UbuntuMono-RI.ttf
-}
Copied: ttf-ubuntu-font-family/repos/community-any/PKGBUILD (from rev 1426940,
ttf-ubuntu-font-family/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-22 18:29:46 UTC (rev 1426941)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=ttf-ubuntu-font-family
+pkgver=0.862
+pkgrel=2
+pkgdesc="Ubuntu font family"
+arch=('any')
+url="https://design.ubuntu.com/font/"
+license=('custom:Ubuntu Font Licence 1.0')
+source=(https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fonts-ubuntu/$pkgver-0ubuntu2/fonts-ubuntu_$pkgver.orig.tar.gz)
+sha256sums=('c09f49ff7e04e132e9da154d0217cfd9db8d683a41fa4b10ea20150bbab59a79')
+
+package() {
+ cd fonts-ubuntu-$pkgver
+ install -Dm644 -t "$pkgdir"/usr/share/fonts/TTF *.ttf
+ install -Dm644 LICENCE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+ cd "$pkgdir"/usr/share/fonts/TTF
+
+ ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-B.ttf
+ ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-C.ttf
+ ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-L.ttf
+ ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-M.ttf
+ ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-R.ttf
+ ln -s "Ubuntu[wdth,wght].ttf" Ubuntu-Th.ttf
+
+ ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-BI.ttf
+ ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-LI.ttf
+ ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-MI.ttf
+ ln -s "Ubuntu-Italic[wdth,wght].ttf" Ubuntu-RI.ttf
+
+ ln -s "UbuntuMono[wght].ttf" UbuntuMono-B.ttf
+ ln -s "UbuntuMono[wght].ttf" UbuntuMono-R.ttf
+
+ ln -s "UbuntuMono-Italic[wght].ttf" UbuntuMono-BI.ttf
+ ln -s "UbuntuMono-Italic[wght].ttf" UbuntuMono-RI.ttf
+}