diff --git a/desktop/kde/addon/plasma-applet-rssnow/pspec.xml b/desktop/kde/addon/plasma-applet-rssnow/pspec.xml index add0e9897e..35f0937056 100644 --- a/desktop/kde/addon/plasma-applet-rssnow/pspec.xml +++ b/desktop/kde/addon/plasma-applet-rssnow/pspec.xml @@ -14,7 +14,7 @@ plasma-workspace-devel qt5-base-devel - /home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz + https://github.com/groni/Sources/raw/master/rssnow-plasma5-applet.tar.gz plasma-applet-rssnow diff --git a/desktop/kde/admin/colord-kde/actions.py b/desktop/kde/admin/colord-kde/actions.py new file mode 100644 index 0000000000..656f0ec677 --- /dev/null +++ b/desktop/kde/admin/colord-kde/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() diff --git a/desktop/kde/admin/colord-kde/pspec.xml b/desktop/kde/admin/colord-kde/pspec.xml new file mode 100644 index 0000000000..eb4755a129 --- /dev/null +++ b/desktop/kde/admin/colord-kde/pspec.xml @@ -0,0 +1,79 @@ + + + + + colord-kde + http://www.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + Colord support for KDE + KDE support for colord including KDE Daemon module and System Settings module. + mirrors://kde/stable/colord-kde/0.5.0/src/colord-kde-0.5.0.tar.xz + + qt5-base-devel + qt5-x11extras-devel + glibc-devel + libXext-devel + libICE-devel + libX11-devel + libxcb-devel + libXrandr-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + gettext-devel + ki18n-devel + kservice-devel + kcmutils-devel + kio-devel + knotifications-devel + plasma-framework-devel + kwidgetsaddons-devel + kwindowsystem-devel + kitemviews-devel + lcms2-devel + extra-cmake-modules + + + + + colord-kde + + qt5-base + qt5-x11extras + kconfig + kconfigwidgets + libX11 + ki18n + lcms2 + libgcc + kservice + libXrandr + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2016-11-13 + 0.5.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/desktop/kde/admin/colord-kde/translations.xml b/desktop/kde/admin/colord-kde/translations.xml new file mode 100644 index 0000000000..75de0a944e --- /dev/null +++ b/desktop/kde/admin/colord-kde/translations.xml @@ -0,0 +1,13 @@ + + + + colord-kde + Colord support for KDE + KDE support for colord including KDE Daemon module and System Settings module. + + + + colord-kde-devel + colord-kde için geliştirme dosyaları + + diff --git a/desktop/toolkit/colord-gtk/actions.py b/desktop/toolkit/colord-gtk/actions.py new file mode 100644 index 0000000000..44cb859dfe --- /dev/null +++ b/desktop/toolkit/colord-gtk/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-gtk-doc \ + --enable-vala \ + --disable-static \ + --disable-rpath \ + --disable-dependency-tracking") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING", "MAINTAINERS", "NEWS", "README", "TODO") \ No newline at end of file diff --git a/desktop/toolkit/colord-gtk/pspec.xml b/desktop/toolkit/colord-gtk/pspec.xml new file mode 100644 index 0000000000..de703631ca --- /dev/null +++ b/desktop/toolkit/colord-gtk/pspec.xml @@ -0,0 +1,105 @@ + + + + + colord-gtk + http://www.freedesktop.org/software/colord/ + + Osman Erkan + osman.erkan@pisilinux.org + + LGPLv3+ + app:gui + GTK support library for colord + colord-gtk is a GTK+ support library. + http://www.freedesktop.org/software/colord/releases/colord-gtk-0.1.26.tar.xz + + atk-devel + gtk3-devel + cairo-devel + pango-devel + colord-devel + gdk-pixbuf-devel + gtk-doc + vala + gobject-introspection + glib2-devel + + + + + colord-gtk + + atk + gtk3 + cairo + pango + colord + gdk-pixbuf + lcms2 + glib2 + + + + /usr/lib + /usr/share/doc + /usr/share/vala/vapi/ + /usr/share/locale + /usr/bin + /usr/share/man/man1 + + + + + + colord-gtk-devel + + colord-gtk + gtk3-devel + colord-devel + + + /usr/share/gir-1.0 + /usr/lib/pkgconfig/ + /usr/include/colord-1/ + + + + + + 2016-11-13 + 0.1.26 + Rebuild for Pisi Linux 2.0. + Stefan Gronewold + groni@pisilinux.org + + + 2015-01-25 + 0.1.26 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-03-06 + 0.1.25 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-21 + 0.1.25 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-08-30 + 0.1.25 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/desktop/toolkit/colord-gtk/translations.xml b/desktop/toolkit/colord-gtk/translations.xml new file mode 100644 index 0000000000..b38d5d7f89 --- /dev/null +++ b/desktop/toolkit/colord-gtk/translations.xml @@ -0,0 +1,13 @@ + + + + colord-gtk + GTK support library for colord + colord-gtk is a GTK+ support library. + + + + colord-gtk-devel + colord-gtk için geliştirme dosyaları + + diff --git a/multimedia/graphics/darktable/pspec.xml b/multimedia/graphics/darktable/pspec.xml index 29410b6508..52b6d75bb6 100644 --- a/multimedia/graphics/darktable/pspec.xml +++ b/multimedia/graphics/darktable/pspec.xml @@ -20,6 +20,7 @@ exiv2-devel + intltool cmake gconf-devel gtk2-devel diff --git a/pisi-index.xml b/pisi-index.xml index 8d4c1c2e49..0aaed902cb 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -39441,6 +39441,107 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + colord-gtk + http://www.freedesktop.org/software/colord/ + + Osman Erkan + osman.erkan@pisilinux.org + + LGPLv3+ + app:gui + desktop.toolkit + GTK support library for colord + colord-gtk is a GTK+ support library. + http://www.freedesktop.org/software/colord/releases/colord-gtk-0.1.26.tar.xz + + atk-devel + gtk3-devel + cairo-devel + pango-devel + colord-devel + gdk-pixbuf-devel + gtk-doc + vala + gobject-introspection + glib2-devel + + desktop/toolkit/colord-gtk/pspec.xml + + + colord-gtk + + atk + gtk3 + cairo + pango + colord + gdk-pixbuf + lcms2 + glib2 + + + /usr/lib + /usr/share/doc + /usr/share/vala/vapi/ + /usr/share/locale + /usr/bin + /usr/share/man/man1 + + + + colord-gtk-devel + colord-gtk için geliştirme dosyaları + + colord-gtk + gtk3-devel + colord-devel + + + /usr/share/gir-1.0 + /usr/lib/pkgconfig/ + /usr/include/colord-1/ + + + + + 2016-11-13 + 0.1.26 + Rebuild for Pisi Linux 2.0. + Stefan Gronewold + groni@pisilinux.org + + + 2015-01-25 + 0.1.26 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-03-06 + 0.1.25 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-21 + 0.1.25 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-08-30 + 0.1.25 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + qtcreator @@ -79340,6 +79441,83 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + colord-kde + http://www.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.admin + Colord support for KDE + KDE support for colord including KDE Daemon module and System Settings module. + mirrors://kde/stable/colord-kde/0.5.0/src/colord-kde-0.5.0.tar.xz + + qt5-base-devel + qt5-x11extras-devel + glibc-devel + libXext-devel + libICE-devel + libX11-devel + libxcb-devel + libXrandr-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kiconthemes-devel + gettext-devel + ki18n-devel + kservice-devel + kcmutils-devel + kio-devel + knotifications-devel + plasma-framework-devel + kwidgetsaddons-devel + kwindowsystem-devel + kitemviews-devel + lcms2-devel + extra-cmake-modules + + desktop/kde/admin/colord-kde/pspec.xml + + + colord-kde + + qt5-base + qt5-x11extras + kconfig + kconfigwidgets + libX11 + ki18n + lcms2 + libgcc + kservice + libXrandr + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2016-11-13 + 0.5.0 + First release + Stefan Gronewold + groni@pisilinux.org + + + digikam @@ -105365,6 +105543,162 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + colord + http://www.freedesktop.org/software/colord + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + x11.misc + Colord is a system activated daemon that maps devices to color profiles. + Usługa systemowa do zarządzania urządzeniami obsługującymi kolory + colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu. + https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz + + intltool + gobject-introspection + docbook2x + argyllcms + vala + lcms2-devel + libgusb-devel + sane-backends-devel + bash-completion + vala + eudev-devel + glib2-devel + libgudev-devel + + x11/misc/colord/pspec.xml + + + colord + + lcms2 + libgusb + shared-color-profiles + sane-backends + dbus + sqlite + polkit + eudev + glib2 + libgudev + + + /etc + /lib + /usr/libexec/colord-session + /var/lib/colord/icc/ + /usr/bin + /usr/libexec/colord + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + /usr/share/polkit-1 + /usr/share/locale + /usr/share/man + /var + /usr/share/colord + /usr/share/glib-2.0 + /usr/share/bash-completion + /usr/libexec/colord-sane + + + System.Service + + + + colord-devel + Development files for colord + Colord için geliştirme başlıkları + Pliki nagłówkowe colord + + colord + lcms2-devel + libgusb-devel + + + /usr/include + /usr/share/vala/vapi/colord.vapi + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + shared-color-profiles + + /usr/share/color + + + + + 2016-11-13 + 1.3.3 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + argyllcms + http://gitorious.org/hargyllcms + + PisiLinux Community + osman.erkan@pislinux.org + + GPLv3 + MIT + app:gui + x11.misc + ICC compatible color management system + The Argyll color management system supports accurate ICC profile creation for acquisition devices, CMYK printers, film recorders and calibration and profiling of displays. + https://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz + + tiff-devel + libX11-devel + libXext-devel + libXrandr-devel + libXxf86vm-devel + libXinerama-devel + libjpeg-turbo-devel + + x11/misc/argyllcms/pspec.xml + + + argyllcms + + tiff + libX11 + libXext + libXrandr + libXxf86vm + libXinerama + libjpeg-turbo + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/color + + + + + 2016-11-13 + 1.9.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + xkeyboard-config diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 32bc5596c8..b9db71b2b8 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -c9bc1cd39eec9cdc115b63cda60e1a17602e183e \ No newline at end of file +255a2252540e610f24e38508fb113a7f597bfc87 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index dfb94d509d..5ae63233e6 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 8203db7990..39ec779bd5 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2c2bae55066af4d71b22b7ec79aa92946a5d49c5 \ No newline at end of file +771674a91aee3212ff4dda4bcecc21c72bd239dd \ No newline at end of file diff --git a/x11/misc/argyllcms/actions.py b/x11/misc/argyllcms/actions.py new file mode 100644 index 0000000000..512ef2f5ee --- /dev/null +++ b/x11/misc/argyllcms/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.system("./legal.sh") + autotools.autoreconf("-vif") + autotools.configure("--disable-static") + + # for fix unused dependency + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README") \ No newline at end of file diff --git a/x11/misc/argyllcms/pspec.xml b/x11/misc/argyllcms/pspec.xml new file mode 100755 index 0000000000..2b4234d5e4 --- /dev/null +++ b/x11/misc/argyllcms/pspec.xml @@ -0,0 +1,54 @@ + + + argyllcms + http://gitorious.org/hargyllcms + + PisiLinux Community + osman.erkan@pislinux.org + + GPLv3 + MIT + app:gui + ICC compatible color management system + The Argyll color management system supports accurate ICC profile creation for acquisition devices, CMYK printers, film recorders and calibration and profiling of displays. + https://people.freedesktop.org/~hughsient/releases/hargyllcms-1.9.2.tar.xz + + tiff-devel + libX11-devel + libXext-devel + libXrandr-devel + libXxf86vm-devel + libXinerama-devel + libjpeg-turbo-devel + + + + + argyllcms + + tiff + libX11 + libXext + libXrandr + libXxf86vm + libXinerama + libjpeg-turbo + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/color + + + + + + 2016-11-13 + 1.9.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/x11/misc/argyllcms/translations.xml b/x11/misc/argyllcms/translations.xml new file mode 100644 index 0000000000..7075c5ce4f --- /dev/null +++ b/x11/misc/argyllcms/translations.xml @@ -0,0 +1,7 @@ + + + argyllcms + ICC compatible color management system + The Argyll color management system supports accurate ICC profile creation for acquisition devices, CMYK printers, film recorders and calibration and profiling of displays. + + \ No newline at end of file diff --git a/x11/misc/colord/actions.py b/x11/misc/colord/actions.py new file mode 100644 index 0000000000..005f6ff68c --- /dev/null +++ b/x11/misc/colord/actions.py @@ -0,0 +1,32 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure("--enable-print-profiles \ + --disable-examples \ + --disable-static \ + --disable-rpath \ + --disable-silent-rules \ + --enable-polkit \ + --enable-systemd-login=no \ + --with-daemon-user=colord \ + --with-systemdsystemunitdir=no \ + --enable-introspection \ + --enable-vala ") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "TODO", "README.md") diff --git a/x11/misc/colord/comar/service.py b/x11/misc/colord/comar/service.py new file mode 100644 index 0000000000..7b1157a2de --- /dev/null +++ b/x11/misc/colord/comar/service.py @@ -0,0 +1,29 @@ +from comar.service import * +import os + +serviceType = "local" +serviceDesc = _({ + "en": "Color Management Daemon", + "tr": "Renk Yönetimi Servisi", +}) +serviceDefault = "on" + +pidFile = "/run/colord.pid" + +@synchronized +def start(): + startService(command="/usr/libexec/colord", + pidfile=pidFile, + makepid=True, + detach=True, + donotify=True) + +@synchronized +def stop(): + stopService(pidfile=pidFile, + donotify=True) + os.unlink(pidFile) + +def status(): + return isServiceRunning(pidFile) + diff --git a/x11/misc/colord/pspec.xml b/x11/misc/colord/pspec.xml new file mode 100755 index 0000000000..a16ed400bc --- /dev/null +++ b/x11/misc/colord/pspec.xml @@ -0,0 +1,105 @@ + + + + + colord + http://www.freedesktop.org/software/colord + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Colord is a system activated daemon that maps devices to color profiles + Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in. + https://www.freedesktop.org/software/colord/releases/colord-1.3.3.tar.xz + + intltool + gobject-introspection + docbook2x + argyllcms + vala + lcms2-devel + libgusb-devel + sane-backends-devel + bash-completion + vala + eudev-devel + glib2-devel + libgudev-devel + + + + + + + colord + + lcms2 + libgusb + shared-color-profiles + sane-backends + dbus + sqlite + polkit + eudev + glib2 + libgudev + + + /etc + /lib + /usr/libexec/colord-session + /var/lib/colord/icc/ + /usr/bin + /usr/libexec/colord + /usr/lib + /usr/share/dbus-1 + /usr/share/doc + /usr/share/polkit-1 + /usr/share/locale + /usr/share/man + /var + /usr/share/colord + /usr/share/glib-2.0 + /usr/share/bash-completion + /usr/libexec/colord-sane + + + System.Service + + + + + colord-devel + Development files for colord + + colord + lcms2-devel + libgusb-devel + + + /usr/include + /usr/share/vala/vapi/colord.vapi + /usr/share/gir-1.0 + /usr/lib/pkgconfig + + + + + shared-color-profiles + + /usr/share/color + + + + + + 2016-11-13 + 1.3.3 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/x11/misc/colord/translations.xml b/x11/misc/colord/translations.xml new file mode 100644 index 0000000000..2dbac06212 --- /dev/null +++ b/x11/misc/colord/translations.xml @@ -0,0 +1,16 @@ + + + + colord + Colord is a system activated daemon that maps devices to color profiles. + Usługa systemowa do zarządzania urządzeniami obsługującymi kolory + Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in. + colord to niskopoziomowa usługa systemowa odwzorowująca urządzenia obsługujące kolory na profile kolorów w kontekście systemu. + + + + colord-devel + Colord için geliştirme başlıkları + Pliki nagłówkowe colord + +