RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gimp#bc260f915d276a600149105e7e8ebf7fdd8ec185
This commit is contained in:
parent
6a49966c6f
commit
27ff0d9d6b
37
.gitignore
vendored
37
.gitignore
vendored
@ -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
|
25
gimp-2.10.0-cm-system-monitor-profile-by-default.patch
Normal file
25
gimp-2.10.0-cm-system-monitor-profile-by-default.patch
Normal file
@ -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.
|
11
gimp-2.10.0-external-help-browser.patch
Normal file
11
gimp-2.10.0-external-help-browser.patch
Normal file
@ -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.
|
12
gimp-2.10.12-default-font.patch
Normal file
12
gimp-2.10.12-default-font.patch
Normal file
@ -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.
|
12
gimp-2.10.18-no-phone-home-default.patch
Normal file
12
gimp-2.10.18-no-phone-home-default.patch
Normal file
@ -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)
|
||||
#
|
Loading…
Reference in New Issue
Block a user