perl-Glib: rebuild against perl-5.16.
This commit is contained in:
parent
9b03557fb8
commit
7aefb36ef3
|
@ -1,13 +1,14 @@
|
||||||
# Template build file for 'perl-Glib'.
|
# Template build file for 'perl-Glib'.
|
||||||
pkgname=perl-Glib
|
pkgname=perl-Glib
|
||||||
version=1.242
|
version=1.242
|
||||||
|
revision=1
|
||||||
wrksrc="Glib-$version"
|
wrksrc="Glib-$version"
|
||||||
homepage="http://gtk2-perl.sourceforge.net/"
|
homepage="http://gtk2-perl.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Glib-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gtk2-perl/Glib-$version.tar.gz"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
makedepends="perl-ExtUtils-Depends>=0.300 perl-ExtUtils-PkgConfig>=1.00 glib-devel"
|
makedepends="perl-ExtUtils-Depends>=0.300 perl-ExtUtils-PkgConfig>=1.00 glib-devel"
|
||||||
fulldepends="perl"
|
fulldepends="perl>=5.16"
|
||||||
short_desc="Perl bindings for Glib 2"
|
short_desc="Perl bindings for Glib 2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0ebb78bcb3d10c9564473b084ef2989cf86347c1ba4acd5e55bc6c46b6d08d78
|
checksum=0ebb78bcb3d10c9564473b084ef2989cf86347c1ba4acd5e55bc6c46b6d08d78
|
||||||
|
@ -18,4 +19,3 @@ long_desc="
|
||||||
these libraries are used as the foundation for many of the libraries
|
these libraries are used as the foundation for many of the libraries
|
||||||
that make up the Gnome environment, and are used in many unrelated
|
that make up the Gnome environment, and are used in many unrelated
|
||||||
projects."
|
projects."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue