Date: Tuesday, May 2, 2023 @ 21:42:50
Author: muflone
Revision: 1455935
archrelease: copy trunk to community-x86_64
Added:
perl-glib-object-introspection/repos/community-x86_64/PKGBUILD
(from rev 1455934, perl-glib-object-introspection/trunk/PKGBUILD)
Deleted:
perl-glib-object-introspection/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 21:42:20 UTC (rev 1455934)
+++ PKGBUILD 2023-05-02 21:42:50 UTC (rev 1455935)
@@ -1,42 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Brian Bidulock <[email protected]>
-# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_-
com>
-
-pkgname=perl-glib-object-introspection
-_perl_namespace=Glib
-_perl_module=Object-Introspection
-pkgver=0.049
-pkgrel=3
-pkgdesc="Dynamically create Perl language bindings"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
-license=('LGPL')
-makedepends=('gobject-introspection' 'perl-extutils-depends'
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
-depends=('glib-perl' 'gobject-introspection-runtime')
-source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-md5sums=('0d8ab0bf9c4d0a72eb35c16a2ff10d42')
-sha512sums=('fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322')
-options=('!emptydirs')
-
-build() {
- cd "${_perl_namespace}-${_perl_module}-${pkgver}"
- unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
- perl Makefile.PL
- make
-}
-
-check() {
- cd "${_perl_namespace}-${_perl_module}-${pkgver}"
- unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
- export PERL_MM_USE_DEFAULT=1
- make test
-}
-
-package() {
- cd "${_perl_namespace}-${_perl_module}-${pkgver}"
- unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
- make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
- # Delete unuseful files
- find "${pkgdir}" -name '.packlist' -delete
-}
Copied: perl-glib-object-introspection/repos/community-x86_64/PKGBUILD (from
rev 1455934, perl-glib-object-introspection/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 21:42:50 UTC (rev 1455935)
@@ -0,0 +1,41 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Brian Bidulock <[email protected]>
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_-
com>
+
+pkgname=perl-glib-object-introspection
+_perl_namespace=Glib
+_perl_module=Object-Introspection
+pkgver=0.050
+pkgrel=1
+pkgdesc="Dynamically create Perl language bindings"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
+license=('LGPL')
+makedepends=('gobject-introspection' 'perl-extutils-depends'
'perl-extutils-pkgconfig' 'perl-cairo-gobject')
+depends=('glib-perl' 'gobject-introspection-runtime')
+source=("https://cpan.metacpan.org/authors/id/X/XA/XAOC/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha512sums=('3939a7d96800416ca4e52bf263b5b84dde0a5dbe5ed636dc6668ee005c1f018e5988f8e0ba059165f966a05b5efc992391ae0de991e87b9118fab92ee39f97f4')
+options=('!emptydirs')
+
+build() {
+ cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+ unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+ perl Makefile.PL
+ make
+}
+
+check() {
+ cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+ unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+ export PERL_MM_USE_DEFAULT=1
+ make test
+}
+
+package() {
+ cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+ unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+ make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+ # Delete unuseful files
+ find "${pkgdir}" -name '.packlist' -delete
+}