]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- added missing png, makefile patch (to install this png), rereshed old
authorfreetz <freetz@pld-linux.org>
Tue, 21 Dec 2004 20:30:42 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  py-compile, enabled posix shm by default, nfy

Changed files:
    gimp.spec -> 1.236

gimp.spec

index f0f93f2aea4badc666d33d2fce5590ba9c27f20a..699a187858e3e897d2cc322a1e445d57eb7f48b6 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -24,8 +24,11 @@ License:     GPL
 Group:         X11/Applications/Graphics
 Source0:       ftp://ftp.gimp.org/pub/gimp/v2.2/%{name}-%{version}.tar.bz2
 # Source0-md5: 7fa66cfd3a2a67f95c3c80307e46e4dd
+# missing in tarball:
+Source1:       %{name}-pygimp-logo.png
 Patch0:                %{name}-home_etc.patch
 Patch1:                %{name}-desktop.patch
+Patch2:                %{name}-makefile.patch
 URL:           http://www.gimp.org/
 Icon:          gimp.gif
 %{?with_aalib:BuildRequires:   aalib-devel}
@@ -258,6 +261,10 @@ Wtyczka do drukowania dla Gimpa.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+cp /usr/share/automake/py-compile plug-ins/pygimp
+cp %{SOURCE1} plug-ins/pygimp/pygimp-logo.png
 
 %build
 %{__libtoolize}
@@ -265,6 +272,7 @@ Wtyczka do drukowania dla Gimpa.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+
 %configure \
        --disable-rpath \
        %{!?with_print: --disable-print} \
@@ -273,7 +281,9 @@ Wtyczka do drukowania dla Gimpa.
        --with-html-dir=%{_gtkdocdir} \
        --enable-default-binary \
        --enable-static \
-       --enable-gtk-doc
+       --enable-gtk-doc \
+       --with-shm=posix
+       
 %{__make}
 
 %install
@@ -321,6 +331,7 @@ umask 022
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
 %postun
+
 umask 022
 /sbin/ldconfig
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
This page took 0.369833 seconds and 4 git commands to generate.