[arch-commits] Commit in shhmsg/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Apr 24 17:18:58 UTC 2022
Date: Sunday, April 24, 2022 @ 17:18:58
Author: arojas
Revision: 1189637
archrelease: copy trunk to community-x86_64
Added:
shhmsg/repos/community-x86_64/PKGBUILD
(from rev 1189636, shhmsg/trunk/PKGBUILD)
Deleted:
shhmsg/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-24 17:18:47 UTC (rev 1189636)
+++ PKGBUILD 2022-04-24 17:18:58 UTC (rev 1189637)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=shhmsg
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="Library for displaying messages"
-arch=('x86_64')
-url="https://shh.thathost.com/pub-unix"
-license=('PerlArtistic')
-options=('staticlibs')
-source=($url/files/$pkgname-$pkgver.tar.gz)
-md5sums=('30cab93040d2892539847437b7246b8b')
-
-build() {
- cd $pkgname-$pkgver
-
- make OPTIM="$CFLAGS" dep
- make OPTIM="$CFLAGS"
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
-
- for i in ChangeLog CREDITS INSTALL README; do
- install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
- done
-}
Copied: shhmsg/repos/community-x86_64/PKGBUILD (from rev 1189636, shhmsg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-24 17:18:58 UTC (rev 1189637)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhmsg
+pkgver=1.4.2
+pkgrel=5
+pkgdesc="Library for displaying messages"
+arch=('x86_64')
+url="https://shh.thathost.com/pub-unix"
+license=('PerlArtistic')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('30cab93040d2892539847437b7246b8b')
+
+build() {
+ cd $pkgname-$pkgver
+
+ CFLAGS+=' -ffat-lto-objects'
+ make OPTIM="$CFLAGS" dep
+ make OPTIM="$CFLAGS"
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+
+ for i in ChangeLog CREDITS INSTALL README; do
+ install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+ done
+}
More information about the arch-commits
mailing list