Compare commits
2 Commits
6a1b851130
...
8ff33e6b63
Author | SHA1 | Date | |
---|---|---|---|
8ff33e6b63 | |||
ce4a13ed38 |
@ -23,12 +23,13 @@ cp -pR "$msys2_root"/lib/gdk-pixbuf-2.0/ lib
|
|||||||
cp -pR "$msys2_root"/lib/perl5/ lib
|
cp -pR "$msys2_root"/lib/perl5/ lib
|
||||||
mkdir -p share/glib-2.0/schemas
|
mkdir -p share/glib-2.0/schemas
|
||||||
cp -pR "$msys2_root"/share/glib-2.0/schemas/*.Settings.* share/glib-2.0/schemas
|
cp -pR "$msys2_root"/share/glib-2.0/schemas/*.Settings.* share/glib-2.0/schemas
|
||||||
mkdir -p share
|
|
||||||
cp -pR "$msys2_root"/share/mime/ share
|
|
||||||
mkdir -p share/icons
|
mkdir -p share/icons
|
||||||
cp -pR "$msys2_root"/share/icons/Adwaita/ share/icons
|
cp -pR "$msys2_root"/share/icons/Adwaita/ share/icons
|
||||||
mkdir -p share/icons/hicolor
|
mkdir -p share/icons/hicolor
|
||||||
cp -p "$msys2_root"/share/icons/hicolor/index.theme share/icons/hicolor
|
cp -p "$msys2_root"/share/icons/hicolor/index.theme share/icons/hicolor
|
||||||
|
mkdir -p share/mime
|
||||||
|
# GIO doesn't use the database on Windows, this subset is for us.
|
||||||
|
find "$msys2_root"/share/mime/ -maxdepth 1 -type f -exec cp -p {} share/mime \;
|
||||||
|
|
||||||
# Remove unreferenced libraries.
|
# Remove unreferenced libraries.
|
||||||
find lib -name '*.a' -exec rm -- {} +
|
find lib -name '*.a' -exec rm -- {} +
|
||||||
|
@ -11,7 +11,7 @@ rm -rf "$destdir"
|
|||||||
meson install --destdir "$destdir"
|
meson install --destdir "$destdir"
|
||||||
|
|
||||||
txt2rtf() {
|
txt2rtf() {
|
||||||
LC_CTYPE=C.UTF-8 iconv -f utf-8 -t ascii//translit "$@" | awk 'BEGIN {
|
LC_ALL=C.UTF-8 iconv -f utf-8 -t ascii//translit "$@" | awk 'BEGIN {
|
||||||
print "{\\rtf1\\ansi\\ansicpg1252\\deff0{\\fonttbl{\\f0 Tahoma;}}"
|
print "{\\rtf1\\ansi\\ansicpg1252\\deff0{\\fonttbl{\\f0 Tahoma;}}"
|
||||||
print "\\f0\\fs24{\\pard\\sa240"
|
print "\\f0\\fs24{\\pard\\sa240"
|
||||||
} {
|
} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user