Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions components/library/sane-frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
#

#
# Copyright 2016 <contributor>
# Copyright 2025 <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)
Expand Down
4 changes: 1 addition & 3 deletions components/library/sane-frontends/pkg5
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"dependencies": [
"SUNWcs",
"image/editor/gimp",
"image/scanner/xsane/sane-backends",
"library/desktop/gtk2",
"library/glib2",
Expand All @@ -11,4 +9,4 @@
"image/scanner/xsane/sane-frontend"
],
"name": "sane-frontends"
}
}