[arch-commits] Commit in bonzomatic/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Mon Sep 5 15:23:43 UTC 2022
Date: Monday, September 5, 2022 @ 15:23:43
Author: arodseth
Revision: 1293011
archrelease: copy trunk to community-x86_64
Added:
bonzomatic/repos/community-x86_64/PKGBUILD
(from rev 1293010, bonzomatic/trunk/PKGBUILD)
Deleted:
bonzomatic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 15:23:37 UTC (rev 1293010)
+++ PKGBUILD 2022-09-05 15:23:43 UTC (rev 1293011)
@@ -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=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"
-}
Copied: bonzomatic/repos/community-x86_64/PKGBUILD (from rev 1293010, bonzomatic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 15:23:43 UTC (rev 1293011)
@@ -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.20220820
+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=b74363c602614460f2b5ea51b99c5f1096333407") # tag: 2022-08-20
+b2sums=(SKIP)
+
+prepare() {
+ convert "$pkgname/data/unix/icon.png" -resize 128x128 "$srcdir/$pkgname.png"
+}
+
+build() {
+ cmake \
+ -B build \
+ -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+ -D CMAKE_CXX_FLAGS="$CFLAGS -fPIC -w" \
+ -D CMAKE_INSTALL_LIBDIR=lib \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -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