[arch-commits] Commit in gtksourceviewmm/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Nov 22 21:48:32 UTC 2015
Date: Sunday, November 22, 2015 @ 22:48:31
Author: heftig
Revision: 147413
archrelease: copy trunk to community-x86_64, community-i686
Added:
gtksourceviewmm/repos/community-i686/PKGBUILD
(from rev 147412, gtksourceviewmm/trunk/PKGBUILD)
gtksourceviewmm/repos/community-x86_64/PKGBUILD
(from rev 147412, gtksourceviewmm/trunk/PKGBUILD)
Deleted:
gtksourceviewmm/repos/community-i686/PKGBUILD
gtksourceviewmm/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 -----------------------
community-x86_64/PKGBUILD | 30 -----------------------
3 files changed, 56 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-11-22 21:47:24 UTC (rev 147412)
+++ community-i686/PKGBUILD 2015-11-22 21:48:31 UTC (rev 147413)
@@ -1,30 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtksourceviewmm
-pkgver=3.18.1
-pkgrel=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')
-
-build() {
- cd "${pkgname%mm}-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: developer.gnome.org/gtksourceview/stable/
-# vim:set ts=2 sw=2 et:
Copied: gtksourceviewmm/repos/community-i686/PKGBUILD (from rev 147412, gtksourceviewmm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 21:48:31 UTC (rev 147413)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceviewmm
+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' 'gtksourceview3')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz")
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-11-22 21:47:24 UTC (rev 147412)
+++ community-x86_64/PKGBUILD 2015-11-22 21:48:31 UTC (rev 147413)
@@ -1,30 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtksourceviewmm
-pkgver=3.18.1
-pkgrel=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')
-
-build() {
- cd "${pkgname%mm}-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: developer.gnome.org/gtksourceview/stable/
-# vim:set ts=2 sw=2 et:
Copied: gtksourceviewmm/repos/community-x86_64/PKGBUILD (from rev 147412, gtksourceviewmm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-11-22 21:48:31 UTC (rev 147413)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceviewmm
+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' 'gtksourceview3')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz")
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list