[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2020-09-16 Thread Antonio Rojas via arch-commits
Date: Thursday, September 17, 2020 @ 05:55:23
  Author: arojas
Revision: 396169

Update to latest version

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-16 21:47:20 UTC (rev 396168)
+++ PKGBUILD2020-09-17 05:55:23 UTC (rev 396169)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-pkgver=20200720
-_commit=546287c772cd64dd2a7350a0727bd68c2e4cf759
+pkgver=20200916
+_commit=565d292c31e3446ec3d9b42f6fa1285f14ae0b0d
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
@@ -10,7 +10,7 @@
 license=(custom:OFL)
 provides=(emoji-font)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('c667508d93ee96d88d0f6c37e7ff46f61296166bd867d6a834d0dfa8a5f529e2')
+sha256sums=('4bf137f5d59df089681f63737398913ad83a0d6a0fdb72441ff0eb84b9a7e24c')
 
 package() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2020-07-21 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 22, 2020 @ 06:30:04
  Author: arojas
Revision: 392344

Update (unicode 13)

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 00:47:55 UTC (rev 392343)
+++ PKGBUILD2020-07-22 06:30:04 UTC (rev 392344)
@@ -1,9 +1,9 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-pkgver=20191016
-_commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
-pkgrel=6
+pkgver=20200720
+_commit=546287c772cd64dd2a7350a0727bd68c2e4cf759
+pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
@@ -10,7 +10,7 @@
 license=(custom:OFL)
 provides=(emoji-font)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5')
+sha256sums=('c667508d93ee96d88d0f6c37e7ff46f61296166bd867d6a834d0dfa8a5f529e2')
 
 package() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2020-03-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 25, 2020 @ 12:12:18
  Author: arojas
Revision: 378458

Remove config

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 12:01:30 UTC (rev 378457)
+++ PKGBUILD2020-03-25 12:12:18 UTC (rev 378458)
@@ -3,16 +3,14 @@
 pkgname=noto-fonts-emoji
 pkgver=20191016
 _commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
-pkgrel=5
+pkgrel=6
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
 license=(custom:OFL)
 provides=(emoji-font)
-source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";
-66-noto-color-emoji.conf)
-sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5'
-'3e78745e1979cbfc965f249d34c65bb0f077d044af6b231c1ae8293b697353cb')
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
+sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5')
 
 package() {
   cd noto-emoji-*
@@ -19,9 +17,4 @@
   mkdir -p "$pkgdir"/usr/share/fonts/noto
   install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-# Install fontconfig files
-  mkdir -p "$pkgdir"/etc/fonts/conf.{avail,d}
-  install -m644 "$srcdir"/66-noto-color-emoji.conf -t 
"$pkgdir"/etc/fonts/conf.avail/
-  ln -rs "$pkgdir"/etc/fonts/conf.avail/* "$pkgdir"/etc/fonts/conf.d
 }


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2019-10-19 Thread Antonio Rojas via arch-commits
Date: Saturday, October 19, 2019 @ 08:21:52
  Author: arojas
Revision: 365208

Update

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-19 08:18:07 UTC (rev 365207)
+++ PKGBUILD2019-10-19 08:21:52 UTC (rev 365208)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-pkgver=20190810
-_commit=d741d07e86a28b722d49d774c0040b71b0f97163
+pkgver=20191016
+_commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
@@ -10,11 +10,11 @@
 license=(custom:OFL)
 provides=(emoji-font)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('7b96faa488050842ef1c31264912b64fe3555bdbe03ec6c0e56ce02c8c4abba0')
+sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
+  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2019-09-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 24, 2019 @ 08:27:56
  Author: arojas
Revision: 363324

Update

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 21:08:53 UTC (rev 363323)
+++ PKGBUILD2019-09-24 08:27:56 UTC (rev 363324)
@@ -1,21 +1,20 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-pkgver=20180810
-_commit=3ffd20ec7504657aa17c84f9aa475ad09b20c362
-pkgrel=2
+pkgver=20190810
+_commit=d741d07e86a28b722d49d774c0040b71b0f97163
+pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
 license=(custom:OFL)
-depends=(fontconfig)
 provides=(emoji-font)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('96d41cee5017eee62546bc589db66d602b771b9cff32add59c2f969c2a62cac9')
+sha256sums=('7b96faa488050842ef1c31264912b64fe3555bdbe03ec6c0e56ce02c8c4abba0')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
+  install -m644 NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2018-12-08 Thread Antonio Rojas via arch-commits
Date: Saturday, December 8, 2018 @ 20:38:48
  Author: arojas
Revision: 341287

provides emoji-font

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-08 16:44:09 UTC (rev 341286)
+++ PKGBUILD2018-12-08 20:38:48 UTC (rev 341287)
@@ -3,12 +3,13 @@
 pkgname=noto-fonts-emoji
 pkgver=20180810
 _commit=3ffd20ec7504657aa17c84f9aa475ad09b20c362
-pkgrel=1
+pkgrel=2
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
 license=(custom:OFL)
 depends=(fontconfig)
+provides=(emoji-font)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
 sha256sums=('96d41cee5017eee62546bc589db66d602b771b9cff32add59c2f969c2a62cac9')
 


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 10:58:16
  Author: arojas
Revision: 331649

New snapshot (Unicode 11)

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 10:01:09 UTC (rev 331648)
+++ PKGBUILD2018-08-17 10:58:16 UTC (rev 331649)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-pkgver=20180425
-_commit=0447355ade750dd92d759b97fcbfaa546394556b
+pkgver=20180810
+_commit=3ffd20ec7504657aa17c84f9aa475ad09b20c362
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
@@ -11,7 +11,7 @@
 license=(custom:OFL)
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('3452b3e071243ea965349a00865e11c951ad6bebf1f6e66d36e800238c87c56e')
+sha256sums=('96d41cee5017eee62546bc589db66d602b771b9cff32add59c2f969c2a62cac9')
 
 package() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 25, 2018 @ 06:38:57
  Author: arojas
Revision: 322987

Actually bump version

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 06:19:39 UTC (rev 322986)
+++ PKGBUILD2018-04-25 06:38:57 UTC (rev 322987)
@@ -2,9 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2018-01-02
+pkgver=20180425
 _commit=0447355ade750dd92d759b97fcbfaa546394556b
-pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 25, 2018 @ 06:19:08
  Author: arojas
Revision: 322985

Update to pistol release

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 04:54:50 UTC (rev 322984)
+++ PKGBUILD2018-04-25 06:19:08 UTC (rev 322985)
@@ -3,9 +3,9 @@
 
 pkgname=noto-fonts-emoji
 _pkgver=2018-01-02
-_commit=bf112244987f281f0c313d46becfe823ae7b965d
+_commit=0447355ade750dd92d759b97fcbfaa546394556b
 pkgver=${_pkgver//-}
-pkgrel=2
+pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
@@ -12,7 +12,7 @@
 license=(custom:OFL)
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('1ac40c497e83c7eef1ad26e405de73f6733f7939d8a7c348d00241f3653100a0')
+sha256sums=('3452b3e071243ea965349a00865e11c951ad6bebf1f6e66d36e800238c87c56e')
 
 package() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2018-01-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 2, 2018 @ 23:01:51
  Author: arojas
Revision: 313926

Update

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-02 21:29:15 UTC (rev 313925)
+++ PKGBUILD2018-01-02 23:01:51 UTC (rev 313926)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-10-30
-_commit=ef89179e7de69445963bd93a8fcb02a15c929d61
+_pkgver=2018-01-02
+_commit=bf112244987f281f0c313d46becfe823ae7b965d
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -13,7 +13,7 @@
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";
 66-noto-color-emoji.conf 66-noto-emoji.conf)
-sha256sums=('79c586f64f412f3476904847b04b47f3a6f8e2b661d5ce24da7a654453c5c0a4'
+sha256sums=('1ac40c497e83c7eef1ad26e405de73f6733f7939d8a7c348d00241f3653100a0'
 '5df9fbf693abe3ba663362375d0e02c17345860c54809166be2c22c4e83fc567'
 'ba85f8cdeec0fb505848ec18ef94ccf31aff9ad4690f0c7bcd12098d9df187f4')
 


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-12-04 Thread Antonio Rojas via arch-commits
Date: Monday, December 4, 2017 @ 22:09:52
  Author: arojas
Revision: 311625

Update to latest revision

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 21:47:00 UTC (rev 311624)
+++ PKGBUILD2017-12-04 22:09:52 UTC (rev 311625)
@@ -2,10 +2,10 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-08-25
-_commit=8a6530b7b26e8c5ee7b177a1388d492bbcaf4319
+_pkgver=2017-10-30
+_commit=ef89179e7de69445963bd93a8fcb02a15c929d61
 pkgver=${_pkgver//-}
-pkgrel=2
+pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
@@ -13,7 +13,7 @@
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";
 66-noto-color-emoji.conf 66-noto-emoji.conf)
-sha256sums=('eef8620340f8f229772fd215282b08273685b416b910698b8979f3c21b5b653b'
+sha256sums=('79c586f64f412f3476904847b04b47f3a6f8e2b661d5ce24da7a654453c5c0a4'
 '5df9fbf693abe3ba663362375d0e02c17345860c54809166be2c22c4e83fc567'
 'ba85f8cdeec0fb505848ec18ef94ccf31aff9ad4690f0c7bcd12098d9df187f4')
 


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-08-26 Thread Antonio Rojas
Date: Saturday, August 26, 2017 @ 19:22:13
  Author: arojas
Revision: 304084

Update to new version

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 19:19:29 UTC (rev 304083)
+++ PKGBUILD2017-08-26 19:22:13 UTC (rev 304084)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-05-19
-_commit=ca22132c45adb022c1a6c6bed96df76cf0c4fb18
+_pkgver=2017-08-25
+_commit=8a6530b7b26e8c5ee7b177a1388d492bbcaf4319
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -12,7 +12,7 @@
 license=(custom:OFL)
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('d1d6af8c6606a0b790254b9dd52ae9a2cba85ef7003d7e03430b1634ac7a4877')
+sha256sums=('eef8620340f8f229772fd215282b08273685b416b910698b8979f3c21b5b653b')
 
 package() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-05-18 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 06:33:39
  Author: arojas
Revision: 296273

New snapshot

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 06:33:06 UTC (rev 296272)
+++ PKGBUILD2017-05-19 06:33:39 UTC (rev 296273)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-03-17
-_commit=0e73244b3f4b9dc5d4e68824c91e7774f2f1d35d
+_pkgver=2017-05-19
+_commit=ca22132c45adb022c1a6c6bed96df76cf0c4fb18
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -12,7 +12,7 @@
 license=(custom:OFL)
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-sha256sums=('6a58838784e643c82fab720526fc41c9b3cf0e1215b8a7fd8515aae5c362cea8')
+sha256sums=('d1d6af8c6606a0b790254b9dd52ae9a2cba85ef7003d7e03430b1634ac7a4877')
 
 package() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-03-26 Thread Antonio Rojas
Date: Sunday, March 26, 2017 @ 20:30:14
  Author: arojas
Revision: 291686

Fix license (FS#53452)

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 19:30:00 UTC (rev 291685)
+++ PKGBUILD2017-03-26 20:30:14 UTC (rev 291686)
@@ -2,20 +2,21 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2017-03-10
-_commit=733a622
+_pkgver=2017-03-17
+_commit=0e73244b3f4b9dc5d4e68824c91e7774f2f1d35d
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/";
-license=(Apache)
+license=(custom:OFL)
 depends=(fontconfig)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-md5sums=('ed36ba575fc6055ad6f2c9fb00e55946')
+sha256sums=('6a58838784e643c82fab720526fc41c9b3cf0e1215b8a7fd8515aae5c362cea8')
 
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
   install -m644 fonts/*.ttf "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 08:35:14
  Author: arojas
Revision: 290521

Package precompiled ttf

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 07:56:55 UTC (rev 290520)
+++ PKGBUILD2017-03-11 08:35:14 UTC (rev 290521)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2016-10-20
-_commit=f09b63d
+_pkgver=2017-03-10
+_commit=733a622
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -11,24 +11,11 @@
 url="https://www.google.com/get/noto/";
 license=(Apache)
 depends=(fontconfig)
-makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
-#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-md5sums=('52568bbd4752b74ba24d060f2b74e85e')
+md5sums=('ed36ba575fc6055ad6f2c9fb00e55946')
 
-prepare() {
-  cd noto-emoji-*
-  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
-  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
-}
-
-build() {
-  cd noto-emoji-*
-  make
-}
-
 package() {
   cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
+  install -m644 fonts/*.ttf "$pkgdir"/usr/share/fonts/noto
 }


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD noto-fonts-emoji.install)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:46:25
  Author: arojas
Revision: 285692

Hooks

Modified:
  noto-fonts-emoji/trunk/PKGBUILD
Deleted:
  noto-fonts-emoji/trunk/noto-fonts-emoji.install

--+
 PKGBUILD |1 -
 noto-fonts-emoji.install |   11 ---
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:45:54 UTC (rev 285691)
+++ PKGBUILD2017-01-11 17:46:25 UTC (rev 285692)
@@ -12,7 +12,6 @@
 license=(Apache)
 depends=(fontconfig)
 makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
-install=$pkgname.install
 
#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
 md5sums=('52568bbd4752b74ba24d060f2b74e85e')

Deleted: noto-fonts-emoji.install
===
--- noto-fonts-emoji.install2017-01-11 17:45:54 UTC (rev 285691)
+++ noto-fonts-emoji.install2017-01-11 17:46:25 UTC (rev 285692)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2017-01-11 Thread Antonio Rojas
Date: Wednesday, January 11, 2017 @ 17:45:54
  Author: arojas
Revision: 285691

Hooks

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 17:22:07 UTC (rev 285690)
+++ PKGBUILD2017-01-11 17:45:54 UTC (rev 285691)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2016-07-14
-_commit=2c3079c
+_pkgver=2016-10-20
+_commit=f09b63d
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -14,8 +14,8 @@
 makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
 install=$pkgname.install
 
#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
-source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
+md5sums=('52568bbd4752b74ba24d060f2b74e85e')
 
 prepare() {
   cd noto-emoji-*


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 20:12:30
  Author: arojas
Revision: 272100

New snapshot

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 19:37:18 UTC (rev 272099)
+++ PKGBUILD2016-07-21 20:12:30 UTC (rev 272100)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2015-12-24
-_commit=941712
+_pkgver=2016-07-14
+_commit=2c3079c
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -15,13 +15,12 @@
 install=$pkgname.install
 
#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
 source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
-md5sums=('ee5c7ba995682b98a9f9b55e5eb7c7d5')
+md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
 
 prepare() {
   cd noto-emoji-*
   find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
   sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
-  ln -rs add_emoji_gsub.py third_party/color_emoji/
 }
 
 build() {


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2016-01-01 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 00:50:14
  Author: arojas
Revision: 257441

New snapshot

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-01 23:17:32 UTC (rev 257440)
+++ PKGBUILD2016-01-01 23:50:14 UTC (rev 257441)
@@ -2,7 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2015-09-29
+_pkgver=2015-12-24
+_commit=941712
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -10,10 +11,11 @@
 url="https://www.google.com/get/noto/";
 license=(Apache)
 depends=(fontconfig)
-makedepends=(cairo optipng python2-fonttools nototools)
+makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
 install=$pkgname.install
-source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
-sha256sums=('22d40e3b2a9f3f4dc0f1e758c2be8513e3e1a9d8843056466d7595b5476dbb86')
+#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
+source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip";)
+md5sums=('ee5c7ba995682b98a9f9b55e5eb7c7d5')
 
 prepare() {
   cd noto-emoji-*
@@ -28,6 +30,7 @@
 }
 
 package() {
+  cd noto-emoji-*
   mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
+  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
 }


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2015-10-24 Thread Antonio Rojas
Date: Saturday, October 24, 2015 @ 20:19:56
  Author: arojas
Revision: 249750

Compile in build(), use python2 version of ttx

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-24 18:15:22 UTC (rev 249749)
+++ PKGBUILD2015-10-24 18:19:56 UTC (rev 249750)
@@ -10,7 +10,7 @@
 url="https://www.google.com/get/noto/";
 license=(Apache)
 depends=(fontconfig)
-makedepends=(cairo optipng python2-fonttools python-fonttools nototools)
+makedepends=(cairo optipng python2-fonttools nototools)
 install=$pkgname.install
 
source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz";)
 sha256sums=('22d40e3b2a9f3f4dc0f1e758c2be8513e3e1a9d8843056466d7595b5476dbb86')
@@ -18,15 +18,16 @@
 prepare() {
   cd noto-emoji-*
   find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
-  sed -e 's|python|python2|g' -i Makefile
+  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
   ln -rs add_emoji_gsub.py third_party/color_emoji/
 }
 
-package() {
+build() {
   cd noto-emoji-*
   make
+}
 
+package() {
   mkdir -p "$pkgdir"/usr/share/fonts/noto
   install -m644 NotoColorEmoji.ttf NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
 }
-