mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
lcdproc: Update to 0.5.7
Signed-off-by: Sascha Kilian <sascha@sakisoft.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
77ecb239d3
commit
41a8f7f3cc
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.5.6
|
||||
VER = 0.5.7
|
||||
|
||||
THISAPP = lcdproc-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = df4f5c2c7285eaf6979b9c7768b4877f
|
||||
$(DL_FILE)_MD5 = 2f8e064233ef1d03e98c0b426595750d
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -77,7 +77,6 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/lcdproc-0.5.6-menuitem.patch
|
||||
cd $(DIR_APP) && \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- server/menuitem.c 2012/04/25 19:53:15 1.37
|
||||
+++ server/menuitem.c 2013/01/17 21:27:27 1.38
|
||||
@@ -33,6 +33,8 @@
|
||||
|
||||
#define MAX_NUMERIC_LEN 40
|
||||
|
||||
+extern Menu *main_menu; /* Access to the main menu */
|
||||
+
|
||||
char *error_strs[] = {"", "Out of range", "Too long", "Too short", "Invalid Address"};
|
||||
char *menuitemtypenames[] = {"menu", "action", "checkbox", "ring", "slider", "numeric", "alpha", "ip"};
|
||||
char *menueventtypenames[] = {"select", "update", "plus", "minus", "enter", "leave"};
|
||||
Reference in New Issue
Block a user