initial import
This commit is contained in:
234
xenocara-fonts-misc-meta/PKGBUILD
Normal file
234
xenocara-fonts-misc-meta/PKGBUILD
Normal file
@@ -0,0 +1,234 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=('xenocara-fonts-misc-meta' 'xenocara-font-arabic-misc' 'xenocara-font-dec-misc' 'xenocara-font-isas-misc'
|
||||
'xenocara-font-micro-misc' 'xenocara-font-misc-ethiopic' 'xenocara-font-misc-misc' 'xenocara-font-mutt-misc'
|
||||
'xenocara-font-schumacher-misc')
|
||||
pkgver=20201227
|
||||
_openbsdver=6.9
|
||||
_fontarabicver=1.0.3
|
||||
_fontdecver=1.0.3
|
||||
_fontisasver=1.0.3
|
||||
_fontmicrover=1.0.3
|
||||
_fontethiopicver=1.0.3
|
||||
_fontmiscver=1.1.2
|
||||
_fontmuttver=1.0.3
|
||||
_fontschumacherver=1.1.2
|
||||
pkgrel=4
|
||||
arch=('any')
|
||||
url='https://www.xenocara.org'
|
||||
makedepends=('fontconfig' 'xenocara-bdftopcf' 'xenocara-font-alias' 'xenocara-font-encodings' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'xenocara-util-macros')
|
||||
source=("legalcode.txt"
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/arabic-misc-${_fontarabicver}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/dec-misc-${_fontdecver}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/isas-misc-${_fontisasver}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/micro-misc-${_fontmicrover}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/misc-ethiopic-${_fontethiopicver}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/misc-misc-${_fontmiscver}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/mutt-misc-${_fontmuttver}.tar.lz"{,.sig}
|
||||
"https://repo.hyperbola.info:50000/sources/xenocara-libre/${_openbsdver}/font/schumacher-misc-${_fontschumacherver}.tar.lz"{,.sig})
|
||||
sha512sums=('1eb4436f8d58766cbe99db97e5e8c0db8a706376afd291c337de1ba7a6b066d3791dc85ad034bdd54ea336bed6e6e8e7a037d8b04b2773c9c7517b9d9921d1fa'
|
||||
'936ca8a2026df6586d5e2ccc48aa6980a36969b7e371e5405c76078fb2447eeebfe5b0842e57d65615d83f352ca7d0471ec55caae3fa41b3cfc2ee4e9ebbb6b2'
|
||||
'SKIP'
|
||||
'b672080145bcc4b29e06260678e3437e32aa7f7e07c9830b497f81fe6201bcd40c7268e8357536885ea5f104354cd51f1248e3683edb0476817decbff590f3e8'
|
||||
'SKIP'
|
||||
'f35baf9a48b475f70ef2b820771af5779fbd8f48feddd773874b3342457e2bcd40e8d117446d2bde4ee6aaf5adfe535fb84781841a6b54d6eda4a82b66548a56'
|
||||
'SKIP'
|
||||
'37405396ea7700139f1ea7a77442b17fb694870faf2ef46d5a6f4eaf26f5ffb0469ccb974952bfd089841bbdf47bfada7522bdf5b48e4a2d5b77c02a274cc4bb'
|
||||
'SKIP'
|
||||
'0e0fc5615ca52ac1456ef0e26f60648fc489c8eebf352e88c2bcc681d654c0696dc9a4d0ed23e63008165bb7a523d1f1caf95f1c70b8fa2e4bf4ab0f487befa9'
|
||||
'SKIP'
|
||||
'9485bc7b94621178c6df9fd1d7b2ee810612334c9034aff3d2dda9959dd1ac641f2f46fd12f003539b248784bbdc99a3cff7452fba2b64dd7da341a4f24c776e'
|
||||
'SKIP'
|
||||
'62c2d3f9efce7ad0ca9547018a19d3ac65e73132ee499fc526d39615a8f3def762f70ea1c44311f974cee947ab24e24111d7d1b4e431a8a73e81a8ba67c0bafa'
|
||||
'SKIP'
|
||||
'e3641a0f67a0485fa21b37a9039cc0d85ef5587e7a156be0d2cabedac804a5671ed3b80bfc70cf7026ea438fe5127799862dfdf99606520694cec7db86ab9c4c'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/arabic-misc"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/dec-misc"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/isas-misc"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/micro-misc"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/misc-ethiopic"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/misc-misc"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/mutt-misc"
|
||||
autoreconf -vfi
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/schumacher-misc"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/arabic-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/dec-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/isas-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/micro-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/misc-ethiopic"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/misc-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/mutt-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/schumacher-misc"
|
||||
./configure --prefix=/usr \
|
||||
--with-fontdir=/usr/share/fonts/misc
|
||||
make
|
||||
}
|
||||
|
||||
package_xenocara-fonts-misc-meta() {
|
||||
pkgdesc="Meta package depending on Xenocara misc fonts"
|
||||
license=('CC0-1.0')
|
||||
depends=('xenocara-font-arabic-misc' 'xenocara-font-dec-misc' 'xenocara-font-isas-misc' 'xenocara-font-micro-misc'
|
||||
'xenocara-font-misc-ethiopic' 'xenocara-font-misc-misc' 'xenocara-font-mutt-misc' 'xenocara-font-schumacher-misc')
|
||||
install -Dm644 "$srcdir/legalcode.txt" -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
|
||||
package_xenocara-font-arabic-misc() {
|
||||
pkgdesc="Xenocara arabic-misc font"
|
||||
license=('Expat')
|
||||
pkgver=$_fontarabicver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/arabic-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-dec-misc() {
|
||||
pkgdesc="Xenocara dec-misc font"
|
||||
license=('Expat')
|
||||
pkgver=$_fontdecver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/dec-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-isas-misc() {
|
||||
pkgdesc="Xenocara isas-misc font"
|
||||
license=('Expat')
|
||||
pkgver=$_fontisasver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/isas-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-micro-misc() {
|
||||
pkgdesc="Xenocara micro-misc font"
|
||||
license=('Public-Domain')
|
||||
pkgver=$_fontmicrover
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/micro-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-misc-ethiopic() {
|
||||
pkgdesc="Xenocara misc-ethiopic font"
|
||||
license=('Expat')
|
||||
pkgver=$_fontethiopicver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/misc-ethiopic"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-misc-misc() {
|
||||
pkgdesc="Xenocara misc-misc font"
|
||||
license=('Public-Domain')
|
||||
pkgver=$_fontmiscver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/misc-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-mutt-misc() {
|
||||
pkgdesc="Xenocara mutt-misc font"
|
||||
license=('Expat')
|
||||
pkgver=$_fontmuttver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/mutt-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
|
||||
package_xenocara-font-schumacher-misc() {
|
||||
pkgdesc="Xenocara schumacher-misc font"
|
||||
license=('Expat')
|
||||
pkgver=$_fontschumacherver
|
||||
depends=('xenocara-font-encodings' 'xenocara-font-alias' 'xenocara-bdftopcf' 'xenocara-font-util'
|
||||
'xenocara-mkfontscale' 'fontconfig')
|
||||
|
||||
cd "$srcdir/xenocara-$_openbsdver/font/schumacher-misc"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
rm -f $pkgdir/usr/share/fonts/*/fonts.*
|
||||
}
|
||||
121
xenocara-fonts-misc-meta/legalcode.txt
Normal file
121
xenocara-fonts-misc-meta/legalcode.txt
Normal file
@@ -0,0 +1,121 @@
|
||||
Creative Commons Legal Code
|
||||
|
||||
CC0 1.0 Universal
|
||||
|
||||
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
||||
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
||||
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
||||
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
||||
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
||||
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
||||
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
||||
HEREUNDER.
|
||||
|
||||
Statement of Purpose
|
||||
|
||||
The laws of most jurisdictions throughout the world automatically confer
|
||||
exclusive Copyright and Related Rights (defined below) upon the creator
|
||||
and subsequent owner(s) (each and all, an "owner") of an original work of
|
||||
authorship and/or a database (each, a "Work").
|
||||
|
||||
Certain owners wish to permanently relinquish those rights to a Work for
|
||||
the purpose of contributing to a commons of creative, cultural and
|
||||
scientific works ("Commons") that the public can reliably and without fear
|
||||
of later claims of infringement build upon, modify, incorporate in other
|
||||
works, reuse and redistribute as freely as possible in any form whatsoever
|
||||
and for any purposes, including without limitation commercial purposes.
|
||||
These owners may contribute to the Commons to promote the ideal of a free
|
||||
culture and the further production of creative, cultural and scientific
|
||||
works, or to gain reputation or greater distribution for their Work in
|
||||
part through the use and efforts of others.
|
||||
|
||||
For these and/or other purposes and motivations, and without any
|
||||
expectation of additional consideration or compensation, the person
|
||||
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
||||
is an owner of Copyright and Related Rights in the Work, voluntarily
|
||||
elects to apply CC0 to the Work and publicly distribute the Work under its
|
||||
terms, with knowledge of his or her Copyright and Related Rights in the
|
||||
Work and the meaning and intended legal effect of CC0 on those rights.
|
||||
|
||||
1. Copyright and Related Rights. A Work made available under CC0 may be
|
||||
protected by copyright and related or neighboring rights ("Copyright and
|
||||
Related Rights"). Copyright and Related Rights include, but are not
|
||||
limited to, the following:
|
||||
|
||||
i. the right to reproduce, adapt, distribute, perform, display,
|
||||
communicate, and translate a Work;
|
||||
ii. moral rights retained by the original author(s) and/or performer(s);
|
||||
iii. publicity and privacy rights pertaining to a person's image or
|
||||
likeness depicted in a Work;
|
||||
iv. rights protecting against unfair competition in regards to a Work,
|
||||
subject to the limitations in paragraph 4(a), below;
|
||||
v. rights protecting the extraction, dissemination, use and reuse of data
|
||||
in a Work;
|
||||
vi. database rights (such as those arising under Directive 96/9/EC of the
|
||||
European Parliament and of the Council of 11 March 1996 on the legal
|
||||
protection of databases, and under any national implementation
|
||||
thereof, including any amended or successor version of such
|
||||
directive); and
|
||||
vii. other similar, equivalent or corresponding rights throughout the
|
||||
world based on applicable law or treaty, and any national
|
||||
implementations thereof.
|
||||
|
||||
2. Waiver. To the greatest extent permitted by, but not in contravention
|
||||
of, applicable law, Affirmer hereby overtly, fully, permanently,
|
||||
irrevocably and unconditionally waives, abandons, and surrenders all of
|
||||
Affirmer's Copyright and Related Rights and associated claims and causes
|
||||
of action, whether now known or unknown (including existing as well as
|
||||
future claims and causes of action), in the Work (i) in all territories
|
||||
worldwide, (ii) for the maximum duration provided by applicable law or
|
||||
treaty (including future time extensions), (iii) in any current or future
|
||||
medium and for any number of copies, and (iv) for any purpose whatsoever,
|
||||
including without limitation commercial, advertising or promotional
|
||||
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
||||
member of the public at large and to the detriment of Affirmer's heirs and
|
||||
successors, fully intending that such Waiver shall not be subject to
|
||||
revocation, rescission, cancellation, termination, or any other legal or
|
||||
equitable action to disrupt the quiet enjoyment of the Work by the public
|
||||
as contemplated by Affirmer's express Statement of Purpose.
|
||||
|
||||
3. Public License Fallback. Should any part of the Waiver for any reason
|
||||
be judged legally invalid or ineffective under applicable law, then the
|
||||
Waiver shall be preserved to the maximum extent permitted taking into
|
||||
account Affirmer's express Statement of Purpose. In addition, to the
|
||||
extent the Waiver is so judged Affirmer hereby grants to each affected
|
||||
person a royalty-free, non transferable, non sublicensable, non exclusive,
|
||||
irrevocable and unconditional license to exercise Affirmer's Copyright and
|
||||
Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
||||
maximum duration provided by applicable law or treaty (including future
|
||||
time extensions), (iii) in any current or future medium and for any number
|
||||
of copies, and (iv) for any purpose whatsoever, including without
|
||||
limitation commercial, advertising or promotional purposes (the
|
||||
"License"). The License shall be deemed effective as of the date CC0 was
|
||||
applied by Affirmer to the Work. Should any part of the License for any
|
||||
reason be judged legally invalid or ineffective under applicable law, such
|
||||
partial invalidity or ineffectiveness shall not invalidate the remainder
|
||||
of the License, and in such case Affirmer hereby affirms that he or she
|
||||
will not (i) exercise any of his or her remaining Copyright and Related
|
||||
Rights in the Work or (ii) assert any associated claims and causes of
|
||||
action with respect to the Work, in either case contrary to Affirmer's
|
||||
express Statement of Purpose.
|
||||
|
||||
4. Limitations and Disclaimers.
|
||||
|
||||
a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
||||
surrendered, licensed or otherwise affected by this document.
|
||||
b. Affirmer offers the Work as-is and makes no representations or
|
||||
warranties of any kind concerning the Work, express, implied,
|
||||
statutory or otherwise, including without limitation warranties of
|
||||
title, merchantability, fitness for a particular purpose, non
|
||||
infringement, or the absence of latent or other defects, accuracy, or
|
||||
the present or absence of errors, whether or not discoverable, all to
|
||||
the greatest extent permissible under applicable law.
|
||||
c. Affirmer disclaims responsibility for clearing rights of other persons
|
||||
that may apply to the Work or any use thereof, including without
|
||||
limitation any person's Copyright and Related Rights in the Work.
|
||||
Further, Affirmer disclaims responsibility for obtaining any necessary
|
||||
consents, permissions or other rights required for any use of the
|
||||
Work.
|
||||
d. Affirmer understands and acknowledges that Creative Commons is not a
|
||||
party to this document and has no duty or obligation with respect to
|
||||
this CC0 or use of the Work.
|
||||
Reference in New Issue
Block a user