[arch-commits] Commit in gtksourceviewmm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Jun 4 22:25:07 UTC 2018


    Date: Monday, June 4, 2018 @ 22:25:07
  Author: arodseth
Revision: 340474

archrelease: copy trunk to community-x86_64

Added:
  gtksourceviewmm/repos/community-x86_64/PKGBUILD
    (from rev 340473, gtksourceviewmm/trunk/PKGBUILD)
Deleted:
  gtksourceviewmm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 22:24:04 UTC (rev 340473)
+++ PKGBUILD	2018-06-04 22:25:07 UTC (rev 340474)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtksourceviewmm
-pkgver=3.18.0
-pkgrel=2
-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:

Copied: gtksourceviewmm/repos/community-x86_64/PKGBUILD (from rev 340473, gtksourceviewmm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 22:25:07 UTC (rev 340474)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceviewmm
+pkgver=3.18.0
+pkgrel=3
+epoch=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL')
+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() {
+  DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list