Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cc6a1b9a47680ad828b9acd057749f6db08e19e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cc6a1b9a47680ad828b9acd057749f6db08e19e9)
  • Date: Sun, 10 Apr 2022 13:38:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

kernels/linux-firmware/DEPENDS | 4 +++-
kernels/linux-firmware/DETAILS | 14 ++++++++++++--
kernels/linux-firmware/HISTORY | 4 ++++
kernels/linux-firmware/PREPARE | 2 +-
x11/blueman/DEPENDS | 20 ++++++++++++--------
x11/blueman/DETAILS | 10 +++++-----
x11/blueman/HISTORY | 4 ++++
7 files changed, 41 insertions(+), 17 deletions(-)

New commits:
commit cc6a1b9a47680ad828b9acd057749f6db08e19e9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

blueman 2.2.4

commit 2001107f186fe7d0766414da1a6890b1dcb7fe3a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

linux-firmware: Add snapshots back

diff --git a/kernels/linux-firmware/DEPENDS b/kernels/linux-firmware/DEPENDS
index 21f6e3f..158d8dd 100755
--- a/kernels/linux-firmware/DEPENDS
+++ b/kernels/linux-firmware/DEPENDS
@@ -1 +1,3 @@
-depends git
+case "$LINUX_FIRMWARE_BRANCH" in
+ (scm) depends git ;;
+esac
diff --git a/kernels/linux-firmware/DETAILS b/kernels/linux-firmware/DETAILS
index bee6a21..90818f7 100755
--- a/kernels/linux-firmware/DETAILS
+++ b/kernels/linux-firmware/DETAILS
@@ -1,12 +1,22 @@
. "$GRIMOIRE"/FUNCTIONS
SPELL=linux-firmware
+case "$LINUX_FIRMWARE_BRANCH" in
+ (scm)
VERSION=$(get_scm_version)
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
SOURCE=$SPELL-git.tar.bz2

SOURCE_URL[0]="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${SPELL}.git:${SPELL}-git:main"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
-
WEB_SITE=http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
+ ;;
+ (snapshot)
+ VERSION=20220310
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/$SPELL.git/snapshot/$SOURCE";
+
SOURCE_HASH=sha512:b9818f8364e2b706714af3dc48b13993ed869add32e3442f1ce317b0176a5bda4854ee6d1c8cd3ccad66c7c0b8b645621dfcc413aec8a273086e8f5a1ecb4230
+ ;;
+esac
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
LICENSE[0]=GPL
ENTERED=20101109
SHORT="firmware files used by the Linux kernel"
diff --git a/kernels/linux-firmware/HISTORY b/kernels/linux-firmware/HISTORY
index 9cfaf79..c80c16b 100644
--- a/kernels/linux-firmware/HISTORY
+++ b/kernels/linux-firmware/HISTORY
@@ -1,3 +1,7 @@
+2022-04-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WEB_SITE
+ * DETAILS, PREPARE, DEPENDS: added snapshot
+
2022-02-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated git url & branch

diff --git a/kernels/linux-firmware/PREPARE b/kernels/linux-firmware/PREPARE
index 7e2d26b..c9d1f71 100755
--- a/kernels/linux-firmware/PREPARE
+++ b/kernels/linux-firmware/PREPARE
@@ -1,2 +1,2 @@
. "$GRIMOIRE"/FUNCTIONS &&
-prepare_select_branch scm
+prepare_select_branch snapshot scm
diff --git a/x11/blueman/DEPENDS b/x11/blueman/DEPENDS
index 89df548..b79fa77 100755
--- a/x11/blueman/DEPENDS
+++ b/x11/blueman/DEPENDS
@@ -1,13 +1,17 @@
-depends bluez &&
-depends pygobject &&
-depends pyrex &&
-depends notify-python &&
-depends pygtk2 &&
+depends BLUEZ &&
+depends cython &&
depends dbus-python &&
-depends obex-data-server &&
-depends intltool &&
+depends glib2 &&
+depends gtk+3 &&
+depends iproute2 &&
+depends pango &&
+depends pycairo &&
+depends pygobject3 &&
+depends python-notify2 &&
+depends python3 &&
depends startup-notification &&
-depends pulseaudio &&
+suggest_depends obex-data-server '' '' 'for OBEX support' &&
+suggest_depends pulseaudio '' '' 'for PulseAudio support' &&
optional_depends GETTEXT '--enable-nls' '--disable-nls' 'for native language
support' &&
optional_depends policykit-gnome '--enable-polkit=yes' '--enable-polkit=no'
'for PolicyKit support' &&
optional_depends hal '--enable-hal=yes' '--enable-hal=no' 'for HAL support'
&&
diff --git a/x11/blueman/DETAILS b/x11/blueman/DETAILS
index 2d348cf..6ec79e9 100755
--- a/x11/blueman/DETAILS
+++ b/x11/blueman/DETAILS
@@ -1,9 +1,9 @@
SPELL=blueman
- VERSION=1.23
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://download.tuxfamily.org/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:529a43dace73bf362baac69404a9e87d14f5bcb7b07b18194434c7a6c1dbc22f8fecdb4923c92a77b65656405a492b9e147e77cb7a161df4a93e8b78a003eba7
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ VERSION=2.2.4
+ SOURCE="$SPELL-$VERSION.tar.xz"
+
SOURCE_URL[0]=https://github.com/$SPELL-project/$SPELL/releases/download/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:90d5bf33ee5a296a0033622883aa834df237e294b8525a001a12f9b82faca0f99569a6e17aa3b6f731231e69aaca6fe89f975eac114a09aafade5a3dd15e800d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://blueman-project.org/";
LICENSE[0]=GPL
ENTERED=20110510
diff --git a/x11/blueman/HISTORY b/x11/blueman/HISTORY
index 2e9cf56..38f6cef 100644
--- a/x11/blueman/HISTORY
+++ b/x11/blueman/HISTORY
@@ -1,3 +1,7 @@
+2022-04-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: updated spell to 2.2.4
+ updated dependencies
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cc6a1b9a47680ad828b9acd057749f6db08e19e9), Ismael Luceno, 04/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page