mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-22 06:17:41 -07:00
xorg: Added libfontenc
This commit is contained in:
parent
05e792f692
commit
55e00914f7
@ -1,3 +1,4 @@
|
||||
freetype make
|
||||
libfontenc make
|
||||
xorgproto make
|
||||
xtrans make
|
||||
freetype make
|
||||
|
8
xorg/libfontenc/build
Executable file
8
xorg/libfontenc/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-fontrootdir=/usr/share/fonts/X11
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/libfontenc/checksums
Normal file
1
xorg/libfontenc/checksums
Normal file
@ -0,0 +1 @@
|
||||
2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079 libfontenc-1.1.4.tar.bz2
|
2
xorg/libfontenc/depends
Normal file
2
xorg/libfontenc/depends
Normal file
@ -0,0 +1,2 @@
|
||||
zlib make
|
||||
xorgproto make
|
19
xorg/libfontenc/licenses
Normal file
19
xorg/libfontenc/licenses
Normal file
@ -0,0 +1,19 @@
|
||||
Copyright (c) 1998-2001 by Juliusz Chroboczek
|
||||
|
||||
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.
|
1
xorg/libfontenc/sources
Normal file
1
xorg/libfontenc/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/releases/individual/lib/libfontenc-1.1.4.tar.bz2
|
1
xorg/libfontenc/version
Normal file
1
xorg/libfontenc/version
Normal file
@ -0,0 +1 @@
|
||||
1.1.4 1
|
Loading…
Reference in New Issue
Block a user