mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
themes: don't install Stargate Atlantis Base font
This commit is contained in:
@@ -8,7 +8,7 @@ can be extended."
|
||||
HOMEPAGE="https://github.com/mmuman/HaikuThemes"
|
||||
COPYRIGHT="2000-2019 François Revol"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
srcGitRev="35017d4ef1099f1bc4114b47fec9cfca0dff4816"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="fda488324d67ee6a77cb5cb69a1a769184089135fa3f43f117bbc6fe0bedb1db"
|
||||
@@ -91,11 +91,11 @@ INSTALL()
|
||||
# symlink fonts
|
||||
mkdir -p "$fontsDir/ttfonts"
|
||||
|
||||
for t in "$dataDir/UIThemes/Stargate_Atlantis/Stargate Atlantis Base/SGA Fonts"/*; do
|
||||
fp="$(basename "$t")"
|
||||
ln -s "$t" "$fontsDir/ttfonts/$fp"
|
||||
paths_stargate="$paths_stargate $fontsDir/ttfonts/$fp"
|
||||
done
|
||||
# for t in "$dataDir/UIThemes/Stargate_Atlantis/Stargate Atlantis Base/SGA Fonts"/*; do
|
||||
# fp="$(basename "$t")"
|
||||
# ln -s "$t" "$fontsDir/ttfonts/$fp"
|
||||
# paths_stargate="$paths_stargate $fontsDir/ttfonts/$fp"
|
||||
# done
|
||||
|
||||
for t in ${themes_stargate}; do
|
||||
paths_stargate="$paths_stargate $dataDir/UIThemes/$t"
|
||||
|
||||
Reference in New Issue
Block a user