summaryrefslogtreecommitdiff
path: root/x11/rofi-calc/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-08-14 05:48:31 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-08-14 05:48:31 +0000
commit1e405904387f0356d831348a4daf1fd114512d5b (patch)
treef57f126c9b78af6b89042ede86a29683b7d20980 /x11/rofi-calc/Makefile
parentbiology/graphlan: Remove the 2.7 limitation on python because it's no longer ... (diff)
x11/rofi-calc: Update to 1.8
From ChangeLog: https://github.com/svenstaro/rofi-calc/blob/v1.8/CHANGELOG.md * Enable qalc's Unicode mode by default * Add -no-unicode option to disable aforementioned unicode support PR: 248637 Submitted by: vidar@karlsen.tech (maintainer)
Notes
Notes: svn path=/head/; revision=544868
Diffstat (limited to 'x11/rofi-calc/Makefile')
-rw-r--r--x11/rofi-calc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/rofi-calc/Makefile b/x11/rofi-calc/Makefile
index c16519729a27..065f3e076139 100644
--- a/x11/rofi-calc/Makefile
+++ b/x11/rofi-calc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rofi-calc
DISTVERSIONPREFIX= v
-DISTVERSION= 1.7
+DISTVERSION= 1.8
CATEGORIES= x11
MAINTAINER= vidar@karlsen.tech
@@ -11,11 +11,11 @@ COMMENT= Do live calculations in rofi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rofi:x11/rofi
BUILD_DEPENDS= rofi:x11/rofi
LIB_DEPENDS= libcairo.so:graphics/cairo \
libglib-2.0.so:devel/glib20 \
libqalculate.so:math/libqalculate
+RUN_DEPENDS= rofi:x11/rofi
USES= autoreconf gettext-runtime libtool pkgconfig
USE_GITHUB= yes
@@ -23,8 +23,8 @@ USE_GITHUB= yes
GH_ACCOUNT= svenstaro
GNU_CONFIGURE= yes
-PLIST_FILES= lib/rofi/calc.so
-
INSTALL_TARGET= install-strip
+PLIST_FILES= lib/rofi/calc.so
+
.include <bsd.port.mk>