Marcel Telka
2024-01-10 9df05d282724a70618a387976d22d86485fde529
geany: drop build dependency on libXevie

4 files modified
11 ■■■■ changed files
components/editor/geany/Makefile 4 ●●● patch | view | raw | blame | history
components/editor/geany/geany.p5m 4 ●●●● patch | view | raw | blame | history
components/editor/geany/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/editor/geany/pkg5 1 ●●●● patch | view | raw | blame | history
components/editor/geany/Makefile
@@ -14,12 +14,11 @@
# Copyright 2020, 2023 Andreas Wacknitz
#
BUILD_BITS= 64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         geany
COMPONENT_VERSION=      2.0
COMPONENT_REVISION=        1
COMPONENT_REVISION=        2
COMPONENT_SUMMARY=      A fast and lightweight IDE
COMPONENT_DESCRIPTION=    Small and fast IDE, which has only a few dependencies from other package (independent on DE)
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -64,7 +63,6 @@
REQUIRED_PACKAGES += x11/library/libxcursor
REQUIRED_PACKAGES += x11/library/libxdamage
REQUIRED_PACKAGES += x11/library/libxdmcp
REQUIRED_PACKAGES += x11/library/libxevie
REQUIRED_PACKAGES += x11/library/libxext
REQUIRED_PACKAGES += x11/library/libxfixes
REQUIRED_PACKAGES += x11/library/libxinerama
components/editor/geany/geany.p5m
@@ -24,10 +24,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
<transform file path=usr/share/applications/.* ->  default restart_fmri svc:/application/desktop-cache/desktop-mime-cache:default>
<transform file path=usr/share/icons/.* -> default restart_fmri svc:/application/desktop-cache/icon-cache:default>
<transform file path=usr/share/locale/([^/]+)(\..+){0,1}(/.+){0,1} -> default facet.locale.%<\1> true>
file path=usr/bin/geany
file path=usr/include/geany/app.h
file path=usr/include/geany/build.h
components/editor/geany/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/editor/geany/pkg5
@@ -28,7 +28,6 @@
        "x11/library/libxcursor",
        "x11/library/libxdamage",
        "x11/library/libxdmcp",
        "x11/library/libxevie",
        "x11/library/libxext",
        "x11/library/libxfixes",
        "x11/library/libxinerama",