[arch-commits] Commit in xaos/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Sep 8 10:44:39 UTC 2020
Date: Tuesday, September 8, 2020 @ 10:44:38
Author: arodseth
Revision: 700637
archrelease: copy trunk to community-x86_64
Added:
xaos/repos/community-x86_64/PKGBUILD
(from rev 700636, xaos/trunk/PKGBUILD)
Deleted:
xaos/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 118 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-08 10:44:34 UTC (rev 700636)
+++ PKGBUILD 2020-09-08 10:44:38 UTC (rev 700637)
@@ -1,59 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xaos
-pkgver=4.1
-pkgrel=1
-pkgdesc='Interactive fractal zoomer'
-arch=(x86_64)
-url='https://xaos-project.github.io/'
-license=(GPL2)
-makedepends=(gendesk git qt5-tools)
-depends=(qt5-base)
-source=("git+https://github.com/xaos-project/XaoS#commit=56aca37f47d84ea6f92cc7f6a82195ca29bcecc3") # tag: release-4.1
-md5sums=('SKIP')
-
-prepare() {
- # Add missing include
- sed -i '30i#include <cstdlib>' XaoS/src/util/timers.cpp
-
- # Desktop shortcut
- gendesk -f -n \
- --pkgname=XaoS \
- --pkgdesc="$pkgdesc" \
- --exec=xaos \
- --icon=xaos \
- --categories='Application;Graphics'
-}
-
-build() {
- cd XaoS
- export DEFINES="USE_OPENGL USE_FLOAT128"
- qmake && make
-}
-
-package() {
- cd XaoS
-
- # Executable
- install -Dm755 bin/xaos "$pkgdir/usr/bin/xaos"
-
- # Tutorial and catalogs
- install -d "$pkgdir/usr/share/XaoS/"
- cp -r tutorial catalogs "$pkgdir/usr/share/XaoS"
-
- # Examples
- install -d "$pkgdir/usr/share/XaoS/examples"
- find examples -name "*.xpf" -exec install -Dm644 -t "$pkgdir"/usr/share/XaoS/examples/ {} \;
-
- # Desktop shortcut and icon
- install -Dm644 ../XaoS.desktop \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
- install -Dm644 "src/ui/images/xaosbig.png" \
- "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
- # Man page
- install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
-}
-
-# vim: ts=2 sw=2 et:
Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 700636, xaos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-08 10:44:38 UTC (rev 700637)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xaos
+pkgver=4.2
+pkgrel=1
+pkgdesc='Interactive fractal zoomer'
+arch=(x86_64)
+url='https://xaos-project.github.io/'
+license=(GPL2)
+makedepends=(gendesk git qt5-tools)
+depends=(qt5-base)
+source=("git+https://github.com/xaos-project/XaoS#commit=4cbbb8611a0c5a6f1ca8ef3ddc0c3d37ee69c762") # tag: release-4.2
+md5sums=('SKIP')
+
+prepare() {
+ # Add missing include
+ sed -i '30i#include <cstdlib>' XaoS/src/util/timers.cpp
+
+ # Desktop shortcut
+ gendesk -f -n \
+ --pkgname=XaoS \
+ --pkgdesc="$pkgdesc" \
+ --exec=xaos \
+ --icon=xaos \
+ --categories='Application;Graphics'
+}
+
+build() {
+ cd XaoS
+ export DEFINES="USE_OPENGL USE_FLOAT128"
+ qmake && make
+}
+
+package() {
+ cd XaoS
+
+ # Executable
+ install -Dm755 bin/xaos "$pkgdir/usr/bin/xaos"
+
+ # Tutorial and catalogs
+ install -d "$pkgdir/usr/share/XaoS/"
+ cp -r tutorial catalogs "$pkgdir/usr/share/XaoS"
+
+ # Examples
+ install -d "$pkgdir/usr/share/XaoS/examples"
+ find examples -name "*.xpf" -exec install -Dm644 -t "$pkgdir"/usr/share/XaoS/examples/ {} \;
+
+ # Desktop shortcut and icon
+ install -Dm644 ../XaoS.desktop \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 "src/ui/images/xaosbig.png" \
+ "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+ # Man page
+ install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list