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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Apr 30 10:08:26 UTC 2013


    Date: Tuesday, April 30, 2013 @ 12:08:25
  Author: spupykin
Revision: 89604

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

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

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

Copied: fxdesktop/repos/community-staging-i686/PKGBUILD (from rev 89603, fxdesktop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-30 10:08:25 UTC (rev 89604)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sander Jansen <sander at knology.net>
+
+pkgname=fxdesktop
+pkgver=0.1.12
+pkgrel=7
+pkgdesc="Lightweight Desktop Environment"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fxdesktop/"
+license=('GPL')
+depends=('fox>=1.6.0')
+makedepends=('glu')
+source=(http://archlinux-stuff.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('9489e7369b5e052e0b6836a3b0670832')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # Override default flags
+  export CFLAGS="-Wall -O2 -pipe"
+  export CXXFLAGS="-Wall -O2 -pipe"
+  [ "$CARCH" = "x86_64" ] && (sed -i -e 's|lib64|lib|g' build/config.linux_x86_64)
+  # Compile
+  ./gb --prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  ./gb --package-root=$pkgdir/usr install
+}

Copied: fxdesktop/repos/community-staging-x86_64/PKGBUILD (from rev 89603, fxdesktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-30 10:08:25 UTC (rev 89604)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sander Jansen <sander at knology.net>
+
+pkgname=fxdesktop
+pkgver=0.1.12
+pkgrel=7
+pkgdesc="Lightweight Desktop Environment"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fxdesktop/"
+license=('GPL')
+depends=('fox>=1.6.0')
+makedepends=('glu')
+source=(http://archlinux-stuff.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('9489e7369b5e052e0b6836a3b0670832')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # Override default flags
+  export CFLAGS="-Wall -O2 -pipe"
+  export CXXFLAGS="-Wall -O2 -pipe"
+  [ "$CARCH" = "x86_64" ] && (sed -i -e 's|lib64|lib|g' build/config.linux_x86_64)
+  # Compile
+  ./gb --prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  ./gb --package-root=$pkgdir/usr install
+}




More information about the arch-commits mailing list