diff --git a/.gitignore b/.gitignore index e69de29..349b6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,37 @@ +gimp-2.6.10.tar.bz2 +gimp-2.6.10-1-autoreconf.patch.bz2 +/gimp-2.6.11.tar.bz2 +/gimp-2.6.11-1-autoreconf.patch.bz2 +/gimp-2.6.11-10-autoreconf.patch.bz2 +/gimp-2.6.11-11-autoreconf.patch.bz2 +/gimp-2.7.3.tar.bz2 +/gimp-2.7.4.tar.bz2 +/gimp-2.7.5.tar.bz2 +/gimp-2.8.0-RC1.tar.bz2 +/gimp-2.8.0-RC1-gitff6c280.patch.bz2 +/gimp-2.8.0.tar.bz2 +/gimp-2.8.2.tar.bz2 +/gimp-2.8.4.tar.bz2 +/gimp-2.8.4-5-autofoo.patch.bz2 +/gimp-2.8.6.tar.bz2 +/gimp-2.8.6-4-autoconf.patch.bz2 +/gimp-2.8.8.tar.bz2 +/gimp-2.8.10.tar.bz2 +/gimp-2.8.12.tar.bz2 +/gimp-2.8.14.tar.bz2 +/gimp-2.8.16.tar.bz2 +/gimp-2.8.18.tar.bz2 +/gimp-2.8.20.tar.bz2 +/gimp-2.8.22.tar.bz2 +/gimp-2.10.0.tar.bz2 +/gimp-2.10.2.tar.bz2 +/gimp-2.10.4.tar.bz2 +/gimp-2.10.6.tar.bz2 +/gimp-2.10.8.tar.bz2 +/gimp-2.10.10.tar.bz2 +/gimp-2.10.12.tar.bz2 +/gimp-2.10.14.tar.bz2 +/gimp-2.10.16.tar.bz2 +/gimp-2.10.18.tar.bz2 +/gimp-2.10.20.tar.bz2 +/gimp-2.10.22.tar.bz2 diff --git a/gimp-2.10.0-cm-system-monitor-profile-by-default.patch b/gimp-2.10.0-cm-system-monitor-profile-by-default.patch new file mode 100644 index 0000000..35493af --- /dev/null +++ b/gimp-2.10.0-cm-system-monitor-profile-by-default.patch @@ -0,0 +1,25 @@ +diff -up gimp-2.10.14/etc/gimprc.in.cm-system-monitor-profile-by-default gimp-2.10.14/etc/gimprc.in +--- gimp-2.10.14/etc/gimprc.in.cm-system-monitor-profile-by-default 2019-10-26 21:46:48.000000000 +0200 ++++ gimp-2.10.14/etc/gimprc.in 2019-11-04 13:17:23.322750636 +0100 +@@ -317,9 +317,9 @@ + + # Defines the color management behavior. This is a parameter list. + # +-# (color-management ++(color-management + # (mode display) +-# (display-profile-from-gdk no) ++ (display-profile-from-gdk no) + # (display-rendering-intent relative-colorimetric) + # (display-use-black-point-compensation yes) + # (display-optimize yes) +@@ -328,7 +328,8 @@ + # (simulation-optimize yes) + # (simulation-gamut-check no) + # (out-of-gamut-color (color-rgb 1 0 1)) +-# (display-module "CdisplayLcms")) ++# (display-module "CdisplayLcms") ++) + + # Keep a permanent record of all opened and saved files in the Recent + # Documents list. Possible values are yes and no. diff --git a/gimp-2.10.0-external-help-browser.patch b/gimp-2.10.0-external-help-browser.patch new file mode 100644 index 0000000..4efbbc7 --- /dev/null +++ b/gimp-2.10.0-external-help-browser.patch @@ -0,0 +1,11 @@ +diff -up gimp-2.10.0/etc/gimprc.in.external-help-browser gimp-2.10.0/etc/gimprc.in +--- gimp-2.10.0/etc/gimprc.in.external-help-browser 2018-04-28 17:25:02.483242200 +0200 ++++ gimp-2.10.0/etc/gimprc.in 2018-04-28 17:25:28.048193595 +0200 +@@ -753,6 +753,7 @@ + # web-browser. + # + # (help-browser gimp) ++(help-browser web-browser) + + # When enabled, a search of actions will also return inactive actions. + # Possible values are yes and no. diff --git a/gimp-2.10.12-default-font.patch b/gimp-2.10.12-default-font.patch new file mode 100644 index 0000000..301e4a6 --- /dev/null +++ b/gimp-2.10.12-default-font.patch @@ -0,0 +1,12 @@ +diff -urNp a/etc/gimprc.in b/etc/gimprc.in +--- a/etc/gimprc.in 2019-08-20 13:03:43.195089141 +0200 ++++ b/etc/gimprc.in 2019-08-20 13:04:09.109353485 +0200 +@@ -153,7 +153,7 @@ + # Where to look for fonts in addition to the system-wide installed fonts. + # This is a colon-separated list of folders to search. + # +-# (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts") ++(font-path "${gimp_dir}/fonts") + + # Specify a default brush. The brush is searched for in the specified brush + # path. This is a string value. diff --git a/gimp-2.10.18-no-phone-home-default.patch b/gimp-2.10.18-no-phone-home-default.patch new file mode 100644 index 0000000..2054b4a --- /dev/null +++ b/gimp-2.10.18-no-phone-home-default.patch @@ -0,0 +1,12 @@ +diff -up gimp-2.10.18/etc/gimprc.in.no-phone-home-default gimp-2.10.18/etc/gimprc.in +--- gimp-2.10.18/etc/gimprc.in.no-phone-home-default 2020-02-23 21:15:47.217777581 +0100 ++++ gimp-2.10.18/etc/gimprc.in 2020-02-23 21:22:42.416162110 +0100 +@@ -393,7 +393,7 @@ + # Check for availability of GIMP updates through background internet queries. + # Possible values are yes and no. + # +-# (check-updates yes) ++(check-updates no) + + # Timestamp of the last update check. (null) + # diff --git a/gimp.spec b/gimp.spec new file mode 100644 index 0000000..a5ea3a4 --- /dev/null +++ b/gimp.spec @@ -0,0 +1,2610 @@ +# Set this to 0 in stable, 1 in (SONAME-wise) unstable releases +%global unstable 0 + +#### options: +# Use the following --with/--without