Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
11bf2e42
Commit
11bf2e42
authored
Nov 24, 2020
by
Mia
Committed by
GitHub
Nov 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add adobe 100dpi fonts (#4601)
parent
64cd9fa0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
79 additions
and
0 deletions
+79
-0
packages/encodings.rb
packages/encodings.rb
+19
-0
packages/font_adobe_100dpi.rb
packages/font_adobe_100dpi.rb
+20
-0
packages/font_adobe_utopia_100dpi.rb
packages/font_adobe_utopia_100dpi.rb
+20
-0
packages/font_adobe_utopia_type1.rb
packages/font_adobe_utopia_type1.rb
+20
-0
No files found.
packages/encodings.rb
0 → 100644
View file @
11bf2e42
require
'package'
class
Encodings
<
Package
description
'X11 Font Index Generator'
homepage
'https://xorg.freedesktop.org'
version
'1.0.5'
compatibility
'all'
source_url
'https://www.x.org/releases/individual/font/encodings-1.0.5.tar.bz2'
source_sha256
'bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--with-fontrootdir=
#{
CREW_PREFIX
}
/share/fonts"
system
"sed -e 's|^
\(
encodings_DATA = $(DATA_FILES)
\)
.*|
\1
|' -i Makefile"
# Found in xbps-src
system
'make'
end
def
self
.
install
system
"make install DESTDIR=
#{
CREW_DEST_DIR
}
"
end
end
packages/font_adobe_100dpi.rb
0 → 100644
View file @
11bf2e42
require
'package'
class
Font_adobe_100dpi
<
Package
description
'Standard 100dpi Adobe PCF fonts'
homepage
'https://xorg.freedesktop.org/'
version
'1.0.3'
compatibility
'all'
source_url
'https://www.x.org/releases/individual/font/font-adobe-100dpi-1.0.3.tar.bz2'
source_sha256
'b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054'
depends_on
'bdftopcf'
depends_on
'font_util'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--with-fontrootdir=
#{
CREW_PREFIX
}
/share/fonts"
system
'make'
end
def
self
.
install
system
"make install DESTDIR=
#{
CREW_DEST_DIR
}
"
end
end
packages/font_adobe_utopia_100dpi.rb
0 → 100644
View file @
11bf2e42
require
'package'
class
Font_adobe_utopia_100dpi
<
Package
description
'100dpi Adobe Utopia PCF fonts'
homepage
'https://xorg.freedesktop.org/'
version
'1.0.4'
compatibility
'all'
source_url
'https://www.x.org/releases/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2'
source_sha256
'd16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5'
depends_on
'bdftopcf'
depends_on
'font_util'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--with-fontrootdir=
#{
CREW_PREFIX
}
/share/fonts"
system
'make'
end
def
self
.
install
system
"make install DESTDIR=
#{
CREW_DEST_DIR
}
"
end
end
packages/font_adobe_utopia_type1.rb
0 → 100644
View file @
11bf2e42
require
'package'
class
Font_adobe_utopia_type1
<
Package
description
'Adobe Utopia Type1 fonts'
homepage
'https://xorg.freedesktop.org/'
version
'1.0.4'
compatibility
'all'
source_url
'https://www.x.org/releases/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2'
source_sha256
'979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077'
depends_on
'bdftopcf'
depends_on
'font_util'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--with-fontrootdir=
#{
CREW_PREFIX
}
/share/fonts"
system
'make'
end
def
self
.
install
system
"make install DESTDIR=
#{
CREW_DEST_DIR
}
"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment