Alexander Pyhalov
2016-07-07 f2dd5293725f2e5c0f66e8ebd813ccaf6a37eaaf
commit | author | age
ef08e2 1 #
AP 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.
5 #
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.
9 #
10
11 #
12 # Copyright (c) 2016 Alexander Pyhalov
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=           avant-window-navigator
18 COMPONENT_VERSION=        0.3.2.1
19 COMPONENT_REVISION=       2
20 COMPONENT_PROJECT_URL=    https://launchpad.net/awn
21 COMPONENT_SUMMARY=        Avant Window Navigator - fully customizable dock-like navigator
22 COMPONENT_SRC=            $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE=        $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH=        \
25     sha256:f10d728afcdf35c3f7e6cff57f478114f14d5db4b1c9bdc2dc2e582bcaedc21a
26 COMPONENT_ARCHIVE_URL=        https://launchpad.net/awn/0.2/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
27
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/configure.mk
30 include $(WS_TOP)/make-rules/ips.mk
31
32 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
33
34 CONFIGURE_OPTIONS+=        --sysconfdir=/etc
35 CONFIGURE_OPTIONS+=        --with-desktop=gnome
36
37 CONFIGURE_ENV+=    PYTHON=$(PYTHON)
38
39 # common targets
40 build:                $(BUILD_32)
41
42 install:             $(INSTALL_32)
43
44 test:            $(NO_TESTS)
45
46 REQUIRED_PACKAGES += SUNWcs
47 REQUIRED_PACKAGES += gnome/config/gconf
48 REQUIRED_PACKAGES += library/desktop/cairo
49 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
50 REQUIRED_PACKAGES += library/desktop/gnome-desktop
51 REQUIRED_PACKAGES += library/desktop/gtk2
52 REQUIRED_PACKAGES += library/desktop/libwnck
53 REQUIRED_PACKAGES += library/glib2
54 REQUIRED_PACKAGES += library/gnome/gnome-vfs
55 REQUIRED_PACKAGES += library/python-2/lxml-27
56 REQUIRED_PACKAGES += library/python/pygobject-27
57 REQUIRED_PACKAGES += library/python/pygtk2-27
58 REQUIRED_PACKAGES += runtime/python-27
59 REQUIRED_PACKAGES += shell/bash
60 REQUIRED_PACKAGES += system/library
61 REQUIRED_PACKAGES += system/library/libdbus-glib
62 REQUIRED_PACKAGES += system/library/math
63 REQUIRED_PACKAGES += x11/library/libx11