diff --git a/x11/misc/dmenu/actions.py b/x11/misc/dmenu/actions.py index 78737992f3..d340fb4676 100644 --- a/x11/misc/dmenu/actions.py +++ b/x11/misc/dmenu/actions.py @@ -1,13 +1,10 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright 2018 TUBITAK/UEKAE -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def build(): diff --git a/x11/misc/dmenu/files/dmenu-4.7-gentoo.patch b/x11/misc/dmenu/files/dmenu-4.7-gentoo.patch deleted file mode 100644 index 77f5941558..0000000000 --- a/x11/misc/dmenu/files/dmenu-4.7-gentoo.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- a/config.mk -+++ b/config.mk -@@ -5,8 +5,8 @@ - PREFIX = /usr/local - MANPREFIX = ${PREFIX}/share/man - --X11INC = /usr/X11R6/include --X11LIB = /usr/X11R6/lib -+X11INC = -I/usr/X11R6/include -+X11LIB = -L/usr/X11R6/lib - - # Xinerama, comment if you don't want it - XINERAMALIBS = -lXinerama -@@ -14,18 +14,18 @@ - - # freetype - FREETYPELIBS = -lfontconfig -lXft --FREETYPEINC = /usr/include/freetype2 -+FREETYPEINC = -I/usr/include/freetype2 - # OpenBSD (uncomment) - #FREETYPEINC = ${X11INC}/freetype2 - - # includes and libs --INCS = -I${X11INC} -I${FREETYPEINC} --LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -+INCS = ${X11INC} ${FREETYPEINC} -+LIBS = ${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} - - # flags --CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} --CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} --LDFLAGS = -s ${LIBS} -+CPPFLAGS += -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -+CFLAGS += -ansi -pedantic -Wall $(INCS) $(CPPFLAGS) -+LDFLAGS += ${LIBS} - - # compiler and linker - CC = cc diff --git a/x11/misc/dmenu/pspec.xml b/x11/misc/dmenu/pspec.xml index e5b9a98ffe..bbaf2d65e2 100644 --- a/x11/misc/dmenu/pspec.xml +++ b/x11/misc/dmenu/pspec.xml @@ -1,9 +1,9 @@ - + dmenu - http://tools.suckless.org/dmenu/ + https://tools.suckless.org/dmenu/ Ertuğrul Erata ertugrulerata@gmail.com @@ -11,24 +11,26 @@ MIT A dynamic menu for X Dynamic menu is a generic menu for X, originally designed for dwm. It manages huge amounts (up to 10.000 and more) of user defined menu items efficiently - https://dl.suckless.org/tools/dmenu-4.9.tar.gz + https://dl.suckless.org/tools/dmenu-5.4.tar.gz - fontconfig-devel libX11-devel libXft-devel + freetype-devel + fontconfig-devel libXinerama-devel - + dmenu - fontconfig libX11 libXft + freetype + fontconfig libXinerama @@ -38,6 +40,13 @@ + + 2026-02-15 + 5.4 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-25 4.9