2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2021 Gary Mills
13 # Copyright (c) 2014 Alexander Pyhalov
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= terminator
21 COMPONENT_VERSION
= 2.1.1
23 COMPONENT_PROJECT_URL
= https
://gnome-terminator.org
/
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:ee1907bc9bfe03244f6d8074b214ef1638a964b38e21ca2ad4cca993d0c1d31e
27 COMPONENT_ARCHIVE_URL
= https
://github.com
/gnome-terminator
/$(COMPONENT_NAME
)/archive
/refs
/tags/v
$(COMPONENT_VERSION
).
tar.gz
31 # Tests require an X environment
32 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
40 COMPONENT_POST_INSTALL_ACTION
+= \
41 (cd
$(PROTO_DIR
)/usr
/bin
&& \
42 $(MV
) terminator terminator-
$(PYTHON_VERSION
) && \
43 $(MV
) remotinator remotinator-
$(PYTHON_VERSION
) \
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES
+= library
/python
/psutil-39
48 REQUIRED_PACKAGES
+= library
/python
/pygobject-3-39
49 REQUIRED_PACKAGES
+= library
/python
/python-dbus-39
50 REQUIRED_PACKAGES
+= runtime
/python-39