Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (451432fb9aa746a9261281922fc82dba56619d7e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (451432fb9aa746a9261281922fc82dba56619d7e)
  • Date: Tue, 3 Jan 2023 03:19:19 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnome2-libs/zenity/CONFIGURE | 1 +
gnome2-libs/zenity/DEPENDS | 27 +++++++++++++++++----------
gnome2-libs/zenity/DETAILS | 5 +++--
gnome2-libs/zenity/HISTORY | 8 ++++++++
4 files changed, 29 insertions(+), 12 deletions(-)

New commits:
commit 451432fb9aa746a9261281922fc82dba56619d7e
Author: Conner Clere <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

zenity: => 3.42.1

diff --git a/gnome2-libs/zenity/CONFIGURE b/gnome2-libs/zenity/CONFIGURE
new file mode 100755
index 0000000..228817e
--- /dev/null
+++ b/gnome2-libs/zenity/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}"/MESON_CONFIGURE
diff --git a/gnome2-libs/zenity/DEPENDS b/gnome2-libs/zenity/DEPENDS
index 076b0af..6caab7f 100755
--- a/gnome2-libs/zenity/DEPENDS
+++ b/gnome2-libs/zenity/DEPENDS
@@ -1,11 +1,18 @@
-depends gtk+3 &&
-depends intltool &&
-depends itstool &&
-depends gnome-doc-utils &&
-optional_depends libnotify \
- "--enable-libnotify" "--disable-libnotify" \
- "Enable libnotify support?" &&
+source "${GRIMOIRE}"/MESON_DEPENDS &&
+depends PKG-CONFIG &&
+depends glib2 &&
+depends gtk+3 &&
+depends itstool &&
+depends gdk-pixbuf2 &&
+depends libx11 &&
+depends pango &&

-optional_depends rarian \
- "--enable-scrollkeeper" "--disable-scrollkeeper" \
- "Register with rarian?"
+optional_depends libnotify \
+ 'libnotify=true' \
+ 'libnotify=false' \
+ 'Enable libnotify for desktop notification support?' &&
+
+optional_depends webkitgtk3 \
+ 'webkitgtk=true' \
+ 'webkitgtk=false' \
+ 'Enable webkitgtk support?'
diff --git a/gnome2-libs/zenity/DETAILS b/gnome2-libs/zenity/DETAILS
index 4a2a05b..1588c82 100755
--- a/gnome2-libs/zenity/DETAILS
+++ b/gnome2-libs/zenity/DETAILS
@@ -1,10 +1,11 @@
+. "${GRIMOIRE}"/MESON_FUNCTIONS
SPELL=zenity
- VERSION=3.24.0
+ VERSION=3.42.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:b24291166221cc2dabeabfeab7ca00ca63ff21c12a4eb327cd35ac43f485b8d4a858dd717df1b35b8bd3fd89d0bb235609855c6d349b76879b0f77b4fedd4dd9
+
SOURCE_HASH=sha512:a8239e7dde351f3d3f75a59c95588f672c69333d4a53d50465d05fb73e61d1bbff6aca89acffc35a8d6802f465048ad2cbd7421bc3e3200a5a393ee3c9319106
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org
ENTERED=20030901
diff --git a/gnome2-libs/zenity/HISTORY b/gnome2-libs/zenity/HISTORY
index a24708a..1126ace 100644
--- a/gnome2-libs/zenity/HISTORY
+++ b/gnome2-libs/zenity/HISTORY
@@ -1,3 +1,11 @@
+2023-01-02 Conner Clere <connerclere AT gmail.com>
+ * DETAILS: 3.42.1, convert to meson build
+ * CONFIGURE: add for meson build
+ * DEPENDS: remove gnome-doc-utils, rarian, intltool deps
+ add deps (MESON_DEPENDS, PKG-CONFIG, glib2,
+ gdk-pixbuf2, libx11, pango)
+ add webkitgtk3 optional dep
+
2018-05-29 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: 3.24.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (451432fb9aa746a9261281922fc82dba56619d7e), Pavel Vinogradov, 01/02/2023

Archive powered by MHonArc 2.6.24.

Top of Page