This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 8f246e3f06ac1933d6a0440aab9c3c7271b8cca8 (commit) via d7b55070f47c8cb9c96b8266cb41aa178612ee98 (commit) from faf914cae28ec95c33cee3b869f55abe8df2727e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8f246e3f06ac1933d6a0440aab9c3c7271b8cca8 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Apr 14 20:24:59 2010 +0200
kbd: Cleanup makefile.
commit d7b55070f47c8cb9c96b8266cb41aa178612ee98 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Apr 14 20:23:17 2010 +0200
kbd: Remove run of autoreconf.
We do not need this, I think.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/kbd/kbd.nm | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-)
Difference in files: diff --git a/pkgs/core/kbd/kbd.nm b/pkgs/core/kbd/kbd.nm index 01457c7..4cad4fa 100644 --- a/pkgs/core/kbd/kbd.nm +++ b/pkgs/core/kbd/kbd.nm @@ -34,8 +34,6 @@ PKG_URL = http://ftp.altlinux.org/pub/people/legion/kbd PKG_LICENSE = GPLv2+ PKG_SUMMARY = Tools for configuring the console (keyboard, virtual terminals, etc.).
-PKG_BUILD_DEPS+= autoconf automake - define PKG_DESCRIPTION The kbd package contains tools for managing a Linux \ system's console's behavior, including the keyboard, the screen \ @@ -48,22 +46,13 @@ PKG_OBJECTS += kbd-latsun-fonts.tar.bz2
CONFIGURE_OPTIONS += --datadir=/lib/kbd
-############################################################################### -# Installation Details -############################################################################### - define STAGE_PREPARE_CMDS # Adding our own fonts cd $(DIR_APP) && $(DO_EXTRACT) $(DIR_DL)/kbd-latsun-fonts.tar.bz2 cd $(DIR_APP) && $(DO_EXTRACT) $(DIR_DL)/kbd-latarcyrheb-16-fixed.tar.bz2 - - cd $(DIR_APP) && autoreconf --force --install - cd $(DIR_APP) && sed -i "s/ifdef OPTIONAL_PROGS/ifeq ($$(OPTIONAL_PROGS),yes)/" man/Makefile.in endef
-define STAGE_INSTALL - cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) - +define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/bin mv -v $(BUILDROOT)/usr/bin/{kbd_mode,loadkeys,openvt,setfont} $(BUILDROOT)/bin endef
hooks/post-receive -- IPFire 3.x development tree