Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (26efd3a08c6f5ffebda7cac2b213cb74c7e1e2d0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (26efd3a08c6f5ffebda7cac2b213cb74c7e1e2d0)
  • Date: Tue, 14 May 2019 06:52:39 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
news/sfeed/DETAILS | 4 ++--
news/sfeed/HISTORY | 3 +++
python-pypi/brotli/BUILD | 3 +++
python-pypi/brotli/DETAILS | 2 ++
python-pypi/brotli/HISTORY | 4 ++++
utils/neofetch/BUILD | 1 +
utils/neofetch/DEPENDS | 33 +++++++++++++++++++++++++++++++++
utils/neofetch/DETAILS | 29 +++++++++++++++++++++++++++++
utils/neofetch/HISTORY | 2 ++
10 files changed, 82 insertions(+), 2 deletions(-)

New commits:
commit 26efd3a08c6f5ffebda7cac2b213cb74c7e1e2d0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

neofetch: command-line system information tool

commit 9681faf6be77e865dc3632fef4deb6c47d1ddccf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

brotli: correct library installation path

commit 5aa9a3356d9b48e61ecef2e5913ff071cb297be7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sfeed: => 0.9.11

diff --git a/ChangeLog b/ChangeLog
index 78b50ec..15a8728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/neofetch: command-line system information tool
+
2019-05-14 Ismael Luceno <ismael AT sourcemage.org>
* FUNCTIONS: made glibc_is_nptl true for musl

diff --git a/news/sfeed/DETAILS b/news/sfeed/DETAILS
index e2c6a3a..652e92e 100755
--- a/news/sfeed/DETAILS
+++ b/news/sfeed/DETAILS
@@ -1,8 +1,8 @@
SPELL=sfeed
- VERSION=0.9.10
+ VERSION=0.9.11
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://www.codemadness.org/releases/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:d3fa16feaef4cfbf77ff45e419649a1e478a150d69e60b2f453f8af38870eb0b8b99024bd2797ac4b592f1fa7239a8cfddd7467737efc26641d87c45d1c5d354
+
SOURCE_HASH=sha512:6d8ca4a8ee0742560bc2864449a40184641f2bf9288202f3b5e7e8891e5dc23a3dcfcf11e62f90321a5200202d5699987b3e9bc717322716dfa83a1f65937980
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="TODO LICENSE ${DOCS}"
WEB_SITE=https://git.codemadness.org/sfeed/
diff --git a/news/sfeed/HISTORY b/news/sfeed/HISTORY
index 7f68dfa..df82302 100644
--- a/news/sfeed/HISTORY
+++ b/news/sfeed/HISTORY
@@ -1,2 +1,5 @@
+2019-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.11
+
2019-05-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, BUILD, INSTALL: spell created, version 0.9.10
diff --git a/python-pypi/brotli/BUILD b/python-pypi/brotli/BUILD
index eb69b8b..2aac22e 100755
--- a/python-pypi/brotli/BUILD
+++ b/python-pypi/brotli/BUILD
@@ -1,2 +1,5 @@
default_build &&
+
+OPTS="-DCMAKE_INSTALL_LIBDIR='${INSTALL_ROOT}/usr/lib' ${OPTS}" &&
+
cmake_build
diff --git a/python-pypi/brotli/DETAILS b/python-pypi/brotli/DETAILS
index 8416599..06215e5 100755
--- a/python-pypi/brotli/DETAILS
+++ b/python-pypi/brotli/DETAILS
@@ -1,10 +1,12 @@
SPELL=brotli
VERSION=1.0.7
+ PATCHLEVEL=1

SOURCE_HASH=sha512:a82362aa36d2f2094bca0b2808d9de0d57291fb3a4c29d7c0ca0a37e73087ec5ac4df299c8c363e61106fccf2fe7f58b5cf76eb97729e2696058ef43b1d3930a
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/google/brotli
SOURCE_URL[0]=https://github.com/google/brotli/archive/v$VERSION.tar.gz
+ DOC_DIRS=""
LICENSE[0]=MIT
ENTERED=20160118
KEYWORDS=""
diff --git a/python-pypi/brotli/HISTORY b/python-pypi/brotli/HISTORY
index 7118a2b..ba554a5 100644
--- a/python-pypi/brotli/HISTORY
+++ b/python-pypi/brotli/HISTORY
@@ -1,3 +1,7 @@
+2019-05-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1; don't include useless docs
+ * BUILD: correct library installation path
+
2018-10-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.0.7

diff --git a/utils/neofetch/BUILD b/utils/neofetch/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/neofetch/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/neofetch/DEPENDS b/utils/neofetch/DEPENDS
new file mode 100755
index 0000000..d0e154f
--- /dev/null
+++ b/utils/neofetch/DEPENDS
@@ -0,0 +1,33 @@
+runtime_depends bash &&
+runtime_depends grep &&
+runtime_depends AWK &&
+
+suggest_depends imagemagick "" "" "to create thumbnails" &&
+
+suggest_depends xrandr "" "" "to get screen resolution via xrandr" &&
+suggest_depends xwininfo "" "" "to get screen resolution via xwininfo" &&
+suggest_depends xdpyinfo "" "" "to get screen resolution via xdpyinfo" &&
+
+suggest_depends glib2 "" "" "to get theme information via gsettings" &&
+suggest_depends gconf2 "" "" "to get theme information via GConf2" &&
+suggest_depends xfconf "" "" "to get theme information via xfconf" &&
+
+suggest_depends bind-tools "" "" "to get public IP via dig" &&
+suggest_depends curl "" "" "to get public IP via curl" &&
+suggest_depends wget "" "" "to get public IP via wget" &&
+
+suggest_depends xdotool "" "" "to get window size via xdotool" &&
+
+if is_depends_enabled ${SPELL} xwininfo; then
+ suggest_depends xdo "" "" "to get window size via xdo" &&
+ suggest_depends xprop "" "" "to get window size via xprop"
+fi &&
+
+suggest_depends feh "" "" "to get wallpaper via feh" &&
+suggest_depends nitrogen "" "" "to get wallpaper via nitrogen" &&
+
+suggest_depends dbus "" "" "to get song information" &&
+
+suggest_depends pciutils "" "" "to get GPU information" &&
+
+suggest_depends w3m "" "" "for image rendering in the terminal"
diff --git a/utils/neofetch/DETAILS b/utils/neofetch/DETAILS
new file mode 100755
index 0000000..80a3608
--- /dev/null
+++ b/utils/neofetch/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=neofetch
+ VERSION=6.0.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/dylanaraps/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="LICENSE.md CONTRIBUTING.md ${DOCS}"
+ WEB_SITE=https://github.com/dylanaraps/neofetch
+ LICENSE[0]=MIT
+ ENTERED=20190514
+ SHORT="command-line system information tool"
+cat << EOF
+Neofetch is a command-line system information tool written in bash 3.2+.
+
+Neofetch displays information about your operating system, software and
+hardware in an aesthetic and visually pleasing way.
+
+The overall purpose of Neofetch is to be used in screen-shots of your system.
+Neofetch shows the information other people want to see. There are other
tools
+available for proper system statistic/diagnostics.
+
+The information by default is displayed alongside your operating system's
logo.
+You can further configure Neofetch to instead use an image, a custom ASCII
+file, your wallpaper or nothing at all.
+
+You can further configure Neofetch to display exactly what you want it to.
+Through the use of command-line flags and the configuration file you can
change
+existing information outputs or add your own custom ones.
+EOF
diff --git a/utils/neofetch/HISTORY b/utils/neofetch/HISTORY
new file mode 100644
index 0000000..d43268e
--- /dev/null
+++ b/utils/neofetch/HISTORY
@@ -0,0 +1,2 @@
+2019-05-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: created spell, version 6.0.0



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (26efd3a08c6f5ffebda7cac2b213cb74c7e1e2d0), Vlad Glagolev, 05/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page