[arch-commits] Commit in perl-gtk3-simplelist/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 15:04:21 UTC 2020


    Date: Monday, May 25, 2020 @ 15:04:21
  Author: felixonmars
Revision: 634469

archrelease: copy trunk to community-any

Added:
  perl-gtk3-simplelist/repos/community-any/PKGBUILD
    (from rev 634468, perl-gtk3-simplelist/trunk/PKGBUILD)
Deleted:
  perl-gtk3-simplelist/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:04:04 UTC (rev 634468)
+++ PKGBUILD	2020-05-25 15:04:21 UTC (rev 634469)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-gtk3-simplelist
-_perl_module=Gtk3-SimpleList
-pkgver=0.17
-pkgrel=2
-pkgdesc="Perl interface to the Gtk3's complex MVC list widget"
-arch=('any')
-url="https://metacpan.org/release/${_perl_module}"
-license=('LGPL')
-depends=('perl-gtk3')
-source=("https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('ed201f74a9ff3542b7cc260159e87ca5894c24a5b182a39d6f86bb84669c9053')
-options=('!emptydirs')
-
-build() {
-  cd "${_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_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_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-gtk3-simplelist/repos/community-any/PKGBUILD (from rev 634468, perl-gtk3-simplelist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:04:21 UTC (rev 634469)
@@ -0,0 +1,37 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-gtk3-simplelist
+_perl_module=Gtk3-SimpleList
+pkgver=0.17
+pkgrel=3
+pkgdesc="Perl interface to the Gtk3's complex MVC list widget"
+arch=('any')
+url="https://metacpan.org/release/${_perl_module}"
+license=('LGPL')
+depends=('perl-gtk3')
+source=("https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('ed201f74a9ff3542b7cc260159e87ca5894c24a5b182a39d6f86bb84669c9053')
+options=('!emptydirs')
+
+build() {
+  cd "${_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_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_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
+}



More information about the arch-commits mailing list