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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Oct 23 21:00:42 UTC 2021


    Date: Saturday, October 23, 2021 @ 21:00:42
  Author: alerque
Revision: 1032997

archrelease: copy trunk to community-x86_64

Added:
  birdfont/repos/community-x86_64/PKGBUILD
    (from rev 1032996, birdfont/trunk/PKGBUILD)
Deleted:
  birdfont/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-23 21:00:21 UTC (rev 1032996)
+++ PKGBUILD	2021-10-23 21:00:42 UTC (rev 1032997)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Mohamed Sobh <mohamed.alhusieny at gmail.com>
-# Contributor: Drew Noel <drewmnoel at gmail.com>
-# Contributor: Manuel Hüsers <manuel.huesers at uni-ol.de>
-# Contributor: fstirlitz <felix.von.s at posteo.de>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Matej Lach <matej.lach at gmail.com>
-
-pkgname=birdfont
-pkgver=2.29.5
-pkgrel=1
-pkgdesc='Font editor which can generate fonts in TTF, EOT and SVG formats'
-arch=('x86_64')
-url='https://birdfont.org/'
-license=('GPL3')
-depends=('libgee' 'libxmlbird' 'webkit2gtk')
-makedepends=('python' 'vala')
-source=("https://github.com/johanmattssonm/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('f417d4ddc8ea4c695bf5e22f933b00b06615dc3cb198f01a1b1d22b72a4f7ea7')
-validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix /usr --cflags="$CFLAGS" --ldflags="$LDFLAGS"
-  ./build.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./install.py --dest "$pkgdir" --libdir /lib --manpages-directory /share/man/man1
-}

Copied: birdfont/repos/community-x86_64/PKGBUILD (from rev 1032996, birdfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-23 21:00:42 UTC (rev 1032997)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Mohamed Sobh <mohamed.alhusieny at gmail.com>
+# Contributor: Drew Noel <drewmnoel at gmail.com>
+# Contributor: Manuel Hüsers <manuel.huesers at uni-ol.de>
+# Contributor: fstirlitz <felix.von.s at posteo.de>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Matej Lach <matej.lach at gmail.com>
+
+pkgname=birdfont
+pkgver=2.29.6
+pkgrel=1
+pkgdesc='Font editor which can generate fonts in TTF, EOT and SVG formats'
+arch=('x86_64')
+url='https://birdfont.org/'
+license=('GPL3')
+depends=('libgee' 'libxmlbird' 'webkit2gtk')
+makedepends=('python' 'vala')
+source=("https://github.com/johanmattssonm/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5212b57b65b2b20cd343fe4595f4bb381a4c8f40a27c150f7cfc22bc1afe590e')
+validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix /usr --cflags="$CFLAGS" --ldflags="$LDFLAGS"
+  ./build.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./install.py --dest "$pkgdir" --libdir /lib --manpages-directory /share/man/man1
+}



More information about the arch-commits mailing list