[arch-commits] Commit in fontforge/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Wed Mar 18 19:34:18 UTC 2020
Date: Wednesday, March 18, 2020 @ 19:34:17
Author: bisson
Revision: 377874
archrelease: copy trunk to extra-x86_64
Added:
fontforge/repos/extra-x86_64/PKGBUILD
(from rev 377873, fontforge/trunk/PKGBUILD)
Deleted:
fontforge/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 19:33:55 UTC (rev 377873)
+++ PKGBUILD 2020-03-18 19:34:17 UTC (rev 377874)
@@ -1,38 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=fontforge
-pkgver=20200314
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='https://fontforge.github.io/'
-arch=('x86_64')
-license=('BSD')
-makedepends=('cmake' 'git' 'python-sphinx')
-depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
- 'potrace' 'woff2' 'gtk3' 'libuninameslist')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('cd190b237353dc3f48ddca7b0b3439da8ec4fcf27911d14cc1ccc76c1a47c861')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- install -d build
- cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_MAINTAINER_TOOLS=TRUE \
- -DENABLE_FONTFORGE_EXTRAS=TRUE \
- -DENABLE_X11=TRUE \
- -DUNIX=TRUE \
- ..
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- cd build
- make DESTDIR="${pkgdir}" install
- install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: fontforge/repos/extra-x86_64/PKGBUILD (from rev 377873, fontforge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 19:34:17 UTC (rev 377874)
@@ -0,0 +1,38 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=fontforge
+pkgver=20200314
+pkgrel=2
+pkgdesc='Outline and bitmap font editor'
+url='https://fontforge.github.io/'
+arch=('x86_64')
+license=('BSD')
+makedepends=('cmake' 'git' 'python-sphinx')
+depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
+ 'potrace' 'woff2' 'gtk3' 'libuninameslist')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('cd190b237353dc3f48ddca7b0b3439da8ec4fcf27911d14cc1ccc76c1a47c861')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ install -d build
+ cd build
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_MAINTAINER_TOOLS=TRUE \
+ -DENABLE_FONTFORGE_EXTRAS=TRUE \
+ -DUNIX=TRUE \
+ ..
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ cd build
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list