pan: update to 0.154.

This commit is contained in:
Emil Tomczyk 2023-02-20 22:55:27 +01:00 committed by Leah Neukirchen
parent f0572292b7
commit c70208fa76
1 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'pan' # Template file for 'pan'
pkgname=pan pkgname=pan
version=0.150 version=0.154
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-gnutls --with-gtk3 --enable-libnotify --enable-gkr" configure_args="--with-gnutls --enable-libnotify --enable-gkr"
hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool" hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool"
makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel
glib-devel" glib-devel enchant2-devel"
depends="desktop-file-utils hicolor-icon-theme" depends="desktop-file-utils hicolor-icon-theme"
short_desc="Usenet newsreader that's good at both text and binaries" short_desc="Usenet newsreader that's good at both text and binaries"
maintainer="mobinmob <mobinmob@disroot.org>" maintainer="mobinmob <mobinmob@disroot.org>"
@ -14,15 +14,13 @@ license="GFDL-1.1-or-later, GPL-2.0-only"
homepage="http://pan.rebelbase.com" homepage="http://pan.rebelbase.com"
changelog="https://gitlab.gnome.org/GNOME/pan/-/raw/master/NEWS" changelog="https://gitlab.gnome.org/GNOME/pan/-/raw/master/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/pan/-/archive/v${version}/pan-v${version}.tar.bz2" distfiles="https://gitlab.gnome.org/GNOME/pan/-/archive/v${version}/pan-v${version}.tar.bz2"
checksum=bdce5ee7fa28dcac1be6aa2110dc74cc85a62fb29b17b8ae1644cf4df11fed2f checksum=87721838dfa59f05f5c2c2fec8742606dad13d920f9fa8884497c4513a8d72b9
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" gdk-pixbuf-devel" hostmakedepends+=" gdk-pixbuf-devel"
fi fi
pre_configure() { pre_configure() {
vsed -e 's/enchant/enchant-2/g' -i configure.ac
vsed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i pan/gui/group-prefs-dialog.cc
export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal' export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
} }