diff options
Diffstat (limited to 'abs/core/linhes-theme')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 23 | ||||
-rw-r--r-- | abs/core/linhes-theme/base.xml.patch | 119 | ||||
-rw-r--r-- | abs/core/linhes-theme/osd.xml.patch | 25 | ||||
-rw-r--r-- | abs/core/linhes-theme/preview.png | bin | 0 -> 339979 bytes | |||
-rw-r--r-- | abs/core/linhes-theme/progdetails_page1.html | 61 | ||||
-rw-r--r-- | abs/core/linhes-theme/recordings-ui.xml.patch | 228 | ||||
-rw-r--r-- | abs/core/linhes-theme/video-ui.xml.patch | 29 |
7 files changed, 312 insertions, 173 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 18ed3cb..1b035d4 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,19 +1,18 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=7 +pkgrel=8 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') url="http://linhes.org/" patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' - 'menu-ui.xml.patch' 'schedule-ui.xml.patch' 'video-ui.xml.patch') + 'menu-ui.xml.patch' 'recordings-ui.xml.patch' 'schedule-ui.xml.patch') #The LinHES theme is based on TintedGlass by Harley Peters source=("git://github.com/MythTV-Themes/TintedGlass.git#branch=fixes/0.27" `echo ${patches[@]:0}` 'themeinfo.xml' 'install-ui.xml' - 'background.png' 'qt-background.png' 'tux_thoughts.png' - 'progdetails_page1.html') + 'background.png' 'preview.png' 'qt-background.png' 'tux_thoughts.png') package() { THEMEROOT=usr/share/mythtv/themes @@ -37,15 +36,11 @@ package() { rsync -pL $srcdir/*.xml $pkgdir/$THEMEROOT/LinHES/ rm -r $pkgdir/$THEMEROOT/LinHES/images/backgrounds/* rsync -pL $srcdir/*background.png $pkgdir/$THEMEROOT/LinHES/images/backgrounds/ + rsync -pL $srcdir/preview.png $pkgdir/$THEMEROOT/LinHES/ #tux_thoughts.png is the thought bubble for the menu descriptions rsync -pL $srcdir/tux_thoughts.png $pkgdir/$THEMEROOT/LinHES/images/ - #copy in progdetails - mkdir -p $pkgdir/$THEMEROOT/LinHES/htmls - rsync -pL $srcdir/progdetails_page1.html $pkgdir/$THEMEROOT/LinHES/htmls/ - rsync -pL $srcdir/progdetails_page1.html $pkgdir/$THEMEROOT/LinHES/htmls/progdetails_page2.html - msg "Modifying yellows and blue to LinHES yellow and blue" #yellow grep -lr '#d9d900' $pkgdir/$THEMEROOT/LinHES/ | xargs sed -i "s/\#d9d900/\#ebb81c/g" @@ -56,14 +51,14 @@ package() { } md5sums=('SKIP' '9c2fc68864cbedb6e449056972b457aa' - '15b4462932b7be0e56b2e69e0214823a' - '18dc450e33aaa9a21f4c293cf883b16b' + 'e061490fc869e0e14d4e144c17c3ec56' + 'ed60c5b0b30b1ad1d051a070bfd2f8dd' '83b03852c6f46bc791bfa6e8c894ca01' + '603420c2771a6ed88e23d961ef40f1cc' 'aff82cf901edc4baa058013d93610cfc' - 'ea05a00840b22004f6240913fdc7038d' '7d7bc458a8f4af408700609f3e1f412e' '909d7a8114436dcfc28a01d0d97ec11f' 'cbe5f663ebb5d51abe811f81dafec303' + 'fac3ab2c1aeb3ddb691f2cab8b2aa82e' '12d26a786fde397348653128a6d7676a' - '2bd09b8049aaf5ba21db5baf3a0ce077' - '93db934881cb438fc76ae544d4eee432') + '2bd09b8049aaf5ba21db5baf3a0ce077') diff --git a/abs/core/linhes-theme/base.xml.patch b/abs/core/linhes-theme/base.xml.patch index 43205a8..5ecde61 100644 --- a/abs/core/linhes-theme/base.xml.patch +++ b/abs/core/linhes-theme/base.xml.patch @@ -1,5 +1,5 @@ --- base.xml.orig 2013-11-22 18:52:58.956295819 +0000 -+++ base.xml 2013-11-26 21:11:40.854761920 +0000 ++++ base.xml 2013-11-30 22:28:57.188884895 +0000 @@ -424,26 +424,26 @@ <!-- Base definition of a base popup backdrop --> @@ -65,7 +65,14 @@ <font>baseextrasmall</font> <template>%DATE%, %TIME%</template> <align>allcenter</align> -@@ -539,8 +539,8 @@ +@@ -533,19 +533,19 @@ + + <!-- Base definition of a active button background --> + <shape name="base_button_background_active" from="base_button_background_selected"> +- <fill color="#333333" alpha="175" /> ++ <fill color="#000000" alpha="175" /> + <line color="#454545" alpha="180" width="2" /> + </shape> <!-- Base definition of a active button list background --> <shape name="base_button_list_background_active" from="base_button_background_selected"> @@ -76,6 +83,21 @@ </shape> <!-- Base definition of a disabled button background --> + <shape name="base_button_background_disabled" from="base_button_background_selected"> +- <fill color="#333333" alpha="175" /> ++ <fill color="#000000" alpha="175" /> + <line color="#454545" alpha="180" width="2" /> + </shape> + +@@ -563,7 +563,7 @@ + + <!-- Base definition of a inactve button background list style --> + <shape name="base_button_background_inactive_list_style" from="base_button_background_selected"> +- <fill color="#333333" alpha="175" /> ++ <fill color="#000000" alpha="175" /> + <line color="#454545" alpha="180" width="2" /> + </shape> + @@ -579,7 +579,7 @@ <area>0,0,100%,100%</area> </shape> @@ -85,6 +107,33 @@ <cutdown>yes</cutdown> <align>allcenter</align> </textarea> +@@ -997,7 +997,7 @@ + <shape name="buttonbackground"> + <area>0,0,100%,100%</area> + <type>roundbox</type> +- <fill color="#333333" alpha="175" /> ++ <fill color="#000000" alpha="175" /> + <line color="#454545" alpha="180" width="2" /> + <cornerradius>90</cornerradius> + </shape> +@@ -1064,7 +1064,7 @@ + <shape name="buttonbackground"> + <area>0,0,100%,100%</area> + <type>roundbox</type> +- <fill color="#333333" alpha="175" /> ++ <fill color="#000000" alpha="175" /> + <line color="#454545" alpha="180" width="2" /> + <cornerradius>90</cornerradius> + </shape> +@@ -1117,7 +1117,7 @@ + <shape name="background"> + <area>0,0,100%,100%</area> + <type>roundbox</type> +- <fill color="#333333" alpha="175" /> ++ <fill color="#000000" alpha="175" /> + <line color="#454545" alpha="180" width="2" /> + <cornerradius>90</cornerradius> + </shape> @@ -1235,15 +1235,13 @@ <group name="clock-backdrop-group" from="base_clock_backdrop_group" /> @@ -143,9 +192,8 @@ <textarea name="messagearea" from="basetextarea"> - <area>16,8,368,162</area> -- <font>basesmalldarkyellow</font> + <area>10,8,582,196</area> -+ <font>basesmall</font> + <font>basesmalldarkyellow</font> <multiline>yes</multiline> <align>allcenter</align> </textarea> @@ -201,66 +249,3 @@ </statetype> </buttonlist> </window> -@@ -1384,7 +1382,7 @@ - <textarea name="messagearea" from="basetextarea"> - <area>15,10,785,282</area> - <multiline>yes</multiline> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <align>allcenter</align> - </textarea> - -@@ -1458,7 +1456,7 @@ - - <textarea name="message" from="basetextarea"> - <area>6,86,590,51</area> -- <font>basesmalleryellow</font> -+ <font>basesmaller</font> - <multiline>true</multiline> - <align>allcenter</align> - </textarea> -@@ -1507,7 +1505,7 @@ - - <textarea name="message" from="basetextarea"> - <area>14,14,552,66</area> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <align>allcenter</align> - </textarea> - -@@ -1569,7 +1567,7 @@ - - <textarea name="message" from="basetextarea"> - <area>8,8,571,127</area> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <align>allcenter</align> - <multiline>yes</multiline> - <cutdown>no</cutdown> -@@ -1713,7 +1711,7 @@ - - <textarea name="message" from="basetextarea"> - <area>10,14,567,36</area> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <align>allcenter</align> - </textarea> - -@@ -1770,7 +1768,7 @@ - - <textarea name="message" from="basetextarea"> - <area>0,7,580,50</area> -- <font>basemediumdarkyellow</font> -+ <font>basemedium</font> - <align>allcenter</align> - <value>Select Time & Date</value> - <multiline>true</multiline> -@@ -1863,7 +1861,7 @@ - - <textarea name="title" from="basetextarea"> - <area>18,4,484,66</area> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <multiline>yes</multiline> - <align>allcenter</align> - </textarea> diff --git a/abs/core/linhes-theme/osd.xml.patch b/abs/core/linhes-theme/osd.xml.patch index 587f985..916e629 100644 --- a/abs/core/linhes-theme/osd.xml.patch +++ b/abs/core/linhes-theme/osd.xml.patch @@ -1,5 +1,5 @@ ---- osd.xml.orig 2013-11-18 21:37:37.415954645 +0000 -+++ osd.xml 2013-11-18 22:57:08.390454672 +0000 +--- osd.xml.orig 2013-11-29 21:53:21.351030883 +0000 ++++ osd.xml 2013-11-30 22:28:42.477439824 +0000 @@ -440,7 +440,8 @@ <area>90,658,1100,24</area> <font>small</font> @@ -43,3 +43,24 @@ <textarea name="category"> <font>supersmallblue</font> +@@ -1604,6 +1605,11 @@ + <color>#808080</color> + </fontdef> + ++ <fontdef name="smallyellow" face="DejaVu Sans"> ++ <color>#d9d900</color> ++ <pixelsize>21</pixelsize> ++ </fontdef> ++ + <shape name="mythpopupbox-backdrop"> + <area>339,116,602,488</area> + <type>roundbox</type> +@@ -1665,7 +1671,7 @@ + + <textarea name="messagearea"> + <area>349,126,582,196</area> +- <font>small</font> ++ <font>smallyellow</font> + <multiline>yes</multiline> + <align>allcenter</align> + </textarea> diff --git a/abs/core/linhes-theme/preview.png b/abs/core/linhes-theme/preview.png Binary files differnew file mode 100644 index 0000000..8fa1288 --- /dev/null +++ b/abs/core/linhes-theme/preview.png diff --git a/abs/core/linhes-theme/progdetails_page1.html b/abs/core/linhes-theme/progdetails_page1.html deleted file mode 100644 index 2f904c8..0000000 --- a/abs/core/linhes-theme/progdetails_page1.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <style type="text/css"> - body {background-color:#1a1a1a;} - h1 {font-family:DejaVu Sans;font-size:1.6em;font-style: normal;color:#ebb81c;margin-top: -5pt;text-align: center;} - p {font-family:DejaVu Sans;font-size:1.6em;font-style: normal;color:#ffffff;margin-top: -10pt;text-align: center;} - hr {border:1px solid #1a1a1a;background-color:#e6e6e6;height:3px;margin-top: -10pt;margin-bottom: 13pt} - #wrap {width:100%;margin:0px auto;} - .col {float:left;width:33%;} - </style> -</head> - -<body> - <h1>%TITLE%</h1><p>%DESCRIPTION%</p> - <h1>%TITLE_PRONOUNCE_LABEL%</h1> <p>%TITLE_PRONOUNCE%</p> - <hr /> - <div id="wrap"> - <div class="col"> - <h1>%ORIGINAL_AIRDATE_LABEL%</h1> <p>%ORIGINAL_AIRDATE%</p> - <h1>%EPISODE_LABEL%</h1> <p>%EPISODE%</p> - <h1>%CATEGORY_LABEL%</h1> <p>%CATEGORY%</p> - <h1>%CATEGORY_TYPE_LABEL%</h1> <p>%CATEGORY_TYPE%</p> - <h1>%PROGRAMID_LABEL%</h1> <p>%PROGRAMID%</p> - <h1>%MYTHTV_STATUS_LABEL%</h1> <p>%MYTHTV_STATUS%</p> - <h1>%RECORDING_RULE_LABEL%</h1> <p>%RECORDING_RULE%</p> - <h1>%SEARCH_PHRASE_LABEL%</h1> <p>%SEARCH_PHRASE%</p> - <h1>%RECORDED_FILE_NAME_LABEL%</h1> <p>%RECORDED_FILE_NAME%</p> - <h1>%RECORDED_FILE_SIZE_LABEL%</h1> <p>%RECORDED_FILE_SIZE%</p> - </div> - <div class="col"> - <h1>%RECORDING_PROFILE_LABEL%</h1> <p>%RECORDING_PROFILE%</p> - <h1>%RECORDING_GROUP_LABEL%</h1> <p>%RECORDING_GROUP%</p> - <h1>%STORAGE_GROUP_LABEL%</h1> <p>%STORAGE_GROUP%</p> - <h1>%PLAYBACK_GROUP_LABEL%</h1> <p>%PLAYBACK_GROUP%</p> - <h1>%LAST_RECORDED_LABEL%</h1> <p>%LAST_RECORDED%</p> - <h1>%NEXT_RECORDING_LABEL%</h1> <p>%NEXT_RECORDING%</p> - <h1>%AVERAGE_TIME_SHIFT_LABEL%</h1> <p>%AVERAGE_TIME_SHIFT%</p> - <h1>%WATCH_LIST_SCORE_LABEL%</h1> <p>%WATCH_LIST_SCORE%</p> - <h1>%WATCH_LIST_STATUS_LABEL%</h1> <p>%WATCH_LIST_STATUS%</p> - <h1>%FINDID_LABEL%</h1> <p>%FINDID%</p> - <h1>%RECORDING_HOST_LABEL%</h1> <p>%RECORDING_HOST%</p> - </div> - <div class="col"> - <h1>%ACTORS_LABEL%</h1> <p>%ACTORS%</p> - <h1>%GUEST_STAR_LABEL%</h1> <p>%GUEST_STAR%</p> - <h1>%GUEST_LABEL%</h1> <p>%GUEST%</p> - <h1>%DIRECTOR_LABEL%</h1> <p>%DIRECTOR%</p> - <h1>%PRODUCER_LABEL%</h1> <p>%PRODUCER%</p> - <h1>%EXECUTIVE_PRODUCER_LABEL%</h1> <p>%EXECUTIVE_PRODUCER%</p> - <h1>%WRITER_LABEL%</h1> <p>%WRITER%</p> - <h1>%HOST_LABEL%</h1> <p>%HOST%</p> - <h1>%ADAPTER_LABEL%</h1> <p>%ADAPTER%</p> - <h1>%PRESENTER_LABEL%</h1> <p>%PRESENTER%</p> - <h1>%COMMENTATOR_LABEL%</h1> <p>%COMMENTATOR%</p> - </div> - </div> -</body> - -</html> diff --git a/abs/core/linhes-theme/recordings-ui.xml.patch b/abs/core/linhes-theme/recordings-ui.xml.patch new file mode 100644 index 0000000..743b79c --- /dev/null +++ b/abs/core/linhes-theme/recordings-ui.xml.patch @@ -0,0 +1,228 @@ +--- recordings-ui.xml.orig 2013-11-30 22:40:35.742466059 +0000 ++++ recordings-ui.xml 2013-11-30 22:29:06.554349302 +0000 +@@ -700,7 +700,7 @@ + </window> + + <window name="changeview"> +- <area>-1,-1,380,463</area> ++ <area>-1,-1,602,488</area> + + <animation trigger="AboutToShow"> + <section> +@@ -717,100 +717,100 @@ + </animation> + + <shape name="change-view-backdrop" from="base_popup_backdrop"> +- <area>0,0,380,463</area> ++ <area>0,0,602,488</area> + </shape> + + <shape name="change-view-backdrop-line" from="base_backdrop_line"> +- <area>1,1,378,461</area> ++ <area>1,1,600,486</area> + </shape> + + <shape name="change-view-top-line" from="base_highlight_line"> +- <area>2,2,376,2</area> ++ <area>2,2,596,2</area> + </shape> + + <shape name="change-view-bottom-line" from="base_highlight_line"> +- <area>2,459,376,2</area> ++ <area>2,484,596,2</area> + </shape> + + <shape name="change-view-left-line" from="base_highlight_vertical_line"> +- <area>2,4,2,455</area> ++ <area>2,4,2,480</area> + </shape> + + <shape name="change-view-right-line" from="base_highlight_vertical_line"> +- <area>376,4,2,455</area> ++ <area>598,4,2,480</area> + </shape> + + <shape name="change-view-seperator-top-line" from="base_line"> +- <area>23,74,334,2</area> ++ <area>23,50,552,2</area> + </shape> + + <shape name="change-view-seperator-bottom-line" from="base_line"> +- <area>23,407,334,2</area> ++ <area>23,435,552,2</area> + </shape> + + <textarea name="title" from="basetextarea"> +- <area>4,4,372,70</area> ++ <area>10,4,582,46</area> + <align>allcenter</align> + <font>basesmallyellow</font> + <value>Change View</value> + </textarea> + + <checkbox name="titles" from="base_checkbox"> +- <position>60,102</position> ++ <position>150,102</position> + </checkbox> + + <textarea name="titlelabel" from="basetextarea"> +- <area>110,105,300,30</area> ++ <area>200,105,300,30</area> + <value>Show Titles</value> + </textarea> + + <checkbox name="categories" from="base_checkbox"> +- <position>60,152</position> ++ <position>150,152</position> + </checkbox> + + <textarea name="catlabel" from="titlelabel"> +- <position>110,155</position> ++ <position>200,155</position> + <value>Show Categories</value> + </textarea> + + <checkbox name="recgroups" from="base_checkbox"> +- <position>60,202</position> ++ <position>150,202</position> + </checkbox> + + <textarea name="grouplabel" from="titlelabel"> +- <position>110,205</position> ++ <position>200,205</position> + <value>Show Recording Groups</value> + </textarea> + + <checkbox name="watchlist" from="base_checkbox"> +- <position>60,252</position> ++ <position>150,252</position> + </checkbox> + + <textarea name="watchlabel" from="titlelabel"> +- <position>110,255</position> ++ <position>200,255</position> + <value>Show Watch List</value> + </textarea> + + <checkbox name="searches" from="base_checkbox"> +- <position>60,302</position> ++ <position>150,302</position> + </checkbox> + + <textarea name="searchlabel" from="titlelabel"> +- <position>110,305</position> ++ <position>200,305</position> + <value>Show Searches</value> + </textarea> + + <checkbox name="livetv" from="base_checkbox"> +- <position>60,352</position> ++ <position>150,352</position> + </checkbox> + + <textarea name="livelabel" from="titlelabel"> +- <position>110,355</position> ++ <position>200,355</position> + <value>Show LiveTV</value> + </textarea> + +- <button name="save" from="base_medium_button"> +- <position>15,414</position> ++ <button name="save" from="base_wide_button"> ++ <position>60,440</position> + <value>Save</value> + </button> + +@@ -885,7 +885,7 @@ + </window> + + <window name="groupselector"> +- <area>-1,-1,380,463</area> ++ <area>-1,-1,602,488</area> + + <animation trigger="AboutToShow"> + <section> +@@ -902,67 +902,67 @@ + </animation> + + <shape name="group-selector-backdrop" from="base_popup_backdrop"> +- <area>0,0,380,463</area> ++ <area>0,0,602,488</area> + </shape> + + <shape name="group-selector-backdrop-line" from="base_backdrop_line"> +- <area>1,1,378,461</area> ++ <area>1,1,600,486</area> + </shape> + + <shape name="group-selector-top-line" from="base_highlight_line"> +- <area>2,2,376,2</area> ++ <area>2,2,596,2</area> + </shape> + + <shape name="group-selector-bottom-line" from="base_highlight_line"> +- <area>2,459,376,2</area> ++ <area>2,484,596,2</area> + </shape> + + <shape name="group-selector-left-line" from="base_highlight_vertical_line"> +- <area>2,4,2,455</area> ++ <area>2,4,2,480</area> + </shape> + + <shape name="group-selector-right-line" from="base_highlight_vertical_line"> +- <area>376,4,2,455</area> ++ <area>598,4,2,480</area> + </shape> + + <shape name="group-selector-seperator-first-line" from="base_line"> +- <area>23,173,334,2</area> ++ <area>23,50,552,2</area> + </shape> + + <textarea name="label" from="basetextarea"> +- <area>14,8,352,161</area> ++ <area>10,4,582,46</area> + <align>allcenter</align> + <font>basesmalldarkyellow</font> + </textarea> + + <buttonlist name="groups" from="base_button_list"> +- <area>16,189,349,264</area> ++ <area>15,56,570,418</area> + <drawfrombottom>yes</drawfrombottom> + <statetype name="buttonitem"> + <state name="active"> +- <area>0,0,349,40</area> ++ <area>0,0,100%,34</area> + <textarea name="buttontext"> +- <area>15,7,319,24</area> ++ <area>8,0,570,34</area> + </textarea> + </state> + <state name="selectedactive"> +- <area>0,0,349,40</area> ++ <area>0,0,100%,34</area> + <textarea name="buttontext"> +- <area>15,7,319,24</area> ++ <area>8,0,570,34</area> + </textarea> + </state> + <state name="selectedinactive"> + <area>0,0,349,40</area> + <textarea name="buttontext"> +- <area>15,7,319,24</area> ++ <area>8,0,570,34</area> + </textarea> + </state> + </statetype> + <statetype name="upscrollarrow"> +- <position>0,256</position> ++ <position>0,418</position> + </statetype> + <statetype name="downscrollarrow"> +- <position>20,256</position> ++ <position>20,418</position> + </statetype> + </buttonlist> + diff --git a/abs/core/linhes-theme/video-ui.xml.patch b/abs/core/linhes-theme/video-ui.xml.patch deleted file mode 100644 index cdb4a41..0000000 --- a/abs/core/linhes-theme/video-ui.xml.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- video-ui.xml.orig 2013-11-26 22:18:54.421966293 +0000 -+++ video-ui.xml 2013-11-25 22:17:14.998291698 +0000 -@@ -58,7 +58,7 @@ - <textarea name="label" from="basetextarea"> - <area>10,4,543,48</area> - <align>allcenter</align> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <value>Cast Members</value> - </textarea> - -@@ -169,7 +169,7 @@ - <textarea name="label" from="basetextarea"> - <area>24,4,515,41</area> - <align>allcenter</align> -- <font>basesmalldarkyellow</font> -+ <font>basesmall</font> - <value>Full Plot</value> - </textarea> - -@@ -2757,7 +2757,7 @@ - - <textarea name="title" from="basetextarea"> - <area>10,4,780,46</area> -- <font>basemediumlargerdarkyellow</font> -+ <font>basemediumlarger</font> - <value>Filter Display</value> - <align>allcenter</align> - </textarea> |