[arch-commits] Commit in fontconfig/repos/extra-x86_64 (6 files)

Andreas Radke andyrtr at archlinux.org
Sun Jan 19 10:26:22 UTC 2020


    Date: Sunday, January 19, 2020 @ 10:26:21
  Author: andyrtr
Revision: 373699

archrelease: copy trunk to extra-x86_64

Added:
  fontconfig/repos/extra-x86_64/PKGBUILD
    (from rev 373698, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/extra-x86_64/fontconfig.hook
    (from rev 373698, fontconfig/trunk/fontconfig.hook)
  fontconfig/repos/extra-x86_64/fontconfig.install
    (from rev 373698, fontconfig/trunk/fontconfig.install)
Deleted:
  fontconfig/repos/extra-x86_64/PKGBUILD
  fontconfig/repos/extra-x86_64/fontconfig.hook
  fontconfig/repos/extra-x86_64/fontconfig.install

--------------------+
 PKGBUILD           |  122 +++++++++++++++++++++++++--------------------------
 fontconfig.hook    |   22 ++++-----
 fontconfig.install |   76 +++++++++++++++----------------
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 10:26:08 UTC (rev 373698)
+++ PKGBUILD	2020-01-19 10:26:21 UTC (rev 373699)
@@ -1,61 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=fontconfig
-pkgver=2.13.91+24+g75eadca
-pkgrel=1
-epoch=2
-pkgdesc="A library for configuring and customizing font access"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fontconfig/"
-license=(custom)
-depends=(expat freetype2)
-makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils docbook-sgml
-             perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
-install=fontconfig.install
-_commit=75eadca26648abf69497691ff0f4c7803b9ff23c  # master
-source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit"
-        fontconfig.hook)
-sha256sums=('SKIP'
-            '672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')
-
-# a nice page to test font matching:
-# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-# http://getemoji.com/
-
-pkgver() {
-  cd fontconfig
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd fontconfig
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd fontconfig
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-templatedir=/etc/fonts/conf.avail \
-    --with-xmldir=/etc/fonts \
-    --localstatedir=/var \
-    --disable-static \
-    --with-default-fonts=/usr/share/fonts \
-    --with-add-fonts=/usr/local/share/fonts
-  make
-}
-
-check() {
-  cd fontconfig
-  make -k check
-}
-
-package() {
-  cd fontconfig
-  make DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: fontconfig/repos/extra-x86_64/PKGBUILD (from rev 373698, fontconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-19 10:26:21 UTC (rev 373699)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=fontconfig
+pkgver=2.13.91+24+g75eadca
+pkgrel=2
+epoch=2
+pkgdesc="A library for configuring and customizing font access"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/"
+license=(custom)
+depends=(expat freetype2)
+makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils docbook-sgml
+             perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
+install=fontconfig.install
+_commit=75eadca26648abf69497691ff0f4c7803b9ff23c  # master
+source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit"
+        fontconfig.hook)
+sha256sums=('SKIP'
+            '8883f7e6e9d574ed52b89256507a6224507925715ddc85b3dfab9683df2f1e25')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+pkgver() {
+  cd fontconfig
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd fontconfig
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd fontconfig
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-templatedir=/etc/fonts/conf.avail \
+    --with-xmldir=/etc/fonts \
+    --localstatedir=/var \
+    --disable-static \
+    --with-default-fonts=/usr/share/fonts \
+    --with-add-fonts=/usr/local/share/fonts
+  make
+}
+
+check() {
+  cd fontconfig
+  make -k check
+}
+
+package() {
+  cd fontconfig
+  make DESTDIR="$pkgdir" install
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}

Deleted: fontconfig.hook
===================================================================
--- fontconfig.hook	2020-01-19 10:26:08 UTC (rev 373698)
+++ fontconfig.hook	2020-01-19 10:26:21 UTC (rev 373699)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/fonts/*
-
-[Action]
-Description = Updating fontconfig cache...
-When = PostTransaction
-Exec = /usr/bin/fc-cache -s

Copied: fontconfig/repos/extra-x86_64/fontconfig.hook (from rev 373698, fontconfig/trunk/fontconfig.hook)
===================================================================
--- fontconfig.hook	                        (rev 0)
+++ fontconfig.hook	2020-01-19 10:26:21 UTC (rev 373699)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*
+
+[Action]
+Description = Updating fontconfig cache...
+When = PostTransaction
+Exec = /usr/bin/fc-cache -s

Deleted: fontconfig.install
===================================================================
--- fontconfig.install	2020-01-19 10:26:08 UTC (rev 373698)
+++ fontconfig.install	2020-01-19 10:26:21 UTC (rev 373699)
@@ -1,38 +0,0 @@
-post_install() {
-  cat << _EOF
-  
-  Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
-  Read /etc/fonts/conf.d/README for more information.
-
-  Configuration via /etc/fonts/local.conf is still possible,
-  but is no longer recommended for options available in conf.avail.
-
-  Main systemwide configuration should be done by symlinks
-  (especially for autohinting, sub-pixel and lcdfilter):
-  
-  cd /etc/fonts/conf.d
-  ln -s ../conf.avail/XX-foo.conf
-  
-  Check also https://wiki.archlinux.org/index.php/Font_Configuration
-  and https://wiki.archlinux.org/index.php/Fonts.
-
-_EOF
-
-  post_upgrade $1
-}
-
-post_upgrade() {
-  echo -n "Rebuilding fontconfig cache..."
-  # a full forced directory scan is required here
-  /usr/bin/fc-cache -rs
-  echo " done."
-}
-
-post_remove() {
-  cat << _EOF
-
-  Check for dead symlinks and leftover files 
-  in /etc/fonts/conf.d/
-  
-_EOF
-}

Copied: fontconfig/repos/extra-x86_64/fontconfig.install (from rev 373698, fontconfig/trunk/fontconfig.install)
===================================================================
--- fontconfig.install	                        (rev 0)
+++ fontconfig.install	2020-01-19 10:26:21 UTC (rev 373699)
@@ -0,0 +1,38 @@
+post_install() {
+  cat << _EOF
+  
+  Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
+  Read /etc/fonts/conf.d/README for more information.
+
+  Configuration via /etc/fonts/local.conf is still possible,
+  but is no longer recommended for options available in conf.avail.
+
+  Main systemwide configuration should be done by symlinks
+  (especially for autohinting, sub-pixel and lcdfilter):
+  
+  cd /etc/fonts/conf.d
+  ln -s ../conf.avail/XX-foo.conf
+  
+  Check also https://wiki.archlinux.org/index.php/Font_Configuration
+  and https://wiki.archlinux.org/index.php/Fonts.
+
+_EOF
+
+  post_upgrade $1
+}
+
+post_upgrade() {
+  echo -n "Rebuilding fontconfig cache..."
+  # a full forced directory scan is required here
+  /usr/bin/fc-cache -rs
+  echo " done."
+}
+
+post_remove() {
+  cat << _EOF
+
+  Check for dead symlinks and leftover files 
+  in /etc/fonts/conf.d/
+  
+_EOF
+}



More information about the arch-commits mailing list