From 69cecebdbc3c453b17cf820bca87497fb5715128 Mon Sep 17 00:00:00 2001 From: Matan Bareket Date: Fri, 29 Mar 2019 01:03:03 -0400 Subject: BUILD: Update default theme to use remastered --- dists/debian/clean | 1 + dists/debian/copyright | 1 + dists/debian/rules | 2 ++ dists/debian/source/options | 1 + dists/irix/scummvm.idb | 1 + dists/scummvm.rc | 1 + dists/win32/migration.txt | 1 + 7 files changed, 8 insertions(+) (limited to 'dists') diff --git a/dists/debian/clean b/dists/debian/clean index add6683a6d..40abf6dc83 100644 --- a/dists/debian/clean +++ b/dists/debian/clean @@ -1,3 +1,4 @@ gui/themes/scummclassic.zip gui/themes/scummmodern.zip +gui/themes/scummremastered.zip config.mk diff --git a/dists/debian/copyright b/dists/debian/copyright index aa5aacb08f..a53702ff0d 100644 --- a/dists/debian/copyright +++ b/dists/debian/copyright @@ -187,6 +187,7 @@ License: GPL-2+ and Expat Files: gui/themes/fonts/Free*.ttf gui/themes/scummmodern/Free*.ttf + gui/themes/scummremastered/Free*.ttf Copyright: 2002-2009 Free Software Foundation. License: GPL-3+ This program is free software; you can redistribute it and/or modify diff --git a/dists/debian/rules b/dists/debian/rules index 4b91a47e3e..19a5bc15d5 100755 --- a/dists/debian/rules +++ b/dists/debian/rules @@ -44,6 +44,8 @@ override_dh_auto_build: for F in $(FPATH)/Free*.ttf; do cp -v /usr/share/fonts/truetype/freefont/$$(basename $${F}) $(FPATH)/ ;done ## re-compressing "modern" theme... cd $(FPATH) && zip -9 -X ../scummmodern.zip -r . + ## re-compressing "remastered" theme... + cd gui/themes/scummremastered && zip -9 -X ../scummremastered.zip -r . ## re-compressing "classic" theme... cd gui/themes/scummclassic && zip -9 -X ../scummclassic.zip -r . ## build executable(s)... diff --git a/dists/debian/source/options b/dists/debian/source/options index 628961cb39..cac7f54039 100644 --- a/dists/debian/source/options +++ b/dists/debian/source/options @@ -2,3 +2,4 @@ compression = "xz" # ignore changes on replaced (unbundled) fonts extend-diff-ignore = "(^|/)gui/themes/scummmodern/[^/]+\.ttf$" +extend-diff-ignore = "(^|/)gui/themes/scummremastered/[^/]+\.ttf$" diff --git a/dists/irix/scummvm.idb b/dists/irix/scummvm.idb index 691792b97d..ea54d9f0f6 100644 --- a/dists/irix/scummvm.idb +++ b/dists/irix/scummvm.idb @@ -12,6 +12,7 @@ f 0644 root sys usr/ScummVM/share/scummvm/lure.dat lure.dat scummvm.sw.eoe f 0644 root sys usr/ScummVM/share/scummvm/pred.dic pred.dic scummvm.sw.eoe f 0644 root sys usr/ScummVM/share/scummvm/queen.tbl queen.tbl scummvm.sw.eoe f 0644 root sys usr/ScummVM/share/scummvm/scummmodern.zip scummmodern.zip scummvm.sw.eoe +f 0644 root sys usr/ScummVM/share/scummvm/scummremastered.zip scummremastered.zip scummvm.sw.eoe f 0644 root sys usr/ScummVM/share/scummvm/sky.cpt sky.cpt scummvm.sw.eoe f 0644 root sys usr/ScummVM/share/scummvm/supernova.dat scummvm.sw.eoe f 0644 root sys usr/ScummVM/share/scummvm/teenagent.dat teenagent.dat scummvm.sw.eoe diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 64151c49b9..17b1caf54d 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -19,6 +19,7 @@ ID_GDF_XML DATA "dists/win32/scummvm.gdf.xml" scummclassic.zip FILE "gui/themes/scummclassic.zip" scummmodern.zip FILE "gui/themes/scummmodern.zip" +scummremastered.zip FILE "gui/themes/scummremastered.zip" #ifdef USE_TRANSLATION translations.dat FILE "gui/themes/translations.dat" #endif diff --git a/dists/win32/migration.txt b/dists/win32/migration.txt index 6e4c2d0971..005c6b1f06 100644 --- a/dists/win32/migration.txt +++ b/dists/win32/migration.txt @@ -19,6 +19,7 @@ README-SDL.txt README.txt scummclassic.zip scummmodern.zip +scummremastered.zip scummvm.exe SDL2.dll sky.cpt -- cgit v1.2.3