[arch-commits] Commit in perl-file-desktopentry/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Sun Feb 19 00:58:55 UTC 2012


    Date: Saturday, February 18, 2012 @ 19:58:55
  Author: allan
Revision: 150629

archrelease: copy trunk to extra-any

Added:
  perl-file-desktopentry/repos/extra-any/PKGBUILD
    (from rev 150628, perl-file-desktopentry/trunk/PKGBUILD)
Deleted:
  perl-file-desktopentry/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-19 00:57:07 UTC (rev 150628)
+++ PKGBUILD	2012-02-19 00:58:55 UTC (rev 150629)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at archlinux.org>
-
-pkgname=perl-file-desktopentry
-_realname=File-DesktopEntry
-pkgver=0.04
-pkgrel=4
-pkgdesc='Object to handle .desktop files'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl-file-basedir')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-$pkgver.tar.gz)
-md5sums=('fc196bc1a4d6ca84953fee5a9cdaa629')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-desktopentry/repos/extra-any/PKGBUILD (from rev 150628, perl-file-desktopentry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-19 00:58:55 UTC (rev 150629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: kevin <kevin at archlinux.org>
+
+pkgname=perl-file-desktopentry
+_realname=File-DesktopEntry
+pkgver=0.04
+pkgrel=5
+pkgdesc='Object to handle .desktop files'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl-file-basedir')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-$pkgver.tar.gz)
+md5sums=('fc196bc1a4d6ca84953fee5a9cdaa629')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+}




More information about the arch-commits mailing list