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

Jan Steffens heftig at archlinux.org
Sun Nov 22 21:47:25 UTC 2015


    Date: Sunday, November 22, 2015 @ 22:47:24
  Author: heftig
Revision: 147412

Actually package the right library again

Modified:
  gtksourceviewmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-22 21:01:16 UTC (rev 147411)
+++ PKGBUILD	2015-11-22 21:47:24 UTC (rev 147412)
@@ -3,20 +3,19 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtksourceviewmm
-pkgver=3.18.1
+pkgver=3.18.0
 pkgrel=1
+epoch=1
 pkgdesc='C++ bindings for the gtksourceview library'
 arch=('x86_64' 'i686')
 url='http://projects.gnome.org/gtksourceviewmm/'
 license=('LGPL2.1')
-depends=('gtkmm3')
-conflicts=('gtksourceview3')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz")
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+depends=('gtkmm3' 'gtksourceview3')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz")
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
 
 build() {
-  cd "${pkgname%mm}-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr
   make
@@ -23,8 +22,7 @@
 }
 
 package() {
-  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# getver: developer.gnome.org/gtksourceview/stable/
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list