Date: Friday, January 6, 2023 @ 18:02:10
Author: heftig
Revision: 466085
archrelease: copy trunk to extra-x86_64
Added:
evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 466083, evolution-data-server/trunk/PKGBUILD)
Deleted:
evolution-data-server/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 172 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 86 insertions(+), 86 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 18:02:04 UTC (rev 466084)
+++ PKGBUILD 2023-01-06 18:02:10 UTC (rev 466085)
@@ -1,86 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=evolution-data-server
-pkgver=3.46.2
-pkgrel=3
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution"
-arch=(x86_64)
-depends=(
- gcr-4
- gnome-online-accounts
- krb5
- libcanberra
- libgweather-4
- libical
- libphonenumber
- nss
- sqlite
- webkit2gtk-4.1
- webkit2gtk-5.0
-)
-makedepends=(
- boost
- cmake
- git
- gobject-introspection
- gperf
- gtk-doc
- ninja
- vala
-)
-provides=(
- libcamel-1.2.so
- libebackend-1.2.so
- libebook-1.2.so
- libebook-contacts-1.2.so
- libecal-2.0.so
- libedata-book-1.2.so
- libedata-cal-2.0.so
- libedataserver-1.2.so
- libedataserverui-1.2.so
- libedataserverui4-1.0.so
-)
-license=(GPL)
-options=(debug)
-_commit=aeaab40a9ec212ed2b82e0ac2ebe1eac0e37d107 # tags/3.46.2^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- local cmake_options=(
- -DCMAKE_INSTALL_PREFIX=/usr
- -DLIBEXEC_INSTALL_DIR=/usr/lib
- -DSYSCONF_INSTALL_DIR=/etc
- -DENABLE_GTK_DOC=ON
- -DENABLE_INTROSPECTION=ON
- -DENABLE_VALA_BINDINGS=ON
- -DWITH_GWEATHER4=ON
- -DWITH_LIBDB=OFF
- -DWITH_PHONENUMBER=ON
- )
-
- cmake -S $pkgname -B build -G Ninja "${cmake_options[@]}"
- cmake --build build
-}
-
-check() {
- cd build
- ctest --output-on-failure --stop-on-failure
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 466083,
evolution-data-server/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-06 18:02:10 UTC (rev 466085)
@@ -0,0 +1,86 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=evolution-data-server
+pkgver=3.46.3
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution"
+arch=(x86_64)
+depends=(
+ gcr-4
+ gnome-online-accounts
+ krb5
+ libcanberra
+ libgweather-4
+ libical
+ libphonenumber
+ nss
+ sqlite
+ webkit2gtk-4.1
+ webkit2gtk-5.0
+)
+makedepends=(
+ boost
+ cmake
+ git
+ gobject-introspection
+ gperf
+ gtk-doc
+ ninja
+ vala
+)
+provides=(
+ libcamel-1.2.so
+ libebackend-1.2.so
+ libebook-1.2.so
+ libebook-contacts-1.2.so
+ libecal-2.0.so
+ libedata-book-1.2.so
+ libedata-cal-2.0.so
+ libedataserver-1.2.so
+ libedataserverui-1.2.so
+ libedataserverui4-1.0.so
+)
+license=(GPL)
+options=(debug)
+_commit=ac9f84b358d13d9b04b63b64434691063787045b # tags/3.46.3^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ local cmake_options=(
+ -DCMAKE_INSTALL_PREFIX=/usr
+ -DLIBEXEC_INSTALL_DIR=/usr/lib
+ -DSYSCONF_INSTALL_DIR=/etc
+ -DENABLE_GTK_DOC=ON
+ -DENABLE_INTROSPECTION=ON
+ -DENABLE_VALA_BINDINGS=ON
+ -DWITH_GWEATHER4=ON
+ -DWITH_LIBDB=OFF
+ -DWITH_PHONENUMBER=ON
+ )
+
+ cmake -S $pkgname -B build -G Ninja "${cmake_options[@]}"
+ cmake --build build
+}
+
+check() {
+ cd build
+ ctest --output-on-failure --stop-on-failure
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
+
+# vim:set sw=2 sts=-1 et: