[arch-commits] Commit in unicode-emoji/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 11:51:09 UTC 2020


    Date: Friday, February 21, 2020 @ 11:51:08
  Author: felixonmars
Revision: 577500

archrelease: copy trunk to community-testing-any

Added:
  unicode-emoji/repos/community-testing-any/
  unicode-emoji/repos/community-testing-any/LICENSE
    (from rev 577499, unicode-emoji/trunk/LICENSE)
  unicode-emoji/repos/community-testing-any/PKGBUILD
    (from rev 577499, unicode-emoji/trunk/PKGBUILD)

----------+
 LICENSE  |   33 +++++++++++++++++++++++++++++++++
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

Copied: unicode-emoji/repos/community-testing-any/LICENSE (from rev 577499, unicode-emoji/trunk/LICENSE)
===================================================================
--- community-testing-any/LICENSE	                        (rev 0)
+++ community-testing-any/LICENSE	2020-02-21 11:51:08 UTC (rev 577500)
@@ -0,0 +1,33 @@
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.

Copied: unicode-emoji/repos/community-testing-any/PKGBUILD (from rev 577499, unicode-emoji/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2020-02-21 11:51:08 UTC (rev 577500)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=unicode-emoji
+pkgver=13.0
+_ucdver=13.0.0
+pkgrel=1
+pkgdesc="Unicode Emoji Data Files"
+arch=(any)
+license=(BSD)
+url="https://www.unicode.org/emoji/"
+source=("emoji-data-$pkgver.txt::http://www.unicode.org/Public/$_ucdver/ucd/emoji/emoji-data.txt"
+        "emoji-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-sequences.txt"
+        "emoji-test-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-test.txt"
+        "emoji-variation-sequences-$pkgver.txt::http://www.unicode.org/Public/$_ucdver/ucd/emoji/emoji-variation-sequences.txt"
+        "emoji-zwj-sequences-$pkgver.txt::http://www.unicode.org/Public/emoji/$pkgver/emoji-zwj-sequences.txt"
+        LICENSE)
+sha512sums=('7b6f838a5b863b070cdf4289a8b7a2e6f07e5af8c6614aa58b4179658f7d73161615c3c4757464585d1e9d73d307e0a60fd6621900aa9e88365d8c03729780d0'
+            '65f4fdaf6f2038d34f645220a0306036244dba69aeba0a44939584c18ad8e0488cb612f07e17cdb1ffea3d8d2fe3e54ed2e134855c3dc615730fd14cd297a9a3'
+            '6da82936f1eb92e5d31a4e815204e17119011408d746c60c3ecd700c8039389d7c790c8ea6b8ec2828aadd863b923f0d3861a42a1f6b5ecdbbb19d2f5f81ea56'
+            '7edaf7c4df3eb34aa208ae5688a59220d125d3eb262b750493e758584d92ab3dfb3eee23a9e31c50902f4513a5a91e6cee5708bc16d052a568bd7b355573895c'
+            'a0b04ca2732acd33c7ea9a2929ef5d60080dfeb4b1b452e853486e57663518773af4e863b239dd2bd6f5e78ce2a7e828898757ca4adc82134da370111c3e0272'
+            '9ba78d68ed39745e55538180f132ff47423edb46adde7ac3e62a489870d153808bcf2db57b77e6a7cdae9b4fa03aba99cf228315b9a15be090bedef00b9e69ed')
+
+package() {
+  for _f in data sequences test variation-sequences zwj-sequences; do
+    install -Dm644 emoji-$_f-$pkgver.txt "$pkgdir/usr/share/unicode/emoji/emoji-$_f.txt"
+  done
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list