diff --git a/ChangeLog b/ChangeLog index 4d4ea47412..a5b74f7f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-13 Tor Lillqvist + + * gimp-zip.in: Drop the timestamp from the zip file names. Add the + .pc files to the developer package. + 2007-11-13 Michael Natterer Enable brush scaling for smudge (but only before, not while diff --git a/gimp-zip.in b/gimp-zip.in index 22f4113320..44dc0b6fc5 100755 --- a/gimp-zip.in +++ b/gimp-zip.in @@ -3,8 +3,8 @@ # Build zipfiles for GIMP on Win32: separate runtime and developer # packages. -ZIP=/tmp/gimp-@GIMP_VERSION@-`date +%Y%m%d`.zip -DEVZIP=/tmp/gimp-dev-@GIMP_VERSION@-`date +%Y%m%d`.zip +ZIP=/tmp/gimp-@GIMP_VERSION@.zip +DEVZIP=/tmp/gimp-dev-@GIMP_VERSION@.zip cd @prefix@ @@ -63,3 +63,5 @@ lib/gimpwidgets.def include/gimp-@GIMP_API_VERSION@ man/man1/gimptool-@GIMP_TOOL_VERSION@.1 EOF + +zip $DEVZIP lib/pkgconfig/gimp*.pc