From 81efe6c63650341e1604ba158268b131e9801755 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 28 May 2014 23:32:27 +0700 Subject: misc/brewtarget: Added (free brewing software). Signed-off-by: Willy Sudiarto Raharjo --- ...instances-of-brewtarget_icon.svg-to-brewt.patch | 105 +++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 misc/brewtarget/patches/0003-Change-all-instances-of-brewtarget_icon.svg-to-brewt.patch (limited to 'misc/brewtarget/patches/0003-Change-all-instances-of-brewtarget_icon.svg-to-brewt.patch') diff --git a/misc/brewtarget/patches/0003-Change-all-instances-of-brewtarget_icon.svg-to-brewt.patch b/misc/brewtarget/patches/0003-Change-all-instances-of-brewtarget_icon.svg-to-brewt.patch new file mode 100644 index 0000000000..414f5e5629 --- /dev/null +++ b/misc/brewtarget/patches/0003-Change-all-instances-of-brewtarget_icon.svg-to-brewt.patch @@ -0,0 +1,105 @@ +From 7ef94eaedbf142e35f36e4dff5f5f24d55569495 Mon Sep 17 00:00:00 2001 +From: Robby Workman +Date: Tue, 27 May 2014 22:31:48 -0500 +Subject: [PATCH 3/4] Change all instances of brewtarget_icon.svg to + brewtarget.svg + +--- + CMakeLists.txt | 2 +- + brewtarget.qrc | 2 +- + images/brewtarget.svg | 2 +- + src/config.in | 2 +- + ui/btSplashScreen.ui | 2 +- + ui/mainWindow.ui | 4 ++-- + 6 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 42e7592..0515bd6 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -255,7 +255,7 @@ SET( brewtarget_DESKTOP + + # Icon files to install. + SET( brewtarget_ICONS +- ${ROOTDIR}/images/brewtarget_icon.svg ++ ${ROOTDIR}/images/brewtarget.svg + ) + + SET( TRANSLATIONS_FILES +diff --git a/brewtarget.qrc b/brewtarget.qrc +index c9edfbc..f07b59b 100644 +--- a/brewtarget.qrc ++++ b/brewtarget.qrc +@@ -1,7 +1,7 @@ + + + images/backup.png +- images/brewtarget_icon.svg ++ images/brewtarget.svg + images/bubbles.svg + images/clipboard.svg + images/clock.svg +diff --git a/images/brewtarget.svg b/images/brewtarget.svg +index 77f8f7c..a55fff5 100644 +--- a/images/brewtarget.svg ++++ b/images/brewtarget.svg +@@ -15,7 +15,7 @@ + id="svg11771" + version="1.1" + inkscape:version="0.47 r22583" +- sodipodi:docname="brewtarget_icon.svg"> ++ sodipodi:docname="brewtarget.svg"> + + + + +- :/images/brewtarget_icon.svg ++ :/images/brewtarget.svg + + + +diff --git a/ui/mainWindow.ui b/ui/mainWindow.ui +index 3eac7db..f95f829 100644 +--- a/ui/mainWindow.ui ++++ b/ui/mainWindow.ui +@@ -30,7 +30,7 @@ + + + +- :/images/brewtarget_icon.svg:/images/brewtarget_icon.svg ++ :/images/brewtarget.svg:/images/brewtarget.svg + + + +@@ -89,7 +89,7 @@ + + + +- :/images/brewtarget_icon.svg:/images/brewtarget_icon.svg ++ :/images/brewtarget.svg:/images/brewtarget.svg + + + +-- +1.8.4 + -- cgit v1.2.3