[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD fontconfig-32.hook)

2020-02-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 5, 2020 @ 10:56:51
  Author: alucryd
Revision: 563132

upgpkg: lib32-fontconfig 2:2.13.91+24+g75eadca-2

Modified:
  lib32-fontconfig/trunk/PKGBUILD
  lib32-fontconfig/trunk/fontconfig-32.hook

+
 PKGBUILD   |4 ++--
 fontconfig-32.hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 10:56:44 UTC (rev 563131)
+++ PKGBUILD2020-02-05 10:56:51 UTC (rev 563132)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-fontconfig
 pkgver=2.13.91+24+g75eadca
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'
-'d97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
+'6a0c171c0bce4ffd70fc5c8e275113d2866148591c952f35c69587e8b423c6a4')
 
 # a nice page to test font matching:
 # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html

Modified: fontconfig-32.hook
===
--- fontconfig-32.hook  2020-02-05 10:56:44 UTC (rev 563131)
+++ fontconfig-32.hook  2020-02-05 10:56:51 UTC (rev 563132)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2019-10-14 Thread Jan Steffens via arch-commits
Date: Monday, October 14, 2019 @ 13:38:13
  Author: heftig
Revision: 515700

2.13.91+24+g75eadca-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 13:22:46 UTC (rev 515699)
+++ PKGBUILD2019-10-14 13:38:13 UTC (rev 515700)
@@ -1,9 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
-_pkgbasename=fontconfig
-pkgname=lib32-$_pkgbasename
-pkgver=2.13.91+23+g65087ac
+pkgname=lib32-fontconfig
+pkgver=2.13.91+24+g75eadca
 pkgrel=1
 epoch=2
 pkgdesc="A library for configuring and customizing font access (32-bit)"
@@ -10,11 +9,11 @@
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
 license=(custom)
-depends=(lib32-expat lib32-freetype2 $_pkgbasename)
+depends=(lib32-expat lib32-freetype2 fontconfig)
 makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
 install=lib32-fontconfig.install
-_commit=65087ac7ce4cc5f2109967c1380b474955dcb590  # master
-source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
+_commit=75eadca26648abf69497691ff0f4c7803b9ff23c  # master
+source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'
 'd97c0c5b88023da5a2acf64cf560265390a9365305c43b8e86b4f89348e727b3')
@@ -24,21 +23,21 @@
 # http://getemoji.com/
 
 pkgver() {
-  cd $_pkgbasename
+  cd fontconfig
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $_pkgbasename
+  cd fontconfig
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $_pkgbasename
+  cd fontconfig
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
   ./configure --prefix=/usr \
 --libdir=/usr/lib32 \
@@ -53,21 +52,22 @@
 }
 
 check() {
-  cd $_pkgbasename
+  cd fontconfig
   make -k check
 }
 
 package() {
-  cd $_pkgbasename
+  cd fontconfig
   make DESTDIR="$pkgdir" install
 
   rm -r "$pkgdir"/{etc,usr/{include,share}}
-  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
+
   mv "$pkgdir"/usr/bin/fc-cache{,-32}
+  find "$pkgdir/usr/bin" -type f -not -name '*-32' -delete
 
-  install -Dm644 ../fontconfig-32.hook 
"$pkgdir/usr/share/libalpm/hooks/fontconfig-32.hook"
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
 
   # Install license
   mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s fontconfig "$pkgdir/usr/share/licenses/$pkgname"
 }


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2019-10-14 Thread Andreas Radke via arch-commits
Date: Monday, October 14, 2019 @ 13:22:37
  Author: andyrtr
Revision: 515698

upgpkg: lib32-fontconfig 2:2.13.91+23+g65087ac-1

update to recent git master

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 13:12:52 UTC (rev 515697)
+++ PKGBUILD2019-10-14 13:22:37 UTC (rev 515698)
@@ -13,7 +13,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
 install=lib32-fontconfig.install
-_commit=5f5ec5676c61b9773026a9335c9b0dfa73a73353  # master
+_commit=65087ac7ce4cc5f2109967c1380b474955dcb590  # master
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2019-10-14 Thread Andreas Radke via arch-commits
Date: Monday, October 14, 2019 @ 13:12:52
  Author: andyrtr
Revision: 515697

upgpkg: lib32-fontconfig 2:2.13.91+23+g65087ac-1

update to recent git master

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 13:03:25 UTC (rev 515696)
+++ PKGBUILD2019-10-14 13:12:52 UTC (rev 515697)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.1+12+g5f5ec56
+pkgver=2.13.91+23+g65087ac
 pkgrel=1
 epoch=2
 pkgdesc="A library for configuring and customizing font access (32-bit)"


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-10-04 Thread Evangelos Foutras via arch-commits
Date: Friday, October 5, 2018 @ 04:55:04
  Author: foutrelis
Revision: 389695

upgpkg: lib32-fontconfig 2:2.13.1+12+g5f5ec56-1

Bump to 2.13.1 (+ fixes) now that the following issues are fixed:

 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/107
 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/110

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-05 00:41:36 UTC (rev 389694)
+++ PKGBUILD2018-10-05 04:55:04 UTC (rev 389695)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.0+15+gc60ed9e
+pkgver=2.13.1+12+g5f5ec56
 pkgrel=1
 epoch=2
 pkgdesc="A library for configuring and customizing font access (32-bit)"
@@ -13,7 +13,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
 install=lib32-fontconfig.install
-_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
+_commit=5f5ec5676c61b9773026a9335c9b0dfa73a73353  # master
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-09-03 Thread Evangelos Foutras via arch-commits
Date: Monday, September 3, 2018 @ 20:55:20
  Author: foutrelis
Revision: 376458

2.13.0+15+gc60ed9e-1

Go back to previous version until these issues are fixed upstream:

 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/107
 - https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/110

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 20:45:19 UTC (rev 376457)
+++ PKGBUILD2018-09-03 20:55:20 UTC (rev 376458)
@@ -3,9 +3,9 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.1
+pkgver=2.13.0+15+gc60ed9e
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
@@ -13,7 +13,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
 install=lib32-fontconfig.install
-_commit=844d8709a1f3ecab45015b24b72dd775c13b2421  # tags/2.13.1^0
+_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-08-30 Thread Jan Steffens via arch-commits
Date: Thursday, August 30, 2018 @ 19:27:33
  Author: heftig
Revision: 375678

2.13.1-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-30 19:23:55 UTC (rev 375677)
+++ PKGBUILD2018-08-30 19:27:33 UTC (rev 375678)
@@ -1,9 +1,9 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.0+15+gc60ed9e
+pkgver=2.13.1
 pkgrel=1
 epoch=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
@@ -11,9 +11,9 @@
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
 license=(custom)
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
-makedepends=(git autoconf-archive gperf python-lxml python-six)
+makedepends=(git autoconf-archive gperf python-lxml python-six lib32-json-c)
 install=lib32-fontconfig.install
-_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
+_commit=844d8709a1f3ecab45015b24b72dd775c13b2421  # tags/2.13.1^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


Property changes on: lib32-fontconfig/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-08-24 Thread Jan Steffens via arch-commits
Date: Friday, August 24, 2018 @ 06:53:08
  Author: heftig
Revision: 373498

2.13.0+15+gc60ed9e-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-24 06:36:30 UTC (rev 373497)
+++ PKGBUILD2018-08-24 06:53:08 UTC (rev 373498)
@@ -3,8 +3,9 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.0+17+gc78afa9
+pkgver=2.13.0+15+gc60ed9e
 pkgrel=1
+epoch=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
@@ -12,7 +13,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=c78afa906699933e87889895ca2039887943b639  # master~43
+_commit=c60ed9ef66e59584f8b54323018e9e6c69925c7e  # master~45
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-08-21 Thread Jan Steffens via arch-commits
Date: Tuesday, August 21, 2018 @ 19:18:11
  Author: heftig
Revision: 373170

2.13.0+17+gc78afa9-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 19:10:36 UTC (rev 373169)
+++ PKGBUILD2018-08-21 19:18:11 UTC (rev 373170)
@@ -3,8 +3,8 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.0+10+g58f5285
-pkgrel=1.1
+pkgver=2.13.0+17+gc78afa9
+pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fontconfig/;
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=58f52853d5689e897525a5926c1a222340d3f404  # master
+_commit=c78afa906699933e87889895ca2039887943b639  # master~43
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 fontconfig-32.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-03-17 Thread Jan Steffens via arch-commits
Date: Saturday, March 17, 2018 @ 17:45:09
  Author: heftig
Revision: 308955

2.13.0+10+g58f5285-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-17 17:40:11 UTC (rev 308954)
+++ PKGBUILD2018-03-17 17:45:09 UTC (rev 308955)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.13.0
+pkgver=2.13.0+10+g58f5285
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=f075ca1aeaedbc288d42a70df5cf2fd069ea0d10  # tags/2.13.0^0
+_commit=58f52853d5689e897525a5926c1a222340d3f404  # master
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 lib32-fontconfig.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 11:22:29
  Author: heftig
Revision: 308465

2.13.0-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 11:21:12 UTC (rev 308464)
+++ PKGBUILD2018-03-15 11:22:29 UTC (rev 308465)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.6+5+g665584a
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=665584a19b0ec227c93643ffb0540d11ac8ecf7f  # fc-2-12
+_commit=f075ca1aeaedbc288d42a70df5cf2fd069ea0d10  # tags/2.13.0^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 lib32-fontconfig.hook)
 sha256sums=('SKIP'
@@ -60,7 +60,7 @@
   cd $_pkgbasename
   make DESTDIR="$pkgdir" install
 
-  rm -rf "$pkgdir"/{etc,usr/{include,share}}
+  rm -r "$pkgdir"/{etc,usr/{include,share}}
   find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
   mv "$pkgdir"/usr/bin/fc-cache{,-32}
 


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2017-11-14 Thread Jan Steffens
Date: Tuesday, November 14, 2017 @ 20:25:52
  Author: heftig
Revision: 266802

2.12.6+5+g665584a-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-14 19:36:45 UTC (rev 266801)
+++ PKGBUILD2017-11-14 20:25:52 UTC (rev 266802)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.6
+pkgver=2.12.6+5+g665584a
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=b546940435ebfb0df575bc7a2350d1e913919c34  # tags/2.12.6^0
+_commit=665584a19b0ec227c93643ffb0540d11ac8ecf7f  # fc-2-12
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 lib32-fontconfig.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2017-09-21 Thread Jan Steffens
Date: Thursday, September 21, 2017 @ 10:12:25
  Author: heftig
Revision: 259140

2.12.6-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-21 09:15:08 UTC (rev 259139)
+++ PKGBUILD2017-09-21 10:12:25 UTC (rev 259140)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.5
+pkgver=2.12.6
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de  # tags/2.12.5^0
+_commit=b546940435ebfb0df575bc7a2350d1e913919c34  # tags/2.12.6^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 lib32-fontconfig.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2017-09-09 Thread Jan Steffens
Date: Saturday, September 9, 2017 @ 19:20:02
  Author: heftig
Revision: 256711

2.12.5-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 19:12:13 UTC (rev 256710)
+++ PKGBUILD2017-09-09 19:20:02 UTC (rev 256711)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.4+29+g92da67a
+pkgver=2.12.5
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(lib32-expat lib32-freetype2 $_pkgbasename)
 makedepends=(git autoconf-archive gperf python-lxml python-six)
 install=lib32-fontconfig.install
-_commit=92da67a9fcf9fa48ebb40f2032d47291d5427d41  # master
+_commit=4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de  # tags/2.12.5^0
 source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit;
 lib32-fontconfig.hook)
 sha256sums=('SKIP'


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2017-06-03 Thread Jan Steffens
Date: Saturday, June 3, 2017 @ 21:42:46
  Author: heftig
Revision: 233837

FS#54236 /usr/local/share/fonts

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-03 21:27:59 UTC (rev 233836)
+++ PKGBUILD2017-06-03 21:42:46 UTC (rev 233837)
@@ -50,7 +50,7 @@
 --localstatedir=/var \
 --disable-static \
 --with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/share/fonts
+--with-add-fonts=/usr/local/share/fonts
   make
 }
 


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2016-08-12 Thread Felix Yan
Date: Saturday, August 13, 2016 @ 03:08:53
  Author: felixonmars
Revision: 186685

upgpkg: lib32-fontconfig 2.12.1-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 03:01:30 UTC (rev 186684)
+++ PKGBUILD2016-08-13 03:08:53 UTC (rev 186685)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -13,11 +13,8 @@
 makedepends=('python2')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
+sha256sums=('b449a3e10c47e1d1c7a6ec6e2016cca73d3bd68fbbd4f0ae5cc6b573f7d6c7f3')
 
-  # a nice page to test font matching:
-  # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-
 build() {
   cd $_pkgbasename-$pkgver
 


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 01:13:54
  Author: felixonmars
Revision: 181570

upgpkg: lib32-fontconfig 2.12.0-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 00:55:15 UTC (rev 181569)
+++ PKGBUILD2016-06-29 01:13:54 UTC (rev 181570)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.11.95
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=('python2')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89')
+sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
 
   # a nice page to test font matching:
   # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html


[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2014-04-20 Thread Florian Pritz
Date: Sunday, April 20, 2014 @ 22:49:15
  Author: bluewind
Revision: 109875

upgpkg: lib32-fontconfig 2.11.1-1

upstream update

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-20 20:47:45 UTC (rev 109874)
+++ PKGBUILD2014-04-20 20:49:15 UTC (rev 109875)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.11.0
+pkgver=2.11.1
 pkgrel=1
 pkgdesc=A library for configuring and customizing font access (32-bit)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('cb0e0ef6f03bc8568e95653840bb07d5859dc89d7ce2cade9d94fcccf8c1a467')
+sha256sums=('dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99')
 
   # a nice page to test font matching:
   # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html



[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2013-10-11 Thread Jan Steffens
Date: Friday, October 11, 2013 @ 19:52:50
  Author: heftig
Revision: 98483

2.11.0

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-11 16:52:10 UTC (rev 98482)
+++ PKGBUILD2013-10-11 17:52:50 UTC (rev 98483)
@@ -3,8 +3,8 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.95
-pkgrel=1.1
+pkgver=2.11.0
+pkgrel=1
 pkgdesc=A library for configuring and customizing font access (32-bit)
 arch=(x86_64)
 url=http://www.fontconfig.org/release/;
@@ -14,13 +14,13 @@
 options=('!libtool')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b')
+sha256sums=('cb0e0ef6f03bc8568e95653840bb07d5859dc89d7ce2cade9d94fcccf8c1a467')
 
   # a nice page to test font matching:
   # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
 
 build() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
 
   export CC=gcc -m32
   export CXX=g++ -m32
@@ -43,19 +43,19 @@
 }
 
 check() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
   make -k check
 }
 
 package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
 
   rm -rf $pkgdir/{etc,usr/{include,share}}
   find $pkgdir/usr/bin -not -type d -not -name fc-cache -delete
   mv $pkgdir/usr/bin/fc-cache{,-32}
 
-  #Install license
+  # Install license
   mkdir -p $pkgdir/usr/share/licenses
   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
 }



[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2013-09-02 Thread Laurent Carlier
Date: Monday, September 2, 2013 @ 22:33:21
  Author: lcarlier
Revision: 96664

upgpkg: lib32-fontconfig 2.10.95-1

Sync with extra

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-02 20:31:46 UTC (rev 96663)
+++ PKGBUILD2013-09-02 20:33:21 UTC (rev 96664)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.93
+pkgver=2.10.95
 pkgrel=1
 pkgdesc=A library for configuring and customizing font access (32-bit)
 arch=(x86_64)
@@ -12,10 +12,8 @@
 depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
 makedepends=(gcc-multilib)
 options=('!libtool')
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
-git_fixes.diff)
-sha256sums=('ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c'
-'7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b')
 
 build() {
   export CC=gcc -m32
@@ -24,9 +22,6 @@
 
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
-  # post release fixes
-  # patch -Np1 -i ${srcdir}/git_fixes.diff
-
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
   libtoolize -f
   autoreconf -fi



[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)

2013-05-21 Thread Laurent Carlier
Date: Tuesday, May 21, 2013 @ 14:20:56
  Author: lcarlier
Revision: 91375

upgpkg: lib32-fontconfig 2.10.93-1

Sync with extra

Modified:
  lib32-fontconfig/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-21 12:17:02 UTC (rev 91374)
+++ PKGBUILD2013-05-21 12:20:56 UTC (rev 91375)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.92
+pkgver=2.10.93
 pkgrel=1
 pkgdesc=A library for configuring and customizing font access (32-bit)
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
 git_fixes.diff)
-sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+sha256sums=('ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c'
 '7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
 
 build() {
@@ -25,7 +25,7 @@
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
   # post release fixes
-  patch -Np1 -i ${srcdir}/git_fixes.diff
+  # patch -Np1 -i ${srcdir}/git_fixes.diff
 
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
   libtoolize -f



[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD git_fixes.diff)

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 14:38:11
  Author: lcarlier
Revision: 88416

upgpkg: lib32-fontconfig 2.10.92-1

Sync with testing

Added:
  lib32-fontconfig/trunk/git_fixes.diff
Modified:
  lib32-fontconfig/trunk/PKGBUILD

+
 PKGBUILD   |   21 +
 git_fixes.diff |  732 +++
 2 files changed, 746 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 09:17:05 UTC (rev 88415)
+++ PKGBUILD2013-04-17 12:38:11 UTC (rev 88416)
@@ -1,18 +1,21 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.2
+pkgver=2.10.92
 pkgrel=1
 pkgdesc=A library for configuring and customizing font access (32-bit)
 arch=(x86_64)
 url=http://www.fontconfig.org/release/;
 license=('custom')
-depends=('lib32-expat=2.0.1' 'lib32-freetype2=2.3.11' $_pkgbasename)
+depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
 makedepends=(gcc-multilib)
 options=('!libtool')
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('2f239690057d1438aa282e051f721d08')
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
+git_fixes.diff)
+sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
 
 build() {
   export CC=gcc -m32
@@ -20,9 +23,13 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # post release fixes
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
   libtoolize -f
-  autoreconf -f
+  autoreconf -fi
 
   ./configure --prefix=/usr \
  --sysconfdir=/etc \
@@ -38,8 +45,8 @@
 }
 
 check() {
-   cd $srcdir/$_pkgbasename-$pkgver
-   make -k check
+  cd $srcdir/$_pkgbasename-$pkgver
+  make -k check
 }
 
 package() {

Added: git_fixes.diff
===
--- git_fixes.diff  (rev 0)
+++ git_fixes.diff  2013-04-17 12:38:11 UTC (rev 88416)
@@ -0,0 +1,732 @@
+From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
+From: Akira TAGOH ak...@tagoh.org
+Date: Mon, 01 Apr 2013 09:16:28 +
+Subject: Bug 62980 - matching native fonts with even :lang=en
+
+Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+to deal with both strong and weak of FC_LANG as the same location in the score
+---
+diff --git a/src/fcmatch.c b/src/fcmatch.c
+index 68f39ae..2d7b798 100644
+--- a/src/fcmatch.c
 b/src/fcmatch.c
+@@ -227,9 +227,10 @@ typedef enum _FcMatcherPriorityDummy {
+ #undef FC_OBJECT
+ 
+ #undef PRI1
+-#define PRI1(n)   \
+-PRI_ ## n ## _STRONG, \
+-PRI_ ## n ## _WEAK
++#define PRI1(n)   \
++PRI_ ## n,\
++PRI_ ## n ## _STRONG = PRI_ ## n, \
++PRI_ ## n ## _WEAK = PRI_ ## n
+ 
+ typedef enum _FcMatcherPriority {
+ PRI1(HASH),
+@@ -237,9 +238,8 @@ typedef enum _FcMatcherPriority {
+ PRI1(FOUNDRY),
+ PRI1(CHARSET),
+ PRI_FAMILY_STRONG,
+-PRI_LANG_STRONG,
+ PRI_POSTSCRIPT_NAME_STRONG,
+-PRI_LANG_WEAK,
++PRI1(LANG),
+ PRI_FAMILY_WEAK,
+ PRI_POSTSCRIPT_NAME_WEAK,
+ PRI1(SPACING),
+@@ -910,8 +910,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+* If this node matches any language, go check
+* which ones and satisfy those entries
+*/
+-  if (nodeps[f]-score[PRI_LANG_STRONG]  2000 ||
+-  nodeps[f]-score[PRI_LANG_WEAK]  2000)
++  if (nodeps[f]-score[PRI_LANG]  2000)
+   {
+   for (i = 0; i  nPatternLang; i++)
+   {
+@@ -935,13 +934,6 @@ FcFontSetSort (FcConfig   *config FC_UNUSED,
+   }
+   patternLangSat[i] = FcTrue;
+   satisfies = FcTrue;
+-  /* adjust score to ensure it's not more than 1.0
+-   * which would means the lang didn't satisfy the 
requirements
+-   */
+-  if (nodeps[f]-score[PRI_LANG_STRONG]  1.0)
+-  nodeps[f]-score[PRI_LANG_STRONG] = 1.0;
+-  if (nodeps[f]-score[PRI_LANG_WEAK]  1.0)
+-  nodeps[f]-score[PRI_LANG_WEAK] = 1.0;
+   break;
+   }
+   }
+@@ -949,8 +941,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+   }
+   if (!satisfies)
+   {
+-  nodeps[f]-score[PRI_LANG_STRONG] = 1.0;
+-  nodeps[f]-score[PRI_LANG_WEAK] = 1.0;
++  nodeps[f]-score[PRI_LANG] = 1.0;
+   }
+ }
+ 
+--
+cgit v0.9.0.2-2-gbebe