Andreas Wacknitz
2024-02-11 e87b834152012532499a5515d2adfe1b68cc653a
rebuild claws-mail

3 files modified
11 ■■■■■ changed files
components/mail/claws-mail/Makefile 4 ●●● patch | view | raw | blame | history
components/mail/claws-mail/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/mail/claws-mail/pkg5 5 ●●●●● patch | view | raw | blame | history
components/mail/claws-mail/Makefile
@@ -20,6 +20,7 @@
COMPONENT_NAME=        claws-mail
COMPONENT_VERSION=    4.2.0
COMPONENT_REVISION=    1
COMPONENT_SUMMARY=    The user-friendly, lightweight, and fast email client
COMPONENT_PROJECT_URL=    https://www.claws-mail.org
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -42,6 +43,7 @@
CPPFLAGS += $(CPPFLAGS.$(BITS))
CONFIGURE_OPTIONS += --disable-dependency-tracking
CONFIGURE_OPTIONS += --disable-fancy-plugin
CONFIGURE_OPTIONS += --disable-ldap
CONFIGURE_OPTIONS += --disable-perl-plugin
@@ -49,7 +51,6 @@
CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += --disable-jpilot
CONFIGURE_OPTIONS += --disable-valgrind
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_ENV += PATH=/usr/bin/$(MACH64):/usr/bin
CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
@@ -84,3 +85,4 @@
REQUIRED_PACKAGES += web/curl
REQUIRED_PACKAGES += x11/library/libice
REQUIRED_PACKAGES += x11/library/libsm
REQUIRED_PACKAGES += x11/library/libx11
components/mail/claws-mail/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/mail/claws-mail/pkg5
@@ -25,10 +25,11 @@
        "system/library/libdbus-glib",
        "web/curl",
        "x11/library/libice",
        "x11/library/libsm"
        "x11/library/libsm",
        "x11/library/libx11"
    ],
    "fmris": [
        "mail/claws-mail"
    ],
    "name": "claws-mail"
}
}