Deleted package: florence
* Package scheduled for deletion in AUR
This commit is contained in:
parent
748f8e0af3
commit
b207fa82e6
2 changed files with 0 additions and 55 deletions
|
@ -1,19 +0,0 @@
|
|||
pkgbase = florence
|
||||
pkgdesc = A configurable on-screen virtual keyboard
|
||||
pkgver = 0.6.3
|
||||
pkgrel = 3
|
||||
url = http://sourceforge.net/projects/florence/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = intltool>=0.23
|
||||
depends = gtk3
|
||||
depends = libxml2
|
||||
depends = librsvg
|
||||
depends = libxtst
|
||||
depends = gettext
|
||||
depends = gstreamer>=1.0
|
||||
source = http://sourceforge.net/projects/florence/files/florence/0.6.3/florence-0.6.3.tar.bz2
|
||||
sha512sums = c527e8c40c9a594106420a6187945d79dfa7ddb4f628805cd188c8a37f79f42cbc1f74b80e21186f104a79c4d5e90c7a9d93cbe35bf1c6ebfe874db047fbef3c
|
||||
|
||||
pkgname = florence
|
|
@ -1,36 +0,0 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
# Contributor: UshakovVasilii <UshakovVasilii@yahoo.com>
|
||||
# Contributor: Charon77 <evans.jahja@yahoo.com>
|
||||
# Contributor: debdj <debd92@gmail.com>
|
||||
|
||||
pkgname=florence
|
||||
pkgver=0.6.3
|
||||
pkgrel=3
|
||||
pkgdesc='A configurable on-screen virtual keyboard'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://sourceforge.net/projects/${pkgname}/"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html
|
||||
makedepends=('intltool>=0.23')
|
||||
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha512sums=('c527e8c40c9a594106420a6187945d79dfa7ddb4f628805cd188c8a37f79f42cbc1f74b80e21186f104a79c4d5e90c7a9d93cbe35bf1c6ebfe874db047fbef3c')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--without-notification \
|
||||
--without-at-spi \
|
||||
--with-panelapplet \
|
||||
--with-xtst \
|
||||
--with-docs \
|
||||
--disable-static \
|
||||
--without-docs
|
||||
make -j1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make -j1 DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue