[arch-commits] Commit in fox-devel/repos (4 files)
Allan McRae
allan at archlinux.org
Sun Dec 6 16:35:40 UTC 2015
Date: Sunday, December 6, 2015 @ 17:35:39
Author: allan
Revision: 148889
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
fox-devel/repos/community-staging-i686/
fox-devel/repos/community-staging-i686/PKGBUILD
(from rev 148888, fox-devel/trunk/PKGBUILD)
fox-devel/repos/community-staging-x86_64/
fox-devel/repos/community-staging-x86_64/PKGBUILD
(from rev 148888, fox-devel/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++
2 files changed, 100 insertions(+)
Copied: fox-devel/repos/community-staging-i686/PKGBUILD (from rev 148888, fox-devel/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:35:39 UTC (rev 148889)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=fox-devel
+pkgver=1.7.52
+pkgrel=2
+pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/"
+license=('LGPL' 'custom')
+depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
+makedepends=('mesa')
+provides=("fox=$pkgver")
+source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
+md5sums=('9a36d2523ba1f3027ceb45a4ed2123e7')
+
+build() {
+ cd fox-$pkgver
+ ./configure --prefix=/usr \
+ --enable-static=no \
+ --enable-release \
+ --with-xft=yes \
+ --with-opengl=yes \
+ --with-xim \
+ --with-xshm \
+ --with-shape \
+ --with-xcursor \
+ --with-xrender \
+ --with-xrandr \
+ --with-xfixes \
+ --with-xinput
+ make
+}
+
+package() {
+ cd fox-$pkgver
+ make DESTDIR="$pkgdir/" install
+
+ # license
+ install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # rename apps to prevent conflicts with fox
+ for _f in `find $pkgdir/usr/bin -type f`; do
+ mv $_f $_f-1.7
+ done;
+ for _f in `find $pkgdir/usr/share/man -type f`; do
+ mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
+ done;
+}
Copied: fox-devel/repos/community-staging-x86_64/PKGBUILD (from rev 148888, fox-devel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 16:35:39 UTC (rev 148889)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=fox-devel
+pkgver=1.7.52
+pkgrel=2
+pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/"
+license=('LGPL' 'custom')
+depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
+makedepends=('mesa')
+provides=("fox=$pkgver")
+source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
+md5sums=('9a36d2523ba1f3027ceb45a4ed2123e7')
+
+build() {
+ cd fox-$pkgver
+ ./configure --prefix=/usr \
+ --enable-static=no \
+ --enable-release \
+ --with-xft=yes \
+ --with-opengl=yes \
+ --with-xim \
+ --with-xshm \
+ --with-shape \
+ --with-xcursor \
+ --with-xrender \
+ --with-xrandr \
+ --with-xfixes \
+ --with-xinput
+ make
+}
+
+package() {
+ cd fox-$pkgver
+ make DESTDIR="$pkgdir/" install
+
+ # license
+ install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # rename apps to prevent conflicts with fox
+ for _f in `find $pkgdir/usr/bin -type f`; do
+ mv $_f $_f-1.7
+ done;
+ for _f in `find $pkgdir/usr/share/man -type f`; do
+ mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
+ done;
+}
More information about the arch-commits
mailing list