mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Fix copyrights in various recipes. No functional change intended.
This commit is contained in:
@@ -3,10 +3,8 @@ DESCRIPTION="
|
||||
An outline font editor that lets you create your own OpenType, TrueType, CID-keyed, multi-master
|
||||
fonts and more... or simply edit existing ones."
|
||||
HOMEPAGE="http://fontforge.sourceforge.net"
|
||||
COPYRIGHT="
|
||||
Copyright 2000-2012, George Williams
|
||||
The FontForge Project
|
||||
"
|
||||
COPYRIGHT="2000-2012 George Williams
|
||||
The FontForge Project"
|
||||
LICENSE="BSD (3-clause)"
|
||||
SRC_URI="https://github.com/fontforge/fontforge/releases/download/$portVersion/fontforge-2014-11-26-Unix-Source.tar.gz"
|
||||
SRC_FILENAME="fontforge-$portVersion.tar.gz"
|
||||
@@ -43,7 +41,7 @@ REQUIRES="
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
|
||||
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
@@ -87,7 +85,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
prepareInstalledDevelLibs libfontforge libfontforgeexe \
|
||||
libgioftp libgunicode libgutils
|
||||
fixPkgconfig
|
||||
|
||||
@@ -3,9 +3,7 @@ DESCRIPTION="
|
||||
Graphite2 is a library providing rendering capabilities for complex non-Roman \
|
||||
writing systems."
|
||||
HOMEPAGE="http://graphite.sil.org"
|
||||
COPYRIGHT="
|
||||
Copyright 2010-2013, SIL International
|
||||
"
|
||||
COPYRIGHT="2010-2013 SIL International"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
#SRC_URI="http://sourceforge.net/projects/silgraphite/files/graphite2/graphite2-$portVersion.tar.gz"
|
||||
SRC_URI="http://dev-www.libreoffice.org/src/graphite2-$portVersion.tgz"
|
||||
@@ -49,7 +47,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
prepareInstalledDevelLibs libgraphite2
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user