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

Alexander Rødseth arodseth at gemini.archlinux.org
Fri Oct 22 15:01:38 UTC 2021


    Date: Friday, October 22, 2021 @ 15:01:38
  Author: arodseth
Revision: 1032431

archrelease: copy trunk to community-x86_64

Added:
  global/repos/community-x86_64/PKGBUILD
    (from rev 1032430, global/trunk/PKGBUILD)
Deleted:
  global/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  121 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-22 15:00:44 UTC (rev 1032430)
+++ PKGBUILD	2021-10-22 15:01:38 UTC (rev 1032431)
@@ -1,60 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Fredy García <frealgagu at gmail dot com>
-# Contributor: Randy Ramos <rramos1295 at gmail dot com>
-# Contributor: Peter Vasil <mail at petervasil.net>
-# Contributor: Lucas De Marchi <lucas.de.marchi at gmail.com>
-# Contributor: Matthias Meulien <orontee at gmail.com>
-
-pkgname=global
-pkgver=6.6.7
-pkgrel=1
-pkgdesc='Source code tagging system'
-arch=(x86_64)
-url='https://www.gnu.org/software/global/'
-license=(GPL)
-depends=(libltdl perl python sqlite)
-optdepends=(ctags emacs idutils python-pygments vim)
-options=(!emptydirs !libtool)
-validpgpkeys=("26F631B43D624A927E6F1C33969C3BE389DDA6EB")
-source=("https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-b2sums=('040ee878f1224ee9ab8ef001e73d550d23b970ddef42e092791a904747b357a39e6b6958ee0998f0396cf1fb83e81be7d69cae22f35810843305ac54c9bcad90'
-        'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/\.la/.so/g' gtags.conf.in
-  # Rename lid to lid-idutils to avoid a name collision with idutils from AUR
-  sed -i 's/usable("lid")/usable("lid-idutils")/g' "$pkgname/$pkgname.c"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure \
-    --prefix=/usr \
-    --with-exuberant-ctags=/usr/bin/ctags \
-    --with-sqlite3
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Package the emacs script
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  mv "$pkgdir/usr/share/gtags/gtags.el" \
-    "$pkgdir/usr/share/emacs/site-lisp/gtags.el"
-
-  # Package the vim scripts
-  install -d "$pkgdir/usr/share/vim/vimfiles/plugin"
-  mv "$pkgdir/usr/share/gtags/gtags.vim" \
-    "$pkgdir/usr/share/vim/vimfiles/plugin/gtags.vim"
-  mv "$pkgdir/usr/share/gtags/gtags-cscope.vim" \
-    "$pkgdir/usr/share/vim/vimfiles/plugin/gtags-cscope.vim"
-}

Copied: global/repos/community-x86_64/PKGBUILD (from rev 1032430, global/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-22 15:01:38 UTC (rev 1032431)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Fredy García <frealgagu at gmail dot com>
+# Contributor: Randy Ramos <rramos1295 at gmail dot com>
+# Contributor: Peter Vasil <mail at petervasil.net>
+# Contributor: Lucas De Marchi <lucas.de.marchi at gmail.com>
+# Contributor: Matthias Meulien <orontee at gmail.com>
+
+pkgname=global
+pkgver=6.6.7
+pkgrel=2
+pkgdesc='Source code tagging system'
+arch=(x86_64)
+url='https://www.gnu.org/software/global/'
+license=(GPL)
+depends=(libltdl perl python sqlite)
+optdepends=(ctags emacs idutils python-pygments vim)
+options=(!emptydirs !libtool)
+validpgpkeys=("26F631B43D624A927E6F1C33969C3BE389DDA6EB")
+source=("https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+b2sums=('040ee878f1224ee9ab8ef001e73d550d23b970ddef42e092791a904747b357a39e6b6958ee0998f0396cf1fb83e81be7d69cae22f35810843305ac54c9bcad90'
+        'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/\.la/.so/g' gtags.conf.in
+  # Rename lid to lid-idutils to avoid a name collision with idutils from AUR
+  sed -i 's/usable("lid")/usable("lid-idutils")/g' "$pkgname/$pkgname.c"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure \
+    --prefix=/usr \
+    --with-exuberant-ctags=/usr/bin/etags \
+    --with-sqlite3 \
+    --with-universal-ctags=/usr/bin/ctags
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Package the emacs script
+  install -d "$pkgdir/usr/share/emacs/site-lisp"
+  mv "$pkgdir/usr/share/gtags/gtags.el" \
+    "$pkgdir/usr/share/emacs/site-lisp/gtags.el"
+
+  # Package the vim scripts
+  install -d "$pkgdir/usr/share/vim/vimfiles/plugin"
+  mv "$pkgdir/usr/share/gtags/gtags.vim" \
+    "$pkgdir/usr/share/vim/vimfiles/plugin/gtags.vim"
+  mv "$pkgdir/usr/share/gtags/gtags-cscope.vim" \
+    "$pkgdir/usr/share/vim/vimfiles/plugin/gtags-cscope.vim"
+}



More information about the arch-commits mailing list