[SCM] guitarix/master: Add patch to remove non DSFG file

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Fri May 6 15:26:26 UTC 2016


The following commit has been merged in the master branch:
commit f104a53e6514338c6240c0aa6432488faa203da2
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Apr 25 11:15:55 2016 +0200

    Add patch to remove non DSFG file

diff --git a/debian/patches/07-remove-DFSG-file.patch b/debian/patches/07-remove-DFSG-file.patch
new file mode 100644
index 0000000..8ab8d45
--- /dev/null
+++ b/debian/patches/07-remove-DFSG-file.patch
@@ -0,0 +1,27 @@
+Description: Substitute usage of rcstyles/gx-dezert_18.png for gx18.png
+ gx-dezert_18.png is under CC-BY-2.0, not DFSG accepted
+Author: Víctor Cuadrado Juan <me at viccuad.me>
+Applied-Upstream: no
+---
+--- a/rcstyles/gx_head_gx3-dezert.rc
++++ b/rcstyles/gx_head_gx3-dezert.rc
+@@ -80,8 +80,8 @@ GxPaintBox::skin-gradient = {
+ 
+   GxPaintBox::width =600
+   GxPaintBox::height =180
+-  stock["main_image"] = {{"gx-dezert_18.png"}}
+-  stock["gxhead"] = {{"gx-dezert_18.png"}}
++  stock["main_image"] = {{"gx18.png"}}
++  stock["gxhead"] = {{"gx18.png"}}
+   GxPaintBox::icon-set =3
+ }
+ class "*GxPaintBox" style "gx_dezert-paintbox"
+@@ -141,7 +141,7 @@ class "*GtkExpander" style:highest "gx_d
+ style "gx_dezert-event"
+ {
+ # main window background pixmap
+-bg_pixmap[NORMAL] = "gx-dezert_18.png"
++bg_pixmap[NORMAL] = "gx18.png"
+ }
+ widget "*.osc_box" style:highest "gx_dezert-event"
+ widget "*.main_window" style:highest "gx_dezert-event"
diff --git a/debian/patches/series b/debian/patches/series
index 3337d7d..253efbd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+07-remove-DFSG-file.patch
 06-log-stdout.patch
 05-fix-spelling.patch
 04-fix-desktop.patch

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list