Date: Saturday, April 17, 2021 @ 08:55:03
Author: arojas
Revision: 919639
archrelease: copy trunk to community-x86_64
Added:
birdfont/repos/community-x86_64/PKGBUILD
(from rev 919638, birdfont/trunk/PKGBUILD)
Deleted:
birdfont/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-17 08:54:59 UTC (rev 919638)
+++ PKGBUILD 2021-04-17 08:55:03 UTC (rev 919639)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Caleb Maclennan <[email protected]>
-# Contributor: Mohamed Sobh <[email protected]>
-# Contributor: Drew Noel <[email protected]>
-# Contributor: Manuel Hüsers <[email protected]>
-# Contributor: fstirlitz <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-# Contributor: Matej Lach <[email protected]>
-
-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
-}
Copied: birdfont/repos/community-x86_64/PKGBUILD (from rev 919638,
birdfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-17 08:55:03 UTC (rev 919639)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Caleb Maclennan <[email protected]>
+# Contributor: Mohamed Sobh <[email protected]>
+# Contributor: Drew Noel <[email protected]>
+# Contributor: Manuel Hüsers <[email protected]>
+# Contributor: fstirlitz <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Matej Lach <[email protected]>
+
+pkgname=birdfont
+pkgver=2.29.4
+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=('3dc0fca51c2642c43a6f799901bc335116f5db9b4961791f66093701bc5366f9')
+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
+}