Merge lp:~tuxator/midori/fresh-greybird into lp:midori

Proposed by Paweł Forysiuk
Status: Merged
Approved by: Cris Dywan
Approved revision: 6644
Merged at revision: 6645
Proposed branch: lp:~tuxator/midori/fresh-greybird
Merge into: lp:midori
Diff against target: 30 lines (+7/-2)
1 file modified
win32/makedist/makedist.midori (+7/-2)
To merge this branch: bzr merge lp:~tuxator/midori/fresh-greybird
Reviewer Review Type Date Requested Status
Cris Dywan Approve
Review via email: mp+214087@code.launchpad.net

Commit message

win32: Fetch updated Greybird theme when assembling archive

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

Looks sensible.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'win32/makedist/makedist.midori'
2--- win32/makedist/makedist.midori 2014-01-15 00:38:36 +0000
3+++ win32/makedist/makedist.midori 2014-04-03 17:43:23 +0000
4@@ -246,11 +246,16 @@
5 # We need to ship our CA bundle for now
6 cp -a /etc/pki/tls/certs/ca-bundle.crt $workdir/share/midori/res/
7
8+GREYBIRD_VER="1.3.4"
9+
10 if [ "$GTK3_BUILD" == "1" ]; then
11 grab_files share webkitgtk-3.0
12 grab_files share schemas
13+
14+ wget --no-verbose "https://github.com/shimmerproject/Greybird/archive/v$GREYBIRD_VER.tar.gz" -P $temp_dir
15+ tar xf "$temp_dir/v$GREYBIRD_VER.tar.gz" -C $temp_dir
16 mkdir -p $workdir/share/themes/Greybird
17- cp -Lr /usr/share/themes/Greybird/gtk-3.0 $workdir/share/themes/Greybird
18+ cp -Lr $temp_dir/Greybird-$GREYBIRD_VER/gtk-3.0 $workdir/share/themes/Greybird
19 MO_VER=30
20 else
21 grab_files share MS-Windows
22@@ -266,7 +271,7 @@
23
24 rpm -qf /etc/pki/tls/certs/ca-bundle.crt >> $temp_dir/packages_used.lst
25 rpm -qf /usr/share/icons/Faenza/ >> $temp_dir/packages_used.lst
26-rpm -qf /usr/share/themes/Greybird/gtk-3.0 >> $temp_dir/packages_used.lst
27+echo "https://github.com/shimmerproject/Greybird/archive/v$GREYBIRD_VER.tar.gz" >> $temp_dir/packages_used.lst
28
29 # copy locales for gtk
30 # so we have translated stock items, file dialogs

Subscribers

People subscribed via source and target branches

to all changes: