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

Jan de Groot jgc at archlinux.org
Tue Mar 29 14:01:35 UTC 2016


    Date: Tuesday, March 29, 2016 @ 16:01:35
  Author: jgc
Revision: 263234

upgpkg: gnote 3.20.0-1

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-29 13:38:13 UTC (rev 263233)
+++ PKGBUILD	2016-03-29 14:01:35 UTC (rev 263234)
@@ -3,18 +3,17 @@
 # Contributor: uastasi <uastasi at archlinux.us>
 
 pkgname=gnote
-pkgver=3.18.1
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
 pkgdesc='A note taking application'
 arch=('i686' 'x86_64')
-url='http://live.gnome.org/Gnote'
+url='https://wiki.gnome.org/action/show/Apps/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=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5da4ec9e7852b09af1067311fc6ee18a2c64384f4f5943b71ac37665144be58d')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c363595e6f2d1a9a640f02c83e4b8680ea6d3101315e59d39c4db2d585f81a9')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,6 +24,7 @@
     --disable-scrollkeeper \
     --disable-schemas-compile \
     --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list