[arch-commits] Commit in gnome-todo/repos (4 files)

Jan de Groot jgc at archlinux.org
Sat Apr 22 21:20:44 UTC 2017


    Date: Saturday, April 22, 2017 @ 21:20:44
  Author: jgc
Revision: 293996

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-todo/repos/testing-i686/
  gnome-todo/repos/testing-i686/PKGBUILD
    (from rev 293995, gnome-todo/trunk/PKGBUILD)
  gnome-todo/repos/testing-x86_64/
  gnome-todo/repos/testing-x86_64/PKGBUILD
    (from rev 293995, gnome-todo/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: gnome-todo/repos/testing-i686/PKGBUILD (from rev 293995, gnome-todo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-22 21:20:44 UTC (rev 293996)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-todo
+pkgver=3.22.1+15+g9f9cd9e
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas)
+makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
+optdepends=('python3: Some plugins')
+groups=(gnome-extra)
+_commit=9f9cd9ea58ebc47e3ed2fb59f0e4de629cf2dd0b  # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  CPPFLAGS+=" -O"
+  ./configure --prefix=/usr --disable-maintainer-mode --disable-debug
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make V=1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/testing-x86_64/PKGBUILD (from rev 293995, gnome-todo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-22 21:20:44 UTC (rev 293996)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-todo
+pkgver=3.22.1+15+g9f9cd9e
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas)
+makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
+optdepends=('python3: Some plugins')
+groups=(gnome-extra)
+_commit=9f9cd9ea58ebc47e3ed2fb59f0e4de629cf2dd0b  # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  CPPFLAGS+=" -O"
+  ./configure --prefix=/usr --disable-maintainer-mode --disable-debug
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make V=1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list