summaryrefslogtreecommitdiffstats
path: root/gnome3-libs
diff options
context:
space:
mode:
authorIsmael Luceno2022-04-28 23:27:46 +0200
committerIsmael Luceno2022-04-28 23:45:19 +0200
commitdc32ae060c2bfc1a851eea01c7034bcd4e788491 (patch)
treed3fb93f417fc0a259e36543ead299bc9296a7904 /gnome3-libs
parent69667dc70b53926e369190b752c8e0c0d4d85c91 (diff)
libhandy 1.6.2
Diffstat (limited to 'gnome3-libs')
-rwxr-xr-xgnome3-libs/libhandy/BUILD3
-rwxr-xr-xgnome3-libs/libhandy/CONFIGURE2
-rwxr-xr-xgnome3-libs/libhandy/DEPENDS4
-rwxr-xr-xgnome3-libs/libhandy/DETAILS4
-rw-r--r--gnome3-libs/libhandy/HISTORY6
5 files changed, 14 insertions, 5 deletions
diff --git a/gnome3-libs/libhandy/BUILD b/gnome3-libs/libhandy/BUILD
new file mode 100755
index 0000000000..16b8f4d670
--- /dev/null
+++ b/gnome3-libs/libhandy/BUILD
@@ -0,0 +1,3 @@
+# don't build examples nor unit tests
+OPTS+=' tests=false examples=false' &&
+default_build
diff --git a/gnome3-libs/libhandy/CONFIGURE b/gnome3-libs/libhandy/CONFIGURE
index 868d0c3c3a..d1cc655820 100755
--- a/gnome3-libs/libhandy/CONFIGURE
+++ b/gnome3-libs/libhandy/CONFIGURE
@@ -1 +1 @@
-. "$GRIMOIRE"/MESON_CONFIGURE \ No newline at end of file
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/gnome3-libs/libhandy/DEPENDS b/gnome3-libs/libhandy/DEPENDS
index 38d26e5759..83edfe6e09 100755
--- a/gnome3-libs/libhandy/DEPENDS
+++ b/gnome3-libs/libhandy/DEPENDS
@@ -1,4 +1,4 @@
-depends meson &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
depends gtk+3 &&
optional_depends gtk-doc \
gtk_doc={true,false} \
@@ -7,7 +7,7 @@ optional_depends gobject-introspection \
introspection={enabled,disabled} \
'for language bindings' &&
optional_depends libglade2 \
- glade_catalog_feature={true,false} \
+ glade_catalog={enabled,disabled} \
'to install a GLADE catalog file' &&
optional_depends vala \
vapi={true,false} \
diff --git a/gnome3-libs/libhandy/DETAILS b/gnome3-libs/libhandy/DETAILS
index ab675c9a9d..8e21ba10ac 100755
--- a/gnome3-libs/libhandy/DETAILS
+++ b/gnome3-libs/libhandy/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=libhandy
- VERSION=1.2.2
+ VERSION=1.6.2
SOURCE="$SPELL-$VERSION.tar.xz"
SOURCE_URL[0]="$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE"
- SOURCE_HASH=sha512:2135d3e15931fa143698de9200803c90e93c87b82c96b4fff90b75075c218a8ef2f69a26210bda8c10fb7195f115b11b804bb6de0b2f65cd464a7cefe35d0af4
+ SOURCE_HASH=sha512:482a848ec5b085e2c5dcc94a1a9be618de22f779dc8c8cc07945f6269d1061e96009700ee9e3ddf0ccac0ce2ac01ccb4da3a8d366f1b3b9ceecc282a46021a6d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://gitlab.gnome.org/GNOME/libhandy/"
LICENSE[0]="LGPL-2.1-or-later"
diff --git a/gnome3-libs/libhandy/HISTORY b/gnome3-libs/libhandy/HISTORY
index 7694e313e1..37d663ece9 100644
--- a/gnome3-libs/libhandy/HISTORY
+++ b/gnome3-libs/libhandy/HISTORY
@@ -1,2 +1,8 @@
+2022-04-28 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 1.6.2
+ * DEPENDS: switched to MESON_DEPENDS
+ updated glade catalog file option
+ * BUILD: disabled building examples and unit tests
+
2021-05-09 Ismael Luceno <ismael@sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: spell created