Michal Nowak
2020-02-19 17e1f791da1174916fc7dbce7643b09e6c662e92
gnome-commander: introduce appdata
1 files deleted
3 files modified
51 ■■■■ changed files
components/desktop/gnome2/gnome-commander/Makefile 16 ●●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/gnome-commander.p5m 1 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/manifests/sample-manifest.p5m 1 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/patches/02-disable-appdata.patch 33 ●●●●● patch | view | raw | blame | history
components/desktop/gnome2/gnome-commander/Makefile
@@ -12,12 +12,15 @@
# 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=    2
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)
@@ -30,9 +33,9 @@
COMPONENT_LICENSE=    GPLv2
COMPONENT_CLASSIFICATION=    Desktop (GNOME)/File Managers
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)
@@ -46,13 +49,6 @@
CONFIGURE_ENV+=    PERL=$(PERL)
CONFIGURE_ENV+=    PYTHON=$(PYTHON)
# common targets
build:        $(BUILD_32)
install:    $(INSTALL_32)
test:        $(NO_TESTS)
# Auto-generated dependencies
REQUIRED_PACKAGES += image/library/exiv2
components/desktop/gnome2/gnome-commander/gnome-commander.p5m
@@ -30,6 +30,7 @@
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
file path=usr/share/appdata/gnome-commander.appdata.xml
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
@@ -30,6 +30,7 @@
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
file path=usr/share/appdata/gnome-commander.appdata.xml
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/patches/02-disable-appdata.patch
File was deleted