graphics/birdfont: Update to 2.33.4

- Drop compiler and desktop-file-utils from USES

ChangeLog:
https://github.com/johanmattssonm/birdfont/compare/v2.32.3...v2.33.4
This commit is contained in:
Nuno Teixeira 2024-02-18 07:41:56 +00:00
parent dd4fa06244
commit b1a619e9f2
4 changed files with 50 additions and 8 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= birdfont
DISTVERSION= 2.32.3
PORTREVISION= 3
DISTVERSION= 2.33.4
CATEGORIES= graphics x11-fonts
MASTER_SITES= https://birdfont.org/releases/
@ -21,9 +20,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libxmlbird.so:textproc/libxmlbird
USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \
pkgconfig python:build shared-mime-info shebangfix \
sqlite:3 tar:xz vala:build
USES= gettext-tools gnome pkgconfig python:build shared-mime-info \
shebangfix sqlite:3 tar:xz vala:build
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes
SHEBANG_FILES= configure install.py

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663958457
SHA256 (birdfont-2.32.3.tar.xz) = 66c6300d2ee982ceb7e4fdf03d7fcf093b872d7dff22ef7b1e055efaa1728d9c
SIZE (birdfont-2.32.3.tar.xz) = 2569732
TIMESTAMP = 1708200086
SHA256 (birdfont-2.33.4.tar.xz) = 0f688dc24b65bb71a55ba7e36389f847359fabd753bb868f77a6ec4b9c50400e
SIZE (birdfont-2.33.4.tar.xz) = 2542704

View File

@ -0,0 +1,13 @@
Lowering dep to webkit2gtk-4.0
--- configure.orig 2024-02-17 20:04:34 UTC
+++ configure
@@ -78,7 +78,7 @@ def configure(libbgee, valac, pkg_config):
'gio-2.0',
'glib-2.0',
'gtk+-3.0',
- 'webkit2gtk-4.1',
+ 'webkit2gtk-4.0',
'libsoup-2.4',
'libnotify',
'sqlite3',

View File

@ -0,0 +1,31 @@
Lowering dep to webkit2gtk-4.0
--- dodo.py.orig 2024-02-17 20:49:47 UTC
+++ dodo.py
@@ -73,7 +73,7 @@ def make_birdfont(target_binary, deps):
--pkg gio-2.0 \
--pkg cairo \
--pkg gdk-pixbuf-2.0 \
- --pkg webkit2gtk-4.1 \
+ --pkg webkit2gtk-4.0 \
--pkg libnotify \
--pkg xmlbird \
--pkg libbirdfont \
@@ -90,7 +90,7 @@ def make_birdfont(target_binary, deps):
$({pkg-config} --cflags glib-2.0) \
$({pkg-config} --cflags gdk-pixbuf-2.0) \
$({pkg-config} --cflags xmlbird) \
- $({pkg-config} --cflags webkit2gtk-4.1) \
+ $({pkg-config} --cflags webkit2gtk-4.0) \
$({pkg-config} --cflags libnotify) \
-o OBJECT_FILE""".format(**config.SETTINGS)
@@ -104,7 +104,7 @@ def make_birdfont(target_binary, deps):
$({pkg-config} --libs cairo-gobject) \
$({pkg-config} --libs glib-2.0) \
$({pkg-config} --libs gdk-pixbuf-2.0) \
- $({pkg-config} --libs webkit2gtk-4.1) \
+ $({pkg-config} --libs webkit2gtk-4.0) \
$({pkg-config} --libs xmlbird) \
$({pkg-config} --libs libnotify) \
-L./build -L./build/bin -l birdgems \