Skip to Content.
Sympa Menu

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

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 (d676643d37f963d34df4a1593db11d84974f0747)
  • Date: Wed, 16 Aug 2017 00:30:33 +0000

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

ChangeLog | 3 +++
windowmanagers/i3/BUILD | 3 ++-
windowmanagers/i3/DEPENDS | 1 +
windowmanagers/i3/DETAILS | 2 +-
windowmanagers/i3/HISTORY | 5 +++++
xorg-app/xcb-util-xrm/DEPENDS | 1 +
xorg-app/xcb-util-xrm/DETAILS | 14 ++++++++++++++
xorg-app/xcb-util-xrm/HISTORY | 2 ++
8 files changed, 29 insertions(+), 2 deletions(-)

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

i3 4.13

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

xcb-util-xrm: new spell, XCB X resource manager library

diff --git a/ChangeLog b/ChangeLog
index e2adbef..7870cc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-08-16 Ismael Luceno <ismael AT sourcemage.org>
+ * xorg-app/xcb-util-xrm: new spell, XCB X resource manager library
+
2017-08-14 Remko van der Vossen <wich AT sourcemage.org>
* find_depends.function: dependency discovery functions

diff --git a/windowmanagers/i3/BUILD b/windowmanagers/i3/BUILD
index 4919bc7..bf65a78 100755
--- a/windowmanagers/i3/BUILD
+++ b/windowmanagers/i3/BUILD
@@ -1 +1,2 @@
-make DESTDIR="${INSTALL_ROOT}" PREFIX=/usr
+OPTS+=" --disable-builddir" &&
+default_build
diff --git a/windowmanagers/i3/DEPENDS b/windowmanagers/i3/DEPENDS
index 2728ae8..d18ae6e 100755
--- a/windowmanagers/i3/DEPENDS
+++ b/windowmanagers/i3/DEPENDS
@@ -5,6 +5,7 @@ depends libxcursor &&
depends xcb-util-wm &&
depends xcb-util-keysyms &&
depends xcb-util-cursor &&
+depends xcb-util-xrm &&
optional_depends asciidoc '' '' 'for the hacking-howto' &&
optional_depends xmlto '' '' 'for the manpage' &&
optional_depends xmessage '' '' 'for the welcome message' &&
diff --git a/windowmanagers/i3/DETAILS b/windowmanagers/i3/DETAILS
index c4d9ab8..f9d128a 100755
--- a/windowmanagers/i3/DETAILS
+++ b/windowmanagers/i3/DETAILS
@@ -1,5 +1,5 @@
SPELL=i3
- VERSION=4.8
+ VERSION=4.13
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://${SPELL}wm.org/downloads/${SOURCE}
diff --git a/windowmanagers/i3/HISTORY b/windowmanagers/i3/HISTORY
index d279926..c313ace 100644
--- a/windowmanagers/i3/HISTORY
+++ b/windowmanagers/i3/HISTORY
@@ -1,3 +1,8 @@
+2017-08-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.13
+ * DEPENDS: Depends on xcb-util-xrm
+ * BUILD: buildsystem changed
+
2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.8
* DEPENDS: Depends on xcb-util-cursor
diff --git a/xorg-app/xcb-util-xrm/DEPENDS b/xorg-app/xcb-util-xrm/DEPENDS
new file mode 100755
index 0000000..3b59cab
--- /dev/null
+++ b/xorg-app/xcb-util-xrm/DEPENDS
@@ -0,0 +1 @@
+depends libxcb
diff --git a/xorg-app/xcb-util-xrm/DETAILS b/xorg-app/xcb-util-xrm/DETAILS
new file mode 100755
index 0000000..2d8c04c
--- /dev/null
+++ b/xorg-app/xcb-util-xrm/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=xcb-util-xrm
+ VERSION=1.2
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+
SOURCE_URL[0]=https://github.com/Airblader/$SPELL/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/Airblader/xcb-util-xrm";
+ LICENSE[0]="MIT"
+ ENTERED=20170815
+ KEYWORDS=""
+ SHORT="XCB X resource manager library"
+cat << EOF
+XCB util-xrm module provides utility functions for the X resource manager.
+EOF
diff --git a/xorg-app/xcb-util-xrm/HISTORY b/xorg-app/xcb-util-xrm/HISTORY
new file mode 100644
index 0000000..1343ec1
--- /dev/null
+++ b/xorg-app/xcb-util-xrm/HISTORY
@@ -0,0 +1,2 @@
+2017-08-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d676643d37f963d34df4a1593db11d84974f0747), Ismael Luceno, 08/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page