[arch-commits] Commit in gtksourceview3/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 17 23:29:59 UTC 2017


    Date: Friday, November 17, 2017 @ 23:29:58
  Author: heftig
Revision: 310348

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview3/repos/extra-x86_64/PKGBUILD
    (from rev 310347, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-17 23:27:35 UTC (rev 310347)
+++ PKGBUILD	2017-11-17 23:29:58 UTC (rev 310348)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtksourceview3
-pkgver=3.24.4+11+g190037e9
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc autoconf-archive git)
-_commit=190037e9a62d25cb2f678b465b8d0715ae4a5355  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 310347, gtksourceview3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-17 23:29:58 UTC (rev 310348)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceview3
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gobject-introspection glade vala gtk-doc autoconf-archive git)
+_commit=14aa7b5e8df29a53384750163c7dada6f4ea750d  # tags/3.24.5^0
+source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtksourceview
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --enable-glade-catalog --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtksourceview
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list