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

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 18:46:06 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:46:06
  Author: arojas
Revision: 1191697

archrelease: copy trunk to community-x86_64

Added:
  modest/repos/community-x86_64/PKGBUILD
    (from rev 1191696, modest/trunk/PKGBUILD)
Deleted:
  modest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:45:55 UTC (rev 1191696)
+++ PKGBUILD	2022-04-28 18:46:06 UTC (rev 1191697)
@@ -1,33 +0,0 @@
-# Maintainer: Robin Broda <robin at broda dot me>
-
-_commit='d021b907517d0be30bd709dc9649bc9b54e4b4f4'
-
-pkgname=modest
-pkgver=0.0.6.${_commit:0:7}
-pkgrel=2
-pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside dependencies'
-arch=('x86_64')
-url='https://github.com/lexborisov/modest'
-license=('LGPL2.1')
-makedepends=('git')
-source=("git+${url}#commit=${_commit}")
-md5sums=('SKIP')
-provides=('mycore' 'mycss' 'myencoding' 'myfont' 'myhtml' 'myunicode' 'myurl')
-
-build() {
-	cd "${pkgname}"
-
-	make CFLAGS="$CFLAGS -Wno-variadic-macros" prefix="/usr"
-}
-
-check() {
-	cd "${pkgname}"
-
-	make test
-}
-
-package() {
-	cd "${pkgname}"
-
-	make DESTDIR="${pkgdir}/" prefix="/usr" install
-}

Copied: modest/repos/community-x86_64/PKGBUILD (from rev 1191696, modest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-28 18:46:06 UTC (rev 1191697)
@@ -0,0 +1,33 @@
+# Maintainer: Robin Broda <robin at broda dot me>
+
+_commit='d021b907517d0be30bd709dc9649bc9b54e4b4f4'
+
+pkgname=modest
+pkgver=0.0.6.${_commit:0:7}
+pkgrel=3
+pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside dependencies'
+arch=('x86_64')
+url='https://github.com/lexborisov/modest'
+license=('LGPL2.1')
+makedepends=('git')
+source=("git+${url}#commit=${_commit}")
+md5sums=('SKIP')
+provides=('mycore' 'mycss' 'myencoding' 'myfont' 'myhtml' 'myunicode' 'myurl')
+
+build() {
+	cd "${pkgname}"
+
+	make CFLAGS="$CFLAGS -Wno-variadic-macros -ffat-lto-objects" prefix="/usr"
+}
+
+check() {
+	cd "${pkgname}"
+
+	make test
+}
+
+package() {
+	cd "${pkgname}"
+
+	make DESTDIR="${pkgdir}/" prefix="/usr" install
+}



More information about the arch-commits mailing list