Andreas Wacknitz
2023-11-08 e66b0715122818bda99f5e8aa53b4db7efe410b4
rebuild splix

4 files modified
20 ■■■■ changed files
components/print/splix/Makefile 12 ●●●●● patch | view | raw | blame | history
components/print/splix/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/print/splix/pkg5 4 ●●●● patch | view | raw | blame | history
components/print/splix/splix.p5m 1 ●●●● patch | view | raw | blame | history
components/print/splix/Makefile
@@ -12,15 +12,14 @@
# Copyright 2019 Michal Nowak
#
BUILD_STYLE=        justmake
BUILD_STYLE= justmake
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        splix
COMPONENT_VERSION=    2.0.0
COMPONENT_REVISION=     3
COMPONENT_REVISION=     4
COMPONENT_SUMMARY=    Driver for QPDL/SPL2 printers (Samsung and Xerox printers)
COMPONENT_PROJECT_URL=    http://splix.sourceforge.net
COMPONENT_PROJECT_URL=    https://splix.sourceforge.net
COMPONENT_FMRI=        print/splix
COMPONENT_CLASSIFICATION=    System/Printing
SVN_HASH=  sha256:a66084478869b50549456aa931524804f32674836866395c6dbd75a061768458
@@ -30,9 +29,10 @@
SVN_REPO=        https://svn.code.sf.net/p/splix/code/
SVN_REV=        315
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
PATH=$(PATH.gnu)
PATH= $(PATH.gnu)
COMPONENT_BUILD_ENV = \
    CC=$(CC) CXX=$(CXX) \
@@ -52,8 +52,6 @@
    cd $(@D)/splix; \
    $(GMAKE) $(COMPONENT_INSTALL_ARGS) $(COMPONENT_INSTALL_TARGETS)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
components/print/splix/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2023 <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/print/splix/pkg5
@@ -2,8 +2,8 @@
    "dependencies": [
        "library/print/cups-libs",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/g++-13-runtime",
        "system/library/gcc-13-runtime",
        "system/library/math"
    ],
    "fmris": [
components/print/splix/splix.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)