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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jun 21 20:51:11 UTC 2015


    Date: Sunday, June 21, 2015 @ 22:51:11
  Author: bpiotrowski
Revision: 241167

upgpkg: gnote 3.16.1-1

new upstream release

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-21 20:02:56 UTC (rev 241166)
+++ PKGBUILD	2015-06-21 20:51:11 UTC (rev 241167)
@@ -1,32 +1,39 @@
 # $Id$
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Contributor: uastasi <uastasi at archlinux.us>
+
 pkgname=gnote
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
-pkgdesc="A note taking application."
+pkgdesc='A note taking application'
 arch=('i686' 'x86_64')
-url="http://live.gnome.org/Gnote"
+url='http://live.gnome.org/Gnote'
 license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf'
+         'libsecret')
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+sha256sums=('8360a8ddfbc1cddd8970a29c66965f2de4d1330145f7cc7d47831205e2b10087')
 
 build() {
-    cd $pkgname-$pkgver
-    ./configure --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --libexecdir=/usr/lib/gnote \
-        --disable-scrollkeeper \
-        --disable-schemas-compile \
-        --disable-static
-    make
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib/gnote \
+    --disable-scrollkeeper \
+    --disable-schemas-compile \
+    --disable-static
+  make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
-    cd $pkgname-$pkgver
-    make DESTDIR="$pkgdir" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list