goocanvas1: remove package

This package was added as dependencies of perl-Goo-Canvas[1],
which in turn added as dependencies of gscan2pdf[2].
Now, gscan2pdf moved to perl-GooCanvas2[3].
Let's remove this package.

1: 1c2517e100, (New package: perl-Goo-Canvas-0.06, 2015-07-13)
2: 045572067c, (New package: gscan2pdf-1.3.2, 2015-07-13)
3: c3bd99703b, (gscan2pdf: fix dependencies (switched to gtk3 with 2.0)
   plus patch to detect tesseract-ocr, 2018-03-20)
This commit is contained in:
Đoàn Trần Công Danh 2020-12-26 11:03:14 +07:00
parent 9de6ef674d
commit 83bd77beaa
2 changed files with 0 additions and 31 deletions

View file

@ -1 +0,0 @@
goocanvas1

View file

@ -1,30 +0,0 @@
# Template file for 'goocanvas1'
pkgname=goocanvas1
version=1.0.0
revision=1
wrksrc=goocanvas-${version}
build_style=gnu-configure
maintainer="Orphaned <orphan@voidlinux.org>"
hostmakedepends="pkg-config gobject-introspection glib-devel"
makedepends="gtk+-devel"
license="LGPL-2"
homepage="https://wiki.gnome.org/action/show/Projects/GooCanvas"
short_desc="Canvas widget for GTK+ - Version 1"
distfiles="${GNOME_SITE}/goocanvas/1.0/goocanvas-${version}.tar.bz2"
checksum=1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e
# There's no configure option for disabling gir. And right now, the
# only packages using goocanvas1 need gir, anyway.
nocross=yes
goocanvas1-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
pkg_install() {
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/share/gtk-doc
}
}