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 + 4 files changed, 5 insertions(+) (limited to 'dists/debian') 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$" -- cgit v1.2.3