Skip to content

Commit

Permalink
libxaw3d: update to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWac authored Aug 28, 2022
1 parent d8f0a38 commit 27adb3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/x11/libXaw3d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ include ../../../make-rules/shared-macros.mk
include $(WS_MAKE_RULES)/x11.mk

COMPONENT_NAME= libXaw3d
COMPONENT_VERSION= 1.6.3
COMPONENT_VERSION= 1.6.4
COMPONENT_FMRI= x11/library/toolkit/libxaw3d
COMPONENT_SUMMARY= libXaw3d - X Athena Widgets library with 3-D styled widgets
COMPONENT_ARCHIVE_HASH= \
sha256:2dba993f04429ec3d7e99341e91bf46be265cc482df25963058c15f1901ec544
COMPONENT_ARCHIVE_EXTENSION= .tar.xz
COMPONENT_ARCHIVE_HASH= sha256:2600df524bc68eb0f25a5a9b28f056f9ad0bfa9336db870c6b4a623992750411

include $(WS_MAKE_RULES)/common.mk

Expand Down
1 change: 1 addition & 0 deletions components/x11/libXaw3d/libXaw3d.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
Expand Down
3 changes: 2 additions & 1 deletion components/x11/libXaw3d/manifests/sample-manifest.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
#

#
# Copyright 2017 <contributor>
# Copyright 2022 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
Expand Down
1 change: 1 addition & 0 deletions components/x11/libXaw3d/pkg5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"dependencies": [
"SUNWcs",
"developer/build/autoconf/xorg-macros",
"shell/ksh93",
"system/library",
"x11/header/x11-protocols",
"x11/library/libx11",
Expand Down

0 comments on commit 27adb3b

Please sign in to comment.