Skip to Content.
Sympa Menu

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

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 (9f7358e79c15c7436cebb8f947c0bb4c663282cd)
  • Date: Sat, 26 Nov 2016 08:33:36 +0000

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

ChangeLog | 4 +
chat-im/utox/BUILD | 1
chat-im/utox/DEPENDS | 8 ++
chat-im/utox/DETAILS | 19
+++++
chat-im/utox/HISTORY | 3
chat-im/utox/PREPARE | 2
chat-im/utox/PRE_BUILD | 3
chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch | 38
++++++++++
libs/boost/DETAILS | 2
libs/boost/HISTORY | 3
mobile/cpuspeed/BUILD | 1
mobile/cpuspeed/DEPENDS | 1
mobile/cpuspeed/DETAILS | 22
+++++
mobile/cpuspeed/HISTORY | 2
mobile/cpuspeed/INSTALL | 2
15 files changed, 110 insertions(+), 1 deletion(-)

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

utox: new spell, Lightweight Tox client

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

cpuspeed: new spell, Userspace cpufreq governor

commit 222a4f0f2349ef0bb0d8172f55b6343e9f78c78d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Fix SOURCE_HASH

The previous value corresponds to a snapshot tarball, not to the
release.

diff --git a/ChangeLog b/ChangeLog
index 00dcdde..a3d36c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-26 Ismael Luceno <ismael AT sourcemage.org>
+ * mobile/cpuspeed: new spell, Userspace cpufreq governor
+ * chat-im/utox: new spell, Lightweight Tox client
+
2016-11-25 Treeve Jelbert <treeve AT sourcemage.org>
* qt5-cmake/scribus: added, qt5 version of scribus

diff --git a/chat-im/utox/BUILD b/chat-im/utox/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/chat-im/utox/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/chat-im/utox/DEPENDS b/chat-im/utox/DEPENDS
new file mode 100755
index 0000000..a1a3b10
--- /dev/null
+++ b/chat-im/utox/DEPENDS
@@ -0,0 +1,8 @@
+depends c-toxcore &&
+depends fontconfig &&
+depends freetype2 &&
+depends libv4l &&
+depends libvpx &&
+depends libx11 &&
+depends libxext &&
+depends libxrender
diff --git a/chat-im/utox/DETAILS b/chat-im/utox/DETAILS
new file mode 100755
index 0000000..5e25c6b
--- /dev/null
+++ b/chat-im/utox/DETAILS
@@ -0,0 +1,19 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=utox
+ VERSION=$(get_scm_version)
+ SOURCE="uTox-scm.tar.bz2"
+ SOURCE_URL[0]=git://github.com/uTox/uTox.git::develop
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+# VERSION=0.9.8
+# SOURCE="uTox-$VERSION.tar.gz"
+# SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
+# SOURCE_HASH=sha512:
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox-$VERSION"
+ WEB_SITE="http://utox.org/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20161123
+ KEYWORDS=""
+ SHORT="Lightweight Tox client"
+cat << EOF
+EOF
diff --git a/chat-im/utox/HISTORY b/chat-im/utox/HISTORY
new file mode 100644
index 0000000..078e7da
--- /dev/null
+++ b/chat-im/utox/HISTORY
@@ -0,0 +1,3 @@
+2016-11-23 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PREPARE, PRE_BUILD,
+ patches/0001-Fix-utox-target-installation-rule.patch: spell created
diff --git a/chat-im/utox/PREPARE b/chat-im/utox/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/chat-im/utox/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch
diff --git a/chat-im/utox/PRE_BUILD b/chat-im/utox/PRE_BUILD
new file mode 100755
index 0000000..c230ad1
--- /dev/null
+++ b/chat-im/utox/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+apply_patch_dir patches
diff --git
a/chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch
b/chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch
new file mode 100644
index 0000000..20b56dd
--- /dev/null
+++ b/chat-im/utox/patches/0001-Fix-utox-target-installation-rule.patch
@@ -0,0 +1,38 @@
+From 01e97f0b9df9e6a1ad6a0a0320f7087c7b2a94e8 Mon Sep 17 00:00:00 2001
+From: Ismael Luceno <ismael AT iodev.co.uk>
+Date: Sat, 26 Nov 2016 05:23:46 -0200
+Subject: [PATCH] Fix utox target installation rule
+
+CMake install rules for files generated by the build process must specify
+they reference a target to be correctly looked up in the build directory,
+instead of the source directory.
+
+Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
+---
+ CMakeLists.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 98824775c76d..380fa684f219 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -144,9 +144,6 @@ elseif(UNIX) # xlib by default
+ target_link_libraries(utoxNATIVE icon v4lconvert X11 Xext Xrender
fontconfig freetype resolv dl )
+
+ install(FILES
+- utox
+- DESTINATION "bin")
+- install(FILES
+ src/utox.desktop
+ DESTINATION "share/applications")
+ install(FILES
+@@ -270,3 +267,6 @@ target_link_libraries(utox
+ sodium pthread m vpx )
+
+ set_property(TARGET utox PROPERTY C_STANDARD 99)
++if(UNIX)
++ install(TARGETS utox RUNTIME DESTINATION "bin")
++endif()
+--
+2.10.2
+
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 15c1558..7803191 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
VERSION=1_62_0
-
SOURCE_HASH=sha512:b8ccb58c52e16494a61def5f8abbf4ecb884acd88063c524f7221aa125ca72e3fa153c140782b9e806d19f8f23f3b22e68b87fdc47d57c66adef86d932dbfcb1
+
SOURCE_HASH=sha512:5385ae3d5255a433a704169ad454d8dc2b0b5bcae3fb23defd6570df4ff7d845cf9fcbeebccdc1c5db0eec9f82ee3d90040de9507c8167467c635d3b215463be
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 6f98f55..6a9f207 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2016-11-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_HASH
+
2016-10-22 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: sed -> patch
* 0001-Fixed-OpenSSL-1.1.0-check-for-LibreSSL-as-well.patch: added
diff --git a/mobile/cpuspeed/BUILD b/mobile/cpuspeed/BUILD
new file mode 100755
index 0000000..d13930c
--- /dev/null
+++ b/mobile/cpuspeed/BUILD
@@ -0,0 +1 @@
+make COPTS="$CFLAGS"
diff --git a/mobile/cpuspeed/DEPENDS b/mobile/cpuspeed/DEPENDS
new file mode 100755
index 0000000..f148724
--- /dev/null
+++ b/mobile/cpuspeed/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/mobile/cpuspeed/DETAILS b/mobile/cpuspeed/DETAILS
new file mode 100755
index 0000000..af3acc1
--- /dev/null
+++ b/mobile/cpuspeed/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=cpuspeed
+ VERSION=1.5
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=https://carlthompson.net/downloads/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3a73b8eb2552acc740d2717cbb4e35f1646b81963781bc4a48ea64e2da681c868455cac8db95db6139f0d5802fc876acdfcec8ca086cb78ea030cf05445bb3d6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://carlthompson.net/Software/CPUSpeed";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20161126
+ KEYWORDS=""
+ SHORT="Userspace cpufreq governor"
+ DOCS+=' CONTRIBUTORS EXAMPLES FEATURES USAGE'
+cat << EOF
+CPUFreq is a Linux kernel subsystem which allows the clock speed of mobile
+CPUs (most often found in laptop computers) to be explicitly set. CPUSpeed
+dynamically controls CPUFreq, slowing down the CPU to conserve power and
+reduce heat when the system is idle, on battery power or overheating,
+and speeding up the CPU when the system is busy and more processing power
+is needed. Using CPUSpeed can significantly increase a laptop computer's
+battery life and significantly reduce the heat it generates while still
+allowing your system to perform at top speed when you need it.
+EOF
diff --git a/mobile/cpuspeed/HISTORY b/mobile/cpuspeed/HISTORY
new file mode 100644
index 0000000..2c78bd9
--- /dev/null
+++ b/mobile/cpuspeed/HISTORY
@@ -0,0 +1,2 @@
+2016-11-26 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/mobile/cpuspeed/INSTALL b/mobile/cpuspeed/INSTALL
new file mode 100755
index 0000000..6709d0e
--- /dev/null
+++ b/mobile/cpuspeed/INSTALL
@@ -0,0 +1,2 @@
+install -v -m755 -t "$INSTALL_ROOT"/sbin cpuspeed
+install -v -m644 -t "$INSTALL_ROOT"/etc/sysconfig cpuspeed.conf



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9f7358e79c15c7436cebb8f947c0bb4c663282cd), Ismael Luceno, 11/26/2016

Archive powered by MHonArc 2.6.24.

Top of Page