Andreas Wacknitz
2022-11-14 856c6d7ff320883017b48b0ab8c498a4ab0d8f67
xlsatoms: update to 1.1.4

4 files modified
14 ■■■■■ changed files
components/x11/xlsatoms/Makefile 9 ●●●●● patch | view | raw | blame | history
components/x11/xlsatoms/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/x11/xlsatoms/pkg5 1 ●●●● patch | view | raw | blame | history
components/x11/xlsatoms/xlsatoms.p5m 1 ●●●● patch | view | raw | blame | history
components/x11/xlsatoms/Makefile
@@ -18,13 +18,14 @@
include $(WS_MAKE_RULES)/x11.mk
COMPONENT_NAME=     xlsatoms
COMPONENT_VERSION=  1.1.3
COMPONENT_FMRI=     x11/diagnostic/xlsatoms
COMPONENT_VERSION=  1.1.4
COMPONENT_SUMMARY=  xlsatoms - utility for listing atoms defined on a given X server
COMPONENT_ARCHIVE_HASH= \
  sha256:57868f958c263976727881f3078e55b86b4a109dc578d2b92f5c6d690850a382
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= sha256:f4bfa15f56c066d326a5d5b292646708f25b9247506840b9047cd2687dcc71b7
COMPONENT_FMRI=     x11/diagnostic/xlsatoms
include $(WS_MAKE_RULES)/common.mk
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += x11/library/libxcb
components/x11/xlsatoms/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2018 <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)
components/x11/xlsatoms/pkg5
@@ -2,6 +2,7 @@
    "dependencies": [
        "SUNWcs",
        "developer/build/autoconf/xorg-macros",
        "shell/ksh93",
        "system/library",
        "x11/header/x11-protocols",
        "x11/library/libxcb"
components/x11/xlsatoms/xlsatoms.p5m
@@ -15,6 +15,7 @@
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)