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 (c) 2022 Jim Klimov
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= pidgin-save-conv-order
20 COMPONENT_VERSION
= 1.1
21 COMPONENT_PROJECT_URL
= https
://github.com
/kgraefe
/pidgin-save-conv-order
22 COMPONENT_SUMMARY
= Save Conversations Order Messaging plugin for Pidgin
23 COMPONENT_DESCRIPTION
= This plugin saves the order of chats and IMs and restores it the next time you open a conversation
24 COMPONENT_CLASSIFICATION
= org.opensolaris.category
.2008:Applications
/Internet
25 COMPONENT_FMRI
= communication
/im
/pidgin
/$(COMPONENT_NAME
)
26 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
27 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
28 COMPONENT_ARCHIVE_HASH
= \
29 sha256
:5b9e796ed75979594538100fe788eeeed5961c27b8f4cd8bb13f33290b5f6ce8
30 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
31 COMPONENT_LICENSE_FILE
= pidgin-save-conv-order.license
32 COMPONENT_LICENSE
= GPL v2
34 TEST_TARGET
= $(NO_TESTS
)
35 include $(WS_MAKE_RULES
)/common.mk
39 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && \
42 libtoolize
--automake
--copy
--force && \
47 CONFIGURE_OPTIONS
+= --sysconfdir
=/etc
49 CONFIGURE_ENV
+= PERL
=$(PERL
)
50 CONFIGURE_ENV
+= INTLTOOL_PERL
=$(PERL
)
51 CONFIGURE_ENV
+= PYTHON
=$(PYTHON
)
54 REQUIRED_PACKAGES
+= communication
/im
/pidgin
56 # Auto-generated dependencies
57 REQUIRED_PACKAGES
+= library
/glib2
58 REQUIRED_PACKAGES
+= system
/library
59 REQUIRED_PACKAGES
+= library
/desktop
/gtk2