mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:17:16 +08:00
xautomation: update to 1.08
This commit is contained in:
parent
dc58655495
commit
bea7d96435
@ -1,11 +1,8 @@
|
|||||||
#
|
|
||||||
# Apps Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
# maintainer abveritas@chakra-project.org
|
||||||
# contributor Martín González <koteccr[at]gmail[dot]com>
|
# contributor Martín González <koteccr[at]gmail[dot]com>
|
||||||
|
|
||||||
pkgname=xautomation
|
pkgname=xautomation
|
||||||
pkgver=1.07
|
pkgver=1.08
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Controls X from the command line and does "visual scraping".'
|
pkgdesc='Controls X from the command line and does "visual scraping".'
|
||||||
url='http://hoopajoo.net/projects/xautomation.html'
|
url='http://hoopajoo.net/projects/xautomation.html'
|
||||||
@ -14,7 +11,7 @@ license=('GPL')
|
|||||||
depends=('libpng' 'libxtst' 'libxi')
|
depends=('libpng' 'libxtst' 'libxi')
|
||||||
source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz"
|
source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz"
|
||||||
"fix-libs.patch")
|
"fix-libs.patch")
|
||||||
sha1sums=('1b99da6a4c384546e8566e8822ebaa6f385a53af'
|
sha1sums=('eed09da910beb6b46ecd04679073844235ae8a6e'
|
||||||
'350b59bd779643ab074fa9e8c9fe0a853ab89e2e')
|
'350b59bd779643ab074fa9e8c9fe0a853ab89e2e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
@ -36,3 +33,4 @@ package() {
|
|||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user