[arch-commits] Commit in astroid/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daurnimator daurnimator at gemini.archlinux.org
Wed May 11 14:44:46 UTC 2022


    Date: Wednesday, May 11, 2022 @ 14:44:46
  Author: daurnimator
Revision: 1198322

archrelease: copy trunk to community-x86_64

Added:
  astroid/repos/community-x86_64/PKGBUILD
    (from rev 1198321, astroid/trunk/PKGBUILD)
Deleted:
  astroid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-11 14:44:15 UTC (rev 1198321)
+++ PKGBUILD	2022-05-11 14:44:46 UTC (rev 1198322)
@@ -1,57 +0,0 @@
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-# Contributor: Gaute Hope <eg at gaute.vetsj.com>
-# Contributor: Johannes Heinz <heinzeljo at web.de>
-pkgname=astroid
-pkgver=0.16
-pkgrel=2
-pkgdesc="A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch"
-arch=('x86_64')
-url="https://github.com/astroidmail/astroid"
-license=('GPL3')
-depends=('boost-libs'
-         'gmime3'
-         'gobject-introspection-runtime'
-         'gtkmm3'
-         'libpeas'
-         'libsass'
-         'notmuch'
-         'protobuf'
-         'vte3'
-         'webkit2gtk')
-makedepends=('boost'
-             'cmake'
-             'cmark'
-             'gobject-introspection'
-             'ruby-ronn'
-             'w3m')
-checkdepends=('notmuch-runtime'
-              'xorg-server-xvfb')
-optdepends=('cmark: for markdown to html composition'
-            'emacs: can be used as editor'
-            'gvim: default editor')
-options=('debug')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz")
-sha256sums=('32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  cmake -B build \
-    -DCMAKE_BUILD_TYPE="None" \
-    -DCMAKE_INSTALL_PREFIX="/usr" \
-    -Wno-dev
-  cmake --build build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  cd build
-  xvfb-run ctest --output-on-failure
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" cmake --install build
-}

Copied: astroid/repos/community-x86_64/PKGBUILD (from rev 1198321, astroid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-11 14:44:46 UTC (rev 1198322)
@@ -0,0 +1,57 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Contributor: Gaute Hope <eg at gaute.vetsj.com>
+# Contributor: Johannes Heinz <heinzeljo at web.de>
+pkgname=astroid
+pkgver=0.16
+pkgrel=2
+pkgdesc="A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch"
+arch=('x86_64')
+url="https://github.com/astroidmail/astroid"
+license=('GPL3')
+depends=('boost-libs'
+         'gmime3'
+         'gobject-introspection-runtime'
+         'gtkmm3'
+         'libpeas'
+         'libsass'
+         'notmuch'
+         'protobuf'
+         'vte3'
+         'webkit2gtk')
+makedepends=('boost'
+             'cmake'
+             'cmark'
+             'gobject-introspection'
+             'ruby-ronn'
+             'w3m')
+checkdepends=('notmuch-runtime'
+              'xorg-server-xvfb')
+optdepends=('cmark: for markdown to html composition'
+            'emacs: can be used as editor'
+            'gvim: default editor')
+options=('debug')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/astroidmail/astroid/archive/v${pkgver}.tar.gz")
+sha256sums=('32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  cmake -B build \
+    -DCMAKE_BUILD_TYPE="None" \
+    -DCMAKE_INSTALL_PREFIX="/usr" \
+    -Wno-dev
+  cmake --build build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  cd build
+  xvfb-run ctest --output-on-failure
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" cmake --install build
+}



More information about the arch-commits mailing list