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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 22 18:14:20 UTC 2021


    Date: Friday, January 22, 2021 @ 18:14:20
  Author: arodseth
Revision: 824750

archrelease: copy trunk to community-x86_64

Added:
  xaos/repos/community-x86_64/PKGBUILD
    (from rev 824749, xaos/trunk/PKGBUILD)
Deleted:
  xaos/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  116 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 57 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 18:14:15 UTC (rev 824749)
+++ PKGBUILD	2021-01-22 18:14:20 UTC (rev 824750)
@@ -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.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:

Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 824749, xaos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 18:14:20 UTC (rev 824750)
@@ -0,0 +1,57 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xaos
+pkgver=4.2.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=632a48b088326a916e7c6f8fdb4a549ddfcbc7c0") # tag: release-4.2.1
+sha256sums=('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"
+}



More information about the arch-commits mailing list