Skip to content

Commit

Permalink
misc-ethiopic: bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher committed Nov 6, 2018
1 parent 204fff8 commit a5ac5dc
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 0 deletions.
46 changes: 46 additions & 0 deletions components/fonts/misc-ethiopic/Makefile
@@ -0,0 +1,46 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
# COpyright 2018, Aurelien Larcher
#
BUILD_STYLE=configure

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= font-misc-ethiopic
COMPONENT_VERSION= 1.0.3
COMPONENT_SUMMARY= Ethiopic language fonts from the Ge'ez Frontiers Foundation
COMPONENT_ARCHIVE_HASH= \
sha256:53cb1fd83afdbe7939c0eac34003676ee0e6023216892d98054db90b703c98a5
COMPONENT_LICENSE= MIT

FONT_TYPE = X11MISC

include $(WS_MAKE_RULES)/font.mk

COMPONENT_FONT_NAME = ethiopic
COMPONENT_FONT_PKG = misc-ethiopic

# Install to separate directory for easier packaging
CONFIGURE_OPTIONS += --with-ttf-fontdir=$(USRSHARETTFONTSDIR)/$(COMPONENT_FONT_NAME)
CONFIGURE_OPTIONS += --with-otf-fontdir=$(USRSHAREOTFONTSDIR)/$(COMPONENT_FONT_NAME)
30 changes: 30 additions & 0 deletions components/fonts/misc-ethiopic/font-misc-ethiopic.license
@@ -0,0 +1,30 @@
These fonts contain this copyright & license information:

Copyright:
This is the Ge'ez Frontiers Foundation's Zemen class font based on the
Goha-Tibeb HP LasterJet fonts and released under the MIT Licence.
True Type Artist:- Biruk Asrat.

Manufacturer: Ge'ez Frontier Foundation http://www.geez.org/
License: The MIT License
License URL: http://www.opensource.org/licenses/mit-license.php

The MIT License at that URL currently states:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS 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. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
33 changes: 33 additions & 0 deletions components/fonts/misc-ethiopic/font-misc-ethiopic.p5m
@@ -0,0 +1,33 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2018 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)

license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'

link path=etc/X11/fontpath.d/ethiopic:pri=60 \
target=../../../usr/share/fonts/TrueType/ethiopic

file path=usr/share/fonts/OpenType/ethiopic/GohaTibebZemen.otf
file path=usr/share/fonts/OpenType/ethiopic/fonts.dir
file path=usr/share/fonts/OpenType/ethiopic/fonts.scale
file path=usr/share/fonts/TrueType/ethiopic/GohaTibebZemen.ttf
file path=usr/share/fonts/TrueType/ethiopic/fonts.dir
file path=usr/share/fonts/TrueType/ethiopic/fonts.scale
30 changes: 30 additions & 0 deletions components/fonts/misc-ethiopic/manifests/sample-manifest.p5m
@@ -0,0 +1,30 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2018 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)

license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'

file path=usr/share/fonts/OpenType/ethiopic/GohaTibebZemen.otf
file path=usr/share/fonts/OpenType/ethiopic/fonts.dir
file path=usr/share/fonts/OpenType/ethiopic/fonts.scale
file path=usr/share/fonts/TrueType/ethiopic/GohaTibebZemen.ttf
file path=usr/share/fonts/TrueType/ethiopic/fonts.dir
file path=usr/share/fonts/TrueType/ethiopic/fonts.scale

0 comments on commit a5ac5dc

Please sign in to comment.