[arch-commits] Commit in gnome-code-assistance/repos/community-x86_64 (2 files)

Jan Steffens heftig at gemini.archlinux.org
Wed May 18 17:23:52 UTC 2022


    Date: Wednesday, May 18, 2022 @ 17:23:52
  Author: heftig
Revision: 1209121

archrelease: copy trunk to community-x86_64

Added:
  gnome-code-assistance/repos/community-x86_64/PKGBUILD
    (from rev 1209120, gnome-code-assistance/trunk/PKGBUILD)
Deleted:
  gnome-code-assistance/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 17:23:29 UTC (rev 1209120)
+++ PKGBUILD	2022-05-18 17:23:52 UTC (rev 1209121)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-code-assistance
-pkgver=3.16.1+14+gaad6437
-pkgrel=2
-epoch=2
-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 go gnome-common git)
-optdepends=('clang: Assistance for C and C++'
-            'gjs: Assistance for JavaScript'
-            'go: Assistance for Go')
-groups=(gnome-extra)
-_commit=aad6437571461d35fe86c34a97f264e9bd7720c3  # master
-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
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export GO111MODULE=off
-  make
-}
-
-package(){
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-code-assistance/repos/community-x86_64/PKGBUILD (from rev 1209120, gnome-code-assistance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-18 17:23:52 UTC (rev 1209121)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-code-assistance
+pkgver=3.16.1+r14+gaad6437
+pkgrel=1
+epoch=3
+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 go gnome-common git)
+optdepends=('clang: Assistance for C and C++'
+            'gjs: Assistance for JavaScript'
+            'go: Assistance for Go')
+options=(debug !lto) 
+_commit=aad6437571461d35fe86c34a97f264e9bd7720c3  # master
+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/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib --disable-vala
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GO111MODULE=off
+  make
+}
+
+package(){
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list