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

Felix Yan fyan at archlinux.org
Fri Jun 12 16:05:56 UTC 2015


    Date: Friday, June 12, 2015 @ 18:05:56
  Author: fyan
Revision: 240630

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-12 16:05:43 UTC (rev 240629)
+++ PKGBUILD	2015-06-12 16:05:56 UTC (rev 240630)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-file-desktopentry
-pkgver=0.10
-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)
-sha1sums=('3a46c6aaec6956a0c80ac3ad771dc0cb4b72b219')
-
-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
-}

Copied: perl-file-desktopentry/repos/extra-any/PKGBUILD (from rev 240629, perl-file-desktopentry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-12 16:05:56 UTC (rev 240630)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-desktopentry
+pkgver=0.11
+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)
+sha1sums=('70035d266fba63af6eead5a49285a5ad88e71c0a')
+
+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