aboutsummaryrefslogtreecommitdiff
path: root/x11/pmenu/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-02-05 11:30:44 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-02-05 11:30:44 +0000
commit6539f2a7fb2e9b67f904f5391f4c37b2a70ef19a (patch)
treecccc7cc97ef6401015f635fa37f3a2ecc6765a56 /x11/pmenu/Makefile
parent678a5d8f68b1b464b7036883a3916242c02718ec (diff)
downloadports-6539f2a7fb2e9b67f904f5391f4c37b2a70ef19a.tar.gz
ports-6539f2a7fb2e9b67f904f5391f4c37b2a70ef19a.zip
Update to 2.2.0
With the last release, πmenu now uses XRender to draw anti-aliased graphics (the line separators, and the slices). Also, you do not need xclickroot anymore: with the -r 3 option, pie menu can be run in background (by following it with a &) and it will watch for clicks on the root window. I included this xclickroot functionality into πmenu so it is always loaded, and it does not have the overhead of initiating and drawing stuff.
Notes
Notes: svn path=/head/; revision=564111
Diffstat (limited to 'x11/pmenu/Makefile')
-rw-r--r--x11/pmenu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pmenu/Makefile b/x11/pmenu/Makefile
index 9a382fe1bd80..024c6141db00 100644
--- a/x11/pmenu/Makefile
+++ b/x11/pmenu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pmenu
DISTVERSIONPREFIX= v
-DISTVERSION= 2.1.3
+DISTVERSION= 2.2.0
CATEGORIES= x11
MAINTAINER= 0mp@FreeBSD.org
@@ -17,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= localbase xorg
USE_GITHUB= yes
GH_ACCOUNT= phillbush
-USE_XORG= x11 xext xft xinerama
+USE_XORG= x11 xext xft xinerama xrender
MAKE_ARGS= FREETYPEINC="${LOCALBASE}/include/freetype2" \
PREFIX="${PREFIX}"