[arch-commits] Commit in gnome-code-assistance/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sat Mar 28 15:58:28 UTC 2020
Date: Saturday, March 28, 2020 @ 15:58:27
Author: heftig
Revision: 605266
archrelease: copy trunk to community-staging-x86_64
Added:
gnome-code-assistance/repos/community-staging-x86_64/
gnome-code-assistance/repos/community-staging-x86_64/PKGBUILD
(from rev 605265, gnome-code-assistance/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: gnome-code-assistance/repos/community-staging-x86_64/PKGBUILD (from rev 605265, gnome-code-assistance/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-03-28 15:58:27 UTC (rev 605266)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-code-assistance
+pkgver=3.16.1+15+g0fd8b5f
+pkgrel=2
+epoch=1
+pkgdesc="Code assistance services for GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/CodeAssistance"
+license=(GPL3)
+depends=(libgee python-dbus python-gobject python-pylint python-pyflakes python-pycodestyle
+ python-lxml python-simplejson ruby-dbus ruby-sass)
+makedepends=(intltool gobject-introspection llvm clang gjs vala go-pie gnome-common git)
+optdepends=('clang: Assistance for C and C++'
+ 'gjs: Assistance for JavaScript'
+ #'vala: Assistance for Vala'
+ 'go: Assistance for Go')
+groups=(gnome-extra)
+_commit=0fd8b5f705fb7c88e6a8f9deaad30585df634bf4 # wip/lantw/update-llvm-and-vala-versions
+source=("git+https://gitlab.gnome.org/GNOME/gnome-code-assistance.git#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --disable-vala
+ make
+}
+
+package(){
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list