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

Sergej Pupykin spupykin at archlinux.org
Tue Feb 7 14:25:02 UTC 2017


    Date: Tuesday, February 7, 2017 @ 14:25:01
  Author: spupykin
Revision: 210791

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

Added:
  fox-devel/repos/community-i686/PKGBUILD
    (from rev 210790, fox-devel/trunk/PKGBUILD)
  fox-devel/repos/community-x86_64/PKGBUILD
    (from rev 210790, 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	2017-02-07 14:24:41 UTC (rev 210790)
+++ community-i686/PKGBUILD	2017-02-07 14:25:01 UTC (rev 210791)
@@ -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.54
-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=('9e39886ef4c0e9ffa05658cf98a3e0b8')
-
-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 210790, fox-devel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-07 14:25:01 UTC (rev 210791)
@@ -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.57
+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")
+sha256sums=('f4fad81ef62e64eeca4c4c6d66c80e210ac5aed832d68d1ca0356e4d5f503c8d')
+
+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	2017-02-07 14:24:41 UTC (rev 210790)
+++ community-x86_64/PKGBUILD	2017-02-07 14:25:01 UTC (rev 210791)
@@ -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.54
-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=('9e39886ef4c0e9ffa05658cf98a3e0b8')
-
-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 210790, fox-devel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-07 14:25:01 UTC (rev 210791)
@@ -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.57
+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")
+sha256sums=('f4fad81ef62e64eeca4c4c6d66c80e210ac5aed832d68d1ca0356e4d5f503c8d')
+
+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