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

Jan Steffens heftig at archlinux.org
Sun Sep 15 11:50:08 UTC 2019


    Date: Sunday, September 15, 2019 @ 11:50:08
  Author: heftig
Revision: 362840

archrelease: copy trunk to extra-x86_64

Added:
  gnome-todo/repos/extra-x86_64/PKGBUILD
    (from rev 362839, gnome-todo/trunk/PKGBUILD)
Deleted:
  gnome-todo/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 11:49:57 UTC (rev 362839)
+++ PKGBUILD	2019-09-15 11:50:08 UTC (rev 362840)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-todo
-pkgver=3.28.1+17+gb2ffd8f
-pkgrel=1
-pkgdesc="Task manager for GNOME"
-url="https://wiki.gnome.org/Apps/Todo"
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server libpeas python)
-makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
-groups=(gnome)
-_commit=b2ffd8f7928eae0b0f6931e619c4966fd3e94c85  # gnome-3-28
-source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 6cdabc4dd0c6c804a093b94c269461ce376fed4f  # build fix
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/extra-x86_64/PKGBUILD (from rev 362839, gnome-todo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-15 11:50:08 UTC (rev 362840)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-todo
+pkgver=3.28.1+17+gb2ffd8f
+pkgrel=2
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo"
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas python)
+makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
+groups=(gnome)
+_commit=b2ffd8f7928eae0b0f6931e619c4966fd3e94c85  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 6cdabc4dd0c6c804a093b94c269461ce376fed4f  # build fix
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list