[arch-commits] Commit in xaos/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Mar 23 18:12:07 UTC 2020
Date: Monday, March 23, 2020 @ 18:12:06
Author: arodseth
Revision: 603761
archrelease: copy trunk to community-x86_64
Added:
xaos/repos/community-x86_64/PKGBUILD
(from rev 603760, xaos/trunk/PKGBUILD)
Deleted:
xaos/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-23 18:12:00 UTC (rev 603760)
+++ PKGBUILD 2020-03-23 18:12:06 UTC (rev 603761)
@@ -1,50 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xaos
-pkgver=3.7
-pkgrel=1
-pkgdesc='Interactive fractal zoomer'
-arch=(x86_64)
-url='https://xaos-project.github.io/'
-license=(GPL)
-makedepends=(gendesk git)
-depends=(gsl gtk3 libpng)
-options=(!makeflags)
-source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05") # tag: release-3.7
-sha256sums=('SKIP')
-
-prepare() {
- gendesk -f -n \
- --pkgname=XaoS \
- --pkgdesc="$pkgdesc" \
- --exec=xaos \
- --icon=xaos \
- --categories='Application;Graphics'
-}
-
-build() {
- cd XaoS
- ./configure \
- --prefix=/usr \
- --with-long-double=yes \
- --with-mitshm=no \
- --with-pthread=yes \
- --with-png=yes \
- --with-gsl=yes \
- --with-x11-driver=no \
- --with-gtk-driver=yes \
- --with-win32-driver=no \
- --with-aa-driver=yes
- make
-}
-
-package() {
- make -C XaoS DESTDIR="$pkgdir" install
- install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
- "$pkgdir/usr/share/pixmaps/$pkgname.png"
- install -Dm644 XaoS.desktop \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim: ts=2 sw=2 et:
Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 603760, xaos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-23 18:12:06 UTC (rev 603761)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xaos
+pkgver=3.7
+pkgrel=1
+pkgdesc='Interactive fractal zoomer'
+arch=(x86_64)
+url='https://xaos-project.github.io/'
+license=(GPL)
+makedepends=(gendesk git)
+depends=(gsl gtk3)
+#options=(!makeflags)
+source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05") # tag: release-3.7
+md5sums=('SKIP')
+
+prepare() {
+ gendesk -f -n \
+ --pkgname=XaoS \
+ --pkgdesc="$pkgdesc" \
+ --exec=xaos \
+ --icon=xaos \
+ --categories='Application;Graphics'
+}
+
+build() {
+ cd XaoS
+ autoreconf
+ ./configure \
+ --prefix=/usr \
+ --with-long-double=yes \
+ --with-mitshm=no \
+ --with-pthread=yes \
+ --with-png=yes \
+ --with-gsl=yes \
+ --with-x11-driver=no \
+ --with-gtk-driver=yes \
+ --with-win32-driver=no \
+ --with-aa-driver=yes
+ make
+}
+
+package() {
+ make -C XaoS DESTDIR="$pkgdir" install
+ install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
+ "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ install -Dm644 XaoS.desktop \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list