Andreas Wacknitz
2022-12-16 d22062533fb9444f1bbec8f6bc552a1f297c170c
gnome-commander: switch to 64 bit

4 files modified
50 ■■■■ changed files
components/desktop/gnome2/gnome-commander/Makefile 26 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/gnome-commander.p5m 10 ●●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/manifests/sample-manifest.p5m 13 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/pkg5 1 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/Makefile
@@ -12,42 +12,40 @@
# Copyright (c) 2017 Alexander Pyhalov
#
BUILD_BITS=        32
include ../../../../make-rules/shared-macros.mk
COMPONENT_NAME=        gnome-commander
COMPONENT_MJR_VERSION=    1.10
COMPONENT_MNR_VERSION=    3
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://gcmd.github.io/
COMPONENT_SUMMARY=    gnome commander file manager
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH=    \
    sha256:ef130851058d63194f790bfbba27b6be2b6f2906d923ccec847b9cc595193a2e
COMPONENT_ARCHIVE_HASH= sha256:ef130851058d63194f790bfbba27b6be2b6f2906d923ccec847b9cc595193a2e
COMPONENT_ARCHIVE_URL=    https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        desktop/file-manager/gnome-commander
COMPONENT_CLASSIFICATION=    Desktop (GNOME)/File Managers
COMPONENT_LICENSE_FILE=    COPYING
COMPONENT_LICENSE=    GPLv2
COMPONENT_CLASSIFICATION=    Desktop (GNOME)/File Managers
TEST_TARGET=        $(NO_TESTS)
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
PATH=$(PATH.gnu)
COMPONENT_PREP_ACTION =      (cd $(@D) && autoreconf -fi)
COMPONENT_PREP_ACTION= (cd $(@D) && autoreconf -fi)
COMPONENT_PRE_CONFIGURE_ACTION =      (cp -a $(SOURCE_DIR)/* $(@D))
CONFIGURE_SCRIPT = $(@D)/configure
COMPONENT_PRE_CONFIGURE_ACTION= (cp -a $(SOURCE_DIR)/* $(@D))
CONFIGURE_SCRIPT= $(@D)/configure
CONFIGURE_OPTIONS+=    --sysconfdir=/etc
CONFIGURE_OPTIONS+=    --without-unique
CONFIGURE_OPTIONS += --enable-static=no
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --without-unique
CONFIGURE_ENV+=    PERL=$(PERL)
CONFIGURE_ENV+=    PYTHON=$(PYTHON)
CONFIGURE_ENV += PERL=$(PERL)
CONFIGURE_ENV += PYTHON=$(PYTHON)
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
components/desktop/gnome2/gnome-commander/gnome-commander.p5m
@@ -24,12 +24,10 @@
file path=usr/bin/gcmd-block
file path=usr/bin/gnome-commander
#file path=usr/lib/gnome-commander/libgcmd.a
link path=usr/lib/gnome-commander/libgcmd.so target=libgcmd.so.0.0.0
link path=usr/lib/gnome-commander/libgcmd.so.0 target=libgcmd.so.0.0.0
file path=usr/lib/gnome-commander/libgcmd.so.0.0.0
#file path=usr/lib/gnome-commander/plugins/libfileroller.a
file path=usr/lib/gnome-commander/plugins/libfileroller.so
link path=usr/lib/$(MACH64)/gnome-commander/libgcmd.so target=libgcmd.so.0.0.0
link path=usr/lib/$(MACH64)/gnome-commander/libgcmd.so.0 target=libgcmd.so.0.0.0
file path=usr/lib/$(MACH64)/gnome-commander/libgcmd.so.0.0.0
file path=usr/lib/$(MACH64)/gnome-commander/plugins/libfileroller.so
file path=usr/share/applications/gnome-commander.desktop
file path=usr/share/glib-2.0/schemas/org.gnome.gnome-commander.enums.xml
file path=usr/share/glib-2.0/schemas/org.gnome.gnome-commander.gschema.xml
components/desktop/gnome2/gnome-commander/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2020 <contributor>
# Copyright 2022 <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)
@@ -24,12 +25,10 @@
file path=usr/bin/gcmd-block
file path=usr/bin/gnome-commander
file path=usr/lib/gnome-commander/libgcmd.a
link path=usr/lib/gnome-commander/libgcmd.so target=libgcmd.so.0.0.0
link path=usr/lib/gnome-commander/libgcmd.so.0 target=libgcmd.so.0.0.0
file path=usr/lib/gnome-commander/libgcmd.so.0.0.0
file path=usr/lib/gnome-commander/plugins/libfileroller.a
file path=usr/lib/gnome-commander/plugins/libfileroller.so
link path=usr/lib/$(MACH64)/gnome-commander/libgcmd.so target=libgcmd.so.0.0.0
link path=usr/lib/$(MACH64)/gnome-commander/libgcmd.so.0 target=libgcmd.so.0.0.0
file path=usr/lib/$(MACH64)/gnome-commander/libgcmd.so.0.0.0
file path=usr/lib/$(MACH64)/gnome-commander/plugins/libfileroller.so
file path=usr/share/applications/gnome-commander.desktop
file path=usr/share/glib-2.0/schemas/org.gnome.gnome-commander.enums.xml
file path=usr/share/glib-2.0/schemas/org.gnome.gnome-commander.gschema.xml
components/desktop/gnome2/gnome-commander/pkg5
@@ -10,6 +10,7 @@
        "library/glib2",
        "library/gnome/gnome-vfs",
        "library/libpoppler",
        "shell/ksh93",
        "system/library",
        "system/library/g++-7-runtime",
        "system/library/gcc-7-runtime",