Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bab8ac995ca988a5f4b059505dacbd7eeab6d499)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bab8ac995ca988a5f4b059505dacbd7eeab6d499)
  • Date: Tue, 28 Apr 2015 07:42:57 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 9 ++++
QT5_DEPENDS | 2 +
devel/quazip/BUILD | 1
devel/quazip/DEPENDS | 3 -
devel/quazip/DETAILS | 16 --------
devel/quazip/HISTORY | 22 -----------
kde4-apps/quassel/BUILD | 7 ---
kde4-apps/quassel/CONFIGURE | 3 -
kde4-apps/quassel/DEPENDS | 4 --
kde4-apps/quassel/DETAILS | 17 --------
kde4-apps/quassel/HISTORY | 64 ---------------------------------
libs/xapian-core/DETAILS | 6 +--
libs/xapian-core/HISTORY | 3 +
qt5-cmake/quassel/BUILD | 7 +++
qt5-cmake/quassel/CONFIGURE | 1
qt5-cmake/quassel/DEPENDS | 12 ++++++
qt5-cmake/quassel/DETAILS | 17 ++++++++
qt5-cmake/quassel/HISTORY | 75
+++++++++++++++++++++++++++++++++++++++
qt5-cmake/quazip/DEPENDS | 2 +
qt5-cmake/quazip/DETAILS | 15 +++++++
qt5-cmake/quazip/HISTORY | 27 ++++++++++++++
xorg-lib/libinput/DETAILS | 4 +-
xorg-lib/libinput/HISTORY | 3 +
xorg-lib/xcb-util-errors/DEPENDS | 1
xorg-lib/xcb-util-errors/DETAILS | 16 ++++++++
xorg-lib/xcb-util-errors/HISTORY | 4 ++
26 files changed, 199 insertions(+), 142 deletions(-)

New commits:
commit bab8ac995ca988a5f4b059505dacbd7eeab6d499
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xcb-util-errors-1.0

commit 0aedd26f4e41939be74112ef03242b21057aa549
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xapian-core: => 1.3.2

commit b630ff4e7460d26fcbee17a385aac0028afc0103
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libinput: => 0.14.1

commit 703791615330374867ebc2230633b8d33f56a209
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

quassel: => 0.12.2

commit 9c09cc8ff44070e7ad62b644534d13be523fafc3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

quassel: => 0.11.0

commit 3087da57f4ea5b84d5c565f08420051e3dc36607
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add QT5_DEPENDS

commit c4659e506011bdc92f10d76aec565de7dfdc1211
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

quazip-0.7.1 - now qt5 based

diff --git a/ChangeLog b/ChangeLog
index 9e86947..b980c74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,15 @@
* libs/urlmatch: new spell, URL Matcher library
* http/fifth: new spell, a web browser done right

+2015-04-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * xorg-lib/xcb-util-errors: added
+ show human readable names for xcb errors
+
+2015-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * QT5_DEPENDS: added
+ * quazip: move to qt5-cmake section
+ * quassel: move to qt5-cmake section
+
2015-04-25 Thomas Orgis <sobukus AT sourcemage.org>
* audio-creation/musescore: new spell, for writing music scores

