[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 22:02:31
  Author: heftig
Revision: 396837

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 396835, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +++--
 1 file changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 22:02:30 UTC (rev 396836)
+++ PKGBUILD2020-09-27 22:02:31 UTC (rev 396837)
@@ -1,47 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
-makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=39d111c838a6895290fc7e6dbc0dc182fc1d05c6  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 396835, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 22:02:31 UTC (rev 396837)
@@ -0,0 +1,49 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=e5f7972c3b5ccbeb6550e9060b7dbdb6172c1a96  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-15 Thread Jan de Groot via arch-commits
Date: Friday, May 15, 2020 @ 21:05:33
  Author: jgc
Revision: 383732

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 383731, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 21:05:30 UTC (rev 383731)
+++ PKGBUILD2020-05-15 21:05:33 UTC (rev 383732)
@@ -1,47 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
-makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=9a8df15914de9da5c6f2493fdf9f7ae2f2b58c89  # tags/3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 383731, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-15 21:05:33 UTC (rev 383732)
@@ -0,0 +1,47 @@
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=39d111c838a6895290fc7e6dbc0dc182fc1d05c6  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-08 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 20:12:30
  Author: heftig
Revision: 377191

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 377190, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 20:11:52 UTC (rev 377190)
+++ PKGBUILD2020-03-08 20:12:30 UTC (rev 377191)
@@ -1,47 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
-makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=3a29edcc74810b4bc5df19b00984c8b61114efd7  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 377190, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 20:12:30 UTC (rev 377191)
@@ -0,0 +1,47 @@
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.34.2
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=9a8df15914de9da5c6f2493fdf9f7ae2f2b58c89  # tags/3.34.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-24 Thread Jan Steffens via arch-commits
Date: Sunday, November 24, 2019 @ 17:26:03
  Author: heftig
Revision: 369721

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 369720, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 17:18:56 UTC (rev 369720)
+++ PKGBUILD2019-11-24 17:26:03 UTC (rev 369721)
@@ -1,47 +0,0 @@
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt dconf libsecret)
-makedepends=(intltool yelp-tools autoconf-archive git)
-_commit=93d29902f9d14f2a0c3f7e70103f9cbfca16a173  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 369720, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 17:26:03 UTC (rev 369721)
@@ -0,0 +1,47 @@
+# Contributor: Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=3a29edcc74810b4bc5df19b00984c8b61114efd7  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-21 Thread Jan Steffens via arch-commits
Date: Saturday, September 21, 2019 @ 15:44:48
  Author: heftig
Revision: 363205

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 363204, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 15:44:38 UTC (rev 363204)
+++ PKGBUILD2019-09-21 15:44:48 UTC (rev 363205)
@@ -1,47 +0,0 @@
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.32.1
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
-makedepends=(intltool boost yelp-tools autoconf-archive git)
-_commit=8db9d17782c85739e41780b7f966f2ba3a457606  # tags/3.32.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 363204, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-21 15:44:48 UTC (rev 363205)
@@ -0,0 +1,47 @@
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(intltool yelp-tools autoconf-archive git)
+_commit=93d29902f9d14f2a0c3f7e70103f9cbfca16a173  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-14 Thread Jan Steffens via arch-commits
Date: Sunday, April 14, 2019 @ 13:13:10
  Author: heftig
Revision: 350778

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 350777, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 +
 1 file changed, 47 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 13:12:58 UTC (rev 350777)
+++ PKGBUILD2019-04-14 13:13:10 UTC (rev 350778)
@@ -1,51 +0,0 @@
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
-makedepends=(intltool boost yelp-tools autoconf-archive git)
-_commit=2f95eb637632b5670d9c9e5468aad80b6216c341  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Work around aclocal exiting with "too many loops"
-  cp /usr/share/aclocal/ax_require_defined.m4 m4
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 350777, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 13:13:10 UTC (rev 350778)
@@ -0,0 +1,47 @@
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
+makedepends=(intltool boost yelp-tools autoconf-archive git)
+_commit=8db9d17782c85739e41780b7f966f2ba3a457606  # tags/3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#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 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-17 Thread Jan Steffens via arch-commits
Date: Sunday, March 17, 2019 @ 15:27:41
  Author: heftig
Revision: 348578

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 348576, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-17 15:27:39 UTC (rev 348577)
+++ PKGBUILD2019-03-17 15:27:41 UTC (rev 348578)
@@ -1,51 +0,0 @@
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
-makedepends=(intltool itstool boost yelp-tools autoconf-archive git)
-_commit=aada0f79f3d56f6aeab3aa5941660c7a7ec1e4a8  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Work around aclocal exiting with "too many loops"
-  cp /usr/share/aclocal/ax_require_defined.m4 m4
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 348576, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-17 15:27:41 UTC (rev 348578)
@@ -0,0 +1,51 @@
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
+makedepends=(intltool boost yelp-tools autoconf-archive git)
+_commit=2f95eb637632b5670d9c9e5468aad80b6216c341  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Work around aclocal exiting with "too many loops"
+  cp /usr/share/aclocal/ax_require_defined.m4 m4
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnote/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-17 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 17, 2018 @ 20:00:52
  Author: jelle
Revision: 340068

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 340067, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  103 ++---
 1 file changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 20:00:38 UTC (rev 340067)
+++ PKGBUILD2018-11-17 20:00:52 UTC (rev 340068)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-
-pkgname=gnote
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
-makedepends=(intltool itstool boost yelp-tools autoconf-archive git)
-_commit=49dc02ae9c052367b560db6794d604c08efdd605  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnote#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Work around aclocal exiting with "too many loops"
-  cp /usr/share/aclocal/ax_require_defined.m4 m4
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 340067, 
gnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 20:00:52 UTC (rev 340068)
@@ -0,0 +1,51 @@
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+
+pkgname=gnote
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gtkspell3 libxslt dconf libsecret)
+makedepends=(intltool itstool boost yelp-tools autoconf-archive git)
+_commit=aada0f79f3d56f6aeab3aa5941660c7a7ec1e4a8  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Work around aclocal exiting with "too many loops"
+  cp /usr/share/aclocal/ax_require_defined.m4 m4
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}