Date: Wednesday, March 22, 2023 @ 18:29:40
  Author: mtorromeo
Revision: 1426940

upgpkg: ttf-ubuntu-font-family 0.862-2

Modified:
  ttf-ubuntu-font-family/trunk/PKGBUILD
Deleted:
  ttf-ubuntu-font-family/trunk/81-ubuntu.conf

----------------+
 81-ubuntu.conf |   66 -------------------------------------------------------
 PKGBUILD       |    3 --
 2 files changed, 1 insertion(+), 68 deletions(-)

Deleted: 81-ubuntu.conf
===================================================================
--- 81-ubuntu.conf      2023-03-22 17:34:48 UTC (rev 1426939)
+++ 81-ubuntu.conf      2023-03-22 18:29:40 UTC (rev 1426940)
@@ -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>

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-22 17:34:48 UTC (rev 1426939)
+++ PKGBUILD    2023-03-22 18:29:40 UTC (rev 1426940)
@@ -2,7 +2,7 @@
 
 pkgname=ttf-ubuntu-font-family
 pkgver=0.862
-pkgrel=1
+pkgrel=2
 pkgdesc="Ubuntu font family"
 arch=('any')
 url="https://design.ubuntu.com/font/";
@@ -12,7 +12,6 @@
 
 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
 

Reply via email to