upgpkg: florence 0.6.3-3
Don't generate docs and remove gnome-doc-utils dependency to not require python2 for build process
This commit is contained in:
parent
cfae89eff7
commit
82ba625035
2 changed files with 5 additions and 5 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,13 +1,12 @@
|
||||||
pkgbase = florence
|
pkgbase = florence
|
||||||
pkgdesc = A configurable on-screen virtual keyboard
|
pkgdesc = A configurable on-screen virtual keyboard
|
||||||
pkgver = 0.6.3
|
pkgver = 0.6.3
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://sourceforge.net/projects/florence/
|
url = http://sourceforge.net/projects/florence/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = intltool>=0.23
|
makedepends = intltool>=0.23
|
||||||
makedepends = gnome-doc-utils
|
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
depends = libxml2
|
depends = libxml2
|
||||||
depends = librsvg
|
depends = librsvg
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
pkgname=florence
|
pkgname=florence
|
||||||
pkgver=0.6.3
|
pkgver=0.6.3
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='A configurable on-screen virtual keyboard'
|
pkgdesc='A configurable on-screen virtual keyboard'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://sourceforge.net/projects/${pkgname}/"
|
url="http://sourceforge.net/projects/${pkgname}/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html
|
depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html
|
||||||
makedepends=('intltool>=0.23' 'gnome-doc-utils')
|
makedepends=('intltool>=0.23')
|
||||||
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||||
sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e')
|
sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e')
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@ build() {
|
||||||
--with-panelapplet \
|
--with-panelapplet \
|
||||||
--with-xtst \
|
--with-xtst \
|
||||||
--with-docs \
|
--with-docs \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
--without-docs
|
||||||
make -j1
|
make -j1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue