17a6ecebe2
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
51 lines
2.2 KiB
Diff
51 lines
2.2 KiB
Diff
--- gimp-2.0pre3/data/misc/Makefile.am.buildroot 2004-02-03 22:53:10.000000000 +0100
|
|
+++ gimp-2.0pre3/data/misc/Makefile.am 2004-02-06 14:45:08.365249703 +0100
|
|
@@ -28,18 +28,18 @@
|
|
|
|
install-data-local:
|
|
if DESKTOP_DATADIR
|
|
- if test -d $(DESTDIR)@DESKTOP_DATADIR@/applications; then \
|
|
- cd $(DESTDIR)@DESKTOP_DATADIR@/applications \
|
|
+ if test -d $(DESTDIR)$(DESKTOP_DATADIR)/applications; then \
|
|
+ cd $(DESTDIR)$(DESKTOP_DATADIR)/applications \
|
|
&& rm -f gimp-@GIMP_APP_VERSION@.desktop \
|
|
&& $(LN_S) $(miscdatadir)/gimp.desktop gimp-@GIMP_APP_VERSION@.desktop \
|
|
; fi
|
|
- if test -d $(DESTDIR)@DESKTOP_DATADIR@/application-registry; then \
|
|
- cd $(DESTDIR)@DESKTOP_DATADIR@/application-registry \
|
|
+ if test -d $(DESTDIR)$(DESKTOP_DATADIR)/application-registry; then \
|
|
+ cd $(DESTDIR)$(DESKTOP_DATADIR)/application-registry \
|
|
&& rm -f gimp-@GIMP_APP_VERSION@.applications \
|
|
&& $(LN_S) $(miscdatadir)/gimp.applications gimp-@GIMP_APP_VERSION@.applications \
|
|
; fi
|
|
- if test -d $(DESTDIR)@DESKTOP_DATADIR@/mime-info; then \
|
|
- cd $(DESTDIR)@DESKTOP_DATADIR@/mime-info \
|
|
+ if test -d $(DESTDIR)$(DESKTOP_DATADIR)/mime-info; then \
|
|
+ cd $(DESTDIR)$(DESKTOP_DATADIR)/mime-info \
|
|
&& rm -f gimp-@GIMP_APP_VERSION@.keys \
|
|
&& $(LN_S) $(miscdatadir)/gimp.keys gimp-@GIMP_APP_VERSION@.keys \
|
|
; fi
|
|
@@ -47,16 +47,16 @@
|
|
|
|
uninstall-local:
|
|
if DESKTOP_DATADIR
|
|
- if test -d $(DESTDIR)@DESKTOP_DATADIR@/applications; then \
|
|
- cd $(DESTDIR)@DESKTOP_DATADIR@/applications \
|
|
+ if test -d $(DESTDIR)$(DESKTOP_DATADIR)/applications; then \
|
|
+ cd $(DESTDIR)$(DESKTOP_DATADIR)/applications \
|
|
&& rm -f gimp-@GIMP_APP_VERSION@.desktop \
|
|
; fi
|
|
- if test -d $(DESTDIR)@DESKTOP_DATADIR@/application-registry; then \
|
|
- cd $(DESTDIR)@DESKTOP_DATADIR@/application-registry \
|
|
+ if test -d $(DESTDIR)$(DESKTOP_DATADIR)/application-registry; then \
|
|
+ cd $(DESTDIR)$(DESKTOP_DATADIR)/application-registry \
|
|
&& rm -f gimp-@GIMP_APP_VERSION@.applications \
|
|
; fi
|
|
- if test -d $(DESTDIR)@DESKTOP_DATADIR@/mime-info; then \
|
|
- cd $(DESTDIR)@DESKTOP_DATADIR@/mime-info \
|
|
+ if test -d $(DESTDIR)$(DESKTOP_DATADIR)/mime-info; then \
|
|
+ cd $(DESTDIR)$(DESKTOP_DATADIR)/mime-info \
|
|
&& rm -f gimp-@GIMP_APP_VERSION@.keys \
|
|
; fi
|
|
endif
|