[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-12-16 Thread Jan Steffens via arch-commits
Date: Thursday, December 17, 2020 @ 00:23:21
  Author: heftig
Revision: 404417

3.38.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 23:33:30 UTC (rev 404416)
+++ PKGBUILD2020-12-17 00:23:21 UTC (rev 404417)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.38.1
+pkgver=3.38.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -13,7 +13,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=3ccf609a7865b11248bc21b1dc1d29a174d48c87  # tags/3.38.1^0
+_commit=8514bf7a601ec084ccdb027ba9d4b72775bd2733  # tags/3.38.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-10-03 Thread Jan Steffens via arch-commits
Date: Saturday, October 3, 2020 @ 23:42:42
  Author: heftig
Revision: 397237

3.38.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-03 22:55:54 UTC (rev 397236)
+++ PKGBUILD2020-10-03 23:42:42 UTC (rev 397237)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -13,7 +13,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=dc06fa92e29c8601216ccf4d2a0cc93c61227f26  # tags/3.38.0^0
+_commit=3ccf609a7865b11248bc21b1dc1d29a174d48c87  # tags/3.38.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:00:52
  Author: heftig
Revision: 396778

3.38.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 16:55:30 UTC (rev 396777)
+++ PKGBUILD2020-09-27 17:00:52 UTC (rev 396778)
@@ -1,18 +1,19 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.36.2
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center
+ libdazzle libhandy0)
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=d139216e41f3eb77fe8cc8742970cd20daf69967  # tags/3.36.2^0
+_commit=dc06fa92e29c8601216ccf4d2a0cc93c61227f26  # tags/3.38.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-06-18 Thread Jan Steffens via arch-commits
Date: Thursday, June 18, 2020 @ 16:47:59
  Author: heftig
Revision: 389501

meson

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 16:44:46 UTC (rev 389500)
+++ PKGBUILD2020-06-18 16:47:59 UTC (rev 389501)
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-06-18 Thread Jan Steffens via arch-commits
Date: Thursday, June 18, 2020 @ 16:44:46
  Author: heftig
Revision: 389500

3.36.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 16:43:12 UTC (rev 389499)
+++ PKGBUILD2020-06-18 16:44:46 UTC (rev 389500)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=ec23a9ae05b6a10de27144c9573c0ee220bed770  # tags/3.36.1^0
+_commit=d139216e41f3eb77fe8cc8742970cd20daf69967  # tags/3.36.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-04-16 Thread Jan Steffens via arch-commits
Date: Thursday, April 16, 2020 @ 22:18:05
  Author: heftig
Revision: 380444

3.36.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 19:54:09 UTC (rev 380443)
+++ PKGBUILD2020-04-16 22:18:05 UTC (rev 380444)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=fb2830bbc2fac7d0922fa736788cd3fefb38f111  # tags/3.36.0^0
+_commit=ec23a9ae05b6a10de27144c9573c0ee220bed770  # tags/3.36.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:12
  Author: heftig
Revision: 377042

3.36.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:45:50 UTC (rev 377041)
+++ PKGBUILD2020-03-08 06:46:12 UTC (rev 377042)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.2
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=98881b9071ce39b8704e9b5af4eb1faa064ba3fa  # tags/3.34.2^0
+_commit=fb2830bbc2fac7d0922fa736788cd3fefb38f111  # tags/3.36.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-10-09 Thread Jan Steffens via arch-commits
Date: Wednesday, October 9, 2019 @ 21:18:11
  Author: heftig
Revision: 364296

3.34.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 20:30:30 UTC (rev 364295)
+++ PKGBUILD2019-10-09 21:18:11 UTC (rev 364296)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=ca58f2b4643e6477f4c25b49ed6678b83033cefc  # tags/3.34.1^0
+_commit=98881b9071ce39b8704e9b5af4eb1faa064ba3fa  # tags/3.34.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-10-05 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 16:22:02
  Author: heftig
Revision: 363854

3.34.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 16:00:54 UTC (rev 363853)
+++ PKGBUILD2019-10-05 16:22:02 UTC (rev 363854)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.0+13+gcb14c3f4
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -9,10 +9,10 @@
 arch=(x86_64)
 license=(GPL)
 depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
+makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=cb14c3f46c1b626d1391828b66f11ce19f1f8993  # master
+_commit=ca58f2b4643e6477f4c25b49ed6678b83033cefc  # tags/3.34.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D documentation=true
+  arch-meson $pkgname build
   ninja -C build
 }
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-09-23 Thread Jan Steffens via arch-commits
Date: Monday, September 23, 2019 @ 18:06:55
  Author: heftig
Revision: 363274

3.34.0+13+gcb14c3f4-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 17:47:02 UTC (rev 363273)
+++ PKGBUILD2019-09-23 18:06:55 UTC (rev 363274)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.0
+pkgver=3.34.0+13+gcb14c3f4
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson gtk-doc)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=5b49c4fc467b0f9b25597c188b66e95d7857c5ca  # tags/3.34.0^0
+_commit=cb14c3f46c1b626d1391828b66f11ce19f1f8993  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD null-icaltime.diff)

2019-09-12 Thread Jan Steffens via arch-commits
Date: Thursday, September 12, 2019 @ 22:34:15
  Author: heftig
Revision: 362378

3.34.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD
Deleted:
  gnome-calendar/trunk/null-icaltime.diff

+
 PKGBUILD   |   13 +
 null-icaltime.diff |   14 --
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 22:24:33 UTC (rev 362377)
+++ PKGBUILD2019-09-12 22:34:15 UTC (rev 362378)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.32.2
-pkgrel=2
+pkgver=3.34.0
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
@@ -12,11 +12,9 @@
 makedepends=(python appstream-glib git meson gtk-doc)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=366f6f7aadebcb5bb61dfa6a1416384f90a3a4cd  # tags/3.32.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
-null-icaltime.diff)
-sha256sums=('SKIP'
-'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
+_commit=5b49c4fc467b0f9b25597c188b66e95d7857c5ca  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,7 +23,6 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../null-icaltime.diff
 }
 
 build() {

Deleted: null-icaltime.diff
===
--- null-icaltime.diff  2019-09-12 22:24:33 UTC (rev 362377)
+++ null-icaltime.diff  2019-09-12 22:34:15 UTC (rev 362378)
@@ -1,14 +0,0 @@
-diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index c7646565..8070034c 100644
 i/src/gcal-utils.c
-+++ w/src/gcal-utils.c
-@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
-   GDateTime *dt;
-   GTimeZone *tz;
- 
-+  if (!date)
-+return NULL;
-+
-   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
-   dt = g_date_time_new (tz,
- date->year,


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-05-30 Thread Jan Steffens via arch-commits
Date: Thursday, May 30, 2019 @ 14:27:19
  Author: heftig
Revision: 354526

3.32.2-2: fix docs

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 14:23:51 UTC (rev 354525)
+++ PKGBUILD2019-05-30 14:27:19 UTC (rev 354526)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-calendar
 pkgver=3.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-05-10 Thread Jan Steffens via arch-commits
Date: Friday, May 10, 2019 @ 22:23:45
  Author: heftig
Revision: 352831

3.32.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-10 20:35:20 UTC (rev 352830)
+++ PKGBUILD2019-05-10 22:23:45 UTC (rev 352831)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson gtk-doc)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=f9f46a2f3540b26bebf552bba138ef80f1c03a83  # tags/3.32.1^0
+_commit=366f6f7aadebcb5bb61dfa6a1416384f90a3a4cd  # tags/3.32.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-05-08 Thread Jan Steffens via arch-commits
Date: Wednesday, May 8, 2019 @ 07:31:35
  Author: heftig
Revision: 352769

3.32.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 06:44:24 UTC (rev 352768)
+++ PKGBUILD2019-05-08 07:31:35 UTC (rev 352769)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.32.0+4+g64362206
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson gtk-doc)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=643622069d939529eafb7aa94d95905795e6fb94  # master
+_commit=f9f46a2f3540b26bebf552bba138ef80f1c03a83  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'
@@ -34,7 +34,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 20:17:59
  Author: heftig
Revision: 350784

3.32.0+4+g64362206-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 18:07:30 UTC (rev 350783)
+++ PKGBUILD2019-04-14 20:17:59 UTC (rev 350784)
@@ -2,16 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.32.0+4+g64362206
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
+optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
+_commit=643622069d939529eafb7aa94d95905795e6fb94  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'
@@ -28,9 +29,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
+  arch-meson $pkgname build -D documentation=true
   ninja -C build
 }
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-03-15 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, March 15, 2019 @ 11:32:21
  Author: bpiotrowski
Revision: 348149

