commit e2256c6d9e0ff74e15b918774b1994c440fe8b99 Author: Daniel Berteaud Date: Wed Dec 11 19:02:31 2013 +0100 First commit diff --git a/packages/filelink-dl.xml b/packages/filelink-dl.xml new file mode 100644 index 0000000..a59388a --- /dev/null +++ b/packages/filelink-dl.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/root/usr/share/mozilla-mcd/thunderbird.mod.dl.php b/root/usr/share/mozilla-mcd/thunderbird.mod.dl.php new file mode 100644 index 0000000..4341350 --- /dev/null +++ b/root/usr/share/mozilla-mcd/thunderbird.mod.dl.php @@ -0,0 +1,5 @@ +("mail.cloud_files.accounts.account1.restURL", "https://uploadapi./rest.php"); +("mail.cloud_files.accounts.account1.type", "DL"); +("mail.cloud_files.accounts.account1.username", ""); +("mail.cloud_files.inserted_urls.footer.link", "http://www.ipasserelle.com"); +("mail.cloud_files.accounts.account1.displayName", "Lien iPasserelle"); diff --git a/softwares/thunderbird-filelink-dl-0.12.xpi b/softwares/thunderbird-filelink-dl-0.12.xpi new file mode 100644 index 0000000..46d9e1d Binary files /dev/null and b/softwares/thunderbird-filelink-dl-0.12.xpi differ diff --git a/wpkg-filelink-dl.spec b/wpkg-filelink-dl.spec new file mode 100644 index 0000000..1276690 --- /dev/null +++ b/wpkg-filelink-dl.spec @@ -0,0 +1,53 @@ +%define package filelink-dl +%define version 0.12 +%define release 1.beta0 + +Name: wpkg-%{package} +Version: %{version} +Release: %{release}%{?dist} +Summary: %{package} for WPKG on iPasserelle + +Group: System/Softwares +URL: http://www.ipasserelle.com +Source0: %{name}-%{version}.tar.gz +License: misc + +BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot +BuildArch: noarch +BuildRequires: unix2dos +BuildRequires: e-smith-devtools + +Requires: ipasserelle-gp +Requires: wpkg-thunderbird-config +Requires: wpkg-7zip + +%description +%{package} for WPKG on iPasserelle + +%prep +%setup -q -n %{name}-%{version} + +%build +unix2dos packages/* + +%install +/bin/rm -rf %{buildroot} +cp -a root %{buildroot}/ +mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages +mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/thunderbird_addons/ +cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/thunderbird_addons/ +cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/ + +%files +%defattr(-,root,root) +%doc CHANGELOG.git +/home/e-smith/files/shares/wpkg/files/ +/usr + +%clean +/bin/rm -rf %{buildroot} + +%changelog +* Wed Dec 11 2013 Daniel Berteaud 0.12-1 +- initial release with DL for Thunderbird 0.12 +