Drop the timestamp from the zip file names. Add the .pc files to the

2007-11-13  Tor Lillqvist  <tml@novell.com>

	* gimp-zip.in: Drop the timestamp from the zip file names. Add the
	.pc files to the developer package.


svn path=/trunk/; revision=24141
This commit is contained in:
Tor Lillqvist 2007-11-13 09:54:59 +00:00 committed by Tor Lillqvist
parent 873cf2b53e
commit 4156006c89
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-11-13 Tor Lillqvist <tml@novell.com>
* gimp-zip.in: Drop the timestamp from the zip file names. Add the
.pc files to the developer package.
2007-11-13 Michael Natterer <mitch@gimp.org> 2007-11-13 Michael Natterer <mitch@gimp.org>
Enable brush scaling for smudge (but only before, not while Enable brush scaling for smudge (but only before, not while

View file

@ -3,8 +3,8 @@
# Build zipfiles for GIMP on Win32: separate runtime and developer # Build zipfiles for GIMP on Win32: separate runtime and developer
# packages. # packages.
ZIP=/tmp/gimp-@GIMP_VERSION@-`date +%Y%m%d`.zip ZIP=/tmp/gimp-@GIMP_VERSION@.zip
DEVZIP=/tmp/gimp-dev-@GIMP_VERSION@-`date +%Y%m%d`.zip DEVZIP=/tmp/gimp-dev-@GIMP_VERSION@.zip
cd @prefix@ cd @prefix@
@ -63,3 +63,5 @@ lib/gimpwidgets.def
include/gimp-@GIMP_API_VERSION@ include/gimp-@GIMP_API_VERSION@
man/man1/gimptool-@GIMP_TOOL_VERSION@.1 man/man1/gimptool-@GIMP_TOOL_VERSION@.1
EOF EOF
zip $DEVZIP lib/pkgconfig/gimp*.pc