3.32.0-2

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 11:31:47 UTC (rev 348148)
+++ PKGBUILD2019-03-15 11:32:21 UTC (rev 348149)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-calendar
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2019-03-14 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 14, 2019 @ 20:35:31
  Author: bpiotrowski
Revision: 348101

3.32.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 20:35:26 UTC (rev 348100)
+++ PKGBUILD2019-03-14 20:35:31 UTC (rev 348101)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.30.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=262dd7e3b03b3eacf3b62c616005119b64e0d35e  # tags/3.30.1^0
+_commit=f1b5d70be3d1cddb2683346834b49b3c74ed77d7  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2018-11-03 Thread Jan Steffens via arch-commits
Date: Saturday, November 3, 2018 @ 09:23:49
  Author: heftig
Revision: 337769

3.30.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-03 09:22:36 UTC (rev 337768)
+++ PKGBUILD2018-11-03 09:23:49 UTC (rev 337769)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=63ed4c48c84291ca70c747d6078090f8263088bf  # tags/3.30.0^0
+_commit=262dd7e3b03b3eacf3b62c616005119b64e0d35e  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2018-09-07 Thread Jan Steffens via arch-commits
Date: Saturday, September 8, 2018 @ 02:02:36
  Author: heftig
Revision: 333902

3.30.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 02:02:21 UTC (rev 333901)
+++ PKGBUILD2018-09-08 02:02:36 UTC (rev 333902)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.28.2
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=c4d1f984758e77787ef97b71fe2dede8477809c2  # tags/3.28.2^0
+_commit=63ed4c48c84291ca70c747d6078090f8263088bf  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'
@@ -28,17 +28,18 @@
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson $pkgname build \
+--buildtype=debugoptimized \
+-D documentation=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: gnome-calendar/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 07:44:33
  Author: heftig
Revision: 323282

3.28.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-02 06:04:20 UTC (rev 323281)
+++ PKGBUILD2018-05-02 07:44:33 UTC (rev 323282)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.28.1
+pkgver=3.28.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=ac37599b49d1471bd898e244b013b3215ebd2885  # tags/3.28.1^0
+_commit=c4d1f984758e77787ef97b71fe2dede8477809c2  # tags/3.28.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:16:11
  Author: heftig
Revision: 321483

3.28.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:16:08 UTC (rev 321482)
+++ PKGBUILD2018-04-10 17:16:11 UTC (rev 321483)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.28.0.1+2+geb41e059
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=eb41e059777f903422c73f5afd822782e178c0ef  # gnome-3-28
+_commit=ac37599b49d1471bd898e244b013b3215ebd2885  # tags/3.28.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD null-icaltime.diff)

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 20:41:29
  Author: heftig
Revision: 319122

3.28.0.1+2+geb41e059-1

Modified:
  gnome-calendar/trunk/PKGBUILD
  gnome-calendar/trunk/null-icaltime.diff

+
 PKGBUILD   |   15 ++-
 null-icaltime.diff |4 ++--
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 20:38:27 UTC (rev 319121)
+++ PKGBUILD2018-03-14 20:41:29 UTC (rev 319122)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.3+2+g966ec1c5
+pkgver=3.28.0.1+2+geb41e059
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center)
+depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=966ec1c554ff4c7e5385ab9389f3ca8cf5a8faa4  # gnome-3-26
+_commit=eb41e059777f903422c73f5afd822782e178c0ef  # gnome-3-28
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
 null-icaltime.diff)
 sha256sums=('SKIP'
-'d24ae7e985ab9d568685371473006f58d169744c94a2cc89835b6f39f2001898')
+'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
 
 pkgver() {
   cd $pkgname
@@ -28,10 +28,15 @@
 }
 
 build() {
-  arch-meson $pkgname build -Denable-gtk-doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   ninja -C build
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }

Modified: null-icaltime.diff
===
--- null-icaltime.diff  2018-03-14 20:38:27 UTC (rev 319121)
+++ null-icaltime.diff  2018-03-14 20:41:29 UTC (rev 319122)
@@ -1,8 +1,8 @@
 diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index 9846a59b..7f96a40d 100644
+index c7646565..8070034c 100644
 --- i/src/gcal-utils.c
 +++ w/src/gcal-utils.c
-@@ -154,6 +154,9 @@ icaltime_to_datetime (const icaltimetype  *date)
+@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
GDateTime *dt;
GTimeZone *tz;
  


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD null-icaltime.diff)

2018-02-16 Thread Jan Steffens via arch-commits
Date: Friday, February 16, 2018 @ 16:43:55
  Author: heftig
Revision: 317151

3.26.3+2+g966ec1c5-1

Added:
  gnome-calendar/trunk/null-icaltime.diff
Modified:
  gnome-calendar/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++
 null-icaltime.diff |   14 ++
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 16:28:33 UTC (rev 317150)
+++ PKGBUILD2018-02-16 16:43:55 UTC (rev 317151)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.3
+pkgver=3.26.3+2+g966ec1c5
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,9 +11,11 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=7e88d7c14493d2656edf626fef7ab6162806d607  # tags/3.26.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=966ec1c554ff4c7e5385ab9389f3ca8cf5a8faa4  # gnome-3-26
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
+null-icaltime.diff)
+sha256sums=('SKIP'
+'d24ae7e985ab9d568685371473006f58d169744c94a2cc89835b6f39f2001898')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,7 @@
 
 prepare() {
   cd $pkgname
+  patch -Np1 -i ../null-icaltime.diff
 }
 
 build() {

Added: null-icaltime.diff
===
--- null-icaltime.diff  (rev 0)
+++ null-icaltime.diff  2018-02-16 16:43:55 UTC (rev 317151)
@@ -0,0 +1,14 @@
+diff --git i/src/gcal-utils.c w/src/gcal-utils.c
+index 9846a59b..7f96a40d 100644
+--- i/src/gcal-utils.c
 w/src/gcal-utils.c
+@@ -154,6 +154,9 @@ icaltime_to_datetime (const icaltimetype  *date)
+   GDateTime *dt;
+   GTimeZone *tz;
+ 
++  if (!date)
++return NULL;
++
+   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
+   dt = g_date_time_new (tz,
+ date->year,


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2018-02-16 Thread Jan Steffens via arch-commits
Date: Friday, February 16, 2018 @ 16:20:50
  Author: heftig
Revision: 317148

Update source

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 16:14:25 UTC (rev 317147)
+++ PKGBUILD2018-02-16 16:20:50 UTC (rev 317148)
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
 _commit=7e88d7c14493d2656edf626fef7ab6162806d607  # tags/3.26.3^0
-source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 09:18:43
  Author: heftig
Revision: 315037

FS#57108 gnome groups

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 09:17:49 UTC (rev 315036)
+++ PKGBUILD2018-01-18 09:18:43 UTC (rev 315037)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center)
 makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome-extra)
+groups=(gnome)
 _commit=954c48d7a093d4c4e65dc761eb2f395e90819848  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;
 gnome-calendar-3.26.2-libical-3.0.patch)
@@ -23,20 +23,17 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
   patch -Np1 -i ../gnome-calendar-3.26.2-libical-3.0.patch
 }
 
 build() {
-  cd build
-  arch-meson ../$pkgname -Denable-gtk-doc=true
-  ninja
+  arch-meson $pkgname build -Denable-gtk-doc=true
+  ninja -C build
 }
 
 package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-12-25 Thread Jan de Groot via arch-commits
Date: Monday, December 25, 2017 @ 22:37:31
  Author: jgc
Revision: 313620

upgpkg: gnome-calendar 3.26.2+19+g954c48d7-1

Add dependencies (FS#54935, FS#56617)

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 22:27:37 UTC (rev 313619)
+++ PKGBUILD2017-12-25 22:37:31 UTC (rev 313620)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.2
-pkgrel=2
+pkgver=3.26.2+19+g954c48d7
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas)
+depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=389bbfd05e4078a0cc3ad59bbabbeb730619859d  # tags/3.26.2^0
+_commit=954c48d7a093d4c4e65dc761eb2f395e90819848  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;
 gnome-calendar-3.26.2-libical-3.0.patch)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-10-08 Thread Jan Steffens
Date: Sunday, October 8, 2017 @ 19:20:22
  Author: heftig
Revision: 307157

3.26.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 19:20:19 UTC (rev 307156)
+++ PKGBUILD2017-10-08 19:20:22 UTC (rev 307157)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=3d840aad08f39979bd79197c552a23bb4401f5be  # tags/3.26.1^0
+_commit=389bbfd05e4078a0cc3ad59bbabbeb730619859d  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,8 +27,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
--Denable-gtk-doc=true
+  arch-meson ../$pkgname -Denable-gtk-doc=true
   ninja
 }
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-09-21 Thread Jan Steffens
Date: Thursday, September 21, 2017 @ 19:17:09
  Author: heftig
