Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goocanvas: update to 3.0.0 #31159

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Expand Up @@ -2371,7 +2371,7 @@ libtbb.so.2 tbb-4.3_1
libtbbmalloc_debug.so.2 tbb-4.3_1
libembree.so.2 embree-2.5.1_1
libgtkimageview.so.0 gtkimageview-1.6.4_1
libgoocanvas-2.0.so.9 goocanvas-2.0.4_1
libgoocanvas-3.0.so.9 goocanvas-3.0.0_1
libp8-platform.so.2 p8-platform-2.1.0.1_1
libOIS.so.1.5.0 ois-1.5_1
libSILLY.so.1 silly-0.1.0_1
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/goocanvas/template
@@ -1,7 +1,7 @@
# Template file for 'goocanvas'
pkgname=goocanvas
version=2.0.4
revision=2
version=3.0.0
revision=1
build_style=gnu-configure
build_helper=gir
hostmakedepends="pkg-config python3 glib-devel"
Expand All @@ -11,7 +11,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/GooCanvas"
distfiles="${GNOME_SITE}/goocanvas/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=c728e2b7d4425ae81b54e1e07a3d3c8a4bd6377a63cffa43006045bceaa92e90
checksum=670a7557fe185c2703a14a07506156eceb7cea3b4bf75076a573f34ac52b401a

build_options=gir
build_options_default=gir
Expand Down
12 changes: 10 additions & 2 deletions srcpkgs/gpredict/template
@@ -1,15 +1,23 @@
# Template file for 'gpredict'
pkgname=gpredict
version=2.2.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="libcurl-devel glib-devel gtk+3-devel goocanvas-devel"
short_desc="Real-time satellite tracking and orbit prediction application"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-2-or-later"
license="GPL-2.0-or-later"
homepage="http://gpredict.oz9aec.net/"
distfiles="https://github.com/csete/gpredict/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=e759c4bae0b17b202a7c0f8281ff016f819b502780d3e77b46fe8767e7498e43
# Check needs to be skipped for a gtk-sat-tree.c related error which is not important for local use.
# Details: https://github.com/void-linux/void-packages/pull/31159#issuecomment-850569764
make_check=no

CFLAGS="-fcommon"

pre_configure() {
# For adapting to goocanvas 3.0
vsed -i "s/goocanvas-2.0/goocanvas-3.0/" configure
}
11 changes: 8 additions & 3 deletions srcpkgs/perl-GooCanvas2/template
@@ -1,16 +1,21 @@
# Template file for 'perl-GooCanvas2'
pkgname=perl-GooCanvas2
version=0.06
revision=2
revision=3
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl-Gtk3"
checkdepends="goocanvas"
depends="${makedepends} goocanvas"
checkdepends="goocanvas"
short_desc="Perl binding for GooCanvas2 widget using Glib::Object::Introspection"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="Artistic-2.0, GPL-1"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/GooCanvas2"
distfiles="https://cpan.metacpan.org/authors/id/P/PE/PERLMAX/${pkgname/perl-/}-${version}.tar.gz"
checksum=e24c87873e19063dd4d5e2c709caacf8c0ae8881044395bb865dc2b4fdd63b50

pre_configure() {
# For adapting to goocanvas 3.0
vsed -i "s/version => '2.0'/version => '3.0'/" lib/GooCanvas2.pm
}