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

Antonio Rojas arojas at archlinux.org
Thu Sep 26 20:18:26 UTC 2019


    Date: Thursday, September 26, 2019 @ 20:18:25
  Author: arojas
Revision: 363477

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-26 20:18:01 UTC (rev 363476)
+++ PKGBUILD	2019-09-26 20:18:25 UTC (rev 363477)
@@ -1,39 +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.5
-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')
-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")
-sha256sums=('483acbf7fee66ca071c2ff8183e46b6f2b3a89e1e866eadf4870eaaa281c8db1')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cmake -H"${pkgname}-${pkgver}" -Bbuild \
-    -DCMAKE_BUILD_TYPE=Plain \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/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 363476, libical/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-26 20:18:25 UTC (rev 363477)
@@ -0,0 +1,38 @@
+# 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.6
+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')
+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")
+sha256sums=('fd2404a3df42390268e9fb804ef9f235e429b6f0da8992a148cbb3614946d99b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cmake -H"${pkgname}-${pkgver}" -Bbuild \
+    -DCMAKE_BUILD_TYPE=Plain \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -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