[arch-commits] Commit in discount/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Mar 13 18:14:19 UTC 2022


    Date: Sunday, March 13, 2022 @ 18:14:18
  Author: arojas
Revision: 439578

archrelease: copy trunk to extra-x86_64

Added:
  discount/repos/extra-x86_64/PKGBUILD
    (from rev 439577, discount/trunk/PKGBUILD)
Deleted:
  discount/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 41 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 18:14:09 UTC (rev 439577)
+++ PKGBUILD	2022-03-13 18:14:18 UTC (rev 439578)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor:  Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski dot pl>
-# Contributor: Patrick McCarty <pnorcks at gmail dot com>
-
-pkgname=discount
-pkgver=2.2.7
-pkgrel=1
-pkgdesc='A Markdown implementation written in C'
-arch=(x86_64)
-url="https://www.pell.portland.or.us/~orc/Code/discount/"
-license=('custom:BSD')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/Orc/discount/archive/v$pkgver.tar.gz")
-sha256sums=('72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2')
-depends=(glibc)
-conflicts=(markdown)
-provides=(markdown)
-replaces=(markdown)
-
-prepare() {
-  sed -e 's|FLAGS=\"$AC_CFLAGS -shared\"|FLAGS="$AC_CFLAGS $AC_LDFLAGS -shared"|g' -i $pkgname-$pkgver/configure.inc # Honor system LDFLAGS in libmarkdown
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # fix ldconfig call
-  sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh
-
-  make DESTDIR="$pkgdir" install.everything
-  install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: discount/repos/extra-x86_64/PKGBUILD (from rev 439577, discount/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-13 18:14:18 UTC (rev 439578)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor:  Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski dot pl>
+# Contributor: Patrick McCarty <pnorcks at gmail dot com>
+
+pkgname=discount
+pkgver=2.2.7
+pkgrel=2
+pkgdesc='A Markdown implementation written in C'
+arch=(x86_64)
+url="https://www.pell.portland.or.us/~orc/Code/discount/"
+license=('custom:BSD')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Orc/discount/archive/v$pkgver.tar.gz"
+        discount-ldflags.patch::"https://github.com/Orc/discount/commit/55cea9c5.patch")
+sha256sums=('72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2'
+            '7eced2472fdbe25badc13c35dfd6920b68b5a208889ee031ef0c060c093cc89b')
+depends=(glibc)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../discount-ldflags.patch # Honor system ldflags
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure.sh \
+    --prefix=/usr \
+    --enable-all-features \
+    --with-fenced-code \
+    --github-checkbox \
+    --shared
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # fix ldconfig call
+  sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh
+
+  make DESTDIR="$pkgdir" install.everything
+  install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list