From 971aedd1f4dfd32d43fecc756b67703f5e683958 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Fri, 6 Oct 2023 19:42:10 +0100 Subject: [PATCH 1/2] purple-plugin-pack: update to 2.8.0. --- srcpkgs/purple-plugin-pack/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/purple-plugin-pack/template b/srcpkgs/purple-plugin-pack/template index 9077b1de40a65..e3b99dfe0d434 100644 --- a/srcpkgs/purple-plugin-pack/template +++ b/srcpkgs/purple-plugin-pack/template @@ -1,13 +1,14 @@ # Template file for 'purple-plugin-pack' pkgname=purple-plugin-pack -version=2.7.0 -revision=5 -build_style=gnu-configure -hostmakedepends="pkg-config intltool python" +version=2.8.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config intltool" makedepends="libpurple-devel pidgin-devel finch-devel" short_desc="Compilation of plugins for the libpurple family of IM clients" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" -homepage="https://bitbucket.org/rekkanoryo/purple-plugin-pack" -distfiles="https://bitbucket.org/rekkanoryo/$pkgname/downloads/$pkgname-$version.tar.bz2" -checksum=2bbcf5e778a33968ba7f2864d2a6cb526a8984be3e4151642a583eee8eafb03c +homepage="https://keep.imfreedom.org/pidgin/purple-plugin-pack" +changelog="https://keep.imfreedom.org/pidgin/purple-plugin-pack/file/tip/ChangeLog" +distfiles="${SOURCEFORGE_SITE}/pidgin/purple%20plugin%20pack/${version}/purple-plugin-pack-${version}.tar.xz" +checksum=82ccde9a7251a75b7e03a3f9a929014d8e008c1b6f46e58638f5f476da3e242d From 70956e1fdfa4cd12b81c58e3099c382502f96f7f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 8 Oct 2023 01:37:31 -0400 Subject: [PATCH 2/2] pidgin: update to 2.14.12. --- srcpkgs/pidgin/template | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/srcpkgs/pidgin/template b/srcpkgs/pidgin/template index 51401d93aa181..751089a62f4c1 100644 --- a/srcpkgs/pidgin/template +++ b/srcpkgs/pidgin/template @@ -1,7 +1,7 @@ # Template file for 'pidgin' pkgname=pidgin -version=2.14.10 -revision=2 +version=2.14.12 +revision=1 build_style=gnu-configure configure_args="--disable-schemas-install --disable-meanwhile --enable-cyrus-sasl --disable-doxygen --enable-nm --enable-vv @@ -10,22 +10,21 @@ configure_args="--disable-schemas-install --disable-meanwhile --with-ncurses-headers=${XBPS_CROSS_BASE}/usr/include --with-avahi-client-includes=${XBPS_CROSS_BASE}/usr/include --with-avahi-client-libs=${XBPS_CROSS_BASE}/usr/lib" -short_desc="Multi-protocol instant messaging client" -maintainer="Orphaned " -license="GPL-2.0-or-later" -homepage="https://pidgin.im/" -distfiles="${SOURCEFORGE_SITE}/pidgin/pidgin-${version}.tar.bz2" -checksum=454b1b928bc6bcbb183353af30fbfde5595f2245a3423a1a46e6c97a2df22810 -python_version=2 -lib32disabled=yes - hostmakedepends="pkg-config intltool automake libtool gettext gettext-devel glib-devel" makedepends="evolution-data-server-devel libglib-devel gtk+-devel libXext-devel libXScrnSaver-devel gtkspell-devel startup-notification-devel ncurses-devel - libxml2-devel gst-plugins-base1-devel libidn-devel python-devel + libxml2-devel gst-plugins-base1-devel libidn-devel python3-devel avahi-glib-libs-devel dbus-glib-devel NetworkManager-devel nss-devel libsasl-devel libSM-devel farstream-devel libgnt-devel" depends="cyrus-sasl-modules gst-plugins-good1" +short_desc="Multi-protocol instant messaging client" +maintainer="Orphaned " +license="GPL-2.0-or-later" +homepage="https://pidgin.im/" +distfiles="${SOURCEFORGE_SITE}/pidgin/pidgin-${version}.tar.bz2" +checksum=2b05246be208605edbb93ae9edc079583d449e2a9710db6d348d17f59020a4b7 +python_version=3 +lib32disabled=yes CFLAGS="-Wno-deprecated-declarations"