[arch-commits] Commit in fox-devel/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Apr 20 14:05:50 UTC 2015
Date: Monday, April 20, 2015 @ 16:05:50
Author: spupykin
Revision: 131746
archrelease: copy trunk to community-i686, community-x86_64
Added:
fox-devel/repos/community-i686/PKGBUILD
(from rev 131745, fox-devel/trunk/PKGBUILD)
fox-devel/repos/community-x86_64/PKGBUILD
(from rev 131745, fox-devel/trunk/PKGBUILD)
Deleted:
fox-devel/repos/community-i686/PKGBUILD
fox-devel/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 100 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 50 ----------------------
community-x86_64/PKGBUILD | 50 ----------------------
3 files changed, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-20 14:05:36 UTC (rev 131745)
+++ community-i686/PKGBUILD 2015-04-20 14:05:50 UTC (rev 131746)
@@ -1,50 +0,0 @@
-# $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.50
-pkgrel=1
-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=('ab8ef768c5052d5826e939927061a137')
-
-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-i686/PKGBUILD (from rev 131745, fox-devel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 14:05:50 UTC (rev 131746)
@@ -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.51
+pkgrel=1
+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=('571e8fd20a98e615a281fa2e56e76be2')
+
+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;
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-20 14:05:36 UTC (rev 131745)
+++ community-x86_64/PKGBUILD 2015-04-20 14:05:50 UTC (rev 131746)
@@ -1,50 +0,0 @@
-# $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.50
-pkgrel=1
-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=('ab8ef768c5052d5826e939927061a137')
-
-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-x86_64/PKGBUILD (from rev 131745, fox-devel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-20 14:05:50 UTC (rev 131746)
@@ -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.51
+pkgrel=1
+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=('571e8fd20a98e615a281fa2e56e76be2')
+
+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