[arch-commits] Commit in almanah/repos (2 files)

2020-10-02 Thread Jan Steffens via arch-commits
Date: Friday, October 2, 2020 @ 20:25:05
  Author: heftig
Revision: 715638

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 715637, almanah/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 715637, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-02 20:25:05 UTC (rev 715638)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary";
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=92e52b316c5ffeea614a410905c95cb99b53ef44  # tags/0.12.2^0
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://gitlab.gnome.org/GNOME/almanah/-/issues/4
+  git cherry-pick -n 0b944a92ebc5f5c69156a0f46b8560a35384233c
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in almanah/repos (2 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:45:25
  Author: heftig
Revision: 591468

archrelease: copy trunk to community-testing-x86_64

Added:
  almanah/repos/community-testing-x86_64/
  almanah/repos/community-testing-x86_64/PKGBUILD
(from rev 591467, almanah/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: almanah/repos/community-testing-x86_64/PKGBUILD (from rev 591467, 
almanah/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:45:25 UTC (rev 591468)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary";
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=08da456675ce01f966c3d541faaa59de63654d4b  # tags/0.12.0^0
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in almanah/repos (2 files)

2019-09-13 Thread Jan Steffens via arch-commits
Date: Friday, September 13, 2019 @ 21:44:47
  Author: heftig
Revision: 510410

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 510409, almanah/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 510409, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-13 21:44:47 UTC (rev 510410)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.0+219+g1790486
+pkgrel=1
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/AlmanahDiary";
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=179048616b1c9a7a35308a3c118ca6b6c5d78d8d  # master
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in almanah/repos (2 files)

2018-03-16 Thread Jan Steffens via arch-commits
Date: Friday, March 16, 2018 @ 08:58:45
  Author: heftig
Revision: 308809

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 308808, almanah/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 308808, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-16 08:58:45 UTC (rev 308809)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=8
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/AlmanahDiary";
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in almanah/repos (2 files)

2017-11-22 Thread Balló György
Date: Wednesday, November 22, 2017 @ 14:41:16
  Author: bgyorgy
Revision: 268044

archrelease: copy trunk to community-staging-x86_64

Added:
  almanah/repos/community-staging-x86_64/
  almanah/repos/community-staging-x86_64/PKGBUILD
(from rev 268043, almanah/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: almanah/repos/community-staging-x86_64/PKGBUILD (from rev 268043, 
almanah/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 14:41:16 UTC (rev 268044)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=7
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary";
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}