[arch-commits] Commit in fontconfig/repos (12 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 21 10:16:03 UTC 2017
Date: Thursday, September 21, 2017 @ 10:16:02
Author: heftig
Revision: 306053
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
fontconfig/repos/extra-i686/PKGBUILD
(from rev 306052, fontconfig/trunk/PKGBUILD)
fontconfig/repos/extra-i686/fontconfig.hook
(from rev 306052, fontconfig/trunk/fontconfig.hook)
fontconfig/repos/extra-i686/fontconfig.install
(from rev 306052, fontconfig/trunk/fontconfig.install)
fontconfig/repos/extra-x86_64/PKGBUILD
(from rev 306052, fontconfig/trunk/PKGBUILD)
fontconfig/repos/extra-x86_64/fontconfig.hook
(from rev 306052, fontconfig/trunk/fontconfig.hook)
fontconfig/repos/extra-x86_64/fontconfig.install
(from rev 306052, fontconfig/trunk/fontconfig.install)
Deleted:
fontconfig/repos/extra-i686/PKGBUILD
fontconfig/repos/extra-i686/fontconfig.hook
fontconfig/repos/extra-i686/fontconfig.install
fontconfig/repos/extra-x86_64/PKGBUILD
fontconfig/repos/extra-x86_64/fontconfig.hook
fontconfig/repos/extra-x86_64/fontconfig.install
---------------------------------+
/PKGBUILD | 126 ++++++++++++++++++++++++++++++++++++++
/fontconfig.hook | 22 ++++++
/fontconfig.install | 76 ++++++++++++++++++++++
extra-i686/PKGBUILD | 63 -------------------
extra-i686/fontconfig.hook | 11 ---
extra-i686/fontconfig.install | 38 -----------
extra-x86_64/PKGBUILD | 63 -------------------
extra-x86_64/fontconfig.hook | 11 ---
extra-x86_64/fontconfig.install | 38 -----------
9 files changed, 224 insertions(+), 224 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-09-21 10:14:19 UTC (rev 306052)
+++ extra-i686/PKGBUILD 2017-09-21 10:16:02 UTC (rev 306053)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=fontconfig
-pkgver=2.12.5
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access"
-arch=(i686 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)
-install=fontconfig.install
-_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de # tags/2.12.5^0
-source=("git+https://anongit.freedesktop.org/git/fontconfig#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 $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./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 $pkgname
- make -k check
-}
-
-_install_conf() {
- install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
- ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- install -Dm644 ../fontconfig.hook "$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
-}
Copied: fontconfig/repos/extra-i686/PKGBUILD (from rev 306052, fontconfig/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-21 10:16:02 UTC (rev 306053)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=fontconfig
+pkgver=2.12.6
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access"
+arch=(i686 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)
+install=fontconfig.install
+_commit=b546940435ebfb0df575bc7a2350d1e913919c34 # tags/2.12.6^0
+source=("git+https://anongit.freedesktop.org/git/fontconfig#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 $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./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 $pkgname
+ make -k check
+}
+
+_install_conf() {
+ install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
+ ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -Dm644 ../fontconfig.hook "$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
+}
Deleted: extra-i686/fontconfig.hook
===================================================================
--- extra-i686/fontconfig.hook 2017-09-21 10:14:19 UTC (rev 306052)
+++ extra-i686/fontconfig.hook 2017-09-21 10:16:02 UTC (rev 306053)
@@ -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-i686/fontconfig.hook (from rev 306052, fontconfig/trunk/fontconfig.hook)
===================================================================
--- extra-i686/fontconfig.hook (rev 0)
+++ extra-i686/fontconfig.hook 2017-09-21 10:16:02 UTC (rev 306053)
@@ -0,0 +1,11 @@
+[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
Deleted: extra-i686/fontconfig.install
===================================================================
--- extra-i686/fontconfig.install 2017-09-21 10:14:19 UTC (rev 306052)
+++ extra-i686/fontconfig.install 2017-09-21 10:16:02 UTC (rev 306053)
@@ -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-i686/fontconfig.install (from rev 306052, fontconfig/trunk/fontconfig.install)
===================================================================
--- extra-i686/fontconfig.install (rev 0)
+++ extra-i686/fontconfig.install 2017-09-21 10:16:02 UTC (rev 306053)
@@ -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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-09-21 10:14:19 UTC (rev 306052)
+++ extra-x86_64/PKGBUILD 2017-09-21 10:16:02 UTC (rev 306053)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=fontconfig
-pkgver=2.12.5
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access"
-arch=(i686 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)
-install=fontconfig.install
-_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de # tags/2.12.5^0
-source=("git+https://anongit.freedesktop.org/git/fontconfig#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 $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./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 $pkgname
- make -k check
-}
-
-_install_conf() {
- install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
- ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- install -Dm644 ../fontconfig.hook "$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
-}
Copied: fontconfig/repos/extra-x86_64/PKGBUILD (from rev 306052, fontconfig/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-09-21 10:16:02 UTC (rev 306053)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=fontconfig
+pkgver=2.12.6
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access"
+arch=(i686 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)
+install=fontconfig.install
+_commit=b546940435ebfb0df575bc7a2350d1e913919c34 # tags/2.12.6^0
+source=("git+https://anongit.freedesktop.org/git/fontconfig#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 $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./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 $pkgname
+ make -k check
+}
+
+_install_conf() {
+ install -m644 "$1" "$pkgdir/etc/fonts/conf.avail"
+ ln -s "../conf.avail/${1##*/}" "$pkgdir/etc/fonts/conf.d"
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -Dm644 ../fontconfig.hook "$pkgdir/usr/share/libalpm/hooks/fontconfig.hook"
+}
Deleted: extra-x86_64/fontconfig.hook
===================================================================
--- extra-x86_64/fontconfig.hook 2017-09-21 10:14:19 UTC (rev 306052)
+++ extra-x86_64/fontconfig.hook 2017-09-21 10:16:02 UTC (rev 306053)
@@ -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 306052, fontconfig/trunk/fontconfig.hook)
===================================================================
--- extra-x86_64/fontconfig.hook (rev 0)
+++ extra-x86_64/fontconfig.hook 2017-09-21 10:16:02 UTC (rev 306053)
@@ -0,0 +1,11 @@
+[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
Deleted: extra-x86_64/fontconfig.install
===================================================================
--- extra-x86_64/fontconfig.install 2017-09-21 10:14:19 UTC (rev 306052)
+++ extra-x86_64/fontconfig.install 2017-09-21 10:16:02 UTC (rev 306053)
@@ -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 306052, fontconfig/trunk/fontconfig.install)
===================================================================
--- extra-x86_64/fontconfig.install (rev 0)
+++ extra-x86_64/fontconfig.install 2017-09-21 10:16:02 UTC (rev 306053)
@@ -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