diff options
author | marha <marha@users.sourceforge.net> | 2013-01-31 08:07:51 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-31 08:07:51 +0100 |
commit | 436f8246cd5a377596f6e42e6562da186ef8df48 (patch) | |
tree | a00e72591f276cac16bc0fd65bc263ba89c93c00 /pixman/Makefile.am | |
parent | 69c8cec54b01ed522bf10baf20da70304bac701a (diff) | |
download | vcxsrv-436f8246cd5a377596f6e42e6562da186ef8df48.tar.gz vcxsrv-436f8246cd5a377596f6e42e6562da186ef8df48.tar.bz2 vcxsrv-436f8246cd5a377596f6e42e6562da186ef8df48.zip |
libxtrans mesa pixman xkeyboard-config git update 31 jan 2013
libxtrans: bd53f4c8543faf910a7a151241ee07661b4d57ad
mesa: a527b2192e3cb4a68af927ab405e38181d2fcf75
pixman: 958bd334b3c17f529c80f2eeef4224f45c62f292
xkeyboard-config: 46cfd7a3b5c6b6e00648407bd4c0dd56ae86d65a
Diffstat (limited to 'pixman/Makefile.am')
-rw-r--r-- | pixman/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pixman/Makefile.am b/pixman/Makefile.am index 88ff897be..5137c9ea3 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -10,7 +10,7 @@ snapshot: test -d "$(srcdir)/.git" && distdir=$$distdir-`cd "$(srcdir)" && git rev-parse HEAD | cut -c 1-6`; \ $(MAKE) $(AM_MAKEFLAGS) distdir="$$distdir" dist -GPGKEY=6FF7C1A8 +GPGKEY=3892336E USERNAME=$$USER RELEASE_OR_SNAPSHOT = $$(if test "x$(PIXMAN_VERSION_MINOR)" = "x$$(echo "$(PIXMAN_VERSION_MINOR)/2*2" | bc)" ; then echo release; else echo snapshot; fi) RELEASE_CAIRO_HOST = $(USERNAME)@cairographics.org @@ -121,7 +121,7 @@ release-publish-message: $(HASHFILES) ensure-prev @echo "" @echo "GPG signature:" @echo " $(RELEASE_CAIRO_URL)/$(gpg_file)" - @echo " (signed by `git config --get user.name` <`git config --get user.email`>)" + @echo " (signed by`gpg --list-keys $(GPGKEY) | grep uid | cut -b4- | tr -s " "`)" @echo "" @echo "Git:" @echo " git://git.freedesktop.org/git/pixman" |