From be077cfc2ddfccc8b7aec157c0b7841c89ab939c Mon Sep 17 00:00:00 2001 From: Carsten Grzemba Date: Fri, 2 Jan 2026 15:09:48 +0100 Subject: [PATCH] sane-frontend: rebuild for remove unneeded dependency gimp2, update source package location and build recipe --- components/library/sane-frontends/Makefile | 12 ++++++------ .../sane-frontends/manifests/sample-manifest.p5m | 3 ++- components/library/sane-frontends/pkg5 | 4 +--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/components/library/sane-frontends/Makefile b/components/library/sane-frontends/Makefile index b908184ccd9..c97b3a11f9f 100644 --- a/components/library/sane-frontends/Makefile +++ b/components/library/sane-frontends/Makefile @@ -21,18 +21,19 @@ # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. # -BUILD_BITS= 64 +CONFIGURE_DEFAULT_DIRS= pre-2.60 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= sane-frontends COMPONENT_VERSION= 1.0.14 -COMPONENT_REVISION= 2 +COMPONENT_REVISION= 3 COMPONENT_PROJECT_URL= http://www.sane-project.org/ -COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) +COMPONENT_SRC= frontends-RELEASE_$(subst .,_,$(COMPONENT_VERSION)) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:e7839dac1b70b5bb39124615aba8a136f5275d0e78bafd3d52ed76964ffea4a9 -COMPONENT_ARCHIVE_URL= https://fossies.org/linux/misc/old/$(COMPONENT_ARCHIVE) + sha256:fc2269e4c782bf0adcd5df9d61c7e9e7c39108ece37b02965f9fcbacfdf269b1 +COMPONENT_ARCHIVE_URL= \ + https://gitlab.com/sane-project/frontends/-/archive/RELEASE_$(subst .,_,$(COMPONENT_VERSION))/$(COMPONENT_ARCHIVE) TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk @@ -46,7 +47,6 @@ CONFIGURE_OPTIONS += --disable-gtktest CONFIGURE_OPTIONS += --disable-gimptest # Auto-generated dependencies -REQUIRED_PACKAGES += image/editor/gimp REQUIRED_PACKAGES += image/scanner/xsane/sane-backends REQUIRED_PACKAGES += library/desktop/gtk2 REQUIRED_PACKAGES += library/glib2 diff --git a/components/library/sane-frontends/manifests/sample-manifest.p5m b/components/library/sane-frontends/manifests/sample-manifest.p5m index 3f56894c429..aba138cb44a 100644 --- a/components/library/sane-frontends/manifests/sample-manifest.p5m +++ b/components/library/sane-frontends/manifests/sample-manifest.p5m @@ -10,10 +10,11 @@ # # -# Copyright 2016 +# Copyright 2025 # 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) diff --git a/components/library/sane-frontends/pkg5 b/components/library/sane-frontends/pkg5 index 2e00dafaec3..808bf4fc30b 100644 --- a/components/library/sane-frontends/pkg5 +++ b/components/library/sane-frontends/pkg5 @@ -1,7 +1,5 @@ { "dependencies": [ - "SUNWcs", - "image/editor/gimp", "image/scanner/xsane/sane-backends", "library/desktop/gtk2", "library/glib2", @@ -11,4 +9,4 @@ "image/scanner/xsane/sane-frontend" ], "name": "sane-frontends" -} \ No newline at end of file +}