Revision: 306063

3.26.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-21 19:02:15 UTC (rev 306062)
+++ PKGBUILD2017-09-21 19:17:09 UTC (rev 306063)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.26.0+2+gf906be8
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(evolution-data-server gsettings-desktop-schemas)
-makedepends=(python appstream-glib git meson)
+makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
+_commit=3d840aad08f39979bd79197c552a23bb4401f5be  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +27,8 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+-Denable-gtk-doc=true
   ninja
 }
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:13:51
  Author: jgc
Revision: 305867

upgpkg: gnome-calendar 3.26.0+2+gf906be8-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:05:50 UTC (rev 305866)
+++ PKGBUILD2017-09-19 21:13:51 UTC (rev 305867)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.3
+pkgver=3.26.0+2+gf906be8
 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)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson)
 groups=(gnome-extra)
-_commit=b06145a62e01f62663b63d1666e224813d8950fa  # tags/3.24.3^0
+_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,19 +21,19 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-06-10 Thread Jan Steffens
Date: Sunday, June 11, 2017 @ 00:38:44
  Author: heftig
Revision: 298591

3.24.3-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-11 00:00:53 UTC (rev 298590)
+++ PKGBUILD2017-06-11 00:38:44 UTC (rev 298591)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=d42ce8c5e7c92d0d715663177cb3e97faf24e143  # tags/3.24.2^0
+_commit=b06145a62e01f62663b63d1666e224813d8950fa  # tags/3.24.3^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-05-10 Thread Jan Steffens
Date: Wednesday, May 10, 2017 @ 07:13:14
  Author: heftig
Revision: 295514

3.24.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-09 21:26:12 UTC (rev 295513)
+++ PKGBUILD2017-05-10 07:13:14 UTC (rev 295514)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.1
+pkgver=3.24.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=88079acbd0762202907cb485bd9d5313d9f9c50a  # tags/3.24.1^0
+_commit=d42ce8c5e7c92d0d715663177cb3e97faf24e143  # tags/3.24.2^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-04-24 Thread Jan de Groot
Date: Monday, April 24, 2017 @ 20:35:44
  Author: jgc
Revision: 294568

upgpkg: gnome-calendar 3.24.1-1

Fix FS#53771

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 20:33:37 UTC (rev 294567)
+++ PKGBUILD2017-04-24 20:35:44 UTC (rev 294568)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.0+45+g68ce21e
+pkgver=3.24.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=68ce21e641d56bca24bceb9cd94cf0cc286ecb22  # gnome-3-24
+_commit=88079acbd0762202907cb485bd9d5313d9f9c50a  # tags/3.24.1^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 22:41:52
  Author: heftig
Revision: 293063

3.24.0+45+g68ce21e-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-17 22:14:05 UTC (rev 293062)
+++ PKGBUILD2017-04-17 22:41:52 UTC (rev 293063)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.0+33+g4c7b79b
+pkgver=3.24.0+45+g68ce21e
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 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
+_commit=68ce21e641d56bca24bceb9cd94cf0cc286ecb22  # gnome-3-24
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-04-05 Thread Jan Steffens
Date: Wednesday, April 5, 2017 @ 18:16:42
  Author: heftig
Revision: 292180

