[arch-commits] Commit in xplanet/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Apr 29 13:40:40 UTC 2013


    Date: Monday, April 29, 2013 @ 15:40:40
  Author: spupykin
Revision: 89470

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

Added:
  xplanet/repos/community-staging-i686/
  xplanet/repos/community-staging-i686/PKGBUILD
    (from rev 89469, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-staging-x86_64/
  xplanet/repos/community-staging-x86_64/PKGBUILD
    (from rev 89469, xplanet/trunk/PKGBUILD)

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

Copied: xplanet/repos/community-staging-i686/PKGBUILD (from rev 89469, xplanet/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 13:40:40 UTC (rev 89470)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=xplanet
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="An Xearth wannabe"
+arch=(i686 x86_64)
+url="http://xplanet.sourceforge.net/"
+license=('GPL')
+depends=('pango' 'libungif' 'libtiff' 'libxss')
+source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz)
+md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-freetype
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Copied: xplanet/repos/community-staging-x86_64/PKGBUILD (from rev 89469, xplanet/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 13:40:40 UTC (rev 89470)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=xplanet
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="An Xearth wannabe"
+arch=(i686 x86_64)
+url="http://xplanet.sourceforge.net/"
+license=('GPL')
+depends=('pango' 'libungif' 'libtiff' 'libxss')
+source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz)
+md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-freetype
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}




More information about the arch-commits mailing list