xrandr: update to 1.5.3
[oi-userland.git] / components / desktop / xdg-user-dirs-gtk / Makefile
blob4b10a48ff7eea755c853891936e9f3b953942f09
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) 2015 Alexander Pyhalov
15 BUILD_BITS= 64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xdg-user-dirs-gtk
19 COMPONENT_VERSION= 0.11
20 COMPONENT_PROJECT_URL= https://www.gnome.org
21 COMPONENT_SUMMARY= Tool to help manage user directories
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
24 COMPONENT_ARCHIVE_HASH= sha256:534bd563d3c0e3f8dcbf3578cb8ab0e49d3ba41c966d477c8af9438364121e7d
25 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
26 COMPONENT_CLASSIFICATION= Applications/System Utilities
27 COMPONENT_LICENSE= GPLv2
28 COMPONENT_LICENSE_FILE= COPYING
29 COMPONENT_FMRI= desktop/xdg/xdg-user-dirs-gtk
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 PATH=$(PATH.gnu)
36 CONFIGURE_OPTIONS+= --sysconfdir=/etc
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += library/desktop/gtk3
40 REQUIRED_PACKAGES += library/glib2
41 REQUIRED_PACKAGES += library/xdg/xdg-user-dirs
42 REQUIRED_PACKAGES += system/library