3.24.0+33+g4c7b79b-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 18:16:38 UTC (rev 292179)
+++ PKGBUILD2017-04-05 18:16:42 UTC (rev 292180)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.22.3
+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;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=68e4dc07fa07cb0d9644de9a4164d9a64c494ecb  # tags/3.22.3^0
+_commit=4c7b79be9c8daf430f13e90c62a1e4bfb25e2152  # gnome-3-24
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +27,6 @@
 
 build() {
   cd $pkgname
-  autoreconf -fi
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2017-02-28 Thread Jan Steffens
Date: Tuesday, February 28, 2017 @ 19:30:31
  Author: heftig
Revision: 289742

3.22.3-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-28 19:07:15 UTC (rev 289741)
+++ PKGBUILD2017-02-28 19:30:31 UTC (rev 289742)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=12967d01bb425fd340f1d33c73f62ad884765d65  # tags/3.22.2^0
+_commit=68e4dc07fa07cb0d9644de9a4164d9a64c494ecb  # tags/3.22.3^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-12-19 Thread Jan Steffens
Date: Tuesday, December 20, 2016 @ 01:08:18
  Author: heftig
Revision: 284345

3.22.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-19 22:07:09 UTC (rev 284344)
+++ PKGBUILD2016-12-20 01:08:18 UTC (rev 284345)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,8 +11,8 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=b0654cd29b2621566df6cd0de14aac4a34912f4a  # tags/3.22.1^0
-source=("git://git.gnome.org/gnome-calendar#commit=$_commit")
+_commit=12967d01bb425fd340f1d33c73f62ad884765d65  # tags/3.22.2^0
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-10-01 Thread Jan Steffens
Date: Sunday, October 2, 2016 @ 02:38:05
  Author: heftig
Revision: 277531

3.22.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-01 21:49:03 UTC (rev 277530)
+++ PKGBUILD2016-10-02 02:38:05 UTC (rev 277531)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.22.0+2+g8d4d7f4
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -11,7 +11,7 @@
 depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
 makedepends=(intltool python gnome-common appstream-glib git)
 groups=(gnome-extra)
-_commit=8d4d7f40ac2f6d493f153de1e76484d66e9dffe6
+_commit=b0654cd29b2621566df6cd0de14aac4a34912f4a  # tags/3.22.1^0
 source=("git://git.gnome.org/gnome-calendar#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-09-14 Thread Jan Steffens
Date: Wednesday, September 14, 2016 @ 19:27:39
  Author: heftig
Revision: 276424

3.20.4-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-14 12:21:47 UTC (rev 276423)
+++ PKGBUILD2016-09-14 19:27:39 UTC (rev 276424)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.20.3
+pkgver=3.20.4
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 year-view-use-gsettings-desktop-schemas.patch)
-sha256sums=('8f12f554447d3147817b162d708dfd4a596b8303bfee9fe358ec7091fceec36b'
+sha256sums=('eb39488c7087eb597d281f16414fe6439fc8280b618535a66db85e5cfceccc11'
 '668a698fc5e6902f3796b70a418c6c88ef49ab1e1c11bb9e2f4f16d344ee8f77')
 
 prepare() {


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-08-31 Thread Jan Steffens
Date: Wednesday, August 31, 2016 @ 23:02:51
  Author: heftig
Revision: 275632

3.20.3-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-31 19:27:18 UTC (rev 275631)
+++ PKGBUILD2016-08-31 23:02:51 UTC (rev 275632)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.20.2
-pkgrel=2
+pkgver=3.20.3
+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)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 year-view-use-gsettings-desktop-schemas.patch)
-sha256sums=('f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee'
+sha256sums=('8f12f554447d3147817b162d708dfd4a596b8303bfee9fe358ec7091fceec36b'
 '668a698fc5e6902f3796b70a418c6c88ef49ab1e1c11bb9e2f4f16d344ee8f77')
 
 prepare() {


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD gnome-calendar.install)

2016-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2016 @ 23:58:55
  Author: heftig
Revision: 267241

3.20.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD
Deleted:
  gnome-calendar/trunk/gnome-calendar.install

+
 PKGBUILD   |   15 +++
 gnome-calendar.install |   13 -
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-08 21:23:36 UTC (rev 267240)
+++ PKGBUILD2016-05-08 21:58:55 UTC (rev 267241)
@@ -2,18 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.20.1
+pkgver=3.20.2
 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)
-url="http://gnome.org;
-license=('GPL')
-depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool' 'python')
-install=gnome-calendar.install
-groups=('gnome-extra')
+license=(GPL)
+depends=(evolution-data-server)
+makedepends=(intltool python)
+groups=(gnome-extra)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5182c4d053848f76386bf7748944c34772f3d18b909e42a3226c36e7e49b097c')
+sha256sums=('f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gnome-calendar.install
===
--- gnome-calendar.install  2016-05-08 21:23:36 UTC (rev 267240)
+++ gnome-calendar.install  2016-05-08 21:58:55 UTC (rev 267241)
@@ -1,13 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-   update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:54:01
  Author: heftig
Revision: 264964

3.20.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:51:10 UTC (rev 264963)
+++ PKGBUILD2016-04-14 20:54:01 UTC (rev 264964)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 url="http://gnome.org;
 license=('GPL')
 depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool' 'python2')
+makedepends=('intltool' 'python')
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a6466cd22d65f4a890a82c4d351c16a51c9471380d5ee2c5601dc56f9121ec60')
+sha256sums=('5182c4d053848f76386bf7748944c34772f3d18b909e42a3226c36e7e49b097c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-03-22 Thread Jan de Groot
Date: Tuesday, March 22, 2016 @ 16:42:12
  Author: jgc
Revision: 262391

upgpkg: gnome-calendar 3.20.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 15:39:15 UTC (rev 262390)
+++ PKGBUILD2016-03-22 15:42:12 UTC (rev 262391)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.18.3
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575')
+sha256sums=('a6466cd22d65f4a890a82c4d351c16a51c9471380d5ee2c5601dc56f9121ec60')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-03-19 Thread Jan Steffens
Date: Saturday, March 19, 2016 @ 12:03:32
  Author: heftig
Revision: 262073

3.18.3

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-19 11:02:44 UTC (rev 262072)
+++ PKGBUILD2016-03-19 11:03:32 UTC (rev 262073)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.18.2.1
-pkgrel=2
+pkgver=3.18.3
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
 url="http://gnome.org;
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eedd9b10da837db6e7dc02794a942e9a98b3cdaa975b0d46226aa0cdaf88c0f6')
+sha256sums=('db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 14:39:59
  Author: arojas
Revision: 257693

libical 2.0 rebuild

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 13:26:42 UTC (rev 257692)
+++ PKGBUILD2016-01-09 13:39:59 UTC (rev 257693)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-calendar
 pkgver=3.18.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
 url="http://gnome.org;


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2015-12-25 Thread Jan Steffens
Date: Saturday, December 26, 2015 @ 02:10:16
  Author: heftig
Revision: 257269

3.18.2.1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 01:01:09 UTC (rev 257268)
+++ PKGBUILD2015-12-26 01:10:16 UTC (rev 257269)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.18.1
+pkgver=3.18.2.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('96f307c79952fa55bfdfc2b256085c568384dde2312b2815ee5e8e21e6adf2b9')
+sha256sums=('eedd9b10da837db6e7dc02794a942e9a98b3cdaa975b0d46226aa0cdaf88c0f6')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2015-10-16 Thread Jan Steffens
Date: Saturday, October 17, 2015 @ 02:33:39
  Author: heftig
Revision: 249450

3.18.1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-17 00:23:50 UTC (rev 249449)
+++ PKGBUILD2015-10-17 00:33:39 UTC (rev 249450)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7d50fe8d5d3dcc574f0034dba6a64cbb9b3f842faab5978c9d02b38548f355b')
+sha256sums=('96f307c79952fa55bfdfc2b256085c568384dde2312b2815ee5e8e21e6adf2b9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 16:34:25
  Author: jgc
Revision: 247271

upgpkg: gnome-calendar 3.18.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 14:31:54 UTC (rev 247270)
+++ PKGBUILD2015-09-24 14:34:25 UTC (rev 247271)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.16.2
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b530e1de58f3e3db9ab1470ee5f2bbb72b5aedca0d127cf093c8416e90be1c6f')
+sha256sums=('f7d50fe8d5d3dcc574f0034dba6a64cbb9b3f842faab5978c9d02b38548f355b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2015-05-12 Thread Jan Steffens
Date: Tuesday, May 12, 2015 @ 22:32:00
  Author: heftig
Revision: 239233

3.16.2

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 20:29:09 UTC (rev 239232)
+++ PKGBUILD2015-05-12 20:32:00 UTC (rev 239233)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-calendar
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc=Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1db810f820dfc56fce0fb33f5add6d7946a0f8c803764fe9e572c68758f65caa')
+sha256sums=('b530e1de58f3e3db9ab1470ee5f2bbb72b5aedca0d127cf093c8416e90be1c6f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD)

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:10:49
  Author: heftig
Revision: 237219

3.16.1

Modified:
  gnome-calendar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 05:10:15 UTC (rev 237218)
+++ PKGBUILD2015-04-16 05:10:49 UTC (rev 237219)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-calendar
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc=Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d4f6512f6ef0aad71c0142ea0307ba7b4f333aa156f626aed734e3daf1bc86e9')
+sha256sums=('1db810f820dfc56fce0fb33f5add6d7946a0f8c803764fe9e572c68758f65caa')
 
 build() {
   cd $pkgname-$pkgver