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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 22:33:55 UTC 2022


    Date: Sunday, April 24, 2022 @ 22:33:54
  Author: allan
Revision: 1189658

archrelease: copy trunk to community-x86_64

Added:
  bonzomatic/repos/community-x86_64/PKGBUILD
    (from rev 1189657, bonzomatic/trunk/PKGBUILD)
Deleted:
  bonzomatic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 22:33:37 UTC (rev 1189657)
+++ PKGBUILD	2022-04-24 22:33:54 UTC (rev 1189658)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Robin Broda <robin at broda dot me>
-
-pkgname=bonzomatic
-pkgver=1.0.20210307
-pkgrel=1
-pkgdesc='Live shader coding tool'
-arch=(x86_64)
-url='https://github.com/Gargaj/bonzomatic'
-license=(custom:Unlicense)
-depends=(alsa-lib fontconfig hicolor-icon-theme libglvnd)
-makedepends=(chrpath cmake git glu imagemagick libxcursor libxi libxinerama libxrandr ninja)
-source=("$pkgname::git+$url#commit=59053815ae8f967476e6b68137357ad7f9d8bb3b") # tag: 2021-03-07
-b2sums=(SKIP)
-
-prepare() {
-  convert "$pkgname/data/unix/icon.png" -resize 128x128 "$srcdir/$pkgname.png"
-}
-
-build() {
-  cmake \
-    -B build \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC -w" \
-    -G Ninja \
-    -S $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Fix insecure rpath
-  chrpath -d "$pkgdir/usr/bin/bonzomatic"
-
-  # Package license
-  install -Dm644 $pkgname/LICENSE \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Package desktop icon
-  install -Dm644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: bonzomatic/repos/community-x86_64/PKGBUILD (from rev 1189657, bonzomatic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 22:33:54 UTC (rev 1189658)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Robin Broda <robin at broda dot me>
+
+pkgname=bonzomatic
+pkgver=1.0.20210307
+pkgrel=2
+pkgdesc='Live shader coding tool'
+arch=(x86_64)
+url='https://github.com/Gargaj/bonzomatic'
+license=(custom:Unlicense)
+depends=(alsa-lib fontconfig hicolor-icon-theme libglvnd)
+makedepends=(chrpath cmake git glu imagemagick libxcursor libxi libxinerama libxrandr ninja)
+source=("$pkgname::git+$url#commit=59053815ae8f967476e6b68137357ad7f9d8bb3b") # tag: 2021-03-07
+b2sums=(SKIP)
+
+prepare() {
+  convert "$pkgname/data/unix/icon.png" -resize 128x128 "$srcdir/$pkgname.png"
+}
+
+build() {
+  cmake \
+    -B build \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC -w" \
+    -G Ninja \
+    -S $pkgname
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Fix insecure rpath
+  chrpath -d "$pkgdir/usr/bin/bonzomatic"
+
+  # Package license
+  install -Dm644 $pkgname/LICENSE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Package desktop icon
+  install -Dm644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}



More information about the arch-commits mailing list