Skip to content

Commit

Permalink
libxext: bump to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher authored and pyhalov committed Mar 18, 2019
1 parent 0b9f8b6 commit 3b6e165
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions components/x11/libXext/Makefile
Expand Up @@ -12,27 +12,26 @@
#
# Copyright 2015 Alexander Pyhalov
#
BUILD_BITS=64_and_32

include ../../../make-rules/shared-macros.mk
include $(WS_MAKE_RULES)/x11.mk

COMPONENT_NAME= libXext
COMPONENT_VERSION= 1.3.3
COMPONENT_VERSION= 1.3.4
COMPONENT_FMRI = x11/library/libxext
COMPONENT_CLASSIFICATION = System/X11
COMPONENT_SUMMARY= libXext - X11 protocol common extensions client library
COMPONENT_PROJECT_URL= $(XORG_PROJECT_URL)
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= \
sha256:b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35
COMPONENT_ARCHIVE_URL= \
http://xorg.freedesktop.org/archive/individual/lib/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = http://xorg.freedesktop.org
COMPONENT_FMRI = x11/library/libxext
COMPONENT_CLASSIFICATION = System/X11
sha256:59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b
COMPONENT_ARCHIVE_URL= $(XORG_LIB_BASE_URL)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE = MIT
COMPONENT_LICENSE_FILE = COPYING

include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/configure.mk
include $(WS_TOP)/make-rules/ips.mk
include $(WS_MAKE_RULES)/common.mk

CPPFLAGS += -DSUNSOFT

Expand All @@ -50,10 +49,6 @@ COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
CONFIGURE_ENV += LIB_MAN_SUFFIX=3xext
CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"

build: $(BUILD_32_and_64)

install: $(INSTALL_32_and_64)

# Build dependencies
REQUIRED_PACKAGES += x11/header/xproto
REQUIRED_PACKAGES += x11/header/xextproto
Expand Down

0 comments on commit 3b6e165

Please sign in to comment.