[arch-commits] Commit in orcania/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Jun 8 06:22:00 UTC 2021
Date: Tuesday, June 8, 2021 @ 06:22:00
Author: alucryd
Revision: 958633
archrelease: copy trunk to community-x86_64
Added:
orcania/repos/community-x86_64/PKGBUILD
(from rev 958632, orcania/trunk/PKGBUILD)
Deleted:
orcania/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 06:21:58 UTC (rev 958632)
+++ PKGBUILD 2021-06-08 06:22:00 UTC (rev 958633)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=orcania
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Potluck with different functions for different purposes that can be shared among C programs'
-arch=(x86_64)
-url=https://github.com/babelouest/orcania
-license=(LGPL2.1)
-depends=(
- glibc
-)
-makedepends=(
- cmake
- doxygen
- git
- graphviz
- ninja
-)
-provides=(liborcania.so)
-_tag=57497efe3c886a65acc260bcad954989f03e3764
-source=(git+https://github.com/babelouest/orcania.git#tag=${_tag})
-validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
-b2sums=(SKIP)
-
-pkgver() {
- cd orcania
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cmake -S orcania -B build -G Ninja \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_ORCANIA_DOCUMENTATION=ON
- ninja -C build doc
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
- install -dm 755 "${pkgdir}"/usr/share/doc/orcania
- cp -dr --no-preserve=ownership orcania/doc/html "${pkgdir}"/usr/share/doc/orcania/
-}
-
-# vim: ts=2 sw=2 et:
Copied: orcania/repos/community-x86_64/PKGBUILD (from rev 958632, orcania/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-08 06:22:00 UTC (rev 958633)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=orcania
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='Potluck with different functions for different purposes that can be shared among C programs'
+arch=(x86_64)
+url=https://github.com/babelouest/orcania
+license=(LGPL2.1)
+depends=(
+ glibc
+)
+makedepends=(
+ cmake
+ doxygen
+ git
+ graphviz
+ ninja
+)
+provides=(liborcania.so)
+_tag=9aa964233f2fd06e8730f6c93991343bff07790d
+source=(git+https://github.com/babelouest/orcania.git#tag=${_tag})
+validpgpkeys=(8405B02FCC28EF9744C8F253FE82139440BD22B9) # Nicolas Mora <nicolas at babelouest.org>
+b2sums=(SKIP)
+
+pkgver() {
+ cd orcania
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cmake -S orcania -B build -G Ninja \
+ -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_ORCANIA_DOCUMENTATION=ON
+ ninja -C build doc
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+ install -dm 755 "${pkgdir}"/usr/share/doc/orcania
+ cp -dr --no-preserve=ownership orcania/doc/html "${pkgdir}"/usr/share/doc/orcania/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list