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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 18 12:28:42 UTC 2022


    Date: Tuesday, January 18, 2022 @ 12:28:42
  Author: arojas
Revision: 434672

archrelease: copy trunk to extra-x86_64

Added:
  libical/repos/extra-x86_64/PKGBUILD
    (from rev 434671, libical/trunk/PKGBUILD)
Deleted:
  libical/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-18 12:28:32 UTC (rev 434671)
+++ PKGBUILD	2022-01-18 12:28:42 UTC (rev 434672)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=libical
-pkgver=3.0.12
-pkgrel=1
-pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
-arch=('x86_64')
-url='https://github.com/libical/libical'
-license=('LGPL' 'MPL')
-depends=('glibc' 'glib2' 'icu' 'db' 'libxml2')
-makedepends=('cmake' 'gtk-doc' 'doxygen' 'vala' 'gobject-introspection')
-checkdepends=('python-gobject')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('e97aec11895d4c51fcb1fe32598f5fc23bbffc26274d1f46e74d1b9a365bea65446563224b852d13a763334eab0375e77cabb5ba535d3b2f89b652bbe24b4517')
-
-build() {
-  cmake -H"${pkgname}-${pkgver}" -Bbuild \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DGOBJECT_INTROSPECTION=true \
-    -DICAL_GLIB_VAPI=true \
-    -DSHARED_ONLY=true
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-}

Copied: libical/repos/extra-x86_64/PKGBUILD (from rev 434671, libical/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-18 12:28:42 UTC (rev 434672)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=libical
+pkgver=3.0.13
+pkgrel=1
+pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
+arch=('x86_64')
+url='https://github.com/libical/libical'
+license=('LGPL' 'MPL')
+depends=('glibc' 'glib2' 'icu' 'db' 'libxml2')
+makedepends=('cmake' 'gtk-doc' 'doxygen' 'vala' 'gobject-introspection')
+checkdepends=('python-gobject')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('5fa20aafe9a8f4474bcb035f3520ea415f0469dd260b2a36b153ade56b9fcbe55d4ba3fa18909ed6cc8b72745192af156d7c2f4334ebd7f7fc10e798e67988a6')
+
+build() {
+  cmake -H"${pkgname}-${pkgver}" -Bbuild \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DGOBJECT_INTROSPECTION=true \
+    -DICAL_GLIB_VAPI=true \
+    -DSHARED_ONLY=true
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+}



More information about the arch-commits mailing list