libwacom: update to 0.6.
This commit is contained in:
parent
9f54ab3c0e
commit
dc8c6b4121
2 changed files with 7 additions and 9 deletions
srcpkgs/libwacom
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'libwacom-devel'.
|
# Template file for 'libwacom-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel libwacom"
|
depends="glib-devel libwacom>=$version"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'libwacom'
|
# Template file for 'libwacom'
|
||||||
pkgname=libwacom
|
pkgname=libwacom
|
||||||
version=0.4
|
version=0.6
|
||||||
homepage="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page"
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config libgudev-devel"
|
makedepends="pkg-config libgudev-devel"
|
||||||
revision=1
|
subpackages="$pkgname-devel"
|
||||||
short_desc="Library to identify wacom tablets"
|
short_desc="Library to identify wacom tablets"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
checksum=13a7989572126b7f9013f8289b7e59707e23690fbd5eaa7f033b88245fa12367
|
homepage="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=7115690698edc87deec482f0b2526567b858475d2135b5f8ccc946e5e76ec01d
|
||||||
long_desc="
|
long_desc="
|
||||||
libwacom is a library to identify wacom tablets and their model-specific
|
libwacom is a library to identify wacom tablets and their model-specific
|
||||||
features. It provides easy access to information such as is this a built-in
|
features. It provides easy access to information such as is this a built-in
|
||||||
on-screen tablet, what is the size of this model, etc."
|
on-screen tablet, what is the size of this model, etc."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue