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

Antonio Rojas arojas at archlinux.org
Sun Apr 18 19:57:52 UTC 2021


    Date: Sunday, April 18, 2021 @ 19:57:52
  Author: arojas
Revision: 412880

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 19:57:42 UTC (rev 412879)
+++ PKGBUILD	2021-04-18 19:57:52 UTC (rev 412880)
@@ -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.9
-pkgrel=2
-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=('4a9894d82776437cb2ef16df70bffb52da7b4fd57b52a4f6941430b3b1f9830829f0775fb495411f67393581bda1304b54c9f0031bc3d4ada56d2204900cb268')
-
-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 412879, libical/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-18 19:57:52 UTC (rev 412880)
@@ -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.10
+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=('e32ccaff9b8a501f340567a1221c580023e4ed79918519bfa88aee2c0e8b62f5ea37e10907f2eb6fbd346a57408708a74e30aaf9a57a8d711eae30ddc974ddd0')
+
+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