aboutsummaryrefslogtreecommitdiff
path: root/math/pantheon-calculator/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2022-05-18 10:51:24 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-05-18 10:54:45 +0000
commit18e22b62edc8c7cf0d8b92c4ae4679248df60814 (patch)
tree85ec68c9535a131d6c4928ed6bbeff655c3666f5 /math/pantheon-calculator/Makefile
parent4b5d1ab262ce4444b97926aa179351fa3017dbb6 (diff)
downloadports-18e22b62edc8c7cf0d8b92c4ae4679248df60814.tar.gz
ports-18e22b62edc8c7cf0d8b92c4ae4679248df60814.zip
math/pantheon-calculator: Update to 2.0.0
- Update to 2.0.0 - Adjust dependencies and patch - Rename to math/elementary-calculator (follow domain name notation, as other ElementaryOS applications) ChangeLog: https://github.com/elementary/calculator/releases/tag/2.0.0 PR: 263941
Diffstat (limited to 'math/pantheon-calculator/Makefile')
-rw-r--r--math/pantheon-calculator/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/math/pantheon-calculator/Makefile b/math/pantheon-calculator/Makefile
deleted file mode 100644
index 3eb461ef488b..000000000000
--- a/math/pantheon-calculator/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= calculator
-PORTVERSION= 1.7.2
-CATEGORIES= math
-PKGNAMEPREFIX= pantheon-
-DIST_SUBDIR= pantheon
-
-MAINTAINER= duchateau.olivier@gmail.com
-COMMENT= Simple calculator written in Vala
-
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BUILD_DEPENDS= valac:lang/vala
-LIB_DEPENDS= libgee-0.8.so:devel/libgee \
- libgranite.so:x11-toolkits/granite \
- libhandy-1.so:x11-toolkits/libhandy
-
-USES= gettext gnome meson pkgconfig python:3.6+,build
-USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
-
-USE_GITHUB= yes
-GH_ACCOUNT= elementary
-
-GLIB_SCHEMAS= io.elementary.calculator.gschema.xml
-
-.include <bsd.port.mk>