Skip to Content.
Sympa Menu

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

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 (ff12783701b0d095892b004665f238cb4e3ca94f)
  • Date: Sun, 28 Feb 2016 21:57:18 +0000

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

dev/null |binary
graphics-libs/libwacom/DEPENDS | 1 +
graphics-libs/libwacom/DETAILS | 4 ++--
graphics-libs/libwacom/HISTORY | 4 ++++
xorg-driver/xf86-input-wacom/DETAILS | 4 ++--
xorg-driver/xf86-input-wacom/HISTORY | 3 +++
xorg-driver/xf86-video-modesetting/DEPENDS | 2 +-
xorg-driver/xf86-video-modesetting/HISTORY | 3 +++
xorg-lib/libinput/DEPENDS | 2 +-
xorg-lib/libinput/HISTORY | 3 +++
10 files changed, 20 insertions(+), 6 deletions(-)

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

xf86-video-modesetting: Fixed dependency on UDEV -> DEVICE-MANAGER

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

libinput: Fixed dependency on UDEV -> DEVICE-MANAGER

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

xf86-input-wacom 0.32.0

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

libwacom 0.18

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

libwacom: Add dependency on libgudev

diff --git a/graphics-libs/libwacom/DEPENDS b/graphics-libs/libwacom/DEPENDS
index f3767d0..930ad8a 100755
--- a/graphics-libs/libwacom/DEPENDS
+++ b/graphics-libs/libwacom/DEPENDS
@@ -1,3 +1,4 @@
+depends libgudev &&
depends libxml2 &&
depends gtk+2 &&
depends glib2
diff --git a/graphics-libs/libwacom/DETAILS b/graphics-libs/libwacom/DETAILS
index 4f0b651..d754e9b 100755
--- a/graphics-libs/libwacom/DETAILS
+++ b/graphics-libs/libwacom/DETAILS
@@ -1,10 +1,10 @@
SPELL=libwacom
- VERSION=0.7
+ VERSION=0.18
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/linuxwacom/libwacom/$SOURCE
-
SOURCE_HASH[0]=sha512:e373ea3afd6b93ef9c16a84e1932b0194bdb81685c4403bee71aed48d0999182a4da18cf752b71ec4a22ec218f82232ef8240a9a8d4e9ea69762f9144fd08989
+
SOURCE_HASH=sha512:68258fbcada5c96e581d1386ca863a80ef979d2f0022de4bcc52d82d0f49c43d4c3c602ea088c1c16128c4aabb3b867f518d4d94335b7757eba6cf7e8c8b950d
LICENSE[0]=GPL
WEB_SITE=http://linuxwacom.sourceforge.net/
ENTERED=20120328
diff --git a/graphics-libs/libwacom/HISTORY b/graphics-libs/libwacom/HISTORY
index c3e9544..2b33018 100644
--- a/graphics-libs/libwacom/HISTORY
+++ b/graphics-libs/libwacom/HISTORY
@@ -1,3 +1,7 @@
+2016-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.18
+ * DEPENDS: Added dependency on libgudev
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/xorg-driver/xf86-input-wacom/DETAILS
b/xorg-driver/xf86-input-wacom/DETAILS
index 104d3dd..a6ef949 100755
--- a/xorg-driver/xf86-input-wacom/DETAILS
+++ b/xorg-driver/xf86-input-wacom/DETAILS
@@ -1,9 +1,9 @@
SPELL=xf86-input-wacom
- VERSION=0.19.0
+ VERSION=0.32.0
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://sourceforge.net/projects/linuxwacom/files/xf86-input-wacom/$SOURCE/download
#http://$SOURCEFOURGE_URL/xf86-input-wacom/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:57991c8ba69281e85c14a23f4a2e7403f550118ac6cdee3c72798bc4342b5964318eeb5404302296fb7046d9dc49e167d2ed4d2e9441a28e39558e5e575dc21b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

WEB_SITE=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Main_Page
ENTERED=20111126
diff --git a/xorg-driver/xf86-input-wacom/HISTORY
b/xorg-driver/xf86-input-wacom/HISTORY
index e3f5f6e..733c16e 100644
--- a/xorg-driver/xf86-input-wacom/HISTORY
+++ b/xorg-driver/xf86-input-wacom/HISTORY
@@ -1,3 +1,6 @@
+2016-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.32.0
+
2015-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: UDEV -> DEVICE-MANAGER

diff --git a/xorg-driver/xf86-input-wacom/xf86-input-wacom-0.19.0.tar.bz2.sig
b/xorg-driver/xf86-input-wacom/xf86-input-wacom-0.19.0.tar.bz2.sig
deleted file mode 100644
index 49a5a1b..0000000
Binary files
a/xorg-driver/xf86-input-wacom/xf86-input-wacom-0.19.0.tar.bz2.sig and
/dev/null differ
diff --git a/xorg-driver/xf86-video-modesetting/DEPENDS
b/xorg-driver/xf86-video-modesetting/DEPENDS
index fb3c9f9..8da33e7 100755
--- a/xorg-driver/xf86-video-modesetting/DEPENDS
+++ b/xorg-driver/xf86-video-modesetting/DEPENDS
@@ -8,7 +8,7 @@ depends renderproto &&
depends xextproto &&
depends xf86driproto &&
depends libpciaccess &&
-optional_depends UDEV '' '' 'hardware detection' &&
+optional_depends DEVICE-MANAGER '' '' 'hardware detection' &&

optional_depends -sub DRI mesalib \
"--enable-dri" \
diff --git a/xorg-driver/xf86-video-modesetting/HISTORY
b/xorg-driver/xf86-video-modesetting/HISTORY
index 799ec0d..7093388 100644
--- a/xorg-driver/xf86-video-modesetting/HISTORY
+++ b/xorg-driver/xf86-video-modesetting/HISTORY
@@ -1,3 +1,6 @@
+2016-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed dependency on UDEV -> DEVICE-MANAGER
+
2014-09-25 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: MESALIB => mesalib

diff --git a/xorg-lib/libinput/DEPENDS b/xorg-lib/libinput/DEPENDS
index 0989730..5839c53 100755
--- a/xorg-lib/libinput/DEPENDS
+++ b/xorg-lib/libinput/DEPENDS
@@ -6,5 +6,5 @@ if is_depends_enabled $SPELL gtk+3;then
depends cairo &&
depends glib2
fi &&
-optional_depends UDEV '' '' 'hardware detection' &&
+optional_depends DEVICE-MANAGER '' '' 'hardware detection' &&
optional_depends libwacom '--enable-libwacom' '--disable-libwacom' 'tablet
identification'
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index 351df77..d96cd15 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,6 @@
+2016-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed dependency on UDEV -> DEVICE-MANAGER
+
2016-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0
* DEPENDS: add libwacom



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ff12783701b0d095892b004665f238cb4e3ca94f), Ismael Luceno, 02/28/2016

Archive powered by MHonArc 2.6.24.

Top of Page