mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/yelp to 3.28.1-1
This commit is contained in:
parent
59e446cf6f
commit
8431d2a7da
1 changed files with 4 additions and 6 deletions
|
@ -6,17 +6,17 @@
|
||||||
# - configure with --enable-compile-warnings=no
|
# - configure with --enable-compile-warnings=no
|
||||||
|
|
||||||
pkgname=yelp
|
pkgname=yelp
|
||||||
pkgver=3.28.0
|
pkgver=3.28.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Get help with GNOME"
|
pkgdesc="Get help with GNOME"
|
||||||
url="https://wiki.gnome.org/Apps/Yelp"
|
url="https://wiki.gnome.org/Apps/Yelp"
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
|
depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
|
||||||
makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb)
|
makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib)
|
||||||
groups=(gnome)
|
groups=(gnome)
|
||||||
_commit=eb2e56bdf28c494558f80bee48b2c8acd5b00607 # tags/3.28.0^0
|
_commit=fa41803996924b6f216aa205a1a0cd993f81d80e # tags/3.28.1^0
|
||||||
source=("git://git.gnome.org/yelp#commit=$_commit")
|
source=("git+https://git.gnome.org/browse/yelp#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
@ -26,8 +26,6 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
# Fixup missing tag for pkgver()
|
|
||||||
git tag -f 3.26.0 f88de1d05ad1a7c04e47674e5ba56f2e83da16a5
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue