Date: Monday, May 20, 2013 @ 12:50:45
  Author: spupykin
Revision: 91188

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-gnome2-wnck/repos/community-staging-i686/
  perl-gnome2-wnck/repos/community-staging-i686/PKGBUILD
    (from rev 91187, perl-gnome2-wnck/trunk/PKGBUILD)
  perl-gnome2-wnck/repos/community-staging-x86_64/
  perl-gnome2-wnck/repos/community-staging-x86_64/PKGBUILD
    (from rev 91187, perl-gnome2-wnck/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: perl-gnome2-wnck/repos/community-staging-i686/PKGBUILD (from rev 91187, 
perl-gnome2-wnck/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-05-20 10:50:45 UTC (rev 91188)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer Sergej Pupykin <[email protected]>
+# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
+
+pkgname=perl-gnome2-wnck
+pkgver=0.16
+pkgrel=8
+pkgdesc="Perl interface to the Window Navigator Construction Kit"
+arch=('i686' 'x86_64')
+license=("GPL" "PerlArtistic")
+url="http://search.cpan.org/dist/Gnome2-Wnck";
+depends=('gtk2-perl' 'libwnck')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gnome2-Wnck-${pkgver}.tar.gz";)
+md5sums=('439f4569ffd7af96ef1d3feaab23760e')
+
+build() {
+  cd Gnome2-Wnck-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Gnome2-Wnck-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Copied: perl-gnome2-wnck/repos/community-staging-x86_64/PKGBUILD (from rev 
91187, perl-gnome2-wnck/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-20 10:50:45 UTC (rev 91188)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer Sergej Pupykin <[email protected]>
+# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
+
+pkgname=perl-gnome2-wnck
+pkgver=0.16
+pkgrel=8
+pkgdesc="Perl interface to the Window Navigator Construction Kit"
+arch=('i686' 'x86_64')
+license=("GPL" "PerlArtistic")
+url="http://search.cpan.org/dist/Gnome2-Wnck";
+depends=('gtk2-perl' 'libwnck')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gnome2-Wnck-${pkgver}.tar.gz";)
+md5sums=('439f4569ffd7af96ef1d3feaab23760e')
+
+build() {
+  cd Gnome2-Wnck-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Gnome2-Wnck-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Reply via email to