mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
pan: update to 0.148.
Also: - add changelog.
This commit is contained in:
parent
6cf9087447
commit
5171da9a2f
1 changed files with 20 additions and 6 deletions
|
@ -1,15 +1,29 @@
|
|||
# Template file for 'pan'
|
||||
pkgname=pan
|
||||
version=0.146
|
||||
version=0.148
|
||||
revision=1
|
||||
wrksrc="pan-v${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gnutls --with-gtk3 --with-gmime30 --enable-libnotify --enable-gkr"
|
||||
hostmakedepends="gettext pkg-config yelp-tools"
|
||||
makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel"
|
||||
configure_args="--with-gnutls --with-gtk3 --enable-libnotify --enable-gkr"
|
||||
hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool"
|
||||
makedepends="gmime3-devel gnutls-devel gtk+3-devel gtk+-devel libsecret-devel gtkspell3-devel libnotify-devel
|
||||
glib-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Usenet newsreader that's good at both text and binaries"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="GFDL-1.1-or-later, GPL-2.0-only"
|
||||
homepage="http://pan.rebelbase.com"
|
||||
distfiles="http://pan.rebelbase.com/download/releases/${version}/source/pan-${version}.tar.bz2"
|
||||
checksum=a52c28664652ddbd1639faf99cdb93969c3dd3e0e0ddb9a1b24711ab8f684f9d
|
||||
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"
|
||||
checksum=09de1b59407c5c037b01edb11a4611ca702ae250f0d1f30456a103a5f5eb2e85
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" gdk-pixbuf-devel"
|
||||
fi
|
||||
|
||||
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'
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue