archive plugin
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>thunar-archive-plugin</Name>
|
||||
<Homepage>http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A plugin allows you to create and extract archive files</Summary>
|
||||
<Description>The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager.</Description>
|
||||
<Archive sha1sum="56d4c075eb570167caabdb5e4da8119fed4c16cb" type="tarbz2">http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/thunar-archive-plugin-0.3.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>Thunar-devel</Dependency>
|
||||
<Dependency>thunar-vfs-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>thunar-archive-plugin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Thunar</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-03-02</Date>
|
||||
<Version>0.3.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>thunar-archive-plugin</Name>
|
||||
<Summary xml:lang="tr">Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti</Summary>
|
||||
<Description xml:lang="tr">The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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")
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xfce4-cpufreq-plugin</Name>
|
||||
<Homepage>http://goodies.xfce.org/projects/panel-plugins/es/xfce4-cpufreq-plugin</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>CPU Frequency plugin for Xfce4</Summary>
|
||||
<Description>xfce4-cpufreq-plugin shows CPU frequency in the Xfce Panel.</Description>
|
||||
<Archive sha1sum="ed2605e3da15c4bee10dcfdd3208f8d591355ef3" type="tarbz2">http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/1.1/xfce4-cpufreq-plugin-1.1.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xfce4-cpufreq-plugin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfcegui4</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib/xfce4/panel/plugins</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/xfce4</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-03-04</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xfce4-cpufreq-plugin</Name>
|
||||
<Summary xml:lang="tr">Xfce4 için CPU frekans eklentisi</Summary>
|
||||
<Description xml:lang="tr">xfce4-cpufreq-plugin, Xfce panelinde CPU frekansını gösterir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+105
@@ -67606,6 +67606,111 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>xfce4-cpufreq-plugin</Name>
|
||||
<Homepage>http://goodies.xfce.org/projects/panel-plugins/es/xfce4-cpufreq-plugin</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary xml:lang="en">CPU Frequency plugin for Xfce4</Summary>
|
||||
<Summary xml:lang="tr">Xfce4 için CPU frekans eklentisi</Summary>
|
||||
<Description xml:lang="en">xfce4-cpufreq-plugin shows CPU frequency in the Xfce Panel.</Description>
|
||||
<Description xml:lang="tr">xfce4-cpufreq-plugin, Xfce panelinde CPU frekansını gösterir.</Description>
|
||||
<Archive type="tarbz2" sha1sum="ed2605e3da15c4bee10dcfdd3208f8d591355ef3">http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/1.1/xfce4-cpufreq-plugin-1.1.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/xfce/addon/xfce4-cpufreq-plugin/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>xfce4-cpufreq-plugin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfcegui4</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib/xfce4/panel/plugins</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/xfce4</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-03-04</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>thunar-archive-plugin</Name>
|
||||
<Homepage>http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary xml:lang="en">A plugin allows you to create and extract archive files</Summary>
|
||||
<Summary xml:lang="tr">Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti</Summary>
|
||||
<Description xml:lang="en">The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager.</Description>
|
||||
<Description xml:lang="tr">The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir.</Description>
|
||||
<Archive type="tarbz2" sha1sum="56d4c075eb570167caabdb5e4da8119fed4c16cb">http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/thunar-archive-plugin-0.3.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>Thunar-devel</Dependency>
|
||||
<Dependency>thunar-vfs-devel</Dependency>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/xfce/addon/thunar-archive-plugin/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>thunar-archive-plugin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Thunar</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-03-02</Date>
|
||||
<Version>0.3.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-xfce4</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
acbb92a2dcb2f37552a9f0ebcb39b121c5cf1e2c
|
||||
b2b5812aec49e3c70fd389e415e8b05475a97e5b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
66258b834002865c1710c5e9c4bbde10ba1401dc
|
||||
5349db943b52193b2979d5ecf5af8850af78fcc3
|
||||
Reference in New Issue
Block a user