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

Eric Bélanger eric at nymeria.archlinux.org
Mon Aug 5 21:00:57 UTC 2013


    Date: Monday, August 5, 2013 @ 23:00:57
  Author: eric
Revision: 192101

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-05 21:00:40 UTC (rev 192100)
+++ PKGBUILD	2013-08-05 21:00:57 UTC (rev 192101)
@@ -1,32 +0,0 @@
-# $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}
-}

Copied: perl-file-desktopentry/repos/extra-any/PKGBUILD (from rev 192100, perl-file-desktopentry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-05 21:00:57 UTC (rev 192101)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-file-desktopentry
+pkgver=0.05
+pkgrel=1
+pkgdesc='Object to handle .desktop files'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/File-DesktopEntry/"
+depends=('perl-file-basedir')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-DesktopEntry-$pkgver.tar.gz)
+md5sums=('80075f02aa03a79076154bb6e3e18d9b')
+
+build() {
+  cd File-DesktopEntry-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-DesktopEntry-$pkgver
+  make test
+}
+
+package() {
+  cd File-DesktopEntry-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list