[arch-commits] Commit in fox-devel/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Feb 26 12:25:59 UTC 2018


    Date: Monday, February 26, 2018 @ 12:25:58
  Author: spupykin
Revision: 298272

archrelease: copy trunk to community-x86_64

Added:
  fox-devel/repos/community-x86_64/PKGBUILD
    (from rev 298271, fox-devel/trunk/PKGBUILD)
Deleted:
  fox-devel/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 12:25:11 UTC (rev 298271)
+++ PKGBUILD	2018-02-26 12:25:58 UTC (rev 298272)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=fox-devel
-pkgver=1.7.61
-pkgrel=2
-pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
-arch=('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")
-sha512sums=('d7e02b881818682df19a4c60b48d9d58fc50dc97409e75d2eac5556c56ad996613a16d63804042e4fdd76b5d0d38cfc538e3ca6fab464968da8d4d71ec46aff1')
-
-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 files to prevent conflicts with fox
-  for _binary in `find "${pkgdir}"/usr/bin -type f`; do
-    mv ${_binary} "${_binary}-devel"
-  done;
-  for _man in `find "${pkgdir}"/usr/share/man -type f`; do
-    mv ${_man} "$(dirname ${_man})/$(basename ${_man})-devel.1"
-  done;
-}

Copied: fox-devel/repos/community-x86_64/PKGBUILD (from rev 298271, fox-devel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-26 12:25:58 UTC (rev 298272)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=fox-devel
+pkgver=1.7.64
+pkgrel=1
+pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
+arch=('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}ftp/fox-${pkgver}.tar.gz")
+sha512sums=('bbab5b11064017b7f2cf3030fc59fd6b991d8b427be7e6cb1577e0144317d73458b822c88f2592e8a7c36dafa82cb41c4ed7c8a880c3953b438d6c53d4a8f16b')
+
+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 files to prevent conflicts with fox
+  for _binary in `find "${pkgdir}"/usr/bin -type f`; do
+    mv ${_binary} "${_binary}-devel"
+  done;
+  for _man in `find "${pkgdir}"/usr/share/man -type f`; do
+    mv ${_man} "$(dirname ${_man})/$(basename ${_man})-devel.1"
+  done;
+}



More information about the arch-commits mailing list