summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/colord.spec.in4
-rw-r--r--data/profiles/IFRA26S_2004_newsprint.xml.in (renamed from data/profiles/ISOnewspaper26.xml.in)2
-rw-r--r--data/profiles/Makefile.am10
-rw-r--r--po/POTFILES.in2
4 files changed, 9 insertions, 9 deletions
diff --git a/contrib/colord.spec.in b/contrib/colord.spec.in
index 2bfb5d9..8b94c93 100644
--- a/contrib/colord.spec.in
+++ b/contrib/colord.spec.in
@@ -2,7 +2,7 @@
# Building the extra print profiles requires colprof, +4Gb of RAM and
# quite a lot of time. Don't enable this for test builds.
-%define enable_print_profiles 1
+%define enable_print_profiles 0
# SANE is pretty insane when it comes to handling devices, and we get AVCs
# popping up all over the place.
@@ -222,7 +222,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_icccolordir}/colord/FOGRA45L_lwc.icc
%{_icccolordir}/colord/FOGRA47L_uncoated.icc
%{_icccolordir}/colord/GRACoL*.icc
-%{_icccolordir}/colord/ISOnewspaper26.icc
+%{_icccolordir}/colord/IFRA26S_2004_newsprint.icc
%{_icccolordir}/colord/SNAP*.icc
%{_icccolordir}/colord/SWOP*.icc
%endif
diff --git a/data/profiles/ISOnewspaper26.xml.in b/data/profiles/IFRA26S_2004_newsprint.xml.in
index de76935..1f46984 100644
--- a/data/profiles/ISOnewspaper26.xml.in
+++ b/data/profiles/IFRA26S_2004_newsprint.xml.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<profile>
- <_description>IFRA26 Newsprint</_description>
+ <_description>IFRA26S 2004 Newsprint</_description>
<_copyright>This profile is free of known copyright restrictions</_copyright>
<manufacturer>ArgyllCMS</manufacturer>
<license>CC0</license>
diff --git a/data/profiles/Makefile.am b/data/profiles/Makefile.am
index 334c78f..f3c51a7 100644
--- a/data/profiles/Makefile.am
+++ b/data/profiles/Makefile.am
@@ -27,7 +27,7 @@ noinst_DATA = \
Gamma5500K.xml \
Gamma6500K.xml \
GRACoL_TR006_coated.xml \
- ISOnewspaper26.xml \
+ IFRA26S_2004_newsprint.xml \
NTSC-RGB.xml \
PAL-RGB.xml \
ProPhotoRGB.xml \
@@ -81,7 +81,7 @@ generatedprofiles += \
SNAP_TR002_newsprint.icc \
SWOP_TR003_coated_3.icc \
SWOP_TR005_coated_5.icc \
- ISOnewspaper26.icc
+ IFRA26S_2004_newsprint.icc
endif
profiles_DATA = \
@@ -269,11 +269,11 @@ SWOP_TR005_coated_5.icc: SWOP_TR005_coated_5.xml
$(top_builddir)/client/cd-create-profile \
--output $@ \
$(builddir)/SWOP_TR005_coated_5.xml
-ISOnewspaper26.icc: ISOnewspaper26.xml
+IFRA26S_2004_newsprint.icc: IFRA26S_2004_newsprint.xml
$(AM_V_GEN) \
$(top_builddir)/client/cd-create-profile \
--output $@ \
- $(builddir)/ISOnewspaper26.xml
+ $(builddir)/IFRA26S_2004_newsprint.xml
endif
sourcedata = \
@@ -302,7 +302,7 @@ sourcedata = \
Gamma5500K.xml.in \
Gamma6500K.xml.in \
GRACoL_TR006_coated.xml.in \
- ISOnewspaper26.xml.in \
+ IFRA26S_2004_newsprint.xml.in \
NTSC-RGB.xml.in \
PAL-RGB.xml.in \
ProPhotoRGB.xml.in \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1976114..7642082 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -28,7 +28,7 @@ data/profiles/Gamma5000K.xml.in
data/profiles/Gamma5500K.xml.in
data/profiles/Gamma6500K.xml.in
data/profiles/GRACoL_TR006_coated.xml.in
-data/profiles/ISOnewspaper26.xml.in
+data/profiles/IFRA26S_2004_newsprint.xml.in
data/profiles/NTSC-RGB.xml.in
data/profiles/PAL-RGB.xml.in
data/profiles/ProPhotoRGB.xml.in