Andreas Wacknitz
2024-03-05 42e1111f03e212f99e80fe0496a02da46279ec6e
editres: update to 1.0.9

1 files deleted
4 files modified
42 ■■■■ changed files
components/x11/editres/Makefile 10 ●●●●● patch | view | raw | blame | history
components/x11/editres/editres.license 21 ●●●●● patch | view | raw | blame | history
components/x11/editres/editres.p5m 1 ●●●● patch | view | raw | blame | history
components/x11/editres/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/x11/editres/pkg5 7 ●●●● patch | view | raw | blame | history
components/x11/editres/Makefile
@@ -18,17 +18,19 @@
include $(WS_MAKE_RULES)/x11.mk
COMPONENT_NAME=         editres
COMPONENT_VERSION=      1.0.8
COMPONENT_FMRI=         x11/editres
COMPONENT_VERSION=      1.0.9
COMPONENT_SUMMARY=      editres - dynamic resource editor for Xt applications
COMPONENT_ARCHIVE=        $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz
COMPONENT_ARCHIVE_HASH= sha256:83cf5dffb1883635fd9c6a8dc48ff9e560f6c6d8ce1a0e929d5f409cba18b6f9
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= sha256:cdfc3f7a6f0ecea417af785b1f46469d9c21a3543a765480a3090fd65e3db3c6
COMPONENT_FMRI=         x11/editres
COMPONENT_LICENSE_FILE= COPYING
include $(WS_MAKE_RULES)/common.mk
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += x11/library/libx11
REQUIRED_PACKAGES += x11/library/libxkbfile
REQUIRED_PACKAGES += x11/library/libxmu
REQUIRED_PACKAGES += x11/library/toolkit/libxaw7
REQUIRED_PACKAGES += x11/library/toolkit/libxt
components/x11/editres/editres.license
File was deleted
components/x11/editres/editres.p5m
@@ -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)
components/x11/editres/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2024 <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/editres/pkg5
@@ -1,11 +1,8 @@
{
    "dependencies": [
        "SUNWcs",
        "developer/build/autoconf/xorg-macros",
        "shell/ksh93",
        "system/library",
        "x11/header/x11-protocols",
        "x11/library/libx11",
        "x11/library/libxkbfile",
        "x11/library/libxmu",
        "x11/library/toolkit/libxaw7",
        "x11/library/toolkit/libxt"
@@ -14,4 +11,4 @@
        "x11/editres"
    ],
    "name": "editres"
}
}