diff --git a/QT5_DEPENDS b/QT5_DEPENDS
new file mode 100755
index 0000000..403c1b5
--- /dev/null
+++ b/QT5_DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+depends qtbase
diff --git a/devel/quazip/BUILD b/devel/quazip/BUILD
deleted file mode 100755
index 2113434..0000000
--- a/devel/quazip/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-qt4_cmake_build
diff --git a/devel/quazip/DEPENDS b/devel/quazip/DEPENDS
deleted file mode 100755
index 0c5931f..0000000
--- a/devel/quazip/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends -sub CXX gcc &&
-depends qt4 &&
-depends cmake
diff --git a/devel/quazip/DETAILS b/devel/quazip/DETAILS
deleted file mode 100755
index 39962bb..0000000
--- a/devel/quazip/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=quazip
- VERSION=0.5.1
-
SOURCE_HASH=sha512:b4b5fe48f4d30fe0f9d2606c691337526ced169806e4267368dedaee543e12826dc2799c451851c0465f86fbf27d663f94e3b15b27744eac6104f9f4667de640
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://$SPELL.SourceForge.net
- LICENSE[0]=GPL
- ENTERED=20090212
- KEYWORDS="c++"
- SHORT="C++ wrapper for ZIP/UNZIP"
-cat << EOF
-A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Trolltech's
-Qt toolkit.
-Useful to access ZIP archives from the Qt programs.
-EOF
diff --git a/devel/quazip/HISTORY b/devel/quazip/HISTORY
deleted file mode 100644
index 1da2e8a..0000000
--- a/devel/quazip/HISTORY
+++ /dev/null
@@ -1,22 +0,0 @@
-2013-05-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.1
-
-2012-06-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.4
-
-2011-10-14 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: fixed long description wrap (scripted)
-
-2011-09-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.3
- * DEPENDS: add cmake
- * BUILD: ise qt4_cmake_build
-
-2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2009-02-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.2.3
- spell created
-
diff --git a/kde4-apps/quassel/BUILD b/kde4-apps/quassel/BUILD
deleted file mode 100755
index 767850c..0000000
--- a/kde4-apps/quassel/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-OPTS="$OPTS -DLINGUAS=\"$QUAS_LING\"" &&
-#message o=$OPTS &&
-if is_depends_enabled $SPELL kdebase4-runtime;then
- default_build
-else
- qt4_cmake_build
-fi
diff --git a/kde4-apps/quassel/CONFIGURE b/kde4-apps/quassel/CONFIGURE
deleted file mode 100755
index 3994f6a..0000000
--- a/kde4-apps/quassel/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-source $SECTION_DIRECTORY/KDE_CONFIGURE &&
-source $GRIMOIRE/config_query_multi.function &&
-config_query_multi QUAS_LING 'which languages to build?' cs en_US da de fr
hu nb_NO ru sl tr
diff --git a/kde4-apps/quassel/DEPENDS b/kde4-apps/quassel/DEPENDS
deleted file mode 100755
index b1bc28b..0000000
--- a/kde4-apps/quassel/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends cmake &&
-depends -sub 'DBUS SSL' qt4 &&
-optional_depends kdebase4-runtime '-DWITH_KDE=ON' '' 'KDE4 support' &&
-optional_depends phonon '' '' 'audio notifications'
diff --git a/kde4-apps/quassel/DETAILS b/kde4-apps/quassel/DETAILS
deleted file mode 100755
index a616549..0000000
--- a/kde4-apps/quassel/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=quassel
- VERSION=0.9.2
-
SOURCE_HASH=sha512:81e343b9b7df7473c9d899df9ad8c4baa779545ac4fe15c3b7d47f3e9473d24aa78c8cfc1833b79ec5b4b3173e8d83e22394a50b7184f348b3f1155bb3724f3d
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://quassel-irc.org
- SOURCE_URL[0]=$WEB_SITE/pub/$SOURCE
- LICENSE[0]=GPL
- ENTERED=20090103
- KEYWORDS="irc"
- SHORT="distributed IRC client"
-cat << EOF
-Quassel IRC is a modern, cross-platform, distributed IRC client, meaning
-that one (or multiple) client(s) can attach to and detach from a central
-core -- much like the popular combination of screen and a text-based IRC
-client such as WeeChat, but graphical.
-EOF
diff --git a/kde4-apps/quassel/HISTORY b/kde4-apps/quassel/HISTORY
deleted file mode 100644
index 1e63fd7..0000000
--- a/kde4-apps/quassel/HISTORY
+++ /dev/null
@@ -1,64 +0,0 @@
-2013-11-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.2
-
-2013-05-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.0
-
-2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.8.0
-
-2012-04-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.7.4
-
-2011-09-09 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.7.3
-
-2011-09-04 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: PATCHLEVEL++ for /opt/kde4 -> /usr change
-
-2011-04-06 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.7.2
-
-2010-09-22 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.7.1
-
-2010-09-08 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.6.2
-
-2010-05-06 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.6.1
-
-2010-01-31 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.5.2
-
-2009-12-08 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.5.1
-
-2009-11-10 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.5.0
-
-2009-09-19 Bor Kraljic <pyrobor AT ver.si>
- * DETAILS: updated spell to 0.4.3
- fixed long description wrap
-
-2009-05-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.2
-
-2009-04-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.1
- fixes bug #15187
-
-2009-02-21 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: add build options
-
-2009-02-20 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: fix typo, simplify
-
-2009-02-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.0
- * DEPENDS: add optional kdebase4-runtime
-
-2009-02-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.3.1
- spell created
-
diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index 21483d7..cc60245 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,7 +1,7 @@
SPELL=xapian-core
- VERSION=1.3.1
-
SOURCE_HASH=sha512:d3b83d97adbf18b04ef529c3fc7faab9dd8fe232f948d833aa4d082286e15b1b4c0e6739afbb3cfb4a739b5e02888f0f969d5c87150705d6b747ff62a7384e2b
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=1.3.2
+
SOURCE_HASH=sha512:712c19aa2416d1493dfb601e1abe7242bf8f893197a3d0c229e5cabaac446950dd4c71c23200ce8a568e3bfae60e0d987c0c2d9938b1d185af2d44df3627c1cf
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE="http://www.xapian.org/";
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index dcd7b5e..2c0d54c 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2015-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.2
+
2013-06-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.1

