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

Balló György bgyorgy at archlinux.org
Sun Mar 14 15:59:00 UTC 2021


    Date: Sunday, March 14, 2021 @ 15:59:00
  Author: bgyorgy
Revision: 891215

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 15:58:52 UTC (rev 891214)
+++ PKGBUILD	2021-03-14 15:59:00 UTC (rev 891215)
@@ -1,33 +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.1
-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://birdfont.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d107802a90b4cc19cb9739ca4ff83b294fee9e294c9306285a37d5c5ee5d4018'
-            'SKIP')
-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 891214, birdfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 15:59:00 UTC (rev 891215)
@@ -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.3
+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=('f0a27d9a764c62c0e301fc5a3d721aeb518117d6990e79cd14b3a2b5b55ce96d')
+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