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

Jan Steffens heftig at archlinux.org
Wed Apr 5 18:17:47 UTC 2017


    Date: Wednesday, April 5, 2017 @ 18:17:47
  Author: heftig
Revision: 292181

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-calendar/repos/gnome-unstable-i686/
  gnome-calendar/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292180, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/gnome-unstable-x86_64/
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292180, gnome-calendar/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: gnome-calendar/repos/gnome-unstable-i686/PKGBUILD (from rev 292180, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 18:17:47 UTC (rev 292181)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+pkgver=3.24.0+33+g4c7b79b
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
+makedepends=(intltool python gnome-common appstream-glib git)
+groups=(gnome-extra)
+_commit=4c7b79be9c8daf430f13e90c62a1e4bfb25e2152  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292180, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 18:17:47 UTC (rev 292181)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+pkgver=3.24.0+33+g4c7b79b
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
+makedepends=(intltool python gnome-common appstream-glib git)
+groups=(gnome-extra)
+_commit=4c7b79be9c8daf430f13e90c62a1e4bfb25e2152  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list