- Add gtk-update-icon-cache BuildRequires: Ensure
/usr/bin/gtk-update-icon-cache is present during build, as configure checks for it. OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=72
This commit is contained in:
commit
3fa883f673
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
26
fix-gcc14-build.patch
Normal file
26
fix-gcc14-build.patch
Normal file
@ -0,0 +1,26 @@
|
||||
diff -ru orig/plug-ins/file-tiff/file-tiff-load.c mod/plug-ins/file-tiff/file-tiff-load.c
|
||||
--- orig/plug-ins/file-tiff/file-tiff-load.c 2024-05-03 02:33:35.000000000 +0200
|
||||
+++ mod/plug-ins/file-tiff/file-tiff-load.c 2024-05-21 13:18:49.443359344 +0200
|
||||
@@ -1301,8 +1301,8 @@
|
||||
|
||||
/* any resolution info in the file? */
|
||||
{
|
||||
- gfloat xres = 72.0;
|
||||
- gfloat yres = 72.0;
|
||||
+ gdouble xres = 72.0;
|
||||
+ gdouble yres = 72.0;
|
||||
gushort read_unit;
|
||||
GimpUnit unit = GIMP_UNIT_PIXEL; /* invalid unit */
|
||||
|
||||
diff -ru orig/plug-ins/metadata/metadata-editor.c mod/plug-ins/metadata/metadata-editor.c
|
||||
--- orig/plug-ins/metadata/metadata-editor.c 2024-05-03 02:33:35.000000000 +0200
|
||||
+++ mod/plug-ins/metadata/metadata-editor.c 2024-05-21 13:20:13.900525624 +0200
|
||||
@@ -2140,7 +2140,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
- if (! g_strv_contains (values, equiv_values[evi]))
|
||||
+ if (! g_strv_contains ((const gchar * const*)values, equiv_values[evi]))
|
||||
{
|
||||
gchar *tmpvalue;
|
||||
|
3
gimp-2.10.38.tar.bz2
Normal file
3
gimp-2.10.38.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50a845eec11c8831fe8661707950f5b8446e35f30edfb9acf98f85c1133f856e
|
||||
size 31698453
|
3350
gimp.changes
Normal file
3350
gimp.changes
Normal file
File diff suppressed because it is too large
Load Diff
377
gimp.spec
Normal file
377
gimp.spec
Normal file
@ -0,0 +1,377 @@
|
||||
#
|
||||
# spec file for package gimp
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global abiver 4
|
||||
%global apiver 2.0
|
||||
%global gegl_version 0.4.38
|
||||
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%bcond_without libheif
|
||||
%else
|
||||
%bcond_with libheif
|
||||
%endif
|
||||
|
||||
%if 0%{?sle_version}
|
||||
%bcond_with python_plugin
|
||||
%else
|
||||
%bcond_without python_plugin
|
||||
%endif
|
||||
Name: gimp
|
||||
Version: 2.10.38
|
||||
Release: 0
|
||||
Summary: The GNU Image Manipulation Program
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
URL: https://www.gimp.org/
|
||||
Source: https://download.gimp.org/pub/gimp/v2.10/%{name}-%{version}.tar.bz2
|
||||
Source1: macros.gimp
|
||||
# openSUSE palette file
|
||||
Source2: openSUSE.gpl
|
||||
# PATCH-FIX-UPSTREAM fix-gcc14-build.patch bsc#1223892
|
||||
Patch0: fix-gcc14-build.patch
|
||||
|
||||
BuildRequires: aalib-devel
|
||||
BuildRequires: alsa-devel >= 1.0.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: fontconfig-devel >= 2.12.4
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdk-pixbuf-loader-rsvg
|
||||
# For some odd reason build needs gegl executable.
|
||||
BuildRequires: gegl >= %{gegl_version}
|
||||
BuildRequires: ghostscript-devel
|
||||
# Explicitly needed, otherwise ghostscript-mini is used during the
|
||||
# build, and it's not enough for gimp.
|
||||
BuildRequires: ghostscript-library
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: intltool >= 0.40.1
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libwmf-devel >= 0.2.8
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: libjxl-devel >= 0.7.0
|
||||
BuildRequires: pkgconfig
|
||||
%if %{with python_plugin}
|
||||
BuildRequires: python-gtk-devel >= 2.10.4
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1600
|
||||
BuildRequires: /usr/bin/gtk-update-icon-cache
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(atk) >= 2.2.0
|
||||
BuildRequires: (pkgconfig(babl) or pkgconfig(babl-0.1))
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.2
|
||||
BuildRequires: pkgconfig(cairo-pdf) >= 1.12.2
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.70
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.8
|
||||
BuildRequires: pkgconfig(gegl-0.4) >= %{gegl_version}
|
||||
BuildRequires: pkgconfig(gexiv2) >= 0.10.6
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56.2
|
||||
BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.32
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 167
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 0.9.19
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.6
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.8
|
||||
BuildRequires: pkgconfig(libexif) >= 0.6.15
|
||||
%if %{with libheif}
|
||||
BuildRequires: pkgconfig(libheif) >= 1.3.2
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(liblzma) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libmng)
|
||||
BuildRequires: pkgconfig(libmypaint) >= 1.3.0
|
||||
BuildRequires: pkgconfig(libopenjp2) >= 2.1.0
|
||||
BuildRequires: pkgconfig(libpng) >= 1.6.25
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.40.6
|
||||
BuildRequires: pkgconfig(libunwind)
|
||||
BuildRequires: pkgconfig(libwebp) >= 0.6.0
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(mypaint-brushes-1.0)
|
||||
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
|
||||
BuildRequires: pkgconfig(pango) >= 1.29.4
|
||||
BuildRequires: pkgconfig(poppler-data) >= 0.4.7
|
||||
BuildRequires: pkgconfig(poppler-glib) >= 0.44.0
|
||||
BuildRequires: pkgconfig(libtiff-4)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: xdg-utils
|
||||
# obs does not automaticaly add this
|
||||
Requires: libglib-2_0-0 >= 2.54.2
|
||||
Requires: libgexiv2-2 >= 0.10.6
|
||||
Requires: libbabl-0_1-0 >= 0.1.78
|
||||
# Explicitly declare the libgimp versions for upgrade purposes
|
||||
Requires: libgimp-2_0-0 = %{version}
|
||||
Requires: libgimpui-2_0-0 = %{version}
|
||||
Requires: xdg-utils
|
||||
Recommends: iso-codes
|
||||
Suggests: AdobeICCProfiles
|
||||
Suggests: gimp-2.0-scanner-plugin
|
||||
Obsoletes: %{name}-help-browser
|
||||
Provides: gimp-2.0 = %{version}
|
||||
Provides: gimp(abi) = %{abiver}
|
||||
Provides: gimp(api) = %{apiver}
|
||||
|
||||
%description
|
||||
The GIMP is an image composition and editing program, which can be
|
||||
used for creating logos and other graphics for Web pages. The GIMP
|
||||
offers many tools and filters, and provides a large image
|
||||
manipulation toolbox, including channel operations and layers,
|
||||
effects, subpixel imaging and antialiasing, and conversions, together
|
||||
with multilevel undo. The GIMP offers a scripting facility, but many
|
||||
of the included scripts rely on fonts that we cannot distribute.
|
||||
|
||||
%package -n libgimp-2_0-0
|
||||
Summary: The GNU Image Manipulation Program - Libraries
|
||||
Group: System/Libraries
|
||||
%requires_ge libbabl-0_1-0
|
||||
%requires_ge libgegl-0_4-0
|
||||
|
||||
%description -n libgimp-2_0-0
|
||||
The GIMP is an image composition and editing program. GIMP offers
|
||||
many tools and filters, and provides a large image manipulation
|
||||
toolbox and scripting.
|
||||
|
||||
This package provides GIMP libraries.
|
||||
|
||||
%package -n libgimpui-2_0-0
|
||||
Summary: The GNU Image Manipulation Program - UI Libraries
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libgimpui-2_0-0
|
||||
The GIMP is an image composition and editing program. GIMP offers
|
||||
many tools and filters, and provides a large image manipulation
|
||||
toolbox and scripting.
|
||||
|
||||
This package provides GIMP UI libraries.
|
||||
|
||||
%if %{with python_plugin}
|
||||
%package plugins-python
|
||||
Summary: The GNU Image Manipulation Program - python-gtk based plugins
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-gtk
|
||||
Recommends: python-xml
|
||||
Provides: gimp-2.0-plugins-python = %{version}
|
||||
Obsoletes: gimp-unstable-plugins-python < 2.6.0
|
||||
# For update from <= 10.3 and SLED 10:
|
||||
Provides: %{name}:%{_libdir}/gimp/2.0/plug-ins/pyconsole.py = %{version}
|
||||
|
||||
%description plugins-python
|
||||
The GIMP is an image composition and editing program. GIMP offers
|
||||
many tools and filters, and provides a large image manipulation
|
||||
toolbox and scripting.
|
||||
%endif
|
||||
|
||||
%package plugin-aa
|
||||
Summary: The GNU Image Manipulation Program -- ASCII-Art output plugin
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Requires: %{name} = %{version}
|
||||
# Let's trigger automatic installation if the user already has libaa installed.
|
||||
Supplements: packageand(%{name}:libaa1)
|
||||
|
||||
%description plugin-aa
|
||||
The GIMP is an image composition and editing program. GIMP offers
|
||||
many tools and filters, and provides a large image manipulation
|
||||
toolbox and scripting.
|
||||
|
||||
%package devel
|
||||
Summary: The GNU Image Manipulation Program
|
||||
Group: Development/Libraries/Other
|
||||
Requires: libgimp-2_0-0 = %{version}
|
||||
Requires: libgimpui-2_0-0 = %{version}
|
||||
Provides: gimp-2.0-devel = %{version}
|
||||
Provides: gimp-doc = 2.6.4
|
||||
Obsoletes: gimp-doc < 2.6.4
|
||||
Obsoletes: gimp-unstable-devel < 2.6.0
|
||||
|
||||
%description devel
|
||||
The GIMP is an image composition and editing program. GIMP offers
|
||||
many tools and filters, and provides a large image manipulation
|
||||
toolbox and scripting.
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of the GIMP libraries.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
# Safety check for ABI version change.
|
||||
vabi=`printf "%d" $(sed -n '/#define GIMP_MODULE_ABI_VERSION/{s/.* //;p}' libgimpmodule/gimpmodule.h)`
|
||||
if test "x${vabi}" != "x%{abiver}"; then
|
||||
: Error: Upstream ABI version is now ${vabi}, expecting %{abiver}.
|
||||
: Update the apiver macro and rebuild.
|
||||
exit 1
|
||||
fi
|
||||
# Safety check for API version change.
|
||||
vapi=`sed -n '/#define GIMP_API_VERSION/{s/.* //;p}' libgimpbase/gimpversion.h | sed -e 's@"@@g'`
|
||||
if test "x${vapi}" != "x%{apiver}"; then
|
||||
: Error: Upstream API version is now ${vapi}, expecting %{apiver}.
|
||||
: Update the apiver macro and rebuild.
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%build
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-static\
|
||||
--without-webkit\
|
||||
--with-lcms=lcms2\
|
||||
%{!?with_python_plugin:--disable-python} \
|
||||
--libexecdir=%{_libexecdir}\
|
||||
--enable-default-binary\
|
||||
--disable-check-update\
|
||||
--enable-mp
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/gimp/2.0/palettes
|
||||
%suse_update_desktop_file -N GIMP gimp
|
||||
rm %{buildroot}%{_libdir}/gimp/2.0/*/*.*a
|
||||
%find_lang gimp20 %{?no_lang_C}
|
||||
%find_lang gimp20-libgimp %{?no_lang_C} gimp20.lang
|
||||
%find_lang gimp20-python %{?no_lang_C} gimp20.lang
|
||||
%find_lang gimp20-script-fu %{?no_lang_C} gimp20.lang
|
||||
%find_lang gimp20-std-plug-ins %{?no_lang_C} gimp20.lang
|
||||
echo "%%defattr(-,root,root)" >plugins.list
|
||||
echo "%%defattr(-,root,root)" >plugins-python.list
|
||||
for PLUGIN in %{buildroot}%{_libdir}/gimp/2.0/plug-ins/* ; do
|
||||
if grep -qr '^#!.*python' $PLUGIN ; then
|
||||
echo "${PLUGIN#%{buildroot}}" >>plugins-python.list
|
||||
else
|
||||
echo "${PLUGIN#%{buildroot}}" >>plugins.list
|
||||
fi
|
||||
done
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# Install the macros file:
|
||||
install -d %{buildroot}%{_rpmmacrodir}
|
||||
sed -e "s/@GIMP_APIVER@/%{apiver}/;s/@GIMP_ABIVER@/%{abiver}/" \
|
||||
< $RPM_SOURCE_DIR/macros.gimp > macros.gimp
|
||||
install -m 644 -c macros.gimp \
|
||||
%{buildroot}%{_rpmmacrodir}/macros.gimp
|
||||
%fdupes %{buildroot}%{_datadir}/gtk-doc/
|
||||
%fdupes %{buildroot}%{_libdir}/gimp/2.0/python/
|
||||
%fdupes %{buildroot}%{_datadir}/gimp/2.0/
|
||||
|
||||
%post -n libgimp-2_0-0 -p /sbin/ldconfig
|
||||
%postun -n libgimp-2_0-0 -p /sbin/ldconfig
|
||||
%post -n libgimpui-2_0-0 -p /sbin/ldconfig
|
||||
%postun -n libgimpui-2_0-0 -p /sbin/ldconfig
|
||||
|
||||
%files -f plugins.list
|
||||
%license COPYING LICENSE
|
||||
%doc AUTHORS ChangeLog NEWS* README
|
||||
%{_bindir}/gimp
|
||||
%{_bindir}/gimp-2.*
|
||||
%{_bindir}/gimp-console
|
||||
%{_bindir}/gimp-console-2.*
|
||||
# should this maybe be in _libexecdir too?
|
||||
%{_bindir}/gimp-test-clipboard-2.0
|
||||
%{_libexecdir}/gimp-debug-tool-2.0
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/gimp-data-extras.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gimp.GIMP.appdata.xml
|
||||
%{_datadir}/applications/gimp.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/gimp/
|
||||
%{_datadir}/gimp/2.0/images/gimp-splash.png
|
||||
%{_libdir}/gimp/2.0/environ/default.env
|
||||
%{_libdir}/gimp/2.0/interpreters/default.interp
|
||||
# Explicitly list modules so we don't lose one by accident
|
||||
%{_libdir}/gimp/2.0/modules/libcolor-selector-cmyk.so
|
||||
%{_libdir}/gimp/2.0/modules/libcolor-selector-water.so
|
||||
%{_libdir}/gimp/2.0/modules/libcolor-selector-wheel.so
|
||||
%{_libdir}/gimp/2.0/modules/libcontroller-linux-input.so
|
||||
%{_libdir}/gimp/2.0/modules/libcontroller-midi.so
|
||||
%{_libdir}/gimp/2.0/modules/libdisplay-filter-color-blind.so
|
||||
%{_libdir}/gimp/2.0/modules/libdisplay-filter-gamma.so
|
||||
%{_libdir}/gimp/2.0/modules/libdisplay-filter-high-contrast.so
|
||||
%{_libdir}/gimp/2.0/modules/libdisplay-filter-clip-warning.so
|
||||
%{_mandir}/man?/gimp.*
|
||||
%{_mandir}/man?/gimp-2.*
|
||||
%{_mandir}/man?/gimp-console.*
|
||||
%{_mandir}/man?/gimp-console-2.*
|
||||
%{_mandir}/man?/gimprc.*
|
||||
%{_mandir}/man?/gimprc-2.*
|
||||
%{_mandir}/man?/gimptool-2.*
|
||||
%dir %{_sysconfdir}/gimp
|
||||
%dir %{_sysconfdir}/gimp/2.0
|
||||
%config %{_sysconfdir}/gimp/2.0/*rc
|
||||
# split file-aa into own package (bnc#851509
|
||||
%exclude %{_libdir}/gimp/2.0/plug-ins/file-aa
|
||||
|
||||
%files plugin-aa
|
||||
%{_libdir}/gimp/2.0/plug-ins/file-aa
|
||||
|
||||
%files -n libgimp-2_0-0
|
||||
%dir %{_datadir}/gimp
|
||||
%dir %{_datadir}/gimp/2.0
|
||||
%dir %{_libdir}/gimp
|
||||
%dir %{_libdir}/gimp/2.0
|
||||
%dir %{_libdir}/gimp/2.0/environ
|
||||
%dir %{_libdir}/gimp/2.0/interpreters
|
||||
%dir %{_libdir}/gimp/2.0/modules
|
||||
%dir %{_libdir}/gimp/2.0/plug-ins
|
||||
%{_libdir}/libgimp-2.0.so.*
|
||||
%{_libdir}/libgimpbase-2.0.so.*
|
||||
%{_libdir}/libgimpcolor-2.0.so.*
|
||||
%{_libdir}/libgimpconfig-2.0.so.*
|
||||
%{_libdir}/libgimpmath-2.0.so.*
|
||||
%{_libdir}/libgimpmodule-2.0.so.*
|
||||
|
||||
%files -n libgimpui-2_0-0
|
||||
%{_libdir}/libgimpthumb-2.0.so.*
|
||||
%{_libdir}/libgimpui-2.0.so.*
|
||||
%{_libdir}/libgimpwidgets-2.0.so.*
|
||||
|
||||
%if %{with python_plugin}
|
||||
%files plugins-python -f plugins-python.list
|
||||
%{_libdir}/gimp/2.0/environ/pygimp.env
|
||||
%{_libdir}/gimp/2.0/interpreters/pygimp.interp
|
||||
%{_libdir}/gimp/2.0/python/
|
||||
# FIXME: Maybe split gimp-lang and gimp-plugins-python-lang
|
||||
%endif
|
||||
|
||||
%files lang -f gimp20.lang
|
||||
|
||||
%files devel
|
||||
%doc README.i18n
|
||||
%{_bindir}/gimptool-2.0
|
||||
#{_mandir}/man?/gimptool-2.0%%{?ext_man}
|
||||
%{_includedir}/gimp-2.0/
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/aclocal/gimp-2.0.m4
|
||||
%{_libdir}/pkgconfig/gimp-2.0.pc
|
||||
%{_libdir}/pkgconfig/gimpthumb-2.0.pc
|
||||
%{_libdir}/pkgconfig/gimpui-2.0.pc
|
||||
# Own these repositories to not depend on gtk-doc while building:
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%{_datadir}/gtk-doc/html/
|
||||
%{_rpmmacrodir}/macros.gimp
|
||||
|
||||
%changelog
|
5
macros.gimp
Normal file
5
macros.gimp
Normal file
@ -0,0 +1,5 @@
|
||||
#
|
||||
# Interface versions exposed by GIMP:
|
||||
#
|
||||
%gimp_api_version @GIMP_APIVER@
|
||||
%gimp_abi_version @GIMP_ABIVER@
|
19
openSUSE.gpl
Normal file
19
openSUSE.gpl
Normal file
@ -0,0 +1,19 @@
|
||||
GIMP Palette
|
||||
Name: openSUSE
|
||||
Columns: 7
|
||||
#
|
||||
252 177 28 Orange Light
|
||||
255 255 102 Butter Light
|
||||
145 208 7 Lemon Light
|
||||
212 196 255 Plum Light
|
||||
80 128 255 Sky Light
|
||||
186 189 182 Dust Light
|
||||
255 77 77 Blood Light
|
||||
227 83 2 Orange
|
||||
178 178 71 Butter
|
||||
33 120 8 Lemon
|
||||
77 68 102 Plum
|
||||
0 0 116 Sky
|
||||
46 52 54 Dust
|
||||
140 0 0 Blood
|
||||
115 186 37 SUSE Green
|
Loading…
x
Reference in New Issue
Block a user