diff --git a/qt5-cmake/quassel/BUILD b/qt5-cmake/quassel/BUILD
new file mode 100755
index 0000000..fa74db1
--- /dev/null
+++ b/qt5-cmake/quassel/BUILD
@@ -0,0 +1,7 @@
+export LINGUAS=\"$QUAS_LING\" &&
+OPTS+=" -DWITH_KDE=OFF" &&
+OPTS+=" -DWANT_QTCLIENT=OFF" &&
+OPTS+=" -DWANT_CORE=OFF" &&
+OPTS+=" -DWANT_MONO=ON" &&
+OPTS+=" -DWITH_OXYGEN=OFF" &&
+default_build
diff --git a/qt5-cmake/quassel/CONFIGURE b/qt5-cmake/quassel/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/quassel/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/quassel/DEPENDS b/qt5-cmake/quassel/DEPENDS
new file mode 100755
index 0000000..3a710c9
--- /dev/null
+++ b/qt5-cmake/quassel/DEPENDS
@@ -0,0 +1,12 @@
+depends cmake &&
+depends pkgconfig &&
+depends qtbase '-DUSE_QT5=ON' &&
+depends qtscript &&
+depends SSL &&
+depends zlib &&
+
+optional_depends libdbusmenu-qt5 '' '' '' &&
+optional_depends phonon4qt5 '' '' 'audio notifications' &&
+optional_depends qttools '' '' 'for translations' &&
+optional_depends qtwebkit '' '-DWITH_WEBKIT=0' 'preview links' &&
+optional_depends SYSTEM-LOGGER '' '' 'system log support'
diff --git a/qt5-cmake/quassel/DETAILS b/qt5-cmake/quassel/DETAILS
new file mode 100755
index 0000000..9f8e16a
--- /dev/null
+++ b/qt5-cmake/quassel/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=quassel
+ VERSION=0.12.2
+
SOURCE_HASH=sha512:0c907982af0ba11af6ba5d075850149dc4d4df0c759a736dfaccdc01778958bd9b0137515c2d78a72a1b5aef6600cea47505de6ee905d83a51cf4e67d132911d
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://quassel-irc.org
+ SOURCE_URL[0]=$WEB_SITE/pub/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20090103
+ KEYWORDS="irc"
+ SHORT="distributed IRC client"
+cat << EOF
+Quassel IRC is a modern, cross-platform, distributed IRC client, meaning
+that one (or multiple) client(s) can attach to and detach from a central
+core -- much like the popular combination of screen and a text-based IRC
+client such as WeeChat, but graphical.
+EOF
diff --git a/qt5-cmake/quassel/HISTORY b/qt5-cmake/quassel/HISTORY
new file mode 100644
index 0000000..a5c10a2
--- /dev/null
+++ b/qt5-cmake/quassel/HISTORY
@@ -0,0 +1,75 @@
+2015-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.12.2
+
+2014-12-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.11.0
+ * DEPENDS: lts of changes
+ * BUILD: now qt5 based
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
+2013-11-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.2
+
+2013-05-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.0
+
+2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.0
+
+2012-04-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.4
+
+2011-09-09 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.7.3
+
+2011-09-04 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: PATCHLEVEL++ for /opt/kde4 -> /usr change
+
+2011-04-06 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.7.2
+
+2010-09-22 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.7.1
+
+2010-09-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.6.2
+
+2010-05-06 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.6.1
+
+2010-01-31 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.5.2
+
+2009-12-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.5.1
+
+2009-11-10 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.5.0
+
+2009-09-19 Bor Kraljic <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.4.3
+ fixed long description wrap
+
+2009-05-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.2
+
+2009-04-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.1
+ fixes bug #15187
+
+2009-02-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE: add build options
+
+2009-02-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE: fix typo, simplify
+
+2009-02-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0
+ * DEPENDS: add optional kdebase4-runtime
+
+2009-02-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.1
+ spell created
+
diff --git a/qt5-cmake/quazip/DEPENDS b/qt5-cmake/quazip/DEPENDS
new file mode 100755
index 0000000..ae9406d
--- /dev/null
+++ b/qt5-cmake/quazip/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/QT5_DEPENDS &&
+depends zlib
diff --git a/qt5-cmake/quazip/DETAILS b/qt5-cmake/quazip/DETAILS
new file mode 100755
index 0000000..3d0adfd
--- /dev/null
+++ b/qt5-cmake/quazip/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=quazip
+ VERSION=0.7.1
+
SOURCE_HASH=sha512:58e044019505075aa89f112672c04c54875d98b353ac5a39b6eb3e1f08ea27bd9900126d902c282b87910e4bae5ab9da79942b9add7a5535625c187331445acc
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE[0]=GPL
+ ENTERED=20090212
+ KEYWORDS="c++"
+ SHORT="C++ wrapper for ZIP/UNZIP"
+cat << EOF
+A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using the Qt
toolkit.
+Useful to access ZIP archives from the Qt programs.
+EOF
diff --git a/qt5-cmake/quazip/HISTORY b/qt5-cmake/quazip/HISTORY
new file mode 100644
index 0000000..63596b7
--- /dev/null
+++ b/qt5-cmake/quazip/HISTORY
@@ -0,0 +1,27 @@
+2015-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.1
+ * DEPENDS: qt5
+ * BUILD: deleted
+
+2013-05-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.1
+
+2012-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.4
+
+2011-10-14 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
+2011-09-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.3
+ * DEPENDS: add cmake
+ * BUILD: ise qt4_cmake_build
+
+2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on g++ to dependency on gcc with
+ sub-depends on CXX (scripted)
+
+2009-02-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.3
+ spell created
+
diff --git a/xorg-lib/libinput/DETAILS b/xorg-lib/libinput/DETAILS
index c76de70..2507a27 100755
--- a/xorg-lib/libinput/DETAILS
+++ b/xorg-lib/libinput/DETAILS
@@ -1,6 +1,6 @@
SPELL=libinput
- VERSION=0.13.0
-
SOURCE_HASH=sha512:d07b35cec8d8cd3f75d7f8916fda4723e6a7b94bf457e249ee2b93e9a7c60b9999508d071b8959c7fb3676d13a3b5430c71f2bf579572cab87bcc4e655ab69ab
+ VERSION=0.14.1
+
SOURCE_HASH=sha512:c656b91b6ad3c324bd06eb26a10c0ed6d533f15b3abbeaa12b600df82a6f5eb1a7846597225aa7c25ef9ea1510dfc82d75c6b6e4a0fd02ba44986605b841c4aa
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=http://www.freedesktop.org/software/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index ee86ff3..a6f1bb6 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,6 @@
+2015-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.14.1
+
2015-03-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.13.0

