Date: Friday, January 20, 2023 @ 12:25:10
Author: eworm
Revision: 1387108
archrelease: copy trunk to community-x86_64
Added:
cgit-aurweb/repos/community-x86_64/PKGBUILD
(from rev 1387107, cgit-aurweb/trunk/PKGBUILD)
cgit-aurweb/repos/community-x86_64/cgit.install
(from rev 1387107, cgit-aurweb/trunk/cgit.install)
Deleted:
cgit-aurweb/repos/community-x86_64/PKGBUILD
cgit-aurweb/repos/community-x86_64/cgit.install
--------------+
PKGBUILD | 108 ++++++++++++++++++++++++++++-----------------------------
cgit.install | 10 ++---
2 files changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-20 12:25:03 UTC (rev 1387107)
+++ PKGBUILD 2023-01-20 12:25:10 UTC (rev 1387108)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Patrick Palka <[email protected]>
-# Contributor: Loui Chang <louipc.ist at gmail com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-
-pkgname=cgit-aurweb
-pkgver=1.2.3
-_commit=be07e3bf163a719e29e7c181d3d77b18217119f4
-pkgrel=2
-pkgdesc="A web interface for git written in plain C (aurweb branch)"
-arch=('x86_64')
-url="https://git.zx2c4.com/cgit/"
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('git' 'zlib' 'curl' 'asciidoc')
-optdepends=('groff: about page using man page syntax'
- 'python-pygments: syntax highlighting support'
- 'python-docutils: about page formatted with reStructuredText'
- 'python-markdown: about page formatted with markdown'
- 'gzip: gzip compressed snapshots'
- 'bzip2: bzip2 compressed snapshots'
- 'lzip: lzip compressed snapshots'
- 'xz: xz compressed snapshots'
- 'zstd: zstd compressed snapshots'
- 'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=("$pkgname::git+https://gitlab.archlinux.org/archlinux/cgit.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
- cd "$pkgname"
-
- git submodule init
- git submodule update
-}
-
-build() {
- cd "$pkgname"
-
- make
- make doc-man
-}
-
-package() {
- cd "$pkgname"
-
- make CGIT_SCRIPT_PATH="/usr/share/webapps/$pkgname" DESTDIR="$pkgdir"
prefix=/usr filterdir="/usr/lib/$pkgname/filters" install
-
- install -vd "$pkgdir/var/cache/$pkgname"
- mkdir -p "$pkgdir/usr/lib/$pkgname"
- mv "$pkgdir/usr/share/webapps/$pkgname/cgit.cgi"
"$pkgdir/usr/lib/$pkgname"
- ln -sf ../../../lib/$pkgname/cgit.cgi
"$pkgdir/usr/share/webapps/$pkgname/cgit.cgi"
-}
Copied: cgit-aurweb/repos/community-x86_64/PKGBUILD (from rev 1387107,
cgit-aurweb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-20 12:25:10 UTC (rev 1387108)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Patrick Palka <[email protected]>
+# Contributor: Loui Chang <louipc.ist at gmail com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+
+pkgname=cgit-aurweb
+pkgver=1.2.3
+_commit='cc08c9ff936a890206bc2f7560acb44147af9bb8'
+pkgrel=3
+pkgdesc='A web interface for git written in plain C (aurweb branch)'
+arch=('x86_64')
+url='https://git.zx2c4.com/cgit/'
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('git' 'zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+ 'python-pygments: syntax highlighting support'
+ 'python-docutils: about page formatted with reStructuredText'
+ 'python-markdown: about page formatted with markdown'
+ 'gzip: gzip compressed snapshots'
+ 'bzip2: bzip2 compressed snapshots'
+ 'lzip: lzip compressed snapshots'
+ 'xz: xz compressed snapshots'
+ 'zstd: zstd compressed snapshots'
+ 'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=("$pkgname::git+https://gitlab.archlinux.org/archlinux/cgit.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+
+ git submodule init
+ git submodule update
+}
+
+build() {
+ cd "$pkgname"
+
+ make
+ make doc-man
+}
+
+package() {
+ cd "$pkgname"
+
+ make CGIT_SCRIPT_PATH="/usr/share/webapps/$pkgname" DESTDIR="$pkgdir"
prefix=/usr filterdir="/usr/lib/$pkgname/filters" install
+
+ install -vd "$pkgdir/var/cache/$pkgname"
+ mkdir -p "$pkgdir/usr/lib/$pkgname"
+ mv "$pkgdir/usr/share/webapps/$pkgname/cgit.cgi"
"$pkgdir/usr/lib/$pkgname"
+ ln -sf ../../../lib/$pkgname/cgit.cgi
"$pkgdir/usr/share/webapps/$pkgname/cgit.cgi"
+}
Deleted: cgit.install
===================================================================
--- cgit.install 2023-01-20 12:25:03 UTC (rev 1387107)
+++ cgit.install 2023-01-20 12:25:10 UTC (rev 1387108)
@@ -1,5 +0,0 @@
-post_install() {
- chown -v http:http var/cache/cgit-aurweb
- echo "==> cgit looks at /etc/cgitrc for configuration. There is"
- echo "==> an example configuration file in the cgitrc(5) man page."
-}
Copied: cgit-aurweb/repos/community-x86_64/cgit.install (from rev 1387107,
cgit-aurweb/trunk/cgit.install)
===================================================================
--- cgit.install (rev 0)
+++ cgit.install 2023-01-20 12:25:10 UTC (rev 1387108)
@@ -0,0 +1,5 @@
+post_install() {
+ chown -v http:http var/cache/cgit-aurweb
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
+}