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

Jelle van der Waa jelle at archlinux.org
Sat Nov 17 20:00:52 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-11-17 20:00:38 UTC (rev 340067)
+++ PKGBUILD	2018-11-17 20:00:52 UTC (rev 340068)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru <ibiru at archlinux.org>
-# Contributor: uastasi <uastasi at archlinux.us>
-
-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)
+++ PKGBUILD	2018-11-17 20:00:52 UTC (rev 340068)
@@ -0,0 +1,51 @@
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+
+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
+}



More information about the arch-commits mailing list