equal
deleted
inserted
replaced
27 # This file sets up the standard, default options and base requirements for |
27 # This file sets up the standard, default options and base requirements for |
28 # GNOME userland components. |
28 # GNOME userland components. |
29 # |
29 # |
30 COMPONENT_PROJECT_URL ?= https://www.gnome.org/ |
30 COMPONENT_PROJECT_URL ?= https://www.gnome.org/ |
31 COMPONENT_MAJOR_MINOR ?= $(basename $(COMPONENT_VERSION)) |
31 COMPONENT_MAJOR_MINOR ?= $(basename $(COMPONENT_VERSION)) |
|
32 ifndef COMPONENT_ARCHIVE_OVERRIDE |
32 COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.xz |
33 COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.xz |
|
34 endif |
33 COMPONENT_ARCHIVE_URL ?= https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MAJOR_MINOR)/$(COMPONENT_ARCHIVE) |
35 COMPONENT_ARCHIVE_URL ?= https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MAJOR_MINOR)/$(COMPONENT_ARCHIVE) |
34 COMPONENT_BUGDB ?= gnome/libraries |
36 COMPONENT_BUGDB ?= gnome/libraries |
35 |
37 |
36 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/gnome-incorporation |
38 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/gnome-incorporation |
37 |
39 |