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

Jan Steffens heftig at archlinux.org
Tue Sep 27 14:08:10 UTC 2016


    Date: Tuesday, September 27, 2016 @ 14:08:09
  Author: heftig
Revision: 277047

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 277046, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/gnome-unstable-x86_64/
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 277046, gnome-calendar/trunk/PKGBUILD)

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

Copied: gnome-calendar/repos/gnome-unstable-i686/PKGBUILD (from rev 277046, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-27 14:08:09 UTC (rev 277047)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+pkgver=3.22.0+2+g8d4d7f4
+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=8d4d7f40ac2f6d493f153de1e76484d66e9dffe6
+source=("git://git.gnome.org/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
+  autoreconf -fi
+  ./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 277046, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-27 14:08:09 UTC (rev 277047)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+pkgver=3.22.0+2+g8d4d7f4
+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=8d4d7f40ac2f6d493f153de1e76484d66e9dffe6
+source=("git://git.gnome.org/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
+  autoreconf -fi
+  ./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