diff --git a/desktop/xfce/addon/thunar-archive-plugin/actions.py b/desktop/xfce/addon/thunar-archive-plugin/actions.py new file mode 100644 index 0000000000..c761332198 --- /dev/null +++ b/desktop/xfce/addon/thunar-archive-plugin/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + +def setup(): + shelltools.export("LDFLAGS", "%s -lgtk-x11-2.0 -lthunarx-2" % get.LDFLAGS()) + autotools.configure("--disable-static \ + --disable-dependency-tracking") + + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + diff --git a/desktop/xfce/addon/thunar-archive-plugin/pspec.xml b/desktop/xfce/addon/thunar-archive-plugin/pspec.xml new file mode 100644 index 0000000000..99a050feda --- /dev/null +++ b/desktop/xfce/addon/thunar-archive-plugin/pspec.xml @@ -0,0 +1,49 @@ + + + + + thunar-archive-plugin + http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A plugin allows you to create and extract archive files + The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. + http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/thunar-archive-plugin-0.3.1.tar.bz2 + + Thunar-devel + thunar-vfs-devel + xfce4-dev-tools + intltool + + + + + thunar-archive-plugin + + Thunar + gtk2 + + + /usr/lib + /usr/share/doc + /usr/share + /usr/libexec + /usr/share/locale + + + + + + 2015-03-02 + 0.3.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/xfce/addon/thunar-archive-plugin/translations.xml b/desktop/xfce/addon/thunar-archive-plugin/translations.xml new file mode 100644 index 0000000000..3bde90fbec --- /dev/null +++ b/desktop/xfce/addon/thunar-archive-plugin/translations.xml @@ -0,0 +1,8 @@ + + + + thunar-archive-plugin + Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti + The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir. + + diff --git a/desktop/xfce/addon/xfce4-cpufreq-plugin/actions.py b/desktop/xfce/addon/xfce4-cpufreq-plugin/actions.py new file mode 100644 index 0000000000..703bf64a00 --- /dev/null +++ b/desktop/xfce/addon/xfce4-cpufreq-plugin/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + diff --git a/desktop/xfce/addon/xfce4-cpufreq-plugin/pspec.xml b/desktop/xfce/addon/xfce4-cpufreq-plugin/pspec.xml new file mode 100644 index 0000000000..18794abb8b --- /dev/null +++ b/desktop/xfce/addon/xfce4-cpufreq-plugin/pspec.xml @@ -0,0 +1,58 @@ + + + + + xfce4-cpufreq-plugin + http://goodies.xfce.org/projects/panel-plugins/es/xfce4-cpufreq-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + CPU Frequency plugin for Xfce4 + xfce4-cpufreq-plugin shows CPU frequency in the Xfce Panel. + http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/1.1/xfce4-cpufreq-plugin-1.1.1.tar.bz2 + + xfce4-panel-devel + xfce4-dev-tools + intltool + libxfce4ui-devel + + + + + xfce4-cpufreq-plugin + + xfce4-panel + gtk2 + cairo + gdk-pixbuf + libxfcegui4 + libxfce4util + atk + pango + fontconfig + libxfce4ui + + + /usr/libexec + /usr/lib/xfce4/panel/plugins + /usr/share/doc + /usr/share/xfce4 + /usr/share/icons + /usr/share/locale + + + + + + 2015-03-04 + 1.1.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/xfce/addon/xfce4-cpufreq-plugin/translations.xml b/desktop/xfce/addon/xfce4-cpufreq-plugin/translations.xml new file mode 100644 index 0000000000..85eb410325 --- /dev/null +++ b/desktop/xfce/addon/xfce4-cpufreq-plugin/translations.xml @@ -0,0 +1,8 @@ + + + + xfce4-cpufreq-plugin + Xfce4 için CPU frekans eklentisi + xfce4-cpufreq-plugin, Xfce panelinde CPU frekansını gösterir. + + diff --git a/pisi-index.xml b/pisi-index.xml index 11c573ad8a..1dacda8bab 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -67606,6 +67606,111 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + xfce4-cpufreq-plugin + http://goodies.xfce.org/projects/panel-plugins/es/xfce4-cpufreq-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + CPU Frequency plugin for Xfce4 + Xfce4 için CPU frekans eklentisi + xfce4-cpufreq-plugin shows CPU frequency in the Xfce Panel. + xfce4-cpufreq-plugin, Xfce panelinde CPU frekansını gösterir. + http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/1.1/xfce4-cpufreq-plugin-1.1.1.tar.bz2 + + xfce4-panel-devel + xfce4-dev-tools + intltool + libxfce4ui-devel + + desktop/xfce/addon/xfce4-cpufreq-plugin/pspec.xml + + + xfce4-cpufreq-plugin + + xfce4-panel + gtk2 + cairo + gdk-pixbuf + libxfcegui4 + libxfce4util + atk + pango + fontconfig + libxfce4ui + + + /usr/libexec + /usr/lib/xfce4/panel/plugins + /usr/share/doc + /usr/share/xfce4 + /usr/share/icons + /usr/share/locale + + + + + 2015-03-04 + 1.1.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + thunar-archive-plugin + http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + library + desktop.xfce.addon + A plugin allows you to create and extract archive files + Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti + The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. + The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir. + http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/thunar-archive-plugin-0.3.1.tar.bz2 + + Thunar-devel + thunar-vfs-devel + xfce4-dev-tools + intltool + + desktop/xfce/addon/thunar-archive-plugin/pspec.xml + + + thunar-archive-plugin + + Thunar + gtk2 + + + /usr/lib + /usr/share/doc + /usr/share + /usr/libexec + /usr/share/locale + + + + + 2015-03-02 + 0.3.1 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + icon-theme-xfce4 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 10b9e1509a..278a177b21 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -acbb92a2dcb2f37552a9f0ebcb39b121c5cf1e2c \ No newline at end of file +b2b5812aec49e3c70fd389e415e8b05475a97e5b \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 539e821a31..8b658a30c5 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index f42b02ccce..0a6dae434d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -66258b834002865c1710c5e9c4bbde10ba1401dc \ No newline at end of file +5349db943b52193b2979d5ecf5af8850af78fcc3 \ No newline at end of file