diff --git a/files/0001-Customise-theme-and-icons.patch b/files/0001-Customise-theme-and-icons.patch new file mode 100644 --- /dev/null +++ b/files/0001-Customise-theme-and-icons.patch @@ -0,0 +1,34 @@ +From a9ad6452f72ee73674a2cad901ca72e33dbc3fa3 Mon Sep 17 00:00:00 2001 +From: Johannes Marbach +Date: Sat, 29 Dec 2018 08:29:31 +0100 +Subject: [PATCH 1/1] Customise theme and icons + +--- + etc/gimprc.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/etc/gimprc.in b/etc/gimprc.in +index c923d39159..b7b542f8c0 100644 +--- a/etc/gimprc.in ++++ b/etc/gimprc.in +@@ -729,7 +729,7 @@ + + # The name of the theme to use. This is a string value. + # +-# (theme "Dark") ++(theme "System") + + # Sets the icon theme search path. This is a colon-separated list of folders + # to search. +@@ -743,7 +743,7 @@ + # The size of the icons to use. Possible values are auto, theme, small, + # medium, large and huge. + # +-# (icon-size auto) ++(icon-size theme) + + # When enabled, pressing F1 will open the help browser. Possible values are + # yes and no. +-- +2.20.1 + diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : gimp version : 2.10.8 -release : 40 +release : 41 source : - https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.8.tar.bz2 : d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b license : GPL-3.0-or-later @@ -42,6 +42,7 @@ - python-gobject2 - python-gtk2 setup : | + %patch -p1 < $pkgfiles/0001-Customise-theme-and-icons.patch %configure --with-bug-report-url=https://dev.solus-project.com/ build : | %make diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ gimp - Pierre-Yves - pyu@riseup.net + Johannes Marbach + n0-0ne+solus@mailbox.org GPL-3.0-or-later multimedia.graphics @@ -3561,7 +3561,7 @@ programming.devel - gimp + gimp /usr/include/gimp-2.0/libgimp/gimp.h @@ -4463,12 +4463,12 @@ - - 2018-11-09 + + 2018-12-28 2.10.8 Packaging update - Pierre-Yves - pyu@riseup.net + Johannes Marbach + n0-0ne+solus@mailbox.org \ No newline at end of file