Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (fb641862f601af68dda6f7b909ddc65c5742f6d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (fb641862f601af68dda6f7b909ddc65c5742f6d2)
  • Date: Mon, 27 Feb 2023 21:02:44 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
libs/libappindicator/BUILD | 2 ++
libs/libappindicator/CONFIGURE | 1 +
libs/libappindicator/DEPENDS | 31 +++++++++++++++++++++++++++++++
libs/libappindicator/DETAILS | 17 +++++++++++++++++
libs/libappindicator/HISTORY | 4 ++++
libs/libappindicator/PRE_BUILD | 5 +++++
7 files changed, 63 insertions(+)

New commits:
commit fb641862f601af68dda6f7b909ddc65c5742f6d2
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

libappindicator: new spell, menu exporting library

diff --git a/ChangeLog b/ChangeLog
index 48ae7e6..69fdf4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
+ * libs/libappindicator: new spell, menu exporting library
+
2023-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-extra/tokodon: added, Mastadon client

diff --git a/libs/libappindicator/BUILD b/libs/libappindicator/BUILD
new file mode 100755
index 0000000..48fd003
--- /dev/null
+++ b/libs/libappindicator/BUILD
@@ -0,0 +1,2 @@
+OPTS="$TESTS $OPTS" &&
+default_build
diff --git a/libs/libappindicator/CONFIGURE b/libs/libappindicator/CONFIGURE
new file mode 100755
index 0000000..6df1909
--- /dev/null
+++ b/libs/libappindicator/CONFIGURE
@@ -0,0 +1 @@
+config_query_option TESTS "Build tests?" n "" "--disable-tests
--disable-mono-test"
diff --git a/libs/libappindicator/DEPENDS b/libs/libappindicator/DEPENDS
new file mode 100755
index 0000000..09ff371
--- /dev/null
+++ b/libs/libappindicator/DEPENDS
@@ -0,0 +1,31 @@
+depends PKG-CONFIG &&
+depends libtool &&
+depends automake &&
+depends autoconf &&
+depends dbus-glib &&
+depends glib2 &&
+depends dbusmenu &&
+
+optional_depends gtk+2 \
+ '--with-gtk=2' \
+ '--with-gtk=3' \
+ 'Use gtk+2? (Uses Gtk+3 otherwise)' &&
+
+if ! is_depends_enabled $SPELL gtk+2; then
+ depends gtk+3
+fi &&
+
+optional_depends gobject-introspection \
+ '--enable-introspection=yes' \
+ '--enable-introspection=no' \
+ 'Enable introspection?' &&
+
+optional_depends vala \
+ '' \
+ '' \
+ 'Build vala bindings?' &&
+
+optional_depends gtk-doc \
+ '--enable-gtk-doc=yes' \
+ '--enable-gtk-doc=no' \
+ 'Build documentation?'
diff --git a/libs/libappindicator/DETAILS b/libs/libappindicator/DETAILS
new file mode 100755
index 0000000..6bbd0d8
--- /dev/null
+++ b/libs/libappindicator/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libappindicator
+ VERSION=12.10.1
+ VERSIONX=20.10.20200706.1
+ SOURCE=${SPELL}_${VERSION}+${VERSIONX}.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION+${VERSIONX}
+
SOURCE_URL[0]=https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${SPELL}/${VERSION}+${VERSIONX}-0ubuntu1/${SOURCE}
+
SOURCE_HASH=sha256:94e7096a49c400628ecddcafe313d63bf917d95a90ab994930909de724604e0a
+ LICENSE[0]=LGPL
+ WEB_SITE=https://launchpad.net/libappindicator
+ ENTERED=20230227
+ KEYWORDS="unity library menu bar"
+ SHORT="library to allow applications to export a menu into unity
menu bar"
+cat << EOF
+A library to allow applications to export a menu into the Unity Menu bar.
+Based on KSNI it also works in KDE and will fallback to generic Systray
+support if none of those are available.
+EOF
diff --git a/libs/libappindicator/HISTORY b/libs/libappindicator/HISTORY
new file mode 100644
index 0000000..a3e97b7
--- /dev/null
+++ b/libs/libappindicator/HISTORY
@@ -0,0 +1,4 @@
+2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 12.10.1+20.10.20200706, new spell
+ * BUILD, CONFIGURE, PRE_BUILD, DEPENDS: added
+
diff --git a/libs/libappindicator/PRE_BUILD b/libs/libappindicator/PRE_BUILD
new file mode 100755
index 0000000..513fd74
--- /dev/null
+++ b/libs/libappindicator/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+unpack_file &&
+
+autoreconf -f -i



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (fb641862f601af68dda6f7b909ddc65c5742f6d2), Conner Clere, 02/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page