summaryrefslogtreecommitdiff
path: root/package/evilwm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-13 20:29:27 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-13 20:30:02 +0100
commitffa5428eb67eb9ad5896fc64157a5246b3dd9211 (patch)
treee405b612ace3b67b8f26ca1919b3e4e07f9ae1a2 /package/evilwm
parentdf894ff3f570536ea1aa3e96a9d063e8f2f7c746 (diff)
evilwm: update to 1.1.1
Diffstat (limited to 'package/evilwm')
-rw-r--r--package/evilwm/Makefile8
-rw-r--r--package/evilwm/patches/patch-Makefile42
2 files changed, 22 insertions, 28 deletions
diff --git a/package/evilwm/Makefile b/package/evilwm/Makefile
index cf5637a45..908bfa3f0 100644
--- a/package/evilwm/Makefile
+++ b/package/evilwm/Makefile
@@ -4,13 +4,13 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= evilwm
-PKG_VERSION:= 1.1.0
+PKG_VERSION:= 1.1.1
PKG_RELEASE:= 1
-PKG_HASH:= cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
+PKG_HASH:= 79589c296a5915ee0bae1d231e8912601fc794d9f0a9cacb6b648ff9a5f2602a
PKG_DESCR:= minimalist window manager
PKG_SECTION:= x11/apps
-PKG_DEPENDS:= libx11 libxext
-PKG_BUILDDEP:= libX11 libXext
+PKG_DEPENDS:= libx11 libxext libxrandr
+PKG_BUILDDEP:= libX11 libXext libXrandr
PKG_URL:= http://www.6809.org.uk/evilwm/
PKG_SITES:= http://www.6809.org.uk/evilwm/
diff --git a/package/evilwm/patches/patch-Makefile b/package/evilwm/patches/patch-Makefile
index 856d88a33..3c24aa646 100644
--- a/package/evilwm/patches/patch-Makefile
+++ b/package/evilwm/patches/patch-Makefile
@@ -1,22 +1,17 @@
---- evilwm-1.1.0.orig/Makefile 2011-07-03 16:14:21.000000000 +0200
-+++ evilwm-1.1.0/Makefile 2011-12-01 06:25:59.048654953 +0100
-@@ -26,9 +26,13 @@ OPT_CPPFLAGS += -DINFOBANNER
- # Uncomment for mouse support. Recommended.
- OPT_CPPFLAGS += -DMOUSE
+--- evilwm-1.1.1.orig/Makefile 2015-07-13 12:19:36.000000000 +0200
++++ evilwm-1.1.1/Makefile 2016-11-10 02:38:08.961425099 +0100
+@@ -17,6 +17,10 @@ desktopfilesdir = $(datarootdir)/applica
+ ############################################################################
+ # Features
-++XROOT ?= /usr/X11R6
++XROOT ?= /usr/X11R6
+OPT_CPPFLAGS += -I$(XROOT)/include
+OPT_LDLIBS += -L$(XROOT)/lib
+
- # Uncomment to support the Xrandr extension (thanks, Yura Semashko).
--OPT_CPPFLAGS += -DRANDR
--OPT_LDLIBS += -lXrandr
-+#OPT_CPPFLAGS += -DRANDR
-+#OPT_LDLIBS += -lXrandr
+ # Uncomment to enable info banner on holding Ctrl+Alt+I.
+ OPT_CPPFLAGS += -DINFOBANNER
- # Uncomment to support shaped windows.
- OPT_CPPFLAGS += -DSHAPE
-@@ -74,10 +78,11 @@ OPT_CPPFLAGS += -DWARP_POINTER
+@@ -71,10 +75,10 @@ OPT_CPPFLAGS += -DVWM
# Build tools
# Change this if you don't use gcc:
@@ -24,18 +19,17 @@
+CC ?= gcc
# Override if desired:
--CFLAGS = -Os -std=c99
-+CFLAGS ?=
-+CFLAGS += -std=c99
+-CFLAGS = -Os
++CFLAGS ?= -Os
WARN = -Wall -W -Wstrict-prototypes -Wpointer-arith -Wcast-align \
-Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings \
-Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls
-@@ -95,7 +100,7 @@ INSTALL = install
- INSTALL_STRIP = -s
+@@ -89,7 +93,7 @@ WARN = -Wall -W -Wstrict-prototypes -Wpo
+
+ # Override INSTALL_STRIP if you don't want a stripped binary
+ INSTALL = install
+-INSTALL_STRIP = -s
++INSTALL_STRIP =
INSTALL_DIR = $(INSTALL) -d -m 0755
INSTALL_FILE = $(INSTALL) -m 0644
--INSTALL_PROGRAM = $(INSTALL) -m 0755 $(INSTALL_STRIP)
-+INSTALL_PROGRAM = $(INSTALL) -m 0755
-
- ############################################################################
- # You shouldn't need to change anything beyond this point
+ INSTALL_PROGRAM = $(INSTALL) -m 0755 $(INSTALL_STRIP)