Andreas Wacknitz
2023-11-05 138c948786c8f665a568b4ac76ac4cdc06e9a3ca
rebuild cups-pdf & switch to 64 bit

4 files modified
24 ■■■■■ changed files
components/print/cups-pdf/Makefile 19 ●●●●● patch | view | raw | blame | history
components/print/cups-pdf/cups-pdf.p5m 1 ●●●● patch | view | raw | blame | history
components/print/cups-pdf/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/print/cups-pdf/pkg5 1 ●●●● patch | view | raw | blame | history
components/print/cups-pdf/Makefile
@@ -13,36 +13,31 @@
# Copyright 2018 Alexander Pyhalov
#
BUILD_STYLE= justmake
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        cups-pdf
COMPONENT_VERSION=    3.0.1
COMPONENT_FMRI=        print/cups-pdf
COMPONENT_REVISION=    1
COMPONENT_SUMMARY=    Virtual printer for CUPS to produce PDF files
COMPONENT_CLASSIFICATION=System/Printing
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=    https://www.cups-pdf.de/
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)_$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531
COMPONENT_ARCHIVE_URL=    https://www.cups-pdf.de/src/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        print/cups-pdf
COMPONENT_CLASSIFICATION=System/Printing
COMPONENT_LICENSE=    GPLv2
COMPONENT_LICENSE_FILE=    COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/justmake.mk
include $(WS_MAKE_RULES)/ips.mk
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION = (cp $(COMPONENT_DIR)/files/Makefile $(COMPONENT_SRC))
COMPONENT_PREP_ACTION = ( cp $(COMPONENT_DIR)/files/Makefile $(COMPONENT_SRC) )
COMPONENT_BUILD_ENV += CC="$(CC)"
COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
COMPONENT_BUILD_ENV += LDFLAGS="$(LDFLAGS)"
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(NO_TESTS)
# Auto-generated dependencies
REQUIRED_PACKAGES += library/print/cups-libs
components/print/cups-pdf/cups-pdf.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/print/cups-pdf/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <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/cups-pdf/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "library/print/cups-libs",
        "system/library"
    ],