dolphin file manager
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
kde5.configure("-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d")
|
||||
#WorkDir = "kde-baseapps-15.04.2/dolphin"
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
@@ -17,4 +19,4 @@ def build():
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
#pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("COPYING", "README", "AUTHORS", "COPYING.DOC")
|
||||
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dolphin</Name>
|
||||
<Homepage>https://projects.kde.org/projects/kde/applications/dolphin</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Summary>KDE File Manager</Summary>
|
||||
<Description>Dolphin is the File Manager for KDE.</Description>
|
||||
<Archive sha1sum="cc03888079c6d384a88e706901fd619f96411859" type="targz">http://download1337.mediafire.com/daea2zyyh9tg/jmirgk5o1myd5ma/dolphin.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dolphin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>ktexteditor</Dependency>
|
||||
<Dependency>kio-extras</Dependency>
|
||||
<Dependency>baloo-widgets</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>baloo</Dependency>
|
||||
<Dependency>kbookmarks</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kfilemetadata</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>dolphin-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dolphin</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-23</Date>
|
||||
<Version>14.12</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -15,7 +15,8 @@
|
||||
<Archive sha1sum="4163f0b581c16202ca4e134dec6e2069e832ebfd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/attica-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -23,27 +24,27 @@
|
||||
<Name>attica</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>attica-devel</Name>
|
||||
<Summary>Development files for attica5</Summary>
|
||||
<Summary>Development files for attica5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">attica</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -14,30 +14,31 @@
|
||||
<Description>Qt wrapper for KDE 5 DBus API.</Description>
|
||||
<Archive sha1sum="c897f80c8400101b28be3f9ad1250a8c03cd6901" type="tarxz">http://download.kde.org/stable/plasma/5.3.2/bluez-qt-5.3.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bluez-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>bluez-qt-devel</Name>
|
||||
<Summary>Development files for bluez-qt</Summary>
|
||||
<Summary>Development files for bluez-qt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">bluez-qt</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
<Description>Extra cmake modules KDE5</Description>
|
||||
<Archive sha1sum="5c541b28d59de6ef29522282c23a0afc7356d3c7" type="tarxz">http://download.kde.org/stable/frameworks/5.11/extra-cmake-modules-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-sphinx</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<!--Dependency>python-sphinx</Dependency-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
<Archive sha1sum="b2f2cf6ddf2060b061248c0ec24f6381ce6917f4" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kactivities-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">build-source.patch</Patch>
|
||||
</Patches>
|
||||
<Patches>
|
||||
<Patch level="1">build-source.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
|
||||
@@ -15,10 +15,11 @@
|
||||
<Archive sha1sum="46f526bded55772c4f9e60bb7fc1891c73479bf2" type="tarxz">http://download.kde.org/stable/frameworks/5.11/karchive-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,14 +27,15 @@
|
||||
<Name>karchive</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -42,7 +44,7 @@
|
||||
<Name>karchive-devel</Name>
|
||||
<Summary>Development files for karchive</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">karchive</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -15,8 +15,11 @@
|
||||
<Archive sha1sum="9740d238ca209eb43e48aaa0bf375a8c9a3e3100" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kauth-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>polkit-qt-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,29 +27,30 @@
|
||||
<Name>kauth</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>polkit-qt</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>polkit-qt</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kauth-devel</Name>
|
||||
<Summary>Development files for kauth</Summary>
|
||||
<Summary>Development files for kauth</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kauth</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Archive sha1sum="b950224621d9787c5b253c620bd3c29ca5b6844c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcodecs-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,24 +28,24 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kcodecs-devel</Name>
|
||||
<Summary>Development files for kcodecs</Summary>
|
||||
<Summary>Development files for kcodecs</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kcodecs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -16,8 +16,11 @@
|
||||
<Archive sha1sum="dff3d665ed3248ffca31a67b7743bf9185a5b8db" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcompletion-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,32 +28,32 @@
|
||||
<Name>kcompletion</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kcompletion-devel</Name>
|
||||
<Summary>Development files for kcompletion</Summary>
|
||||
<Summary>Development files for kcompletion</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kcompletion</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -10,20 +10,21 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Advanced configuration system for KDE Frameworks 5</Summary>
|
||||
<Description>Kconfig provides advanced libraries and tools for accessing configuration files.</Description>
|
||||
<Archive sha1sum="270e5e006816d59ca3f742bc2392c95a21c2f221" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kconfig-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
|
||||
<Patch level="1">session-restore.patch</Patch> -->
|
||||
</Patches>
|
||||
<Patches>
|
||||
<!--<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
|
||||
<Patch level="1">session-restore.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -33,19 +34,19 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kconfig-devel</Name>
|
||||
<Summary>Development files for kconfig</Summary>
|
||||
<Summary>Development files for kconfig</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,34 +27,34 @@
|
||||
<Name>kcoreaddons</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>gamin</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kcoreaddons-devel</Name>
|
||||
<Summary>Development files for kcoreaddons</Summary>
|
||||
<Summary>Development files for kcoreaddons</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kcoreaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
|
||||
@@ -16,9 +16,13 @@
|
||||
<Archive sha1sum="be7fdf5b1012c73fca00e71c7e9251bb29556a87" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcrash-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,35 +30,35 @@
|
||||
<Name>kcrash</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kcrash-devel</Name>
|
||||
<Summary>Development files for kcrash</Summary>
|
||||
<Summary>Development files for kcrash</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency release="current">kcrash</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -10,14 +10,15 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Extra modules for Qt-DBus</Summary>
|
||||
<Description>KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.</Description>
|
||||
<Archive sha1sum="3afe097162ec6beda589a1dc1abf892ad6729ffb" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdbusaddons-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,29 +26,29 @@
|
||||
<Name>kdbusaddons</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kdbusaddons-devel</Name>
|
||||
<Summary>Development files for kdbusaddons</Summary>
|
||||
<Summary>Development files for kdbusaddons</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kdbusaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -15,10 +15,11 @@
|
||||
<Archive sha1sum="eef44b91a2c1bd4cf2e5140a381e391bb5c94620" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdnssd-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools</Dependency>
|
||||
<Dependency>qt5-tools</Dependency>
|
||||
<Dependency>avahi-devel</Dependency>
|
||||
<Dependency>avahi-compat-libdns_sd-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,22 +27,22 @@
|
||||
<Name>kdnssd</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kdnssd-devel</Name>
|
||||
<Summary>Development files for kdnssd.</Summary>
|
||||
<Summary>Development files for kdnssd.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kdnssd</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -16,39 +16,38 @@
|
||||
<Archive sha1sum="69068070f29374eef12ab5f9ae261c9cc3c705b5" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdoctools-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>docbook-sgml4_5</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>docbook-sgml4_5</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">docbook.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kdoctools</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -14,27 +14,32 @@
|
||||
<Description>The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.</Description>
|
||||
<Archive sha1sum="1444a735827d295cf0dfb6bc08a3b72518d97e0e" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kguiaddons-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kguiaddons</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kguiaddons-devel</Name>
|
||||
<Summary>Development files for kguiaddons</Summary>
|
||||
<Summary>Development files for kguiaddons</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kguiaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
@@ -15,8 +15,9 @@
|
||||
<Archive sha1sum="0c4751ebc1f3c488f3e95622acf9311e367b7402" type="tarxz">http://download.kde.org/stable/frameworks/5.11/ki18n-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,15 +25,15 @@
|
||||
<Name>ki18n</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-script</Dependency>
|
||||
<Dependency>qt5-script</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -10,17 +10,20 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Idle time reporting utility</Summary>
|
||||
<Description>KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity.</Description>
|
||||
<Archive sha1sum="8f5abb78d2b8b5a62c60e9b17a88d3345db1f5e9" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kidletime-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>libXScrnSaver-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -28,17 +31,17 @@
|
||||
<Name>kidletime</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -10,13 +10,16 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Image formats addons for QT 5</Summary>
|
||||
<Description>This framework provides additional image format plugins for QtGui. </Description>
|
||||
<Archive sha1sum="5bac294ff1088996af8fb90283ddc313cd6622a0" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kimageformats-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>ilmbase-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,14 +27,14 @@
|
||||
<Name>kimageformats</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>openexr-libs</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>openexr-libs</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
<Archive sha1sum="87b62889785c9a407ccfc29832ff210afe289a5a" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kitemmodels-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -23,12 +24,13 @@
|
||||
<Name>kitemmodels</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -37,7 +39,7 @@
|
||||
<Name>kitemmodels-devel</Name>
|
||||
<Summary>Development files for kitemmodels</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kitemmodels</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -16,9 +16,10 @@
|
||||
<Archive sha1sum="f5f41a15297a0fed787f9ff7b71b2f26e1a92a3b" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kitemviews-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,13 +27,13 @@
|
||||
<Name>kitemviews</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -10,14 +10,19 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Widgets for showing progress of asynchronous jobs</Summary>
|
||||
<Description>KJobWIdgets provides widgets for showing progress of asynchronous jobs.</Description>
|
||||
<Archive sha1sum="2953b5b98a340cb023a601e400663159c89867c8" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kjobwidgets-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,31 +30,31 @@
|
||||
<Name>kjobwidgets</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kjobwidgets-devel</Name>
|
||||
<Summary>Development files for kjobwidgets</Summary>
|
||||
<Summary>Development files for kjobwidgets</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kjobwidgets</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -15,11 +15,20 @@
|
||||
<Archive sha1sum="151aa58865b12d016ad78c7bd0567e2cd02403dd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kpackage-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-sgml4_5</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -28,12 +37,10 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
|
||||
@@ -16,7 +16,19 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,36 +36,36 @@
|
||||
<Name>kpeople</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kpeople-devel</Name>
|
||||
<Summary>Development files for kpeople</Summary>
|
||||
<Summary>Development files for kpeople</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kpeople</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
<Archive sha1sum="4b7439043a0f75e7614681aa9f22920c7c7c831c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kplotting-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -23,7 +24,7 @@
|
||||
<Name>kplotting</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
|
||||
@@ -15,8 +15,12 @@
|
||||
<Archive sha1sum="d402020ec466db4ca166fd924a628f69cf275f71" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kpty-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>utempter-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,28 +28,28 @@
|
||||
<Name>kpty</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>utempter</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>utempter</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kpty-devel</Name>
|
||||
<Summary>Development files for kpty</Summary>
|
||||
<Summary>Development files for kpty</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>utempter-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>utempter-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency release="current">kpty</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -16,9 +16,17 @@
|
||||
<Archive sha1sum="cfefce85aa61461c55be64de7bac5f3f3bed654a" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kservice-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -26,37 +34,36 @@
|
||||
<Name>kservice</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kservice-devel</Name>
|
||||
<Summary>Development files for kservice</Summary>
|
||||
<Summary>Development files for kservice</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kservice</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -15,8 +15,10 @@
|
||||
<Archive sha1sum="eeefd6c731456b55f96f8a08afa17d465f0edc91" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kunitconversion-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>extra-cmake-modules </Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules </Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,29 +26,29 @@
|
||||
<Name>kunitconversion</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kunitconversion-devel</Name>
|
||||
<Summary>Development files for kunitconversion</Summary>
|
||||
<Summary>Development files for kunitconversion</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kunitconversion</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -10,14 +10,15 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 desktop widgets</Summary>
|
||||
<Description>KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.</Description>
|
||||
<Archive sha1sum="db63cdc24ad85217d1adddaa3a347297a76d4668" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kwidgetsaddons-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,19 +26,20 @@
|
||||
<Name>kwidgetsaddons</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kwidgetsaddons-devel</Name>
|
||||
<Summary>Development files for kwidgetsaddons</Summary>
|
||||
<Summary>Development files for kwidgetsaddons</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kwidgetsaddons</Dependency>
|
||||
|
||||
@@ -17,15 +17,16 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
<Dependency>libXfixes-devel</Dependency>
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -33,38 +34,38 @@
|
||||
<Name>kwindowsystem</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kwindowsystem-devel</Name>
|
||||
<Summary>Development files for kwindowsystem</Summary>
|
||||
<Summary>Development files for kwindowsystem</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libXrender-devel</Dependency>
|
||||
<Dependency>libXfixes-devel</Dependency>
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
||||
<Dependency release="current">kwindowsystem</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
<Archive sha1sum="91955b23fd1b54b6fb2cf2c352cf3fb324919e5d" type="tarxz">http://download.kde.org/stable/frameworks/5.11/modemmanager-qt-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -38,7 +39,7 @@
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>modemmanger-qt-devel</Name>
|
||||
<Name>modemmanager-qt-devel</Name>
|
||||
<Summary>Development files for kde5-modemmanger-qt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
|
||||
@@ -10,14 +10,15 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A QT wrapper around the NetworkManager libraries</Summary>
|
||||
<Description>A QT wrapper around the NetworkManager libraries</Description>
|
||||
<Archive sha1sum="df2bb93cb72dfb6b125169e95acb6919f05ac664" type="tarxz">http://download.kde.org/stable/frameworks/5.11/networkmanager-qt-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,15 +26,15 @@
|
||||
<Name>networkmanager-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>NetworkManager</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>NetworkManager</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -16,10 +16,12 @@
|
||||
<Archive sha1sum="9236a4e999f5e64b2bb3a2b3ec81be057ce278e3" type="tarxz">http://download.kde.org/stable/frameworks/5.11/solid-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libudev-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>media-player-info</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,21 +29,24 @@
|
||||
<Name>solid</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libudev</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>media-player-info</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>solid-devel</Name>
|
||||
<Summary>Development files for solid</Summary>
|
||||
<Summary>Development files for solid</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">solid</Dependency>
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>hunspell-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,16 +27,16 @@
|
||||
<Name>sonnet</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>aspell</Dependency>
|
||||
<Dependency>hunspell</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<!--Dependency>aspell</Dependency-->
|
||||
<Dependency>hunspell</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
<Archive sha1sum="50c0af5c344af197ac33f75cec97df45dd138fea" type="tarxz">http://download.kde.org/stable/frameworks/5.11/threadweaver-5.11.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bluez-qt</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qt wrapper for KDE 5 Bluez DBus API</Summary>
|
||||
<Description>Qt wrapper for KDE 5 DBus API.</Description>
|
||||
<Archive sha1sum="c897f80c8400101b28be3f9ad1250a8c03cd6901" type="tarxz">http://download.kde.org/stable/plasma/5.3.2/bluez-qt-5.3.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bluez-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>bluez-qt-devel</Name>
|
||||
<Summary>Development files for bluez-qt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">bluez-qt</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-07-01</Date>
|
||||
<Version>5.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-06-06</Date>
|
||||
<Version>5.3.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=70366
|
||||
shelltools.export("ac_cv_func_fdatasync", "no")
|
||||
|
||||
autotools.configure("--disable-update-mimedb")
|
||||
|
||||
def build():
|
||||
autotools.make('-j1')
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("ChangeLog", "NEWS", "README")
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
# Update global mime databases, mime database format may change (0.70)
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("/usr/bin/update-mime-database /usr/share/mime")
|
||||
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import piksemel
|
||||
import os
|
||||
|
||||
def updateMimeTypes(filepath):
|
||||
parse = piksemel.parse(filepath)
|
||||
paths = set()
|
||||
for icon in parse.tags("File"):
|
||||
path = icon.getTagData("Path")
|
||||
if "/share/mime/packages/" in path and path.endswith(".xml"):
|
||||
paths.add("/%s" % path.partition("packages/")[0])
|
||||
|
||||
for p in paths:
|
||||
os.system("/usr/bin/update-mime-database %s" % p)
|
||||
|
||||
def setupPackage(metapath, filepath):
|
||||
updateMimeTypes(filepath)
|
||||
|
||||
def cleanupPackage(metapath, filepath):
|
||||
pass
|
||||
|
||||
def postCleanupPackage(metapath, filepath):
|
||||
updateMimeTypes(filepath)
|
||||
@@ -0,0 +1,267 @@
|
||||
[Default Applications]
|
||||
|
||||
application/x-dia-diagram=dia.desktop
|
||||
text/x-vcard=evolution.desktop
|
||||
text/directory=evolution.desktop
|
||||
text/calendar=evolution.desktop
|
||||
application/x-cd-image=gnome-disk-image-mounter.desktop
|
||||
image/x-compressed-xcf=gimp.desktop
|
||||
image/x-xcf=gimp.desktop
|
||||
image/x-psd=gimp.desktop
|
||||
image/x-fits=gimp.desktop
|
||||
image/bmp=eog.desktop;gthumb.desktop;
|
||||
image/gif=eog.desktop;gthumb.desktop;
|
||||
image/x-icb=eog.desktop;gthumb.desktop;
|
||||
image/x-ico=eog.desktop;gthumb.desktop;
|
||||
image/x-pcx=eog.desktop;gthumb.desktop;
|
||||
image/x-portable-anymap=eog.desktop;gthumb.desktop;
|
||||
image/x-portable-bitmap=eog.desktop;gthumb.desktop;
|
||||
image/x-portable-graymap=eog.desktop;gthumb.desktop;
|
||||
image/x-portable-pixmap=eog.desktop;gthumb.desktop;
|
||||
image/x-xbitmap=eog.desktop;gthumb.desktop;
|
||||
image/x-xpixmap=eog.desktop;gthumb.desktop;
|
||||
image/x-xwindowdump=eog.desktop;gthumb.desktop;
|
||||
image/svg+xml=eog.desktop;gthumb.desktop;
|
||||
application/vnd.ms-word=libreoffice-writer.desktop
|
||||
application/vnd.wordperfect=libreoffice-writer.desktop
|
||||
application/vnd.sun.xml.writer=libreoffice-writer.desktop
|
||||
application/vnd.sun.xml.writer.global=libreoffice-writer.desktop
|
||||
application/vnd.sun.xml.writer.template=libreoffice-writer.desktop
|
||||
application/vnd.stardivision.writer=libreoffice-writer.desktop
|
||||
application/vnd.oasis.opendocument.text=libreoffice-writer.desktop
|
||||
application/vnd.oasis.opendocument.text-template=libreoffice-writer.desktop
|
||||
application/vnd.oasis.opendocument.text-web=libreoffice-writer.desktop
|
||||
application/vnd.oasis.opendocument.text-master=libreoffice-writer.desktop
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document=libreoffice-writer.desktop
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.template=libreoffice-writer.desktop
|
||||
application/vnd.ms-excel=libreoffice-calc.desktop
|
||||
application/vnd.stardivision.calc=libreoffice-calc.desktop
|
||||
application/vnd.sun.xml.calc=libreoffice-calc.desktop
|
||||
application/vnd.sun.xml.calc.template=libreoffice-calc.desktop
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=libreoffice-calc.desktop
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.template=libreoffice-calc.desktop
|
||||
application/vnd.oasis.opendocument.spreadsheet=libreoffice-calc.desktop
|
||||
application/vnd.oasis.opendocument.spreadsheet-template=libreoffice-calc.desktop
|
||||
application/vnd.ms-powerpoint=libreoffice-impress.desktop
|
||||
application/vnd.stardivision.impress=libreoffice-impress.desktop
|
||||
application/vnd.sun.xml.impress=libreoffice-impress.desktop
|
||||
application/vnd.sun.xml.impress.template=libreoffice-impress.desktop
|
||||
application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
|
||||
application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation=libreoffice-impress.desktop
|
||||
application/vnd.openxmlformats-officedocument.presentationml.template=libreoffice-impress.desktop
|
||||
application/vnd.stardivision.draw=libreoffice-draw.desktop
|
||||
application/vnd.sun.xml.draw=libreoffice-draw.desktop
|
||||
application/vnd.sun.xml.draw.template=libreoffice-draw.desktop
|
||||
application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop
|
||||
application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop
|
||||
application/vnd.oasis.opendocument.formula=libreoffice-math.desktop
|
||||
application/vnd.sun.xml.math=libreoffice-math.desktop
|
||||
application/vnd.stardivision.math=libreoffice-math.desktop
|
||||
application/vnd.oasis.opendocument.database=libreoffice-base.desktop
|
||||
application/vnd.sun.xml.base=libreoffice-base.desktop
|
||||
application/pdf=evince.desktop
|
||||
application/postscript=evince.desktop
|
||||
application/x-qw=gnome-gnucash.desktop
|
||||
application/x-gnucash=gnome-gnucash.desktop
|
||||
application/vnd.lotus-1-2-3=gnumeric.desktop
|
||||
application/x-oleo=gnumeric.desktop
|
||||
application/x-gnumeric=gnumeric.desktop
|
||||
application/x-xbase=gnumeric.desktop
|
||||
application/x-abiword=abiword.desktop
|
||||
application/x-dvi=evince.desktop
|
||||
application/x-catalog=gpk-install-catalog.desktop
|
||||
application/x-rpm=gpk-install-local-file.desktop
|
||||
text/plain=gedit.desktop
|
||||
text/html=firefox.desktop
|
||||
application/xhtml+xml=firefox.desktop
|
||||
inode/directory=nautilus.desktop
|
||||
x-content/blank-cd=brasero-nautilus.desktop
|
||||
x-content/blank-dvd=brasero-nautilus.desktop
|
||||
x-content/blank-bd=brasero-nautilus.desktop
|
||||
x-content/blank-hddvd=brasero-nautilus.desktop
|
||||
x-content/video-dvd=totem.desktop
|
||||
x-content/video-vcd=totem.desktop
|
||||
x-content/video-svcd=totem.desktop
|
||||
#x-content/video-bluray=totem.desktop
|
||||
#x-content/video-hddvd=totem.desktop
|
||||
x-content/audio-cdda=rhythmbox.desktop
|
||||
x-content/audio-dvd=rhythmbox.desktop
|
||||
x-content/audio-player=rhythmbox.desktop
|
||||
x-content/image-dcf=shotwell.desktop
|
||||
x-content/image-picturecd=shotwell.desktop
|
||||
# URI scheme handlers
|
||||
x-scheme-handler/mailto=evolution.desktop
|
||||
x-scheme-handler/http=firefox.desktop
|
||||
x-scheme-handler/https=firefox.desktop
|
||||
|
||||
application/x-java-jnlp-file=javaws.desktop
|
||||
|
||||
application/csv=ooo-spreadsheet.desktop
|
||||
application/doc=ooo-textdoc.desktop
|
||||
application/dot=ooo-textdoc.desktop
|
||||
application/excel=ooo-spreadsheet.desktop
|
||||
application/mdb=ooo-database.desktop
|
||||
application/ms-access=ooo-database.desktop
|
||||
application/ms-excel=ooo-spreadsheet.desktop
|
||||
application/ms-powerpoint=ooo-presentation.desktop
|
||||
application/ms-word=ooo-textdoc.desktop
|
||||
application/msaccess=ooo-database.desktop
|
||||
application/msexcel=ooo-spreadsheet.desktop
|
||||
application/mspowerpoint=ooo-presentation.desktop
|
||||
application/msword=ooo-textdoc.desktop
|
||||
application/rtf=ooo-textdoc.desktop
|
||||
application/tab-separated-values=ooo-spreadsheet.desktop
|
||||
application/vnd.lotus-1-2-3=ooo-spreadsheet.desktop
|
||||
application/vnd.ms-excel=ooo-spreadsheet.desktop
|
||||
application/vnd.ms-powerpoint=ooo-presentation.desktop
|
||||
application/vnd.ms-pps=ooo-presentation.desktop
|
||||
application/vnd.ms-word=ooo-textdoc.desktop
|
||||
application/vnd.oasis.opendocument.database=ooo-database.desktop
|
||||
application/vnd.oasis.opendocument.graphics=ooo-drawing.desktop
|
||||
application/vnd.oasis.opendocument.presentation-template=ooo-presentation.desktop
|
||||
application/vnd.oasis.opendocument.presentation=ooo-presentation.desktop
|
||||
application/vnd.oasis.opendocument.spreadsheet-template=ooo-spreadsheet.desktop
|
||||
application/vnd.oasis.opendocument.spreadsheet=ooo-spreadsheet.desktop
|
||||
application/vnd.oasis.opendocument.text-master=ooo-textdoc.desktop
|
||||
application/vnd.oasis.opendocument.text-template=ooo-textdoc.desktop
|
||||
application/vnd.oasis.opendocument.text-web=ooo-web.desktop
|
||||
application/vnd.oasis.opendocument.text=ooo-textdoc.desktop
|
||||
application/vnd.openofficeorg.extension=ooo-extension-manager.desktop
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation=ooo-presentation.desktop
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=ooo-spreadsheet.desktop
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document=ooo-textdoc.desktop
|
||||
application/vnd.stardivision.calc=ooo-spreadsheet.desktop
|
||||
application/vnd.stardivision.draw=ooo-drawing.desktop
|
||||
application/vnd.stardivision.impress=ooo-presentation.desktop
|
||||
application/vnd.stardivision.writer=ooo-textdoc.desktop
|
||||
application/vnd.sun.xml.calc.template=ooo-spreadsheet.desktop
|
||||
application/vnd.sun.xml.calc=ooo-spreadsheet.desktop
|
||||
application/vnd.sun.xml.base=ooo-database.desktop
|
||||
application/vnd.sun.xml.draw.template=ooo-drawing.desktop
|
||||
application/vnd.sun.xml.draw=ooo-drawing.desktop
|
||||
application/vnd.sun.xml.impress.template=ooo-presentation.desktop
|
||||
application/vnd.sun.xml.impress=ooo-presentation.desktop
|
||||
application/vnd.sun.xml.writer.global=ooo-textdoc.desktop
|
||||
application/vnd.sun.xml.writer=ooo-textdoc.desktop
|
||||
application/vnd.wordperfect=ooo-textdoc.desktop
|
||||
application/vnd.x-ms-word=ooo-textdoc.desktop
|
||||
application/vnd.x-msaccess=ooo-database.desktop
|
||||
application/vnd.x-mspowerpoint=ooo-presentation.desktop
|
||||
application/x-dot=ooo-textdoc.desktop
|
||||
application/x-excel=ooo-spreadsheet.desktop
|
||||
application/x-mdb=ooo-database.desktop
|
||||
application/x-mps=ooo-spreadsheet.desktop
|
||||
application/x-ms-excel=ooo-spreadsheet.desktop
|
||||
application/x-msaccess=ooo-database.desktop
|
||||
application/x-msexcel=ooo-spreadsheet.desktop
|
||||
application/x-mspowerpoint=ooo-presentation.desktop
|
||||
application/x-msword=ooo-textdoc.desktop
|
||||
application/x-planperfect=ooo-spreadsheet.desktop
|
||||
application/x-powerpoint=ooo-presentation.desktop
|
||||
application/x-rtf=ooo-textdoc.desktop
|
||||
application/x-sc=ooo-spreadsheet.desktop
|
||||
application/x-xls=ooo-spreadsheet.desktop
|
||||
application/xls=ooo-spreadsheet.desktop
|
||||
text/comma-separated-values=ooo-spreadsheet.desktop
|
||||
text/csv=ooo-spreadsheet.desktop
|
||||
text/richtext=ooo-textdoc.desktop
|
||||
text/rtf=ooo-textdoc.desktop
|
||||
text/spreadsheet=ooo-spreadsheet.desktop
|
||||
text/tab-separated-values=ooo-spreadsheet.desktop
|
||||
text/x-comma-separated-values=ooo-spreadsheet.desktop
|
||||
zz-application/zz-winassoc-xls=ooo-spreadsheet.desktop
|
||||
|
||||
application/ogg=gnome-mplayer.desktop
|
||||
application/x-extension-m4a=gnome-mplayer.desktop
|
||||
application/x-extension-mp4=gnome-mplayer.desktop
|
||||
application/x-flac=gnome-mplayer.desktop
|
||||
application/x-matroska=gnome-mplayer.desktop
|
||||
application/x-ogg=gnome-mplayer.desktop
|
||||
application/x-shockwave-flash=gnome-mplayer.desktop
|
||||
audio/mpeg=gnome-mplayer.desktop
|
||||
audio/mpegurl=gnome-mplayer.desktop
|
||||
audio/vnd.rn-realaudio=gnome-mplayer.desktop
|
||||
audio/x-flac=gnome-mplayer.desktop
|
||||
audio/x-m4a=gnome-mplayer.desktop
|
||||
audio/x-mp3-playlist=gnome-mplayer.desktop
|
||||
audio/x-mp3=gnome-mplayer.desktop
|
||||
audio/x-mpeg=gnome-mplayer.desktop
|
||||
audio/x-mpegurl=gnome-mplayer.desktop
|
||||
audio/x-ms-asf=gnome-mplayer.desktop
|
||||
audio/x-ms-asx=gnome-mplayer.desktop
|
||||
audio/x-ms-wax=gnome-mplayer.desktop
|
||||
audio/x-pn-aiff=gnome-mplayer.desktop
|
||||
audio/x-pn-au=gnome-mplayer.desktop
|
||||
audio/x-pn-realaudio-plugin=gnome-mplayer.desktop
|
||||
audio/x-pn-realaudio=gnome-mplayer.desktop
|
||||
audio/x-pn-wav=gnome-mplayer.desktop
|
||||
audio/x-pn-windows-acm=gnome-mplayer.desktop
|
||||
audio/x-real-audio=gnome-mplayer.desktop
|
||||
audio/x-scpls=gnome-mplayer.desktop
|
||||
audio/x-wav=gnome-mplayer.desktop
|
||||
dio/ogg=gnome-mplayer.desktop
|
||||
image/vnd.rn-realpix=gnome-mplayer.desktop
|
||||
misc/ultravox=gnome-mplayer.desktop
|
||||
video/dv=gnome-mplayer.desktop
|
||||
video/mp4=gnome-mplayer.desktop
|
||||
video/mpeg=gnome-mplayer.desktop
|
||||
video/msvideo=gnome-mplayer.desktop
|
||||
video/ogg=gnome-mplayer.desktop
|
||||
video/quicktime=gnome-mplayer.desktop
|
||||
video/vnd.rn-realvideo=gnome-mplayer.desktop
|
||||
video/x-anim=gnome-mplayer.desktop
|
||||
video/x-avi=gnome-mplayer.desktop
|
||||
video/x-flc=gnome-mplayer.desktop
|
||||
video/x-fli=gnome-mplayer.desktop
|
||||
video/x-mpeg=gnome-mplayer.desktop
|
||||
video/x-ms-asf=gnome-mplayer.desktop
|
||||
video/x-ms-wmv=gnome-mplayer.desktop
|
||||
video/x-msv=gnome-mplayer.desktop
|
||||
video/x-msvideo=gnome-mplayer.desktop
|
||||
video/x-nsv=gnome-mplayer.desktop
|
||||
x-content/audio-cdda=gnome-mplayer.desktop
|
||||
x-content/audio-dvd=gnome-mplayer.desktop
|
||||
x-content/audio-player=gnome-mplayer.desktop
|
||||
#x-content/image-dcf=
|
||||
#x-content/image-picturecd=
|
||||
x-content/video-blueray=gnome-mplayer.desktop
|
||||
x-content/video-dvd=gnome-mplayer.desktop
|
||||
x-content/video-hddvd=gnome-mplayer.desktop
|
||||
x-content/video-svcd=gnome-mplayer.desktop
|
||||
x-content/video-vcd=gnome-mplayer.desktop
|
||||
|
||||
image/x-gray=gimp.desktop
|
||||
image/x-icb=gimp.desktop
|
||||
image/x-pcx=gimp.desktop
|
||||
image/x-portable-anymap=gimp.desktop
|
||||
image/x-portable-graymap=gimp.desktop
|
||||
image/x-psd=gimp.desktop
|
||||
image/x-xcf=gimp.desktop
|
||||
image/x-xwindowdump=gimp.desktop
|
||||
|
||||
text/html=mozillafirefox.desktop;ooo-web.desktop
|
||||
application/xhtml+xml=mozillafirefox.desktop;ooo-textdoc.desktop
|
||||
|
||||
#text/x-vcalendar=evolution.desktop
|
||||
#text/x-vcard=evolution.desktop
|
||||
#text/calendar=evolution.desktop
|
||||
|
||||
#application/x-abiword=abiword.desktop
|
||||
#application/x-applix-spreadsheet=gnumeric.desktop
|
||||
#text/abiword=abiword.desktop
|
||||
|
||||
#application/x-dia-diagram=dia.desktop
|
||||
#application/x-dos_ms_excel=gnumeric.desktop
|
||||
#application/x-glade=glade-2.desktop
|
||||
#application/x-gnucash=gnucash.desktop
|
||||
#application/x-gnumeric=gnumeric.desktop
|
||||
#application/x-oleo=gnumeric.desktop
|
||||
#application/x-quattropro=gnumeric.desktop
|
||||
#application/x-sylk=gnumeric.desktop
|
||||
#application/x-xbase=gnumeric.desktop
|
||||
|
||||
|
||||
x-scheme-handler/http=mozillafirefox.desktop;chromium-browser.desktop
|
||||
x-scheme-handler/https=mozillafirefox.desktop;chromium-browser.desktop
|
||||
x-scheme-handler/mailto=kde4-kmailservice.desktop;
|
||||
@@ -0,0 +1,50 @@
|
||||
application/x-7z-compressed=file-roller.desktop;
|
||||
application/x-7z-compressed-tar=file-roller.desktop;
|
||||
application/x-ace=file-roller.desktop;
|
||||
application/x-alz=file-roller.desktop;
|
||||
application/x-ar=file-roller.desktop;
|
||||
application/x-arj=file-roller.desktop;
|
||||
application/x-bzip=file-roller.desktop;
|
||||
application/x-bzip-compressed-tar=file-roller.desktop;
|
||||
application/x-bzip1=file-roller.desktop;
|
||||
application/x-bzip1-compressed-tar=file-roller.desktop;
|
||||
application/x-cabinet=file-roller.desktop;
|
||||
application/x-cbr=file-roller.desktop;
|
||||
application/x-cbz=file-roller.desktop;
|
||||
application/x-compress=file-roller.desktop;
|
||||
application/x-compressed-tar=file-roller.desktop;
|
||||
application/x-cpio=file-roller.desktop;
|
||||
application/x-deb=file-roller.desktop;
|
||||
application/x-ear=file-roller.desktop;
|
||||
application/x-ms-dos-executable=file-roller.desktop;
|
||||
application/x-gtar=file-roller.desktop;
|
||||
application/x-gzip=file-roller.desktop;
|
||||
application/x-gzpostscript=file-roller.desktop;
|
||||
application/x-java-archive=file-roller.desktop;
|
||||
application/x-lha=file-roller.desktop;
|
||||
application/x-lhz=file-roller.desktop;
|
||||
application/x-lrzip=file-roller.desktop;
|
||||
application/x-lrzip-compressed-tar=file-roller.desktop;
|
||||
application/x-lzip=file-roller.desktop;
|
||||
application/x-lzip-compressed-tar=file-roller.desktop;
|
||||
application/x-lzma=file-roller.desktop;
|
||||
application/x-lzma-compressed-tar=file-roller.desktop;
|
||||
application/x-lzop=file-roller.desktop;
|
||||
application/x-lzop-compressed-tar=file-roller.desktop;
|
||||
application/x-ms-wim=file-roller.desktop;
|
||||
application/x-rar=file-roller.desktop;
|
||||
application/x-rar-compressed=file-roller.desktop;
|
||||
application/x-rzip=file-roller.desktop;
|
||||
application/x-tar=file-roller.desktop;
|
||||
application/x-tarz=file-roller.desktop;
|
||||
application/x-stuffit=file-roller.desktop;
|
||||
application/x-war=file-roller.desktop;
|
||||
application/x-xz=file-roller.desktop;
|
||||
application/x-xz-compressed-tar=file-roller.desktop;
|
||||
application/x-zip=file-roller.desktop;
|
||||
application/x-zip-compressed=file-roller.desktop;
|
||||
application/x-zoo=file-roller.desktop;
|
||||
application/zip=file-roller.desktop;
|
||||
application/x-archive=file-roller.desktop;
|
||||
application/vnd.ms-cab-compressed=file-roller.desktop;
|
||||
application/x-source-rpm=file-roller.desktop;
|
||||
@@ -0,0 +1,3 @@
|
||||
[Added Associations]
|
||||
application/xhtml+xml=mozillafirefox.desktop;kde4-kfmclient_html.desktop;kde4-kwrite.desktop;ooo-web.desktop;
|
||||
text/html=mozillafirefox.desktop;kde4-kfmclient_html.desktop;kde4-kwrite.desktop;ooo-web.desktop;
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Notes: This is a fix to set .iso files to let media-burner,media-player and/or archiver
|
||||
take priority over pattern that is found inside those files that somehow matches the text/plain
|
||||
mimetype -->
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-cd-image">
|
||||
<comment>raw CD image</comment>
|
||||
<comment xml:lang="ar">صورة CD خامة</comment>
|
||||
<comment xml:lang="be@latin">suvoraja vyjava CD</comment>
|
||||
<comment xml:lang="bg">Изображение — raw CD</comment>
|
||||
<comment xml:lang="ca">imatge de CD en cru</comment>
|
||||
<comment xml:lang="cs">Surový obraz CD</comment>
|
||||
<comment xml:lang="da">rå cd-aftryk</comment>
|
||||
<comment xml:lang="de">CD-Roh-Abbild</comment>
|
||||
<comment xml:lang="el">εικόνα περιεχομένου ψηφιακού δίσκου</comment>
|
||||
<comment xml:lang="en_GB">raw CD image</comment>
|
||||
<comment xml:lang="eo">kruda lumdiskbildo</comment>
|
||||
<comment xml:lang="es">imagen de CD en bruto</comment>
|
||||
<comment xml:lang="eu">CD gordinaren irudia </comment>
|
||||
<comment xml:lang="fi">raaka CD-vedos</comment>
|
||||
<comment xml:lang="fo">rá CD mynd</comment>
|
||||
<comment xml:lang="fr">image CD brute</comment>
|
||||
<comment xml:lang="ga">amhíomhá dhlúthdhiosca</comment>
|
||||
<comment xml:lang="gl">imaxe de CD en bruto</comment>
|
||||
<comment xml:lang="he">תמונת דיסק גולמית</comment>
|
||||
<comment xml:lang="hu">nyers CD-lemezkép</comment>
|
||||
<comment xml:lang="id">citra CD mentah</comment>
|
||||
<comment xml:lang="it">Immagine raw CD</comment>
|
||||
<comment xml:lang="ja">生 CD イメージ</comment>
|
||||
<comment xml:lang="kk">өңделмеген CD бейнесі</comment>
|
||||
<comment xml:lang="ko">CD 이미지</comment>
|
||||
<comment xml:lang="lt">raw CD atvaizdis</comment>
|
||||
<comment xml:lang="lv">CD jēlattēls</comment>
|
||||
<comment xml:lang="ms">Imej CD mentah</comment>
|
||||
<comment xml:lang="nb">rått CD-bilde</comment>
|
||||
<comment xml:lang="nl">ruw CD-beeldbestand</comment>
|
||||
<comment xml:lang="nn">rått CD-bilete</comment>
|
||||
<comment xml:lang="pl">Surowy obraz CD</comment>
|
||||
<comment xml:lang="pt">imagem em bruto de CD</comment>
|
||||
<comment xml:lang="pt_BR">Imagem bruta de CD</comment>
|
||||
<comment xml:lang="ro">imagine de CD brută</comment>
|
||||
<comment xml:lang="ru">образ компакт-диска</comment>
|
||||
<comment xml:lang="sk">Surový obraz CD</comment>
|
||||
<comment xml:lang="sl">surovi CD odtis</comment>
|
||||
<comment xml:lang="sq">Imazh raw CD</comment>
|
||||
<comment xml:lang="sr">сирови отисак ЦД-а</comment>
|
||||
<comment xml:lang="sv">rå cd-avbild</comment>
|
||||
<comment xml:lang="uk">образ raw CD</comment>
|
||||
<comment xml:lang="vi">ảnh đĩa CD thô</comment>
|
||||
<comment xml:lang="zh_CN">原始 CD 映像</comment>
|
||||
<comment xml:lang="zh_TW">原生 CD 映像</comment>
|
||||
<sub-class-of type="application/x-raw-disk-image"/>
|
||||
<alias type="application/x-iso9660-image"/>
|
||||
<glob weight="60" pattern="*.iso"/>
|
||||
<glob weight="60" pattern="*.iso9660"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
@@ -0,0 +1,87 @@
|
||||
--- shared-mime-info-0.60/freedesktop.org.xml.in.orig 2009-04-17 11:46:23.000000000 -0300
|
||||
+++ shared-mime-info-0.60/freedesktop.org.xml.in 2009-04-17 11:49:36.000000000 -0300
|
||||
@@ -1990,6 +1990,19 @@
|
||||
<glob pattern="*.tar.lzma"/>
|
||||
<glob pattern="*.tlz"/>
|
||||
</mime-type>
|
||||
+ <mime-type type="application/x-xz">
|
||||
+ <_comment>XZ archive</_comment>
|
||||
+ <acronym>XZ</acronym>
|
||||
+ <expanded-acronym>XZ Algorithm</expanded-acronym>
|
||||
+ <generic-icon name="package-x-generic"/>
|
||||
+ <glob pattern="*.xz"/>
|
||||
+ </mime-type>
|
||||
+ <mime-type type="application/x-xz-compressed-tar">
|
||||
+ <_comment>Tar archive (XZ-compressed)</_comment>
|
||||
+ <generic-icon name="package-x-generic"/>
|
||||
+ <glob pattern="*.tar.xz"/>
|
||||
+ <glob pattern="*.txz"/>
|
||||
+ </mime-type>
|
||||
<mime-type type="application/x-lzop">
|
||||
<_comment>LZO archive</_comment>
|
||||
<generic-icon name="package-x-generic"/>
|
||||
--- shared-mime-info-0.60/freedesktop.org.xml 2009-02-21 11:08:16.000000000 -0300
|
||||
+++ shared-mime-info-0.60/freedesktop.org.xml.orig 2009-04-17 11:51:46.000000000 -0300
|
||||
@@ -7314,6 +7314,55 @@
|
||||
<glob pattern="*.tar.lzma"/>
|
||||
<glob pattern="*.tlz"/>
|
||||
</mime-type>
|
||||
+ <mime-type type="application/x-xz">
|
||||
+ <comment>xz archive</comment>
|
||||
+ <comment xml:lang="be@latin">Archiŭ xz</comment>
|
||||
+ <comment xml:lang="ca">arxiu xz</comment>
|
||||
+ <comment xml:lang="cs">Archiv xz</comment>
|
||||
+ <comment xml:lang="es">archivador xz</comment>
|
||||
+ <comment xml:lang="fi">xz-arkisto</comment>
|
||||
+ <comment xml:lang="fr">archive xz</comment>
|
||||
+ <comment xml:lang="ga">cartlann xz</comment>
|
||||
+ <comment xml:lang="hu">xz-archívum</comment>
|
||||
+ <comment xml:lang="id">Arsip xz</comment>
|
||||
+ <comment xml:lang="it">Archivio xz</comment>
|
||||
+ <comment xml:lang="ko">xz 압축파일</comment>
|
||||
+ <comment xml:lang="lt">xz archyvas</comment>
|
||||
+ <comment xml:lang="nb">xz-arkiv</comment>
|
||||
+ <comment xml:lang="nl">xz-archief</comment>
|
||||
+ <comment xml:lang="pt_BR">Pacote xz</comment>
|
||||
+ <comment xml:lang="ru">архив xz</comment>
|
||||
+ <comment xml:lang="sv">xz-arkiv</comment>
|
||||
+ <comment xml:lang="vi">Kho nén xz</comment>
|
||||
+ <acronym>xz</acronym>
|
||||
+ <expanded-acronym>XZ Algorithm</expanded-acronym>
|
||||
+ <generic-icon name="package-x-generic"/>
|
||||
+ <glob pattern="*.xz"/>
|
||||
+ </mime-type>
|
||||
+ <mime-type type="application/x-xz-compressed-tar">
|
||||
+ <comment>Tar archive (xz-compressed)</comment>
|
||||
+ <comment xml:lang="be@latin">Archiŭ tar (xz-skampresavany)</comment>
|
||||
+ <comment xml:lang="ca">arxiu tar (comprimit amb xz)</comment>
|
||||
+ <comment xml:lang="cs">Archiv tar (komprimovaný pomocí xz)</comment>
|
||||
+ <comment xml:lang="es">archivador Tar (comprimido con xz)</comment>
|
||||
+ <comment xml:lang="fi">Tar-arkisto (xz-pakattu)</comment>
|
||||
+ <comment xml:lang="fr">archive tar (compression xz)</comment>
|
||||
+ <comment xml:lang="ga">cartlann Tar (comhbhrúite le xz)</comment>
|
||||
+ <comment xml:lang="hu">Tar archívum (xz-val tömörítve)</comment>
|
||||
+ <comment xml:lang="id">Arsip Tar (terkompresi xz)</comment>
|
||||
+ <comment xml:lang="it">Archivio tar (compresso con xz)</comment>
|
||||
+ <comment xml:lang="ko">(xz로 압축한) tar 묶음파일</comment>
|
||||
+ <comment xml:lang="lt">Tar archyvas (suglaudintas su xz)</comment>
|
||||
+ <comment xml:lang="nb">Tar-arkiv (xz-komprimert)</comment>
|
||||
+ <comment xml:lang="nl">Tar-archief (ingepakt met xz)</comment>
|
||||
+ <comment xml:lang="pt_BR">Pacote tar (compactado com LZO)</comment>
|
||||
+ <comment xml:lang="ru">архив tar (сжатый xz)</comment>
|
||||
+ <comment xml:lang="sv">Tar-arkiv (xz-komprimerat)</comment>
|
||||
+ <comment xml:lang="vi">Kho nén tar (đã nén xz)</comment>
|
||||
+ <generic-icon name="package-x-generic"/>
|
||||
+ <glob pattern="*.tar.xz"/>
|
||||
+ <glob pattern="*.txz"/>
|
||||
+ </mime-type>
|
||||
<mime-type type="application/x-lzop">
|
||||
<comment>LZO archive</comment>
|
||||
<comment xml:lang="be@latin">Archiŭ LZO</comment>
|
||||
@@ -20437,4 +20486,4 @@
|
||||
</treemagic>
|
||||
</mime-type>
|
||||
|
||||
-</mime-info>
|
||||
\ Falta o caracter nova linha no final do arquivo
|
||||
+</mime-info>
|
||||
@@ -0,0 +1,52 @@
|
||||
image/jpeg=shotwell-viewer.desktop;
|
||||
image/png=shotwell-viewer.desktop;
|
||||
image/x-canon-cr2=shotwell-viewer.desktop;
|
||||
image/x-canon-crw=shotwell-viewer.desktop;
|
||||
image/x-fuji-raf=shotwell-viewer.desktop;
|
||||
image/x-adobe-dng=shotwell-viewer.desktop;
|
||||
image/x-panasonic-raw=shotwell-viewer.desktop;
|
||||
image/x-minolta-mrw=shotwell-viewer.desktop;
|
||||
image/x-nikon-nef=shotwell-viewer.desktop;
|
||||
image/x-olympus-orf=shotwell-viewer.desktop;
|
||||
image/x-pentax-pef=shotwell-viewer.desktop;
|
||||
image/x-sony-arw=shotwell-viewer.desktop;
|
||||
image/x-sony-srf=shotwell-viewer.desktop;
|
||||
image/x-sony-sr2=shotwell-viewer.desktop;
|
||||
image/x-sigma-x3f=shotwell-viewer.desktop;
|
||||
image/x-dcraw=shotwell-viewer.desktop;
|
||||
image/x-3fr=shotwell-viewer.desktop;
|
||||
image/x-arw=shotwell-viewer.desktop;
|
||||
image/x-srf=shotwell-viewer.desktop;
|
||||
image/x-sr2=shotwell-viewer.desktop;
|
||||
image/x-bay=shotwell-viewer.desktop;
|
||||
image/x-crw=shotwell-viewer.desktop;
|
||||
image/x-cr2=shotwell-viewer.desktop;
|
||||
image/x-cap=shotwell-viewer.desktop;
|
||||
image/x-iiq=shotwell-viewer.desktop;
|
||||
image/x-eip=shotwell-viewer.desktop;
|
||||
image/x-dcs=shotwell-viewer.desktop;
|
||||
image/x-dcr=shotwell-viewer.desktop;
|
||||
image/x-drf=shotwell-viewer.desktop;
|
||||
image/x-k25=shotwell-viewer.desktop;
|
||||
image/x-kdc=shotwell-viewer.desktop;
|
||||
image/x-dng=shotwell-viewer.desktop;
|
||||
image/x-erf=shotwell-viewer.desktop;
|
||||
image/x-fff=shotwell-viewer.desktop;
|
||||
image/x-mef=shotwell-viewer.desktop;
|
||||
image/x-mos=shotwell-viewer.desktop;
|
||||
image/x-mrw=shotwell-viewer.desktop;
|
||||
image/x-nef=shotwell-viewer.desktop;
|
||||
image/x-nrw=shotwell-viewer.desktop;
|
||||
image/x-orf=shotwell-viewer.desktop;
|
||||
image/x-ptx=shotwell-viewer.desktop;
|
||||
image/x-pef=shotwell-viewer.desktop;
|
||||
image/x-pxn=shotwell-viewer.desktop;
|
||||
image/x-r3d=shotwell-viewer.desktop;
|
||||
image/x-raf=shotwell-viewer.desktop;
|
||||
image/x-raw=shotwell-viewer.desktop;
|
||||
image/x-rw2=shotwell-viewer.desktop;
|
||||
image/x-raw=shotwell-viewer.desktop;
|
||||
image/x-rwl=shotwell-viewer.desktop;
|
||||
image/x-rwz=shotwell-viewer.desktop;
|
||||
image/x-x3f=shotwell-viewer.desktop;
|
||||
image/tiff=shotwell-viewer.desktop;
|
||||
@@ -0,0 +1,118 @@
|
||||
application/mxf=totem.desktop;
|
||||
application/ogg=rhythmbox.desktop;totem.desktop;
|
||||
application/ram=totem.desktop;
|
||||
application/sdp=totem.desktop;
|
||||
application/smil=totem.desktop;
|
||||
application/smil+xml=totem.desktop;
|
||||
application/vnd.apple.mpegurl=totem.desktop;
|
||||
application/vnd.ms-wpl=totem.desktop;
|
||||
application/x-extension-m4a=totem.desktop;
|
||||
application/x-extension-mp4=totem.desktop;
|
||||
application/x-flac=totem.desktop;
|
||||
application/x-flash-video=totem.desktop;
|
||||
application/x-matroska=totem.desktop;
|
||||
application/x-netshow-channel=totem.desktop;
|
||||
application/x-ogg=rhythmbox.desktop;totem.desktop;
|
||||
application/x-quicktime-media-link=totem.desktop;
|
||||
application/x-quicktimeplayer=totem.desktop;
|
||||
application/x-shorten=totem.desktop;
|
||||
application/x-smil=totem.desktop;
|
||||
application/xspf+xml=totem.desktop;
|
||||
audio/3gpp=totem.desktop;
|
||||
audio/ac3=totem.desktop;
|
||||
audio/AMR=totem.desktop;
|
||||
audio/AMR-WB=totem.desktop;
|
||||
audio/basic=totem.desktop;
|
||||
audio/midi=totem.desktop;
|
||||
audio/mp2=totem.desktop;
|
||||
audio/mp4=totem.desktop;
|
||||
audio/mpeg=rhythmbox.desktop;totem.desktop;
|
||||
audio/mpegurl=totem.desktop;
|
||||
audio/ogg=totem.desktop;
|
||||
audio/prs.sid=totem.desktop;
|
||||
audio/x-aiff=totem.desktop;
|
||||
audio/x-ape=totem.desktop;
|
||||
audio/x-flac=rhythmbox.desktop;totem.desktop;
|
||||
audio/x-gsm=totem.desktop;
|
||||
audio/x-it=totem.desktop;
|
||||
audio/x-m4a=totem.desktop;
|
||||
audio/x-matroska=totem.desktop;
|
||||
audio/x-mod=totem.desktop;
|
||||
audio/x-mp3=rhythmbox.desktop;totem.desktop;
|
||||
audio/x-mpeg=rhythmbox.desktop;totem.desktop;
|
||||
audio/x-mpegurl=rhythmbox.desktop;totem.desktop;
|
||||
audio/x-ms-asf=totem.desktop;
|
||||
audio/x-ms-asx=totem.desktop;
|
||||
audio/x-ms-wax=totem.desktop;
|
||||
audio/x-ms-wma=totem.desktop;
|
||||
audio/x-musepack=totem.desktop;
|
||||
audio/x-pn-aiff=totem.desktop;
|
||||
audio/x-pn-au=totem.desktop;
|
||||
audio/x-pn-wav=totem.desktop;
|
||||
audio/x-pn-windows-acm=totem.desktop;
|
||||
audio/x-s3m=totem.desktop;
|
||||
audio/x-sbc=totem.desktop;
|
||||
audio/x-scpls=rhythmbox.desktop;totem.desktop;
|
||||
audio/x-speex=totem.desktop;
|
||||
audio/x-stm=totem.desktop;
|
||||
audio/x-tta=totem.desktop;
|
||||
audio/x-wav=totem.desktop;
|
||||
audio/x-wavpack=totem.desktop;
|
||||
audio/x-vorbis=totem.desktop;
|
||||
audio/x-vorbis+ogg=rhythmbox.desktop;totem.desktop;
|
||||
audio/x-xm=totem.desktop;
|
||||
image/x-pict=totem.desktop;
|
||||
misc/ultravox=totem.desktop;
|
||||
text/google-video-pointer=totem.desktop;
|
||||
text/x-google-video-pointer=totem.desktop;
|
||||
video/3gp=totem.desktop;
|
||||
video/3gpp=totem.desktop;
|
||||
video/dv=totem.desktop;
|
||||
video/divx=totem.desktop;
|
||||
video/fli=totem.desktop;
|
||||
video/flv=totem.desktop;
|
||||
video/mp2t=totem.desktop;
|
||||
video/mp4=totem.desktop;
|
||||
video/mp4v-es=totem.desktop;
|
||||
video/mpeg=totem.desktop;
|
||||
video/msvideo=totem.desktop;
|
||||
video/ogg=totem.desktop;
|
||||
video/quicktime=totem.desktop;
|
||||
video/vivo=totem.desktop;
|
||||
video/vnd.divx=totem.desktop;
|
||||
video/vnd.mpegurl=totem.desktop;
|
||||
video/vnd.vivo=totem.desktop;
|
||||
video/webm=totem.desktop;
|
||||
video/x-anim=totem.desktop;
|
||||
video/x-avi=totem.desktop;
|
||||
video/x-flc=totem.desktop;
|
||||
video/x-fli=totem.desktop;
|
||||
video/x-flic=totem.desktop;
|
||||
video/x-flv=totem.desktop;
|
||||
video/x-m4v=totem.desktop;
|
||||
video/x-matroska=totem.desktop;
|
||||
video/x-mpeg=totem.desktop;
|
||||
video/x-mpeg2=totem.desktop;
|
||||
video/x-ms-asf=totem.desktop;
|
||||
video/x-ms-asx=totem.desktop;
|
||||
video/x-msvideo=totem.desktop;
|
||||
video/x-ms-wm=totem.desktop;
|
||||
video/x-ms-wmv=totem.desktop;
|
||||
video/x-ms-wmx=totem.desktop;
|
||||
video/x-ms-wvx=totem.desktop;
|
||||
video/x-nsv=totem.desktop;
|
||||
video/x-ogm+ogg=totem.desktop;
|
||||
video/x-theora+ogg=totem.desktop;
|
||||
video/x-totem-stream=totem.desktop;
|
||||
x-content/video-dvd=totem.desktop;
|
||||
x-content/video-vcd=totem.desktop;
|
||||
x-content/video-svcd=totem.desktop;
|
||||
x-scheme-handler/pnm=totem.desktop;
|
||||
x-scheme-handler/mms=totem.desktop;
|
||||
x-scheme-handler/net=totem.desktop;
|
||||
x-scheme-handler/rtp=totem.desktop;
|
||||
x-scheme-handler/rtsp=totem.desktop;
|
||||
x-scheme-handler/mmsh=totem.desktop;
|
||||
x-scheme-handler/uvox=totem.desktop;
|
||||
x-scheme-handler/icy=totem.desktop;
|
||||
x-scheme-handler/icyx=totem.desktop;
|
||||
@@ -0,0 +1,4 @@
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
MIME_DIR=${XDG_DATA_HOME-$HOME/.local/share}/mime
|
||||
[ -d "$MIME_DIR" ] && /usr/bin/update-mime-database $MIME_DIR
|
||||
fi
|
||||
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>shared-mime-info</Name>
|
||||
<Homepage>http://freedesktop.org/wiki/Software/shared-mime-info</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>data</IsA>
|
||||
<Summary>The shared MIME info database</Summary>
|
||||
<Description>shared-mime-info is a package containing a large number of common MIME types, created by converting the existing KDE and GNOME databases to the new format and merging them together, and software for updating the database based on the share-mime-info specification.</Description>
|
||||
<Archive sha1sum="f7a3881acca3df1d9757d670e99d2d56ac9f7bca" type="tarxz">http://freedesktop.org/~hadess/shared-mime-info-1.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">shared-mime-info-xz.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>shared-mime-info</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/etc/X11/Xsession.d</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||
<Path fileType="localedata">/usr/share/locale/</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/X11/Xsession.d/30-update-mime-database.sh">update-mime-database.sh</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/defaults.list">defaults.list</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/mimeapps.list">mimeapps.list</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/file-roller-defaults.list">file-roller-defaults.list</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/shotwell-viewer-defaults.list">shotwell-viewer-defaults.list</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/totem-defaults.list">totem-defaults.list</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/mime/packages/mimetypefixes.xml">mimetypefixes.xml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<COMAR script="pakhandler.py">System.PackageHandler</COMAR>
|
||||
<COMAR script='package.py'>System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-02-16</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-11-07</Date>
|
||||
<Version>1.3</Version>
|
||||
<Comment>Fix ISO images appearing as .txt files in Dolphin</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-09-05</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>Add missing method to pakhandler.py</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-11</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-13</Date>
|
||||
<Version>1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>shared-mime-info</Name>
|
||||
<Summary xml:lang="tr">Paylaşımlı MIME veritabanı tanımlamaları</Summary>
|
||||
<Description xml:lang="tr">Bu pakette büyük miktarda dosya türü bilgisi bulunur. Bu bilgiler mevcut KDE ve GNOME veritabanlarının yeni biçime dönüştürülerek birleştirilmesinden oluşmuştur. Ayrıca, pakette bu veritabanını güncelleyen bir uygulama da bulunmaktadır.</Description>
|
||||
<Description xml:lang="fr">shared-mim-info est un paquet contenant un grand nombre de types MIME communs, créés en fusionnant les bases de données KDE et GNOME existantes et en les convertissant au nouveau format, ainsi qu'un logiciel pour mettre à jour cette base en fonction des spécifications de share-mime-info.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,53 @@
|
||||
#!/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():
|
||||
pisitools.flags.add("-fPIC")
|
||||
pisitools.dosed("makeinclude.in", "^(docdir.*)$", r"\1/html")
|
||||
|
||||
autotools.autoconf()
|
||||
|
||||
options = "\
|
||||
--enable-gl \
|
||||
--enable-shared \
|
||||
--enable-threads \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
|
||||
shelltools.export("CFLAGS", "-m32")
|
||||
shelltools.export("CXXFLAGS", "-m32")
|
||||
|
||||
options += "--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--with-optim='%s' \
|
||||
" % get.CFLAGS()
|
||||
|
||||
elif get.ARCH() == "x86_64":
|
||||
|
||||
options += "--with-optim='%s' \
|
||||
" % get.CFLAGS()
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make("-C documentation all")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
autotools.rawInstall("DESTDIR=%s -C fluid" % get.installDIR(), "install-linux")
|
||||
|
||||
if get.buildTYPE() == "emul32": return
|
||||
|
||||
autotools.install("-C documentation")
|
||||
pisitools.dodoc("ANNOUNCEMENT", "CHANGES", "COPYING", "CREDITS", "README")
|
||||
@@ -0,0 +1 @@
|
||||
FLTK_DOCDIR=/usr/share/doc/fltk/html
|
||||
@@ -0,0 +1,97 @@
|
||||
diff -Naur fltk-1.3.3-orig/fltk-config.in fltk-1.3.3/fltk-config.in
|
||||
--- fltk-1.3.3-orig/fltk-config.in 2014-12-31 15:43:07.203519633 -0500
|
||||
+++ fltk-1.3.3/fltk-config.in 2014-12-31 15:49:01.636277725 -0500
|
||||
@@ -54,21 +54,6 @@
|
||||
bindir="$selfdir/fluid"
|
||||
includedir="$selfdir"
|
||||
libdir="$selfdir/lib"
|
||||
-
|
||||
- if test -f "$libdir/libfltk_jpeg.a"; then
|
||||
- CFLAGS="-I$includedir/jpeg $CFLAGS"
|
||||
- CXXFLAGS="-I$includedir/jpeg $CXXFLAGS"
|
||||
- fi
|
||||
-
|
||||
- if test -f "$libdir/libfltk_z.a"; then
|
||||
- CFLAGS="-I$includedir/zlib $CFLAGS"
|
||||
- CXXFLAGS="-I$includedir/zlib $CXXFLAGS"
|
||||
- fi
|
||||
-
|
||||
- if test -f "$libdir/libfltk_png.a"; then
|
||||
- CFLAGS="-I$includedir/png $CFLAGS"
|
||||
- CXXFLAGS="-I$includedir/png $CXXFLAGS"
|
||||
- fi
|
||||
fi
|
||||
|
||||
if test -d $includedir/FL/images; then
|
||||
@@ -76,11 +61,6 @@
|
||||
CXXFLAGS="-I$includedir/FL/images $CXXFLAGS"
|
||||
fi
|
||||
|
||||
-if test -f "$libdir/libfltk_cairo.a"; then
|
||||
- CFLAGS="$CAIROFLAGS $CFLAGS"
|
||||
- CXXFLAGS="$CAIROFLAGS $CXXFLAGS"
|
||||
-fi
|
||||
-
|
||||
# libraries to link with:
|
||||
LIBNAME="@LIBNAME@"
|
||||
DSONAME="@DSONAME@"
|
||||
@@ -230,25 +210,20 @@
|
||||
fi
|
||||
|
||||
# Calculate needed libraries
|
||||
-LDSTATIC="$libdir/libfltk.a $LDLIBS"
|
||||
LDLIBS="-lfltk$SHAREDSUFFIX $LDLIBS"
|
||||
|
||||
if test x$use_forms = xyes; then
|
||||
LDLIBS="-lfltk_forms$SHAREDSUFFIX $LDLIBS"
|
||||
- LDSTATIC="$libdir/libfltk_forms.a $LDSTATIC"
|
||||
fi
|
||||
if test x$use_gl = xyes; then
|
||||
LDLIBS="-lfltk_gl$SHAREDSUFFIX @GLLIB@ $LDLIBS"
|
||||
- LDSTATIC="$libdir/libfltk_gl.a @GLLIB@ $LDSTATIC"
|
||||
fi
|
||||
if test x$use_images = xyes; then
|
||||
LDLIBS="-lfltk_images$SHAREDSUFFIX $IMAGELIBS $LDLIBS"
|
||||
- LDSTATIC="$libdir/libfltk_images.a $STATICIMAGELIBS $LDSTATIC"
|
||||
fi
|
||||
|
||||
if test x$use_cairo = xyes; then
|
||||
LDLIBS="-lfltk_cairo$SHAREDSUFFIX $CAIROLIBS $LDLIBS"
|
||||
- LDSTATIC="$libdir/libfltk_cairo.a $CAIROLIBS $LDSTATIC"
|
||||
fi
|
||||
|
||||
LDLIBS="$DSOLINK $LDFLAGS $libs $LDLIBS"
|
||||
@@ -359,26 +334,26 @@
|
||||
fi
|
||||
|
||||
if test "$echo_libs" = "yes"; then
|
||||
- USELIBS="$libdir/libfltk.a"
|
||||
+ USELIBS="$libdir/libfltk.so"
|
||||
|
||||
if test x$use_forms = xyes; then
|
||||
- USELIBS="$libdir/libfltk_forms.a $USELIBS"
|
||||
+ USELIBS="$libdir/libfltk_forms.so $USELIBS"
|
||||
fi
|
||||
|
||||
if test x$use_gl = xyes; then
|
||||
- USELIBS="$libdir/libfltk_gl.a $USELIBS"
|
||||
+ USELIBS="$libdir/libfltk_gl.so $USELIBS"
|
||||
fi
|
||||
|
||||
if test x$use_cairo = xyes; then
|
||||
- USELIBS="$libdir/libfltk_cairo.a $USELIBS"
|
||||
+ USELIBS="$libdir/libfltk_cairo.so $USELIBS"
|
||||
fi
|
||||
|
||||
if test x$use_images = xyes; then
|
||||
- USELIBS="$libdir/libfltk_images.a $USELIBS"
|
||||
+ USELIBS="$libdir/libfltk_images.so $USELIBS"
|
||||
|
||||
for lib in fltk_jpeg fltk_png fltk_z; do
|
||||
- if test -f $libdir/lib$lib.a; then
|
||||
- USELIBS="$libdir/lib$lib.a $USELIBS"
|
||||
+ if test -f $libdir/lib$lib.so; then
|
||||
+ USELIBS="$libdir/lib$lib.so $USELIBS"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
@@ -0,0 +1,226 @@
|
||||
diff -Nur fltk-1.3.2.orig/FL/Enumerations.H fltk-1.3.2/FL/Enumerations.H
|
||||
--- fltk-1.3.2.orig/FL/Enumerations.H 2012-12-09 19:45:57.000000000 +0100
|
||||
+++ fltk-1.3.2/FL/Enumerations.H 2013-07-17 19:37:45.785342886 +0200
|
||||
@@ -909,27 +909,27 @@
|
||||
/* FIXME: We should renumber these, but that will break the ABI */
|
||||
enum Fl_Cursor {
|
||||
FL_CURSOR_DEFAULT = 0, /**< the default cursor, usually an arrow. */
|
||||
- FL_CURSOR_ARROW = 35, /**< an arrow pointer. */
|
||||
- FL_CURSOR_CROSS = 66, /**< crosshair. */
|
||||
- FL_CURSOR_WAIT = 76, /**< busy indicator (e.g. hourglass). */
|
||||
- FL_CURSOR_INSERT = 77, /**< I-beam. */
|
||||
- FL_CURSOR_HAND = 31, /**< pointing hand. */
|
||||
- FL_CURSOR_HELP = 47, /**< question mark pointer. */
|
||||
- FL_CURSOR_MOVE = 27, /**< 4-pointed arrow or hand. */
|
||||
+ FL_CURSOR_ARROW = 1, /**< an arrow pointer. */
|
||||
+ FL_CURSOR_CROSS = 2, /**< crosshair. */
|
||||
+ FL_CURSOR_WAIT = 3, /**< busy indicator (e.g. hourglass). */
|
||||
+ FL_CURSOR_INSERT = 4, /**< I-beam. */
|
||||
+ FL_CURSOR_HAND = 5, /**< pointing hand. */
|
||||
+ FL_CURSOR_HELP = 6, /**< question mark pointer. */
|
||||
+ FL_CURSOR_MOVE = 7, /**< 4-pointed arrow or hand. */
|
||||
|
||||
/* Resize indicators */
|
||||
- FL_CURSOR_NS = 78, /**< up/down resize. */
|
||||
- FL_CURSOR_WE = 79, /**< left/right resize. */
|
||||
- FL_CURSOR_NWSE = 80, /**< diagonal resize. */
|
||||
- FL_CURSOR_NESW = 81, /**< diagonal resize. */
|
||||
- FL_CURSOR_N = 70, /**< upwards resize. */
|
||||
- FL_CURSOR_NE = 69, /**< upwards, right resize. */
|
||||
- FL_CURSOR_E = 49, /**< rightwards resize. */
|
||||
- FL_CURSOR_SE = 8, /**< downwards, right resize. */
|
||||
- FL_CURSOR_S = 9, /**< downwards resize. */
|
||||
- FL_CURSOR_SW = 7, /**< downwards, left resize. */
|
||||
- FL_CURSOR_W = 36, /**< leftwards resize. */
|
||||
- FL_CURSOR_NW = 68, /**< upwards, left resize. */
|
||||
+ FL_CURSOR_NS = 101, /**< up/down resize. */
|
||||
+ FL_CURSOR_WE = 102, /**< left/right resize. */
|
||||
+ FL_CURSOR_NWSE = 103, /**< diagonal resize. */
|
||||
+ FL_CURSOR_NESW = 104, /**< diagonal resize. */
|
||||
+ FL_CURSOR_NE = 110, /**< upwards, right resize. */
|
||||
+ FL_CURSOR_N = 111, /**< upwards resize. */
|
||||
+ FL_CURSOR_NW = 112, /**< upwards, left resize. */
|
||||
+ FL_CURSOR_E = 113, /**< rightwards resize. */
|
||||
+ FL_CURSOR_W = 114, /**< leftwards resize. */
|
||||
+ FL_CURSOR_SE = 115, /**< downwards, right resize. */
|
||||
+ FL_CURSOR_S = 116, /**< downwards resize. */
|
||||
+ FL_CURSOR_SW = 117, /**< downwards, left resize. */
|
||||
|
||||
FL_CURSOR_NONE =255 /**< invisible. */
|
||||
};
|
||||
diff -Nur fltk-1.3.2.orig/FL/Fl_Widget.H fltk-1.3.2/FL/Fl_Widget.H
|
||||
--- fltk-1.3.2.orig/FL/Fl_Widget.H 2012-04-23 22:12:06.000000000 +0200
|
||||
+++ fltk-1.3.2/FL/Fl_Widget.H 2013-07-17 19:37:07.411344886 +0200
|
||||
@@ -172,6 +172,7 @@
|
||||
COPIED_TOOLTIP = 1<<17, ///< the widget tooltip is internally copied, its destruction is handled by the widget
|
||||
FULLSCREEN = 1<<18, ///< a fullscreen window (Fl_Window)
|
||||
MAC_USE_ACCENTS_MENU = 1<<19, ///< On the Mac OS platform, pressing and holding a key on the keyboard opens an accented-character menu window (Fl_Input_, Fl_Text_Editor)
|
||||
+ SIMPLE_KEYBOARD = 1<<20, ///< the widget wants simple, consistent keypresses and not advanced input (like character composition and CJK input)
|
||||
// (space for more flags)
|
||||
USERFLAG3 = 1<<29, ///< reserved for 3rd party extensions
|
||||
USERFLAG2 = 1<<30, ///< reserved for 3rd party extensions
|
||||
@@ -790,6 +791,35 @@
|
||||
*/
|
||||
void set_active() {flags_ &= ~INACTIVE;}
|
||||
|
||||
+ /**
|
||||
+ Returns if the widget sees a simplified keyboard model or not.
|
||||
+
|
||||
+ Normally widgets get a full-featured keyboard model that is geared
|
||||
+ towards text input. This includes support for compose sequences and
|
||||
+ advanced input methods, commonly used for asian writing system. This
|
||||
+ system however has downsides in that extra graphic can be presented
|
||||
+ to the user and that a physical key press doesn't correspond directly
|
||||
+ to a FLTK event.
|
||||
+
|
||||
+ Widgets that need a direct correspondence between actual key events
|
||||
+ and those seen by the widget can swith to the simplified keyboard
|
||||
+ model.
|
||||
+
|
||||
+ \retval 0 if the widget uses the normal keyboard model
|
||||
+ \see set_changed(), clear_changed()
|
||||
+ */
|
||||
+ unsigned int simple_keyboard() const {return flags_&SIMPLE_KEYBOARD;}
|
||||
+
|
||||
+ /** Marks a widget to use the simple keyboard model.
|
||||
+ \see changed(), clear_changed()
|
||||
+ */
|
||||
+ void set_simple_keyboard() {flags_ |= SIMPLE_KEYBOARD;}
|
||||
+
|
||||
+ /** Marks a widget to use the normal keyboard model.
|
||||
+ \see changed(), set_changed()
|
||||
+ */
|
||||
+ void set_normal_keyboard() {flags_ &= ~SIMPLE_KEYBOARD;}
|
||||
+
|
||||
/** Gives the widget the keyboard focus.
|
||||
Tries to make this widget be the Fl::focus() widget, by first sending
|
||||
it an FL_FOCUS event, and if it returns non-zero, setting
|
||||
diff -Nur fltk-1.3.2.orig/src/Fl_cocoa.mm fltk-1.3.2/src/Fl_cocoa.mm
|
||||
--- fltk-1.3.2.orig/src/Fl_cocoa.mm 2012-11-30 19:20:36.000000000 +0100
|
||||
+++ fltk-1.3.2/src/Fl_cocoa.mm 2013-07-17 19:38:17.320341239 +0200
|
||||
@@ -724,7 +723,7 @@
|
||||
return NO; // prevent the caption to be redrawn as active on click
|
||||
// when another modal window is currently the key win
|
||||
|
||||
- return !(w->tooltip_window() || w->menu_window());
|
||||
+ return !w->tooltip_window();
|
||||
}
|
||||
|
||||
- (BOOL)canBecomeMainWindow
|
||||
diff -Nur fltk-1.3.2.orig/src/Fl.cxx fltk-1.3.2/src/Fl.cxx
|
||||
--- fltk-1.3.2.orig/src/Fl.cxx 2012-08-16 22:59:36.000000000 +0200
|
||||
+++ fltk-1.3.2/src/Fl.cxx 2013-07-17 19:38:01.696342059 +0200
|
||||
@@ -70,6 +70,8 @@
|
||||
extern double fl_mac_flush_and_wait(double time_to_wait, char in_idle);
|
||||
#endif // WIN32
|
||||
|
||||
+extern void fl_update_focus(void);
|
||||
+
|
||||
//
|
||||
// Globals...
|
||||
//
|
||||
@@ -876,6 +941,8 @@
|
||||
fl_oldfocus = p;
|
||||
}
|
||||
e_number = old_event;
|
||||
+ // let the platform code do what it needs
|
||||
+ fl_update_focus();
|
||||
}
|
||||
}
|
||||
|
||||
diff -Nur fltk-1.3.2.orig/src/Fl_grab.cxx fltk-1.3.2/src/Fl_grab.cxx
|
||||
--- fltk-1.3.2.orig/src/Fl_grab.cxx 2012-03-23 17:47:53.000000000 +0100
|
||||
+++ fltk-1.3.2/src/Fl_grab.cxx 2013-07-17 19:37:07.411344886 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
// override_redirect, it does similar things on WIN32.
|
||||
|
||||
extern void fl_fix_focus(); // in Fl.cxx
|
||||
+void fl_update_focus(void);
|
||||
|
||||
#ifdef WIN32
|
||||
// We have to keep track of whether we have captured the mouse, since
|
||||
@@ -80,6 +81,7 @@
|
||||
#endif
|
||||
}
|
||||
grab_ = win;
|
||||
+ fl_update_focus();
|
||||
} else {
|
||||
if (grab_) {
|
||||
#ifdef WIN32
|
||||
@@ -98,6 +100,7 @@
|
||||
XFlush(fl_display);
|
||||
#endif
|
||||
grab_ = 0;
|
||||
+ fl_update_focus();
|
||||
fl_fix_focus();
|
||||
}
|
||||
}
|
||||
diff -Nur fltk-1.3.2.orig/src/xutf8/imKStoUCS.c fltk-1.3.2/src/xutf8/imKStoUCS.c
|
||||
--- fltk-1.3.2.orig/src/xutf8/imKStoUCS.c 2009-03-13 23:43:43.000000000 +0100
|
||||
+++ fltk-1.3.2/src/xutf8/imKStoUCS.c 2013-07-17 19:37:07.412344891 +0200
|
||||
@@ -266,6 +266,12 @@
|
||||
0x20a8, 0x20a9, 0x20aa, 0x20ab, 0x20ac /* 0x20a8-0x20af */
|
||||
};
|
||||
|
||||
+static unsigned short const keysym_to_unicode_fe50_fe60[] = {
|
||||
+ 0x0300, 0x0301, 0x0302, 0x0303, 0x0304, 0x0306, 0x0307, 0x0308, /* 0xfe50-0xfe57 */
|
||||
+ 0x030a, 0x030b, 0x030c, 0x0327, 0x0328, 0x1da5, 0x3099, 0x309a, /* 0xfe58-0xfe5f */
|
||||
+ 0x0323 /* 0xfe60-0xfe67 */
|
||||
+};
|
||||
+
|
||||
static unsigned int
|
||||
KeySymToUcs4(KeySym keysym)
|
||||
{
|
||||
@@ -315,6 +321,8 @@
|
||||
return keysym_to_unicode_1e9f_1eff[keysym - 0x1e9f];
|
||||
else if (keysym > 0x209f && keysym < 0x20ad)
|
||||
return keysym_to_unicode_20a0_20ac[keysym - 0x20a0];
|
||||
+ else if (keysym > 0xfe4f && keysym < 0xfe61)
|
||||
+ return keysym_to_unicode_fe50_fe60[keysym - 0xfe50];
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
diff -Nur fltk-1.3.2.orig/src/Fl_x.cxx fltk-1.3.2/src/Fl_x.cxx
|
||||
--- fltk-1.3.2.orig/src/Fl_x.cxx 2012-10-16 17:35:34.000000000 +0200
|
||||
+++ fltk-1.3.2/src/Fl_x.cxx 2013-07-17 19:38:17.326341239 +0200
|
||||
@@ -583,6 +600,30 @@
|
||||
}
|
||||
}
|
||||
|
||||
+extern Fl_Window *fl_xfocus;
|
||||
+
|
||||
+void fl_update_focus(void)
|
||||
+{
|
||||
+ Fl_Widget *focus;
|
||||
+
|
||||
+ focus = Fl::grab();
|
||||
+ if (!focus)
|
||||
+ focus = Fl::focus();
|
||||
+ if (!focus)
|
||||
+ return;
|
||||
+
|
||||
+ if (focus->simple_keyboard()) {
|
||||
+ fl_xim_deactivate();
|
||||
+ } else {
|
||||
+ // fl_xfocus should always be set if something has focus, but let's
|
||||
+ // play it safe
|
||||
+ if (!fl_xfocus || !fl_xid(fl_xfocus))
|
||||
+ return;
|
||||
+
|
||||
+ fl_xim_activate(fl_xid(fl_xfocus));
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
void fl_open_display() {
|
||||
if (fl_display) return;
|
||||
|
||||
--- fltk-1.3.2.orig/src/Fl_x.cxx (revision 10433)
|
||||
+++ fltk-1.3.2/src/Fl_x.cxx (revision 10434)
|
||||
@@ -2211,6 +2211,7 @@
|
||||
static int result = -1;
|
||||
|
||||
if (result == -1) {
|
||||
+ fl_open_display();
|
||||
result = 0;
|
||||
unsigned long nitems;
|
||||
unsigned long *words = 0;
|
||||
@@ -0,0 +1,178 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fltk</Name>
|
||||
<Homepage>http://www.fltk.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit</Summary>
|
||||
<Description>FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.</Description>
|
||||
<Archive sha1sum="873aac49b277149e054b9740378e2ca87b0bd435" type="targz">ftp://ftp.uwsg.indiana.edu/linux/gentoo/distfiles/fltk-1.3.3-source.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libXft-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>libXfixes-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">tigervnc.patch</Patch>
|
||||
<Patch level="1">fltk-config-dynlibs.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fltk</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libXft</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>mesa-glu</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<!--Package>
|
||||
<Name>fltk-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>libXft-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
<Dependency>mesa-glu-32bit</Dependency>
|
||||
<Dependency>libXfixes-32bit</Dependency>
|
||||
<Dependency>libXcursor-32bit</Dependency>
|
||||
<Dependency>fontconfig-32bit</Dependency>
|
||||
<Dependency>libXinerama-32bit</Dependency>
|
||||
<Dependency>libjpeg-turbo-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">fltk</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>libXft-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
<Dependency>mesa-glu-32bit</Dependency>
|
||||
<Dependency>libXfixes-32bit</Dependency>
|
||||
<Dependency>libXcursor-32bit</Dependency>
|
||||
<Dependency>fontconfig-32bit</Dependency>
|
||||
<Dependency>libXinerama-32bit</Dependency>
|
||||
<Dependency>libjpeg-turbo-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package-->
|
||||
|
||||
<Package>
|
||||
<Name>fltk-devel</Name>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Development files and utilities for FLTK</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">fltk</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/etc/env.d</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/mimelnk</Path>
|
||||
<Path fileType="doc">/usr/share/doc/*/html</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/env.d/99fltk">99fltk</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>1.3.3</Version>
|
||||
<Comment>emul32bit build disabled.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-04-26</Date>
|
||||
<Version>1.3.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-05-26</Date>
|
||||
<Version>1.3.2</Version>
|
||||
<Comment>Rebuild for gcc 4.9</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-01-29</Date>
|
||||
<Version>1.3.2</Version>
|
||||
<Comment>Rebuild Unused</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-11-03</Date>
|
||||
<Version>1.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-08-26</Date>
|
||||
<Version>1.3.0</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-11</Date>
|
||||
<Version>1.3.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>fltk</Name>
|
||||
<Summary xml:lang="tr">FLTK, platformlar arası C++ kullanıcı arayüzü için bir araç takımı</Summary>
|
||||
<Description xml:lang="tr">FLTK sistemi yormadan modern bir arayüzün işlevselliğini sağlar. OpenGL ve kendi içinde bulunan GLUT emülasyonu sayesinde 3B görüntü de sağlayabilir. FLTK statik kitaplık olabilecek kadar küçük ve modülerdir, fakat paylaşılmış kitaplık olarak da çalışabilir. Ayrıca FLUID adlı grafik arayüz tasarım aracı sayesinde çok kısa sürede FLTK uygulamaları geliştirilebilir.</Description>
|
||||
<Description xml:lang="fr">FLTK fournit les fonctionnalités IHM sans fioritures et supporte les graphiques 3D via OpenGL et son émulation GLUT intégrée. FLTK est conçue pour être petite et suffisamment modulaire pour être associée statiquement, tout en restant parfaitement utilisable en tant que librairie partagée. FLTK inclus également un excellent constructeur d'IHM appelé FLUID pouvant être utilisé pour créer des applications en quelques minutes.</Description>
|
||||
<Description xml:lang="es">FLTK provee una funcionalidad de un GUI moderno sin demasiado complejidad y soporta gráficos 3D via OpenGL y su emulación GLUT incluido. FLTK fue diseñado para ser pequeño y modular para enlace estático, pero funciona bien como librería compartida. FLTK también incluye un entorno de desarrollo UI llamado FLUID con el cual se puede crear aplicaciones en minutos.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>fltk-devel</Name>
|
||||
<Summary xml:lang="tr">FLTK için geliştirme dosyaları ve yardımcı uygulamalar</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -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 cmaketools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_DESTINATION=/usr/lib", sourceDir="..")
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("AUTHORS", "COPYING")
|
||||
@@ -0,0 +1,80 @@
|
||||
commit 88c6e9334c8440721189ef7d020fa94d47f30f8b
|
||||
Author: Harald Sitter <sitter@kde.org>
|
||||
Date: Fri Aug 1 16:34:03 2014 +0200
|
||||
|
||||
do not use global static systembus instance
|
||||
|
||||
global static destruction order cannot be controlled and we need our bus
|
||||
to disconnect from the consolekit signals, so use our own bus instance
|
||||
to connect to systembus signals
|
||||
|
||||
REVIEW: 119545
|
||||
|
||||
diff --git a/core/polkitqt1-authority.cpp b/core/polkitqt1-authority.cpp
|
||||
index dd014cf..f25354d 100644
|
||||
--- a/core/polkitqt1-authority.cpp
|
||||
+++ core/polkitqt1-authority.cpp
|
||||
@@ -83,7 +83,10 @@ public:
|
||||
// Polkit will return NULL on failures, hence we use it instead of 0
|
||||
Private(Authority *qq) : q(qq)
|
||||
, pkAuthority(NULL)
|
||||
- , m_hasError(false) {}
|
||||
+ , m_hasError(false)
|
||||
+ , m_systemBus(0)
|
||||
+ {
|
||||
+ }
|
||||
|
||||
~Private();
|
||||
|
||||
@@ -103,6 +106,13 @@ public:
|
||||
bool m_hasError;
|
||||
Authority::ErrorCode m_lastError;
|
||||
QString m_errorDetails;
|
||||
+ // Local system bus. QDBusConnection::systemBus() may only be savely used
|
||||
+ // inside a QCoreApplication scope as for example destruction of connected
|
||||
+ // objects need to happen before the bus disappears. Since this class however
|
||||
+ // is a global static and systemBus() internally is a global static we
|
||||
+ // cannot assure destruction order. Instead we create a local copy of the
|
||||
+ // global systemBus instance so we can make life time to our needs.
|
||||
+ // This prevents crashes when cleaning up the global statics.
|
||||
QDBusConnection *m_systemBus;
|
||||
GCancellable *m_checkAuthorizationCancellable,
|
||||
*m_enumerateActionsCancellable,
|
||||
@@ -127,6 +137,7 @@ public:
|
||||
|
||||
Authority::Private::~Private()
|
||||
{
|
||||
+ delete m_systemBus;
|
||||
g_object_unref(m_checkAuthorizationCancellable);
|
||||
g_object_unref(m_enumerateActionsCancellable);
|
||||
g_object_unref(m_registerAuthenticationAgentCancellable);
|
||||
@@ -170,6 +181,9 @@ void Authority::Private::init()
|
||||
|
||||
g_type_init();
|
||||
|
||||
+ m_systemBus = new QDBusConnection(QDBusConnection::connectToBus(QDBusConnection::SystemBus,
|
||||
+ QString("polkit_qt_system_bus")));
|
||||
+
|
||||
m_checkAuthorizationCancellable = g_cancellable_new();
|
||||
m_enumerateActionsCancellable = g_cancellable_new();
|
||||
m_registerAuthenticationAgentCancellable = g_cancellable_new();
|
||||
@@ -219,7 +233,7 @@ void Authority::Private::init()
|
||||
|
||||
// then we need to extract all seats from ConsoleKit
|
||||
QDBusMessage msg = QDBusMessage::createMethodCall(consoleKitService, consoleKitManagerPath, consoleKitManagerInterface, "GetSeats");
|
||||
- msg = QDBusConnection::systemBus().call(msg);
|
||||
+ msg = m_systemBus->call(msg);
|
||||
if (!msg.arguments().isEmpty()) {
|
||||
// this method returns a list with present seats
|
||||
QList<QString> seats;
|
||||
@@ -256,8 +270,7 @@ void Authority::Private::seatSignalsConnect(const QString &seat)
|
||||
void Authority::Private::dbusSignalAdd(const QString &service, const QString &path, const QString &interface, const QString &name)
|
||||
{
|
||||
// FIXME: This code seems to be nonfunctional - it needs to be fixed somewhere (is it Qt BUG?)
|
||||
- QDBusConnection::systemBus().connect(service, path, interface, name,
|
||||
- q, SLOT(dbusFilter(QDBusMessage)));
|
||||
+ m_systemBus->connect(service, path, interface, name, q, SLOT(dbusFilter(QDBusMessage)));
|
||||
}
|
||||
|
||||
void Authority::Private::dbusFilter(const QDBusMessage &message)
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>polkit-qt</Name>
|
||||
<Homepage>http://www.lxde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A library that allows developers to access PolicyKit API with a nice Qt-style API</Summary>
|
||||
<Description>A library that allows developers to access PolicyKit API with a nice Qt-style API</Description>
|
||||
<Archive sha1sum="042b8a42e88bd578c27600e9b70c4e142a39da91" type="tarbz2">http://source.pisilinux.org/1.0/polkit-qt-1-0.112.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>systembus-usage.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>polkit-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>polkit-qt-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="headers">/usr/include/polkit-qt5-1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-05-13</Date>
|
||||
<Version>0.112</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lxqt-policykit</Name>
|
||||
<Summary xml:lang="tr">Policykit agent.</Summary>
|
||||
<Description xml:lang="tr">LXQt policykit doğrulama aracı.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -46,6 +46,7 @@
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
<Path fileType="headers">/usr/include/qt5/</Path>
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
#!/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
|
||||
|
||||
NoStrip = ["/"]
|
||||
|
||||
if "_" in get.srcVERSION():
|
||||
WorkDir = get.srcNAME()
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("configure.ac", "multisound/Makefile", "")
|
||||
pisitools.dosed("Makefile.am", "multisound", "")
|
||||
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--with-hotplug-dir=/lib/firmware")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#Remove conflicted file, it is in linux-firmware package
|
||||
pisitools.remove("lib/firmware/ctefx.bin")
|
||||
|
||||
# Install additional readme files
|
||||
for d in ["hdsploader", "mixartloader", "pcxhrloader", "usx2yloader", "vxloader"]:
|
||||
pisitools.newdoc("%s/README" % d, "README.%s" % d)
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alsa-firmware</Name>
|
||||
<Homepage>http://www.alsa-project.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv2+</License>
|
||||
<License>LGPLv2+</License>
|
||||
<License>BSD</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Firmware for several ALSA-supported sound cards</Summary>
|
||||
<Description>alsa-firmware contains the firmware binaries for a number of sound cards supported by the ALSA project.</Description>
|
||||
<Archive sha1sum="414f0b03ea4337c3bd4a9e689f33040173cba529" type="tarbz2">ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.29.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>alsa-firmware</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/alsa/firmware</Path>
|
||||
<Path fileType="data">/lib/firmware</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-03-04</Date>
|
||||
<Version>1.0.29</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2014-08-19</Date>
|
||||
<Version>1.0.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-08-19</Date>
|
||||
<Version>1.0.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-12-06</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Remove conflicted ctefx.bin file, it is in linux-firmware package.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-22</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-10</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-29</Date>
|
||||
<Version>1.0.25.20121013</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alsa-firmware</Name>
|
||||
<Summary xml:lang="tr">Çeşitli ALSA destekli ses kartları için firmware dosyaları</Summary>
|
||||
<Description xml:lang="tr">alsa-firmware, ALSA sürücüleri tarafından desteklenen bazı ses kartları için gerekli firmware dosyalarını içerir.</Description>
|
||||
<Summary xml:lang="fr">firmware (logiciel interne) pour l'Architecture Son Linux Avancée (ALSA).</Summary>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>hardware.firmware</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>hardware</Name>
|
||||
</PISI>
|
||||
@@ -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 get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
# force to use python2.x
|
||||
#pisitools.dosed("configure.ac", "(python)3", "\\1")
|
||||
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--with-udevdir=/lib/udev")
|
||||
|
||||
def build():
|
||||
shelltools.system('LANG="en_US.UTF-8" make')
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>media-player-info</Name>
|
||||
<Homepage>http://cgit.freedesktop.org/media-player-info</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<Summary>Media player capability database</Summary>
|
||||
<Description>media-player-info is a repository of data files describing media player capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, etc.</Description>
|
||||
<Archive sha1sum="4f0b94b0e456b8427168ce7414ea725d98daa984" type="targz">http://www.freedesktop.org/software/media-player-info/media-player-info-22.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- For pkgconfig fixes in udev -->
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>media-player-info</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/lib/udev</Path>
|
||||
<Path fileType="data">/usr/share/media-player-info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-02-16</Date>
|
||||
<Version>22</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-07-05</Date>
|
||||
<Version>21</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-05-25</Date>
|
||||
<Version>19</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-02-20</Date>
|
||||
<Version>17</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-10-05</Date>
|
||||
<Version>15</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>media-player-info</Name>
|
||||
<Summary xml:lang="tr">Medya oynatıcısı yetenek veritabanı</Summary>
|
||||
<Description xml:lang="tr">media-player-info, ortam oynatıcılarının yeteneklerini tanımlayan bir dosya demetidir. Bu dosyalar bu aygıtların hangi dizinlerine müzik dosyaları koyulması gerektiğini, hangi dosya biçimlerinin desteklendiğini tanımlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,58 @@
|
||||
#!/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
|
||||
|
||||
console_tools = ["as10k1", "hdsploader", "hda-verb",
|
||||
"mixartloader", "vxloader",
|
||||
"usx2yloader", "sscape_ctl",
|
||||
"sb16_csp", "as10k1", "ld10k1",
|
||||
"us428control", "seq/sbiload"]
|
||||
|
||||
gui_tools = ["envy24control", "rmedigicontrol", "hdspconf",
|
||||
"hdspmixer", "echomixer", "hwmixvolume"]
|
||||
|
||||
alsa_tools = gui_tools + console_tools
|
||||
|
||||
docs = ["README", "AUTHORS", "COPYING", "TODO", "NEWS", "ChangeLog"]
|
||||
|
||||
if "_" in get.srcVERSION():
|
||||
WorkDir = get.srcNAME()
|
||||
|
||||
def setup():
|
||||
for tool in alsa_tools:
|
||||
shelltools.cd(tool)
|
||||
if tool in ["hdspconf", "ld10k1"]:
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure()
|
||||
shelltools.cd("..")
|
||||
|
||||
def build():
|
||||
for tool in alsa_tools:
|
||||
shelltools.cd(tool)
|
||||
autotools.make()
|
||||
shelltools.cd("..")
|
||||
|
||||
def install():
|
||||
for tool in alsa_tools:
|
||||
shelltools.cd(tool)
|
||||
autotools.rawInstall("DESTDIR=\"%s\"" % get.installDIR())
|
||||
|
||||
for doc in [d for d in docs if shelltools.can_access_file(d)]:
|
||||
if tool in gui_tools:
|
||||
srctag = "alsa-tools-gui"
|
||||
else:
|
||||
srctag = get.srcNAME()
|
||||
|
||||
pisitools.insinto("/usr/share/doc/%s/%s" % (srctag, tool), doc)
|
||||
|
||||
shelltools.cd("..")
|
||||
|
||||
pisitools.remove("/usr/share/applications/hdspmixer.desktop")
|
||||
pisitools.remove("/usr/share/applications/hdspconf.desktop")
|
||||
@@ -0,0 +1,12 @@
|
||||
# TASCAM US-428 usb sound card.
|
||||
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1604", ATTRS{idProduct}=="8000", RUN+="/lib/udev/tascam_fw"
|
||||
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1604", ATTRS{idProduct}=="8001", RUN+="/lib/udev/tascam_fpga"
|
||||
|
||||
# TASCAM US-224 usb sound card.
|
||||
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1604", ATTRS{idProduct}=="8004", RUN+="/lib/udev/tascam_fw"
|
||||
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1604", ATTRS{idProduct}=="8005", RUN+="/lib/udev/tascam_fpga"
|
||||
|
||||
# TASCAM US-122 usb sound card.
|
||||
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1604", ATTRS{idProduct}=="8006", RUN+="/lib/udev/tascam_fw"
|
||||
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1604", ATTRS{idProduct}=="8007", RUN+="/lib/udev/tascam_fpga"
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
diff -p -up ./hdspconf/src/Makefile.am.tv ./hdspconf/src/Makefile.am
|
||||
--- ./hdspconf/src/Makefile.am.tv 2008-06-10 11:15:09.000000000 +0200
|
||||
+++ ./hdspconf/src/Makefile.am 2008-06-10 11:15:01.000000000 +0200
|
||||
@@ -1,4 +1,5 @@
|
||||
bin_PROGRAMS = hdspconf
|
||||
+hdspconf_LDADD = @LDFLAGS@
|
||||
hdspconf_SOURCES = \
|
||||
hdspconf.cxx \
|
||||
defines.h \
|
||||
diff -p -up ./src/Makefile.am.tv ./src/Makefile.am
|
||||
--- ./hdspmixer/src/Makefile.am.tv 2008-06-10 11:51:47.000000000 +0200
|
||||
+++ ./hdspmixer/src/Makefile.am 2008-06-10 11:52:06.000000000 +0200
|
||||
@@ -1,4 +1,5 @@
|
||||
bin_PROGRAMS = hdspmixer
|
||||
+hdspmixer_LDADD = @LDFLAGS@
|
||||
hdspmixer_SOURCES = \
|
||||
hdspmixer.cxx \
|
||||
HDSPMixerWindow.cxx \
|
||||
@@ -0,0 +1,234 @@
|
||||
/* XPM */
|
||||
static char * alsa_tools_xpm[] = {
|
||||
"32 32 199 2",
|
||||
" c None",
|
||||
". c #888A84",
|
||||
"+ c #898A86",
|
||||
"@ c #888A85",
|
||||
"# c #CCCDCB",
|
||||
"$ c #ECECEC",
|
||||
"% c #EDEDED",
|
||||
"& c #EBEBEB",
|
||||
"* c #EAEAEA",
|
||||
"= c #E9E9E9",
|
||||
"- c #E8E8E8",
|
||||
"; c #E7E7E7",
|
||||
"> c #E6E6E6",
|
||||
", c #E5E5E5",
|
||||
"' c #E4E4E4",
|
||||
") c #E3E3E3",
|
||||
"! c #BEBFBD",
|
||||
"~ c #8C8F8A",
|
||||
"{ c #D4D4D4",
|
||||
"] c #CFCFCF",
|
||||
"^ c #D4D5D4",
|
||||
"/ c #E0E0E0",
|
||||
"( c #8A8C87",
|
||||
"_ c #A2A4A0",
|
||||
": c #AA531F",
|
||||
"< c #DE1F01",
|
||||
"[ c #9D6933",
|
||||
"} c #EEEEEE",
|
||||
"| c #333333",
|
||||
"1 c #A5A5A5",
|
||||
"2 c #A6A6A6",
|
||||
"3 c #9C9D99",
|
||||
"4 c #B7B8B5",
|
||||
"5 c #DEDFDE",
|
||||
"6 c #CB3207",
|
||||
"7 c #FF0000",
|
||||
"8 c #A0773D",
|
||||
"9 c #EFEFEF",
|
||||
"0 c #DDDDDD",
|
||||
"a c #9B9B9B",
|
||||
"b c #393939",
|
||||
"c c #888888",
|
||||
"d c #AEAFAD",
|
||||
"e c #CECFCD",
|
||||
"f c #B5C7B5",
|
||||
"g c #CCF101",
|
||||
"h c #D6F500",
|
||||
"i c #9AC551",
|
||||
"j c #D3D3D3",
|
||||
"k c #919191",
|
||||
"l c #4A4A4A",
|
||||
"m c #6C6C6C",
|
||||
"n c #C4C5C3",
|
||||
"o c #9BC383",
|
||||
"p c #FFFF00",
|
||||
"q c #99CD63",
|
||||
"r c #C9C9C9",
|
||||
"s c #878787",
|
||||
"t c #585857",
|
||||
"u c #3C3C3B",
|
||||
"v c #515150",
|
||||
"w c #BEBEBD",
|
||||
"x c #D0D1D0",
|
||||
"y c #DBDBDB",
|
||||
"z c #979A95",
|
||||
"A c #87C669",
|
||||
"B c #88FF00",
|
||||
"C c #95C57E",
|
||||
"D c #BFBFBF",
|
||||
"E c #7D7D7D",
|
||||
"F c #B3B4B2",
|
||||
"G c #DFDFDD",
|
||||
"H c #E7E7E5",
|
||||
"I c #E7E8E5",
|
||||
"J c #E8E8E5",
|
||||
"K c #9E9E9C",
|
||||
"L c #E2E2E2",
|
||||
"M c #969793",
|
||||
"N c #ABACA9",
|
||||
"O c #5DC15C",
|
||||
"P c #00FF00",
|
||||
"Q c #98BD97",
|
||||
"R c #9C9C9B",
|
||||
"S c #3F4040",
|
||||
"T c #404241",
|
||||
"U c #414242",
|
||||
"V c #6A6B6B",
|
||||
"W c #D8D9D8",
|
||||
"X c #ADAEAC",
|
||||
"Y c #EEEFED",
|
||||
"Z c #EFEFEE",
|
||||
"` c #CDCECC",
|
||||
" . c #DEDEDE",
|
||||
".. c #A9AAA7",
|
||||
"+. c #C0C0BE",
|
||||
"@. c #43C342",
|
||||
"#. c #03FA03",
|
||||
"$. c #A8C1A7",
|
||||
"%. c #A4A5A4",
|
||||
"&. c #E8E8E6",
|
||||
"*. c #EEEEEC",
|
||||
"=. c #9FA19F",
|
||||
"-. c #9FA19D",
|
||||
";. c #BFC1BB",
|
||||
">. c #B8BBB5",
|
||||
",. c #C0C1C0",
|
||||
"'. c #BDBEBC",
|
||||
"). c #D7D7D7",
|
||||
"!. c #24D424",
|
||||
"~. c #09ED09",
|
||||
"{. c #C1CCC1",
|
||||
"]. c #BABBB8",
|
||||
"^. c #EEEEED",
|
||||
"/. c #C0C1BE",
|
||||
"(. c #A1A39E",
|
||||
"_. c #BABDB6",
|
||||
":. c #979A97",
|
||||
"<. c #8E8F8B",
|
||||
"[. c #B7C6B7",
|
||||
"}. c #08F007",
|
||||
"|. c #16DC16",
|
||||
"1. c #D5D5D5",
|
||||
"2. c #A5A7A3",
|
||||
"3. c #AAACA6",
|
||||
"4. c #9E9F9E",
|
||||
"5. c #ABAEA8",
|
||||
"6. c #878A86",
|
||||
"7. c #90938E",
|
||||
"8. c #A1A39F",
|
||||
"9. c #92BB91",
|
||||
"0. c #2AD02A",
|
||||
"a. c #E1E1E1",
|
||||
"b. c #D1D1D0",
|
||||
"c. c #AFB2AB",
|
||||
"d. c #B8BAB4",
|
||||
"e. c #A0A09E",
|
||||
"f. c #848581",
|
||||
"g. c #8D908C",
|
||||
"h. c #818480",
|
||||
"i. c #848783",
|
||||
"j. c #939590",
|
||||
"k. c #81827E",
|
||||
"l. c #A4A6A2",
|
||||
"m. c #B5B6B3",
|
||||
"n. c #77BD76",
|
||||
"o. c #3AC43A",
|
||||
"p. c #8D8E8C",
|
||||
"q. c #B8BBB3",
|
||||
"r. c #818280",
|
||||
"s. c #CACDCE",
|
||||
"t. c #677579",
|
||||
"u. c #69777B",
|
||||
"v. c #B6B7B5",
|
||||
"w. c #CACAC9",
|
||||
"x. c #8DB58C",
|
||||
"y. c #6EBE6E",
|
||||
"z. c #7BB17A",
|
||||
"A. c #8B8D89",
|
||||
"B. c #90928E",
|
||||
"C. c #8E908C",
|
||||
"D. c #939591",
|
||||
"E. c #91938F",
|
||||
"F. c #DADBDB",
|
||||
"G. c #AAB1B2",
|
||||
"H. c #A9B0B1",
|
||||
"I. c #DBDCDC",
|
||||
"J. c #CDCECD",
|
||||
"K. c #888984",
|
||||
"L. c #888985",
|
||||
"M. c #848681",
|
||||
"N. c #D9D9D9",
|
||||
"O. c #D8D8D8",
|
||||
"P. c #D6D6D6",
|
||||
"Q. c #D2D2D2",
|
||||
"R. c #D1D1D1",
|
||||
"S. c #D0D0D0",
|
||||
"T. c #CECECE",
|
||||
"U. c #CDCDCD",
|
||||
"V. c #CCCCCC",
|
||||
"W. c #CBCBCB",
|
||||
"X. c #CACACA",
|
||||
"Y. c #C8C8C8",
|
||||
"Z. c #C7C7C7",
|
||||
"`. c #868883",
|
||||
" + c #7A7B77",
|
||||
".+ c #7D7E7A",
|
||||
"++ c #757773",
|
||||
"@+ c #787975",
|
||||
"#+ c #6B6C69",
|
||||
"$+ c #C8C9C8",
|
||||
"%+ c #B7B8B7",
|
||||
"&+ c #6A6B68",
|
||||
"*+ c #6F706C",
|
||||
"=+ c #7B7D79",
|
||||
"-+ c #7A7B78",
|
||||
";+ c #797A76",
|
||||
">+ c #7B7C79",
|
||||
",+ c #7C7E7A",
|
||||
"'+ c #6E706B",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . + + + + + + + + + + + + + + + + + + + + @ ",
|
||||
" # $ $ % % % % $ $ & * * = - - ; > , , ' ) ! ",
|
||||
" ~ * $ { ] ] ^ % % $ $ & * = = - ; > > , ' ) / ( ",
|
||||
" _ $ % : < < [ } % ; | | | 1 = - / | | | 2 ' ) 3 ",
|
||||
" 4 $ 5 6 7 7 8 9 } 0 | | | a = - - b | | c ' ) d ",
|
||||
" e $ f g h h i } } j | | | k = - - l | | m ' ) n ",
|
||||
" @ ' $ o p p p q } % r | | | s = - , t u u v w x y @ ",
|
||||
" z * & A B B B C % % D | | | E = - F G H H I J K L M ",
|
||||
" N * & O P P P Q $ / R S T U V W - X Y Z Z Z Y ` ... ",
|
||||
" +.= * @.P P #.$.$ %.H &.*.*.*.=.- -.;.;.;.;.;.>.,.'. ",
|
||||
" . ).= 0 !.P P ~.{.& ].^.^.^.^.^./.' (._._._._._._.:.^ . ",
|
||||
" <.; - [.}.P P |.1.* 2._._._._._.3.4.5._._._._._._.6./ 7. ",
|
||||
" 8.; - 9.P P P 0.a.b.c._._._._._.d.e.f.g.h.h.h.i.j.k./ l. ",
|
||||
" m.> ; n.P P P o.= p.q._._._._._._.r., s.t.t.t.u./ a./ v. ",
|
||||
" w.> > x.y.y.y.z.- D A.B.g.g.g.C.D.E., F.G.H.H.H.I.a./ J. ",
|
||||
" K.) , , > > > ; ; ; ; ; ; ; > > > , , ' ' ) ) L a.a./ / , @ ",
|
||||
" @ * 9 } } } } } } } % % % % % $ $ $ $ $ & & & * * = = = ' L. ",
|
||||
" M.N.N.N.O.).P.1.1.{ j Q.R.R.S.] T.T.U.V.W.X.X.r Y.Z.Z.Z.Z.`. ",
|
||||
" +N.N.O.).).P.1.{ { j Q.R.S.S.] T.U.V.V.W.X.r Y.Y.Z.Z.Z.Z..+ ",
|
||||
" ++N.N.O.).P.P.1.{ j Q.Q.R.S.] T.T.U.V.W.X.X.r Y.Z.Z.Z.Z.Z.@+ ",
|
||||
" #+$+O.O.).P.1.{ { j Q.R.S.S.] T.U.V.V.W.X.r r Y.Z.Z.Z.Z.%+&+ ",
|
||||
" *+.+=+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+;+;+;+;+;+>+>+,+'+ ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Echomixer
|
||||
Name[tr]=Echomixer
|
||||
GenericName=Echoaudio soundcard tool
|
||||
GenericName[tr]=Echoaudio ses kartı aracı
|
||||
Icon=alsa-tools
|
||||
Exec=echomixer
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Audio;
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=envy24control
|
||||
Name[tr]=envy24control
|
||||
GenericName=envy24(ice1712) based soundcard tool
|
||||
GenericName[tr]=envy24(ice1712) ses kartı aracı
|
||||
Icon=alsa-tools
|
||||
Exec=envy24control
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Audio;
|
||||
@@ -0,0 +1,60 @@
|
||||
diff -Naur alsa-tools-1.0.18/hdsploader/Makefile.in alsa-tools-1.0.18-patched/hdsploader/Makefile.in
|
||||
--- alsa-tools-1.0.18/hdsploader/Makefile.in 2008-10-29 14:48:40.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/hdsploader/Makefile.in 2008-10-31 11:36:40.000000000 +0200
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
# # Process this file with automake to produce Makefile.in.
|
||||
MYNAME = hdsploader
|
||||
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
+AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
|
||||
hdsploader_SOURCES = hdsploader.c
|
||||
EXTRA_DIST = gitcompile depcomp
|
||||
all: all-am
|
||||
diff -Naur alsa-tools-1.0.18/mixartloader/Makefile.in alsa-tools-1.0.18-patched/mixartloader/Makefile.in
|
||||
--- alsa-tools-1.0.18/mixartloader/Makefile.in 2008-10-29 14:48:56.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/mixartloader/Makefile.in 2008-10-31 11:36:58.000000000 +0200
|
||||
@@ -159,7 +159,7 @@
|
||||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
MYNAME = mixartloader
|
||||
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
+AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
|
||||
mixartloader_SOURCES = mixartloader.c
|
||||
EXTRA_DIST = gitcompile depcomp
|
||||
all: all-am
|
||||
diff -Naur alsa-tools-1.0.18/pcxhrloader/Makefile.in alsa-tools-1.0.18-patched/pcxhrloader/Makefile.in
|
||||
--- alsa-tools-1.0.18/pcxhrloader/Makefile.in 2008-10-29 14:49:00.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/pcxhrloader/Makefile.in 2008-10-31 11:37:27.000000000 +0200
|
||||
@@ -159,7 +159,7 @@
|
||||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
MYNAME = pcxhrloader
|
||||
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
+AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
|
||||
pcxhrloader_SOURCES = pcxhrloader.c
|
||||
EXTRA_DIST = gitcompile depcomp
|
||||
all: all-am
|
||||
diff -Naur alsa-tools-1.0.18/usx2yloader/Makefile.in alsa-tools-1.0.18-patched/usx2yloader/Makefile.in
|
||||
--- alsa-tools-1.0.18/usx2yloader/Makefile.in 2008-10-29 14:49:27.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/usx2yloader/Makefile.in 2008-10-31 11:37:46.000000000 +0200
|
||||
@@ -163,7 +163,7 @@
|
||||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
MYNAME = usx2yloader
|
||||
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
+AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
|
||||
usx2yloader_SOURCES = usx2yloader.c
|
||||
EXTRA_DIST = gitcompile depcomp tascam_fw.usermap tascam_fw.in tascam_fpga.in
|
||||
hotplug_files = tascam_fw.usermap tascam_fw tascam_fpga
|
||||
diff -Naur alsa-tools-1.0.18/vxloader/Makefile.in alsa-tools-1.0.18-patched/vxloader/Makefile.in
|
||||
--- alsa-tools-1.0.18/vxloader/Makefile.in 2008-10-29 14:49:31.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/vxloader/Makefile.in 2008-10-31 11:38:09.000000000 +0200
|
||||
@@ -159,7 +159,7 @@
|
||||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
MYNAME = vxloader
|
||||
-AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
+AM_CFLAGS = -DDATAPATH=\"/lib/firmware/$(MYNAME)\"
|
||||
vxloader_SOURCES = vxloader.c
|
||||
EXTRA_DIST = gitcompile depcomp
|
||||
all: all-am
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=HDSPConf
|
||||
Name[tr]=HDSPConf
|
||||
GenericName=Hammerfall HDSP soundcard tool
|
||||
GenericName[tr]=Hammerfall HDSP ses kartı aracı
|
||||
Icon=hdspconf
|
||||
Exec=hdspconf
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Audio;
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=HDSPMixer
|
||||
Name[tr]=HDSPMixer
|
||||
GenericName=RME Hammerfall DSP Mixer
|
||||
GenericName[tr]=RME Hammerfall için karıştırıcı
|
||||
Icon=hdspmixer
|
||||
Exec=hdspmixer
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Audio;
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Hwmixvolume
|
||||
GenericName=Hardware Mixer Volumes
|
||||
GenericName[tr]=Donanımsal Ses Karıştırıcı Seviyeleri
|
||||
Comment=Control the volume of individual streams on sound cards that use hardware mixing
|
||||
Comment[tr]=Donanımsal karıştırıcı kullanan ses kartlarındaki farklı akışların ses şiddetini ayarlayın
|
||||
Exec=hwmixvolume
|
||||
Icon=hwmixvolume
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;AudioVideo;
|
||||
Version=0.9.4
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Rmedigicontrol
|
||||
Name[tr]=Rmedigicontrol
|
||||
GenericName=RME Digi32/96 soundcard tool
|
||||
GenericName[tr]=RME Digi32/96 ses kartı aracı
|
||||
Icon=alsa-tools
|
||||
Exec=rmedigicontrol
|
||||
Terminal=false
|
||||
Categories=AudioVideo;Audio;
|
||||
@@ -0,0 +1,28 @@
|
||||
diff -Naur alsa-tools-1.0.18/usx2yloader/Makefile.am alsa-tools-1.0.18-patched/usx2yloader/Makefile.am
|
||||
--- alsa-tools-1.0.18/usx2yloader/Makefile.am 2008-10-29 14:42:12.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/usx2yloader/Makefile.am 2008-10-31 15:14:01.000000000 +0200
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
EXTRA_DIST = gitcompile depcomp tascam_fw.usermap tascam_fw.in tascam_fpga.in
|
||||
|
||||
-hotplug_files = tascam_fw.usermap tascam_fw tascam_fpga
|
||||
-hotplugdir = /etc/hotplug/usb
|
||||
+hotplug_files = tascam_fw tascam_fpga
|
||||
+hotplugdir = /lib/udev
|
||||
hotplug_SCRIPTS = $(hotplug_files)
|
||||
|
||||
|
||||
diff -Naur alsa-tools-1.0.18/usx2yloader/Makefile.in alsa-tools-1.0.18-patched/usx2yloader/Makefile.in
|
||||
--- alsa-tools-1.0.18/usx2yloader/Makefile.in 2008-10-29 14:49:27.000000000 +0200
|
||||
+++ alsa-tools-1.0.18-patched/usx2yloader/Makefile.in 2008-10-31 15:14:47.000000000 +0200
|
||||
@@ -166,8 +166,8 @@
|
||||
AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
usx2yloader_SOURCES = usx2yloader.c
|
||||
EXTRA_DIST = gitcompile depcomp tascam_fw.usermap tascam_fw.in tascam_fpga.in
|
||||
-hotplug_files = tascam_fw.usermap tascam_fw tascam_fpga
|
||||
-hotplugdir = /etc/hotplug/usb
|
||||
+hotplug_files = tascam_fw tascam_fpga
|
||||
+hotplugdir = /lib/udev
|
||||
hotplug_SCRIPTS = $(hotplug_files)
|
||||
all: all-am
|
||||
|
||||
@@ -0,0 +1,157 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alsa-tools</Name>
|
||||
<Homepage>http://www.alsa-project.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>ALSA configuration tools</Summary>
|
||||
<Description>alsa-tools contains ALSA (Advanced Linux Sound Architecture) tools like firmware loaders and sound card control utilities for specific sound cards.</Description>
|
||||
<Archive sha1sum="f2fd83342c7b85eac9dfb807fe89e155179d1d91" type="tarbz2">ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.0.29.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>fltk-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">usx2yloader_udev.patch</Patch>
|
||||
<Patch level="1">firmware_locations.patch</Patch>
|
||||
<Patch>alsa-tools-1.0.17rc1-fix-link.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>alsa-tools</Name>
|
||||
<Summary>ALSA console tools</Summary>
|
||||
<Description>alsa-tools is a collection of console applications for controlling sound cards like EchoAudio, Envy24, etc.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/lib/udev</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/ld10k1</Path>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/alsa-tools</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/lib/udev/rules.d/90-alsa-tools-firmware.rules" permission="0644">90-alsa-tools-firmware.rules</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>alsa-tools-gui</Name>
|
||||
<Summary>Graphical frontends for some ALSA tools</Summary>
|
||||
<Description>alsa-tools-gui is a collection of GUI based ALSA tools for controlling sound cards like EchoAudio, Envy24, Hammerfall HDSP, RMedigicontrol.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fltk</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man/man1/envy24control.1</Path>
|
||||
<Path fileType="doc">/usr/share/doc/alsa-tools-gui</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="executable">/usr/bin/echomixer</Path>
|
||||
<Path fileType="executable">/usr/bin/envy24control</Path>
|
||||
<Path fileType="executable">/usr/bin/hwmixvolume</Path>
|
||||
<Path fileType="executable">/usr/bin/hdspconf</Path>
|
||||
<Path fileType="executable">/usr/bin/hdspmixer</Path>
|
||||
<Path fileType="executable">/usr/bin/rmedigicontrol</Path>
|
||||
<Path fileType="executable">/usr/bin/qlo10k1</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/pixmaps/alsa-tools.xpm" permission="0644">alsa-tools.xpm</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/hwmixvolume.png" permission="0644">hwmixvolume.png</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/echomixer.desktop" permission="0644">echomixer.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/envy24control.desktop" permission="0644">envy24control.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/hdspmixer.desktop" permission="0644">hdspmixer.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/hdspconf.desktop" permission="0644">hdspconf.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/hwmixvolume.desktop" permission="0644">hwmixvolume.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/rmedigicontrol.desktop" permission="0644">rmedigicontrol.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>alsa-tools-devel</Name>
|
||||
<Summary>Development files for alsa-tools</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-tools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-03-04</Date>
|
||||
<Version>1.0.29</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2014-08-19</Date>
|
||||
<Version>1.0.28</Version>
|
||||
<Comment>Rebuild version 28.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-08-19</Date>
|
||||
<Version>1.0.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-05-26</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-08-22</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-22</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-27</Date>
|
||||
<Version>1.0.27</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-01-29</Date>
|
||||
<Version>1.0.26.20121013</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alsa-tools</Name>
|
||||
<Summary xml:lang="tr">Gelişmiş Linux Ses Mimarisi araçları</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>alsa-tools-devel</Name>
|
||||
<Summary xml:lang="tr">alsa-tools için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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("--sbindir=/sbin \
|
||||
--disable-alsaconf")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("ChangeLog", "README", "TODO", "seq/aconnect/README.aconnect", "seq/aseqnet/README.aseqnet")
|
||||
@@ -0,0 +1,20 @@
|
||||
from comar.service import *
|
||||
import os
|
||||
|
||||
serviceType = "local"
|
||||
serviceDefault = "on"
|
||||
serviceDesc = _({"en": "Store/Restore Mixer Levels",
|
||||
"tr": "Karıştırıcı Seviyeleri Yönetimi"})
|
||||
|
||||
@synchronized
|
||||
def start():
|
||||
# Store mixer levels
|
||||
os.system("/sbin/alsactl restore")
|
||||
|
||||
@synchronized
|
||||
def stop():
|
||||
# Store mixer levels
|
||||
os.system("/sbin/alsactl store")
|
||||
|
||||
def status():
|
||||
return True
|
||||
@@ -0,0 +1,17 @@
|
||||
CTL{reset}="mixer"
|
||||
CTL{name}="PC Speaker Playback Volume",CTL{do_search}=="1", \
|
||||
CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="0"
|
||||
CTL{name}="PC Speaker Playback Switch",CTL{do_search}=="1", \
|
||||
CTL{values}="off"
|
||||
|
||||
CTL{reset}="mixer"
|
||||
CTL{name}="PC Beep Playback Volume",CTL{do_search}=="1", \
|
||||
CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="0"
|
||||
CTL{name}="PC Beep Playback Switch",CTL{do_search}=="1", \
|
||||
CTL{values}="off"
|
||||
|
||||
CTL{reset}="mixer"
|
||||
CTL{name}="Beep Playback Volume",CTL{do_search}=="1", \
|
||||
CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="0"
|
||||
CTL{name}="Beep Playback Switch",CTL{do_search}=="1", \
|
||||
CTL{values}="off"
|
||||
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# ALSA library configuration file for alsactl tool
|
||||
# (/usr/share/alsa tree is not necessary for alsactl)
|
||||
#
|
||||
|
||||
ctl.hw {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
default "0"
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf init
|
||||
@@ -0,0 +1,28 @@
|
||||
.TH ALSAUNMUTE 1 "21 April 2010"
|
||||
.SH NAME
|
||||
alsaunmute \- a simple script to initialize ALSA sound devices
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBalsaunmute\fP is a shell script which runs the \fBalsactl(1)\fP
|
||||
utility with \fIinit\fP argument (see the script for details).
|
||||
|
||||
.SH OPTIONS
|
||||
None
|
||||
|
||||
.SS
|
||||
Example:
|
||||
\fBalsaunmute\fR
|
||||
|
||||
.SH SEE ALSO
|
||||
\fB
|
||||
alsactl(1),
|
||||
alsamixer(1),
|
||||
amixer(1)
|
||||
\fP
|
||||
|
||||
.SH BUGS
|
||||
None known.
|
||||
|
||||
.SH AUTHOR
|
||||
\fBalsaunmute\fP is by Jaroslav Kysela <perex@perex.cz>
|
||||
|
||||
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alsa-utils</Name>
|
||||
<Homepage>http://www.alsa-project.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Advanced Linux Sound Architecture (ALSA) utilities</Summary>
|
||||
<Description>alsa-utils contains command line utilities for the Advanced Linux Sound Architecture (ALSA).</Description>
|
||||
<Archive sha1sum="8b456e2d8adf538aef3fc2d24aae2377509f9544" type="tarbz2">ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.29.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libsamplerate-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>alsa-utils</Name>
|
||||
<RuntimeDependencies>
|
||||
<!--Dependency>dialog</Dependency-->
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libsamplerate</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/var/lib/alsa</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/alsa</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
<Path fileType="data">/lib/systemd/system</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0755" target="/usr/bin/alsaunmute">alsaunmute</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/alsa/01beep.conf">01beep.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/alsa/alsactl.conf">alsactl.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/man/man1/alsaunmute.1">alsaunmute.1</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<COMAR script="service.py" name="alsactl">System.Service</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-03-04</Date>
|
||||
<Version>1.0.29</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2014-08-19</Date>
|
||||
<Version>1.0.28</Version>
|
||||
<Comment>Rebuild version 28.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-08-19</Date>
|
||||
<Version>1.0.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-05-26</Date>
|
||||
<Version>1.0.27.2</Version>
|
||||
<Comment>Remove systemd part.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-03-05</Date>
|
||||
<Version>1.0.27.2</Version>
|
||||
<Comment>Rebuild for buildhost</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-22</Date>
|
||||
<Version>1.0.27.2</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-27</Date>
|
||||
<Version>1.0.27.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-13</Date>
|
||||
<Version>1.0.26.20121013</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alsa-utils</Name>
|
||||
<Summary xml:lang="tr">ALSA araçları</Summary>
|
||||
<Description xml:lang="tr">Alsa-utils Linux işletim sistemlerinde ses ve MIDI fonksiyonlarının gerçekleştirilmesini sağlayan gelişmiş Linux ses mimarisidir</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -15,6 +15,8 @@ def setup():
|
||||
shelltools.system("./bootstrap")
|
||||
autotools.configure("--enable-shared \
|
||||
--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<Archive sha1sum="4a3db5ea527856145844556e0ee349f45ed4cbc7" type="targz">http://download.savannah.nongnu.org/releases/openexr/openexr-2.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="2.0.1">ilmbase-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -23,6 +24,7 @@
|
||||
<Name>openexr</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="2.0.1">ilmbase</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>openexr-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -35,6 +37,8 @@
|
||||
<Summary>OpenEXR runtime libraries</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/lib*</Path>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/sgml/docbook/sgml-dtd-%s" % get.srcVERSION(), "*.dcl")
|
||||
pisitools.insinto("/usr/share/sgml/docbook/sgml-dtd-%s" % get.srcVERSION(), "*.dtd")
|
||||
pisitools.insinto("/usr/share/sgml/docbook/sgml-dtd-%s" % get.srcVERSION(), "*.mod")
|
||||
pisitools.insinto("/usr/share/sgml/docbook/sgml-dtd-%s" % get.srcVERSION(), "docbook.cat", "catalog")
|
||||
|
||||
pisitools.dodoc("README")
|
||||
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("/usr/bin/install-catalog --add /etc/sgml/sgml-docbook-4.5.cat \
|
||||
/usr/share/sgml/docbook/sgml-dtd-4.5/catalog")
|
||||
os.system("/usr/bin/install-catalog --add /etc/sgml/sgml-docbook-4.5.cat \
|
||||
/etc/sgml/sgml-docbook.cat")
|
||||
|
||||
def preRemove():
|
||||
os.system("/usr/bin/install-catalog --remove /etc/sgml/sgml-docbook-4.5.cat \
|
||||
/usr/share/sgml/docbook/sgml-dtd-4.5/catalog")
|
||||
os.system("/usr/bin/install-catalog --remove /etc/sgml/sgml-docbook-4.5.cat \
|
||||
/etc/sgml/sgml-docbook.cat")
|
||||
@@ -0,0 +1,77 @@
|
||||
--- docbook.cat 2005-01-27 08:59:49.000000000 -0500
|
||||
+++ docbook.cat-gentoo 2005-07-11 21:12:28.000000000 -0500
|
||||
@@ -19,6 +19,8 @@
|
||||
-- ...................................................................... --
|
||||
-- DocBook driver file .................................................. --
|
||||
|
||||
+DTDDECL "-//OASIS//DTD DocBook V4.5//EN" "docbook.dcl"
|
||||
+
|
||||
PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
|
||||
"docbook.dtd"
|
||||
|
||||
@@ -52,65 +54,5 @@
|
||||
PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.5//EN"
|
||||
"dbcentx.mod"
|
||||
|
||||
- -- ...................................................................... --
|
||||
- -- ISO entity sets ...................................................... --
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
|
||||
- "iso-dia.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN"
|
||||
- "iso-num.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN"
|
||||
- "iso-pub.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN"
|
||||
- "iso-tech.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN"
|
||||
- "iso-lat1.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN"
|
||||
- "iso-lat2.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN"
|
||||
- "iso-grk1.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN"
|
||||
- "iso-grk2.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN"
|
||||
- "iso-grk3.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN"
|
||||
- "iso-grk4.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN"
|
||||
- "iso-amsa.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN"
|
||||
- "iso-amsb.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN"
|
||||
- "iso-amsc.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN"
|
||||
- "iso-amsn.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN"
|
||||
- "iso-amso.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN"
|
||||
- "iso-amsr.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN"
|
||||
- "iso-box.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN"
|
||||
- "iso-cyr1.gml"
|
||||
-
|
||||
-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
|
||||
- "iso-cyr2.gml"
|
||||
-
|
||||
-- End of catalog data for DocBook V4.5 ................................. --
|
||||
-- ...................................................................... --
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>docbook-sgml4_5</Name>
|
||||
<Homepage>http://www.docbook.org/sgml/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>X11</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Docbook SGML DTD 4.5</Summary>
|
||||
<Description>Contains Docbook SGML DTD version 4.5.</Description>
|
||||
<Archive sha1sum="5efeb22936ea30cdaf88053337de7966dfda02bd" type="zip">http://www.docbook.org/sgml/4.5/docbook-4.5.zip</Archive>
|
||||
<Patches>
|
||||
<Patch>catalog.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>docbook-sgml4_5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>sgml-common</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/docbook-sgml4_5</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>4.5</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-22</Date>
|
||||
<Version>4.5</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2007-02-23</Date>
|
||||
<Version>4.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Eren Türkay</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>docbook-sgml4_5</Name>
|
||||
<Summary xml:lang="tr">Docbook SGML DTD 4.5</Summary>
|
||||
<Description xml:lang="tr">Docbook SGML DTD sürüm 4.5 belgelerini içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user