[arch-commits] Commit in gtksourceview3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun May 5 23:34:24 UTC 2019
Date: Sunday, May 5, 2019 @ 23:34:23
Author: heftig
Revision: 352567
archrelease: copy trunk to extra-x86_64
Added:
gtksourceview3/repos/extra-x86_64/PKGBUILD
(from rev 352566, gtksourceview3/trunk/PKGBUILD)
Deleted:
gtksourceview3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-05 23:34:12 UTC (rev 352566)
+++ PKGBUILD 2019-05-05 23:34:23 UTC (rev 352567)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtksourceview3
-pkgver=3.24.10
-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 vala gtk-doc autoconf-archive
- yelp-tools git)
-_commit=65e8cc12daa0b1d0ae08d5b0cee1a2ebbe3752b2 # tags/3.24.10^0
-source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd gtksourceview
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd gtksourceview
-
- # Workaround incompat with recent autoconf-archive
- find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd gtksourceview
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --disable-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 352566, gtksourceview3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-05 23:34:23 UTC (rev 352567)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceview3
+pkgver=3.24.11
+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 vala gtk-doc autoconf-archive
+ yelp-tools git)
+_commit=f50f813df11b153575991cae8793cc25af295b36 # tags/3.24.11^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gtksourceview
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd gtksourceview
+
+ # Workaround incompat with recent autoconf-archive
+ find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd gtksourceview
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --disable-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