v0.14
This commit is contained in:
parent
4a8097494f
commit
b6b764524a
7
.SRCINFO
7
.SRCINFO
@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Sep 3 12:20:02 UTC 2018
|
# Sun Sep 30 19:40:21 UTC 2018
|
||||||
pkgbase = astroid-git
|
pkgbase = astroid-git
|
||||||
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
|
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
|
||||||
pkgver = v0.13.r24.g20b9171
|
pkgver = v0.14.r0.g3e6c863
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/astroidmail/astroid
|
url = https://github.com/astroidmail/astroid
|
||||||
install = astroid.install
|
install = astroid.install
|
||||||
@ -16,6 +16,7 @@ pkgbase = astroid-git
|
|||||||
makedepends = pkg-config
|
makedepends = pkg-config
|
||||||
makedepends = python-gobject
|
makedepends = python-gobject
|
||||||
makedepends = cmark
|
makedepends = cmark
|
||||||
|
makedepends = ruby-ronn
|
||||||
depends = notmuch
|
depends = notmuch
|
||||||
depends = boost
|
depends = boost
|
||||||
depends = boost-libs
|
depends = boost-libs
|
||||||
@ -32,9 +33,7 @@ pkgbase = astroid-git
|
|||||||
optdepends = cmark: for markdown to html composition
|
optdepends = cmark: for markdown to html composition
|
||||||
provides = astroid
|
provides = astroid
|
||||||
source = astroid::git+https://github.com/astroidmail/astroid.git
|
source = astroid::git+https://github.com/astroidmail/astroid.git
|
||||||
source = astroid.1.gz
|
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
md5sums = 1cae3fa289d3061dd7d1ac2aa1f9c643
|
|
||||||
|
|
||||||
pkgname = astroid-git
|
pkgname = astroid-git
|
||||||
|
|
||||||
|
13
PKGBUILD
13
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
|
# Maintainer: Gaute Hope <eg@gaute.vetsj.com>
|
||||||
_pkgname=astroid
|
_pkgname=astroid
|
||||||
pkgname=$_pkgname-git
|
pkgname=$_pkgname-git
|
||||||
pkgver=v0.13.r24.g20b9171
|
pkgver=v0.14.r0.g3e6c863
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
|
pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others"
|
||||||
@ -10,7 +10,7 @@ url="https://github.com/astroidmail/astroid"
|
|||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf')
|
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf')
|
||||||
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark')
|
makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark' 'ruby-ronn')
|
||||||
checkdepends=('notmuch-runtime')
|
checkdepends=('notmuch-runtime')
|
||||||
optdepends=('gvim: default editor'
|
optdepends=('gvim: default editor'
|
||||||
'emacs: can be used as editor'
|
'emacs: can be used as editor'
|
||||||
@ -23,10 +23,9 @@ backup=()
|
|||||||
options=()
|
options=()
|
||||||
install=$_pkgname.install
|
install=$_pkgname.install
|
||||||
changelog=
|
changelog=
|
||||||
source=(astroid::git+https://github.com/astroidmail/astroid.git astroid.1.gz)
|
source=(astroid::git+https://github.com/astroidmail/astroid.git)
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP')
|
||||||
'1cae3fa289d3061dd7d1ac2aa1f9c643')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/astroid"
|
cd "$srcdir/astroid"
|
||||||
@ -50,10 +49,6 @@ package() {
|
|||||||
cd "$srcdir/astroid"
|
cd "$srcdir/astroid"
|
||||||
cd build
|
cd build
|
||||||
DESTDIR="$pkgdir" ninja install
|
DESTDIR="$pkgdir" ninja install
|
||||||
|
|
||||||
# install manpage
|
|
||||||
mkdir -p "$pkgdir/usr/share/man/man1"
|
|
||||||
cp "$srcdir/astroid.1.gz" "$pkgdir/usr/share/man/man1/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
BIN
astroid.1.gz
BIN
astroid.1.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user