Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ctags: update to 5.9.20210214.0
@ 2021-02-19 16:01 Eluminae
  2021-02-19 16:16 ` [PR PATCH] [Updated] " Eluminae
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Eluminae @ 2021-02-19 16:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is a new pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages uctags
https://github.com/void-linux/void-packages/pull/28885

ctags: update to 5.9.20210214.0
#### General
- [x] This is a update package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I built this PR locally for my native architecture, (x86_64)



A patch file from https://github.com/void-linux/void-packages/pull/28885.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uctags-28885.patch --]
[-- Type: text/x-diff, Size: 2374 bytes --]

From 393f2b681256402a985593ae515508d9eaa809e0 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Fri, 19 Feb 2021 15:02:16 +0100
Subject: [PATCH] ctags: update to 5.9.20210214.0

---
 srcpkgs/ctags/template  | 19 +++++++++++++------
 srcpkgs/uctags/template | 22 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/uctags/template

diff --git a/srcpkgs/ctags/template b/srcpkgs/ctags/template
index 0065bd92b36..1c43265f1a2 100644
--- a/srcpkgs/ctags/template
+++ b/srcpkgs/ctags/template
@@ -1,14 +1,21 @@
 # Template file for 'ctags'
 pkgname=ctags
-version=5.8
-revision=7
+version=5.9.20210214.0
+revision=1
+wrksrc=ctags-p${version}
 build_style=gnu-configure
+makedepends="pkg-config automake"
 short_desc="Generates an index file of language objects found in source files"
 maintainer="Jan S. <jan.schreib@gmail.com>"
-license="GPL-3"
-homepage="http://ctags.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/ctags/${version}/ctags-${version}.tar.gz"
-checksum=0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
+license="GPL-2.0-only"
+homepage="https://ctags.io/"
+distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz"
+checksum=26d9efe481a57e81195878cdb0baca730a3c4d234b9a7c4f6bf2c8def42bf42b
+
+do_configure() {
+	./autogen.sh
+	./configure ${configure_args}
+}
 
 do_install() {
 	make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
diff --git a/srcpkgs/uctags/template b/srcpkgs/uctags/template
new file mode 100644
index 00000000000..1a6ac2d6317
--- /dev/null
+++ b/srcpkgs/uctags/template
@@ -0,0 +1,22 @@
+# Template file for 'uctags'
+pkgname=uctags
+version=5.9.20210214.0
+revision=1
+wrksrc=ctags-p${version}
+build_style=gnu-configure
+makedepends="pkg-config automake"
+short_desc="Generates an index file of language objects found in source files"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="GPL-2.0-only"
+homepage="https://ctags.io/"
+distfiles="https://github.com/universal-ctags/ctags/archive/p${version}.tar.gz"
+checksum=26d9efe481a57e81195878cdb0baca730a3c4d234b9a7c4f6bf2c8def42bf42b
+
+do_configure() {
+	./autogen.sh
+	./configure ${configure_args}
+}
+
+do_install() {
+	make prefix=${DESTDIR}/usr bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
+}

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-02-23  8:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 16:01 [PR PATCH] ctags: update to 5.9.20210214.0 Eluminae
2021-02-19 16:16 ` [PR PATCH] [Updated] " Eluminae
2021-02-19 16:17 ` Eluminae
2021-02-19 16:21 ` Eluminae
2021-02-19 16:26 ` Eluminae
2021-02-19 16:56 ` WIP: " Chocimier
2021-02-19 16:56 ` [PR PATCH] [Closed]: " Chocimier
2021-02-19 21:17 ` ericonr
2021-02-19 21:19 ` [PR REVIEW] " ericonr
2021-02-19 21:45 ` [PR PATCH] [Updated] " Eluminae
2021-02-19 21:47 ` [PR REVIEW] " Eluminae
2021-02-19 21:47 ` Eluminae
2021-02-19 21:47 ` Eluminae
2021-02-19 21:48 ` Eluminae
2021-02-19 22:08 ` ericonr
2021-02-21 18:24 ` Gottox
2021-02-21 18:25 ` Gottox
2021-02-21 18:25 ` [PR PATCH] [Closed]: " Gottox
2021-02-22 20:28 ` Gottox
2021-02-23  8:03 ` [PR REVIEW] " Eluminae
2021-02-23  8:27 ` [PR PATCH] [Updated] " Eluminae
2021-02-23  8:35 ` Eluminae

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).