liblangtag: update to 0.6.2.
This commit is contained in:
parent
0ea339b35d
commit
fe305460bb
2 changed files with 3 additions and 23 deletions
|
@ -1,20 +0,0 @@
|
||||||
--- liblangtag/lt-tag.h 2016-03-23 03:58:27.000000000 +0100
|
|
||||||
+++ liblangtag/lt-tag.h 2016-04-08 15:50:43.747557016 +0200
|
|
||||||
@@ -53,8 +53,6 @@
|
|
||||||
* This is used as a binary count sequence with lt_tag_get_string_with_filter()
|
|
||||||
* to allow only given tags to be the outcome.
|
|
||||||
*/
|
|
||||||
-typedef enum _lt_tag_filter_t lt_tag_filter_t;
|
|
||||||
-
|
|
||||||
enum _lt_tag_filter_t {
|
|
||||||
LT_TAG_FILTER_NONE = 0,
|
|
||||||
LT_TAG_FILTER_LANGUAGE = 1 << 0,
|
|
||||||
@@ -68,6 +66,8 @@
|
|
||||||
LT_TAG_FILTER_ALL = -1
|
|
||||||
};
|
|
||||||
|
|
||||||
+typedef enum _lt_tag_filter_t lt_tag_filter_t;
|
|
||||||
+
|
|
||||||
lt_tag_t *lt_tag_new (void);
|
|
||||||
lt_tag_t *lt_tag_ref (lt_tag_t *tag);
|
|
||||||
void lt_tag_unref (lt_tag_t *tag);
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'liblangtag'
|
# Template file for 'liblangtag'
|
||||||
pkgname=liblangtag
|
pkgname=liblangtag
|
||||||
version=0.6.0
|
version=0.6.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Interface library to access tags for identifying languages"
|
short_desc="Interface library to access tags for identifying languages"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -11,7 +11,7 @@ distfiles="https://bitbucket.org/tagoh/${pkgname}/downloads/${pkgname}-${version
|
||||||
makedepends="libxml2-devel"
|
makedepends="libxml2-devel"
|
||||||
hostmakedepends="automake libtool pkg-config gobject-introspection"
|
hostmakedepends="automake libtool pkg-config gobject-introspection"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
checksum=df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576
|
checksum=d6242790324f1432fb0a6fae71b6851f520b2c5a87675497cf8ea14c2924d52e
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue