libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / openindiana / openindiana-backgrounds / Makefile
blobb051bdee7bf5f2e2d3ee3367e71629dc96e6e5d1
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 2016 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= openindiana-backgrounds
18 COMPONENT_VERSION= 1.0
19 COMPONENT_REVISION= 2
20 COMPONENT_PROJECT_URL= https://github.com/OpenIndiana/openindiana-backgrounds
21 COMPONENT_SUMMARY= Selection of OpenIndiana backgrounds for the desktop
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:41ba81106998b4e322463590a21b0cd96300703bef07901f40461132bb884adc
26 COMPONENT_ARCHIVE_URL= \
27 https://github.com/OpenIndiana/openindiana-backgrounds/archive/$(COMPONENT_VERSION).tar.gz
28 COMPONENT_FMRI= gnome/theme/background/os-backgrounds
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
30 COMPONENT_LICENSE= BSD
31 COMPONENT_LICENSE_FILE= COPYING
33 include $(WS_MAKE_RULES)/prep.mk
34 include $(WS_MAKE_RULES)/configure.mk
35 include $(WS_MAKE_RULES)/ips.mk
37 PATH=$(PATH.gnu)
39 COMPONENT_PREP_ACTION= (cd $(@D); sh autogen.sh)
41 # common targets
42 build: $(BUILD_32)
44 install: $(INSTALL_32)
46 test: $(NO_TESTS)
48 # Auto-generated contents below. Please manually verify and remove this comment