From b9ff7b55e3cc44be0115cf20accf5690c2f06a5c Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Thu, 30 Aug 2018 11:01:52 +0200 Subject: [PATCH] ship manpage --- .SRCINFO | 8 +++++--- PKGBUILD | 23 ++++++++++++++++------- astroid.1.gz | Bin 0 -> 2192 bytes 3 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 astroid.1.gz diff --git a/.SRCINFO b/.SRCINFO index 10028e7..5ce40f2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Aug 29 07:54:13 UTC 2018 +# Thu Aug 30 09:01:42 UTC 2018 pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others - pkgver = v0.13.r21.g00a1fbb + pkgver = v0.13.r24.g20b9171 pkgrel = 1 url = https://github.com/astroidmail/astroid install = astroid.install @@ -16,7 +16,6 @@ pkgbase = astroid-git makedepends = pkg-config makedepends = python-gobject makedepends = cmark - makedepends = ruby-ronn depends = notmuch depends = boost depends = boost-libs @@ -30,9 +29,12 @@ pkgbase = astroid-git optdepends = gvim: default editor optdepends = emacs: can be used as editor optdepends = vte3: for drop-down terminal + optdepends = cmark: for markdown to html composition provides = astroid source = astroid::git+https://github.com/astroidmail/astroid.git + source = astroid.1.gz md5sums = SKIP + md5sums = 52c14022e2bf7e4806719e8ab4fb7909 pkgname = astroid-git diff --git a/PKGBUILD b/PKGBUILD index 52927cc..7e4e442 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gaute Hope _pkgname=astroid pkgname=$_pkgname-git -pkgver=v0.13.r21.g00a1fbb +pkgver=v0.13.r24.g20b9171 pkgrel=1 epoch= pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others" @@ -10,11 +10,12 @@ url="https://github.com/astroidmail/astroid" license=('GPL') groups=() depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf') -makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark' 'ruby-ronn') +makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark') checkdepends=('notmuch-runtime') optdepends=('gvim: default editor' 'emacs: can be used as editor' - 'vte3: for drop-down terminal') + 'vte3: for drop-down terminal' + 'cmark: for markdown to html composition') provides=('astroid') conflicts=() replaces=() @@ -22,15 +23,20 @@ backup=() options=() install=$_pkgname.install changelog= -source=(astroid::git+https://github.com/astroidmail/astroid.git) +source=(astroid::git+https://github.com/astroidmail/astroid.git astroid.1.gz) noextract=() -md5sums=('SKIP') +md5sums=('SKIP' + '52c14022e2bf7e4806719e8ab4fb7909') build() { cd "$srcdir/astroid" mkdir -p build cd build - cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr + + # We ship the manpage to avoid an AUR dependency + + cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DDISABLE_DOCS=ON + ninja } @@ -44,10 +50,13 @@ package() { cd "$srcdir/astroid" cd build DESTDIR="$pkgdir" ninja install + + # install manpage + mkdir -p "$pkgdir/usr/share/man/man1" + cp "$srcdir/astroid.1.gz" "$pkgdir/usr/share/man/man1/" } pkgver() { cd "astroid" git describe --long --tags --always | sed -r 's/([^-]*-g)/r\1/;s/-/./g' } - diff --git a/astroid.1.gz b/astroid.1.gz new file mode 100644 index 0000000000000000000000000000000000000000..a3a5ff929c1e2a630cd3b0759891f863ce01fe7b GIT binary patch literal 2192 zcmV;B2ygcviwFQOvWHs$1GQNFZ`;Tb{hfcsAUMDdDpGQs_O5Oa)J+`QKx`S7jrLF% zhZVUb_d;@+-K7-W_4>E>&5}z=j;2%o@Hp%2ti6+senErP5?eD%l z-JMY>>ugdqogWt_E!9d+OIKIZ!stAozM9Q`AJ1M*Yg^1_vy;<=$D%|@dTNf7f|AVA z`Dc1M7N4U;R@DCtZ;!mG_sWW8C8^xBrEEM_plr&$!5=&8RIbu6EHbM6ge?uJZk%i! z1|P2Ig|Nx2fcWDpiyY#NvMvO-4CZPe{hKP*s#x3ic`2hHka1yR;0p7T@2_?-th! zetydTG?;wK@9D3)WsmIN!qoQ{i+A_ecMsR|TYhyupi`E_LFu&}$Yd_M%27Y1GyNfGg)0-ftE8}!jLg9q zXyEzS{@wic!}aCk{W;sj{*jfbU&Rh&(gB$5k=%&*`vQ*@yyd8iWA2NZ z^>x1RP>nrO;_>I16C+!Ju=G9~xl$I!g5QsA#&FoJj&)$A0E>Ag(>0Ah(?LiY4h2p> zYn$giEk#q{BqG6)?lOy1Pa#tbRWNv|4N8pSRa?smeXl!8MMHXtlQGcV8N(VFW<}l# z;5UOLq`Jc}(gt{HozdU11kd>?yLF6-GybqvRYilpB&sUv^(ICjA(fLtnPN4AXUUd=fxhV9(nmY=9g4$qF1P4+WDjq>BLTE( za9l$}^DF}XJavbXoKZxF(s)SN=Nqlz7jg($C$l}6jt{$oBz$$+QCW!x4xDoi6-ru- zw6Lr%n3)@0_mZbO0{}*AcerS@RR^iF2ZW%idS?0w<7zI5do_v&9(Lq@M}R8b_e!A- zdL{nmFYhmZ=y&+xYJPJu9TIrjZ;<%ST3;5qbgYq`STz=tLGD7Mr8&TSZ};C?A&V#(b{uME+Fq~fp!aZMouy7qk+@6rolpZYi^ zD5Z|GdV^dey>960;pU@1EQ@!Gh2M=ODEigFcWOEze*;8QNwaVD4si!21q7 zljwgke-=Uy4r7sD98`3t7PLH#!4)vR&J1a zdLhN`=Y0XazB#|cn~0ke{H>RamxX(ncFABWDNUG^BwN+~A9-2~ZL9ZpxGpg(0|SSh zHo<956MsAPSeQWw4Hub#jc5MWws!6R!HEmV`%Z(l8=0!s)_JU41GEW<2D=vl+Dg?7 zEWq`F00pVti9^9#9Dx7lQf=$1mD>Y%40V=h)S=bfw}$sGea+$H2(Z4+{Q-xH1*4Rk zBeN^>6CVp(>aNO~BR4K|$n8%gmbmb+(Hc8#GkL1TO4Ed;XEURbSFcIeuAHN%o78oD3;QpP9jNbfb)#&Z$(cQl-9