diff --git a/desktop/toolkit/colord-gtk/pspec.xml b/desktop/toolkit/colord-gtk/pspec.xml
index de703631ca..20340b1caa 100644
--- a/desktop/toolkit/colord-gtk/pspec.xml
+++ b/desktop/toolkit/colord-gtk/pspec.xml
@@ -67,7 +67,7 @@
- 2016-11-13
+ 2016-11-14
0.1.26
Rebuild for Pisi Linux 2.0.
Stefan Gronewold
diff --git a/hardware/misc/libgusb/actions.py b/hardware/misc/libgusb/actions.py
new file mode 100644
index 0000000000..5c97139c77
--- /dev/null
+++ b/hardware/misc/libgusb/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def setup():
+ autotools.configure("--prefix=/usr \
+ --disable-static \
+ --enable-vala \
+ --enable-introspection")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
diff --git a/hardware/misc/libgusb/pspec.xml b/hardware/misc/libgusb/pspec.xml
new file mode 100644
index 0000000000..e0f4ee70c2
--- /dev/null
+++ b/hardware/misc/libgusb/pspec.xml
@@ -0,0 +1,101 @@
+
+
+
+
+ libgusb
+ https://gitorious.org/gusb/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ GObject wrapper for libusb.
+ GLib wrapper around libusb1.
+ https://people.freedesktop.org/~hughsient/releases/libgusb-0.2.9.tar.xz
+
+ glib2-devel
+ vala-devel
+ libxslt-devel
+ libxml2-devel
+ gobject-introspection-devel
+
+
+
+
+ libgusb
+
+ glib2
+ vala
+ libxslt
+ libxml2
+ libusb
+ gobject-introspection
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/gtk-doc
+ /usr/share/vala
+ /usr/share/gir-1.0
+
+
+
+
+ libgusb-devel
+ Development files for libgusb
+
+ libgusb
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2016-11-13
+ 0.2.9
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-05-22
+ 0.2.4
+ Rebuild for vala
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2015-02-25
+ 0.2.4
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2014-09-13
+ 0.1.6
+ Rebuild.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2013-04-13
+ 0.1.6
+ bump
+ Erdinç GÜltekin
+ erdincgultekin@pisilinux.org
+
+
+ 2012-10-05
+ 0.1.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/hardware/misc/libgusb/translations.xml b/hardware/misc/libgusb/translations.xml
new file mode 100644
index 0000000000..e92f5cb134
--- /dev/null
+++ b/hardware/misc/libgusb/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libgusb
+ GObject wrapper for libusb.
+ GLib wrapper around libusb1.
+
+
+
+ libgusb-devel
+ libgusb için geliştirme dosyaları
+
+
\ No newline at end of file
diff --git a/pisi-index.xml b/pisi-index.xml
index 0aaed902cb..acc28d5c87 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -1829,6 +1829,106 @@
+
+
+ libgusb
+ https://gitorious.org/gusb/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ hardware.misc
+ GObject wrapper for libusb.
+ GObject wrapper for libusb.
+ GLib wrapper around libusb1.
+ https://people.freedesktop.org/~hughsient/releases/libgusb-0.2.9.tar.xz
+
+ glib2-devel
+ vala-devel
+ libxslt-devel
+ libxml2-devel
+ gobject-introspection-devel
+
+ hardware/misc/libgusb/pspec.xml
+
+
+ libgusb
+
+ glib2
+ vala
+ libxslt
+ libxml2
+ libusb
+ gobject-introspection
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/gtk-doc
+ /usr/share/vala
+ /usr/share/gir-1.0
+
+
+
+ libgusb-devel
+ Development files for libgusb
+ libgusb için geliştirme dosyaları
+
+ libgusb
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2016-11-13
+ 0.2.9
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2015-05-22
+ 0.2.4
+ Rebuild for vala
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2015-02-25
+ 0.2.4
+ Version bump.
+ Hakan Yıldız
+ hknyldz93@gmail.com
+
+
+ 2014-09-13
+ 0.1.6
+ Rebuild.
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+ 2013-04-13
+ 0.1.6
+ bump
+ Erdinç GÜltekin
+ erdincgultekin@pisilinux.org
+
+
+ 2012-10-05
+ 0.1.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
libsmbios
@@ -39506,7 +39606,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
- 2016-11-13
+ 2016-11-14
0.1.26
Rebuild for Pisi Linux 2.0.
Stefan Gronewold
@@ -62534,7 +62634,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
desktop.kde.addon
Show news from various sources
Show news from various sources
- /home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz
+ https://github.com/groni/Sources/raw/master/rssnow-plasma5-applet.tar.gz
extra-cmake-modules
plasma-workspace-devel
@@ -99384,6 +99484,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
https://github.com/darktable-org/darktable/releases/download/release-2.0.7/darktable-2.0.7.tar.xz
exiv2-devel
+ intltool
cmake
gconf-devel
gtk2-devel
@@ -105561,7 +105662,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
intltool
gobject-introspection
- docbook2x
argyllcms
vala
lcms2-devel
@@ -105572,6 +105672,15 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
eudev-devel
glib2-devel
libgudev-devel
+ libtool
+ gtk-doc
+ perl
+ gettext-devel
+ glib2-devel
+ libgudev-devel
+ sqlite
+ libxslt-devel
+ icu4c-devel
x11/misc/colord/pspec.xml
@@ -105637,7 +105746,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
- 2016-11-13
+ 2016-11-14
1.3.3
First Release.
Stefan Gronewold(groni)
@@ -105662,6 +105771,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
https://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz
tiff-devel
+ libpng-devel
libX11-devel
libXext-devel
libXrandr-devel
@@ -105675,6 +105785,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
argyllcms
tiff
+ libpng
libX11
libXext
libXrandr
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index b9db71b2b8..f75c04b81d 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-255a2252540e610f24e38508fb113a7f597bfc87
\ No newline at end of file
+55b805977f6a7f654a4db5c4841ab3abbba8ca44
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 5ae63233e6..366cab9db0 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 39ec779bd5..ac63b280f0 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-771674a91aee3212ff4dda4bcecc21c72bd239dd
\ No newline at end of file
+f6a5c6333af424b721926f249ea90505965f4f1f
\ No newline at end of file
diff --git a/x11/misc/argyllcms/pspec.xml b/x11/misc/argyllcms/pspec.xml
index 2b4234d5e4..5b0d3016c1 100755
--- a/x11/misc/argyllcms/pspec.xml
+++ b/x11/misc/argyllcms/pspec.xml
@@ -14,6 +14,7 @@
https://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz
tiff-devel
+ libpng-devel
libX11-devel
libXext-devel
libXrandr-devel
@@ -27,6 +28,7 @@
argyllcms
tiff
+ libpng
libX11
libXext
libXrandr
diff --git a/x11/misc/colord/pspec.xml b/x11/misc/colord/pspec.xml
index a16ed400bc..98311710e2 100755
--- a/x11/misc/colord/pspec.xml
+++ b/x11/misc/colord/pspec.xml
@@ -15,8 +15,7 @@
https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz
intltool
- gobject-introspection
- docbook2x
+ gobject-introspection
argyllcms
vala
lcms2-devel
@@ -27,9 +26,16 @@
eudev-devel
glib2-devel
libgudev-devel
-
-
-
+ libtool
+ gtk-doc
+ perl
+ gettext-devel
+ glib2-devel
+ libgudev-devel
+ sqlite
+ libxslt-devel
+ icu4c-devel
+
@@ -95,7 +101,7 @@
- 2016-11-13
+ 2016-11-14
1.3.3
First Release.
Stefan Gronewold(groni)