diff --git a/xorg-lib/xcb-util-errors/DEPENDS
b/xorg-lib/xcb-util-errors/DEPENDS
new file mode 100755
index 0000000..f02ee32
--- /dev/null
+++ b/xorg-lib/xcb-util-errors/DEPENDS
@@ -0,0 +1 @@
+depends xcb-proto
diff --git a/xorg-lib/xcb-util-errors/DETAILS
b/xorg-lib/xcb-util-errors/DETAILS
new file mode 100755
index 0000000..36a9944
--- /dev/null
+++ b/xorg-lib/xcb-util-errors/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=xcb-util-errors
+ VERSION=1.0
+
SOURCE_HASH=sha512:479b731b7056313955db9471d37416c4c9ab8c4574214fe20b3c0bcc1f57812fc343af6b0196814caaa6cc848dd120c70fab2f142902125cba63a8386d32179d
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=http://xcb.freedesktop.org/dist/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://xcb.freedesktop.org
+ LICENSE[0]=XCL
+ ENTERED=20150427
+ SHORT="human readable names for xcb errors"
+cat << EOF
+xcb-util-errors is a utility library that gives human readable names to error
+codes and event codes and also to major and minor numbers. The necessary
+information is drawn from xcb-proto's protocol descriptions. This library is
+especially useful when working with extensions and is mostly useful for
debugging.
+EOF
diff --git a/xorg-lib/xcb-util-errors/HISTORY
b/xorg-lib/xcb-util-errors/HISTORY
new file mode 100644
index 0000000..d26ca58
--- /dev/null
+++ b/xorg-lib/xcb-util-errors/HISTORY
@@ -0,0 +1,4 @@
+2015-04-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bab8ac995ca988a5f4b059505dacbd7eeab6d499), Treeve Jelbert, 04/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page