Skip to content

Commit

Permalink
mail/astroid: Fix build with protobuf 22+
Browse files Browse the repository at this point in the history
- While I'm here, update manpage location (003a571, r523104)
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent a659f3a commit aba7329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 3 additions & 1 deletion mail/astroid/Makefile
Expand Up @@ -26,11 +26,13 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libsoup-2.4.so:devel/libsoup
RUN_DEPENDS= notmuch:mail/notmuch

USES= cmake compiler:c++14-lang desktop-file-utils gettext-runtime gnome \
USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome \
pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= astroidmail
USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 \
gtkmm30 introspection libsigc++20 pango pangomm vte3

USE_CXXSTD= c++17

.include <bsd.port.mk>
11 changes: 0 additions & 11 deletions mail/astroid/files/patch-CMakeLists.txt

This file was deleted.

2 changes: 1 addition & 1 deletion mail/astroid/pkg-plist
@@ -1,7 +1,6 @@
bin/astroid
lib/astroid/web-extensions/libtvextension.so
lib/girepository-1.0/Astroid-0.2.typelib
man/man1/astroid.1.gz
share/applications/astroid.desktop
%%DATADIR%%/ui/edit-message.glade
%%DATADIR%%/ui/icons/LICENSE
Expand All @@ -26,3 +25,4 @@ share/applications/astroid.desktop
share/gir-1.0/Astroid-0.2.gir
share/icons/hicolor/512x512/apps/astroid.png
share/icons/hicolor/scalable/apps/astroid.svg
share/man/man1/astroid.1.gz

0 comments on commit aba7329

Please sign in to comment.