Small aesthetical changes
This commit is contained in:
parent
98c50b0bb4
commit
93e68b8b58
2 changed files with 5 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Jan 31 23:20:02 UTC 2016
|
# Sun Jan 31 23:28:00 UTC 2016
|
||||||
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
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -6,14 +6,14 @@
|
||||||
pkgname=florence
|
pkgname=florence
|
||||||
pkgver=0.6.3
|
pkgver=0.6.3
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
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/florence/"
|
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' 'gnome-doc-utils')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=("http://sourceforge.net/projects/florence/files/florence/${pkgver}/florence-${pkgver}.tar.bz2")
|
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||||
sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e')
|
sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -26,11 +26,11 @@ build() {
|
||||||
--with-xtst \
|
--with-xtst \
|
||||||
--with-docs \
|
--with-docs \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue