Aurelien Larcher
2022-07-22 c1d740aa676290a538ea9780d328ecbeebcd74f2
gnome-mount: fix build and move to 64-bit
4 files modified
51 ■■■■ changed files
components/desktop/gnome2/gnome-mount/Makefile 42 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-mount/gnome-mount.p5m 3 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-mount/manifests/sample-manifest.p5m 5 ●●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-mount/pkg5 1 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-mount/Makefile
@@ -13,27 +13,28 @@
# Copyright 2014 Alexander Pyhalov.  All rights reserved.
#
BUILD_STYLE=configure
BUILD_BITS=64
include ../../../../make-rules/shared-macros.mk
COMPONENT_NAME= gnome-mount
COMPONENT_VERSION= 0.8
COMPONENT_REVISION= 2
COMPONENT_SUMMARY= Programs for mounting, unmounting and ejecting storage devices
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_NAME=         gnome-mount
COMPONENT_VERSION=      0.8
COMPONENT_REVISION=     3
COMPONENT_SUMMARY=      Programs for mounting, unmounting and ejecting storage devices
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
  sha256:44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2
COMPONENT_ARCHIVE_URL= \
  http://hal.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL= http://hal.freedesktop.org/
COMPONENT_FMRI= gnome/gnome-mount
COMPONENT_CLASSIFICATION = Applications/System Utilities
COMPONENT_LICENSE = GPLv2
COMPONENT_LICENSE_FILE = COPYING
    sha256:44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2
COMPONENT_ARCHIVE_URL=  \
    http://hal.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  http://hal.freedesktop.org/
COMPONENT_FMRI=         gnome/gnome-mount
COMPONENT_CLASSIFICATION=Applications/System Utilities
COMPONENT_LICENSE=      GPLv2
COMPONENT_LICENSE_FILE= COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
TEST_TARGET=$(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
PATH=$(PATH.gnu)
@@ -43,12 +44,7 @@
CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
CONFIGURE_OPTIONS+= --disable-nautilus-extension
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(NO_TESTS)
# Auto-generated dependencies
REQUIRED_PACKAGES += gnome/config/gconf
REQUIRED_PACKAGES += library/desktop/gtk2
REQUIRED_PACKAGES += library/glib2
components/desktop/gnome2/gnome-mount/gnome-mount.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)
@@ -26,7 +27,7 @@
link path=usr/bin/gnome-eject target=gnome-mount
file path=usr/bin/gnome-mount
link path=usr/bin/gnome-umount target=gnome-mount
file path=usr/lib/pkgconfig/gnome-mount.pc
file path=usr/lib/$(MACH64)/pkgconfig/gnome-mount.pc
file path=usr/share/gnome-mount/gnome-mount-properties.glade
file path=usr/share/locale/ar/LC_MESSAGES/gnome-mount.mo
file path=usr/share/locale/be/LC_MESSAGES/gnome-mount.mo
components/desktop/gnome2/gnome-mount/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2017 <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)
@@ -26,7 +27,7 @@
link path=usr/bin/gnome-eject target=/usr/bin/gnome-mount
file path=usr/bin/gnome-mount
link path=usr/bin/gnome-umount target=/usr/bin/gnome-mount
file path=usr/lib/pkgconfig/gnome-mount.pc
file path=usr/lib/$(MACH64)/pkgconfig/gnome-mount.pc
file path=usr/share/gnome-mount/gnome-mount-properties.glade
file path=usr/share/locale/ar/LC_MESSAGES/gnome-mount.mo
file path=usr/share/locale/be/LC_MESSAGES/gnome-mount.mo
components/desktop/gnome2/gnome-mount/pkg5
@@ -7,6 +7,7 @@
        "library/libnotify",
        "library/libsecret",
        "service/hal",
        "shell/ksh93",
        "system/library",
        "system/library/libdbus",
        "system/library/libdbus-glib"