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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Jun 7 09:06:43 UTC 2022


    Date: Tuesday, June 7, 2022 @ 09:06:43
  Author: alerque
Revision: 1228429

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 09:06:34 UTC (rev 1228428)
+++ PKGBUILD	2022-06-07 09:06:43 UTC (rev 1228429)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: 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.30.0
-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=('de376d2356a488b540b4df711c79233c559e4ebdcbc8da7a0be4f93e984745bf')
-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 1228428, birdfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-07 09:06:43 UTC (rev 1228429)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: 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.32.0
+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=('f1d3a73dc2f9080a71c9f14cd603f15ef6c8f826f461cd730e7f4394b2f63bdf')
+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