Accepting request 23180 from GNOME:Factory
Copy from GNOME:Factory/gimp based on submit request 23180 from user sbrabec OBS-URL: https://build.opensuse.org/request/show/23180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp?expand=0&rev=37
This commit is contained in:
parent
c6f203d8ff
commit
98e8ad284f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 26 16:51:28 CET 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Added support for translation-update-upstream (FATE#301344).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 4 15:07:54 CEST 2009 - vuntz@novell.com
|
Fri Sep 4 15:07:54 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -43,11 +43,12 @@ BuildRequires: libwebkit-devel
|
|||||||
BuildRequires: libwmf-devel
|
BuildRequires: libwmf-devel
|
||||||
BuildRequires: pango-devel
|
BuildRequires: pango-devel
|
||||||
BuildRequires: python-gtk-devel
|
BuildRequires: python-gtk-devel
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-libXfixes-devel
|
BuildRequires: xorg-x11-libXfixes-devel
|
||||||
Url: http://www.gimp.org/
|
Url: http://www.gimp.org/
|
||||||
Version: 2.6.7
|
Version: 2.6.7
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Suggests: AdobeICCProfiles
|
Suggests: AdobeICCProfiles
|
||||||
@ -167,6 +168,12 @@ This package contains the help browser for the GIMP.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
translation-update-upstream
|
||||||
|
translation-update-upstream po-libgimp gimp20-libgimp
|
||||||
|
translation-update-upstream po-python gimp20-python
|
||||||
|
translation-update-upstream po-script-fu gimp20-script-fu
|
||||||
|
translation-update-upstream po-plug-ins gimp20-std-plug-ins
|
||||||
|
translation-update-upstream po-tips gimp20-tips
|
||||||
# Safety check for ABI version change.
|
# Safety check for ABI version change.
|
||||||
vabi=`printf "%d" $(sed -n '/#define GIMP_MODULE_ABI_VERSION/{s/.* //;p}' libgimpmodule/gimpmodule.h)`
|
vabi=`printf "%d" $(sed -n '/#define GIMP_MODULE_ABI_VERSION/{s/.* //;p}' libgimpmodule/gimpmodule.h)`
|
||||||
if test "x${vabi}" != "x%{abiver}"; then
|
if test "x${vabi}" != "x%{abiver}"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user