automatic update by autodist [release 0.5.3-1mamba;Tue Feb 11 2014]

This commit is contained in:
Automatic Build System 2024-01-05 19:32:13 +01:00
parent f15029108e
commit 3323a1de39
3 changed files with 186 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# xarchiver
Xarchiver is the only Desktop Environment independent frontend. It only uses GTK+2 for the GUI and nothing else. Obviously you need the command line archivers since Xarchiver is only a frontend.
These are the features:
* Easy to use. No useless options
* Archives are detected by their magic header and not by extension except .tar.bz2 and .tar.gz
* Lightweight, you only need GTK+2 and nothing else
* Smart detection of arj, zip and rar password encrypted archives
* All the info of the files stored are displayed
* All common formats are supported: arj, bzip2, gzip, 7z, rar, tar, tar.bz2, tar.gz, zip and RPM (only extract)
* Fast, even when opening an archive of several megabytes
* Zip, rar, arj and 7z password encrypted archives are fully supported
* Support of RPM files without RPM executable, this is useful on distro no RPM-based like Slackware and Archlinux
* No need of any external viewer like Leafpad or Gedit to view a file in the archive
* User friendly, a progress bar is shown while operating on the archive

75
xarchiver.desktop Normal file
View File

@ -0,0 +1,75 @@
[Desktop Entry]
Encoding=UTF-8
MimeType=application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;application/x-7z-compressed;x-arj-compressed;application/x-jar;
GenericName=Archiving Tool
GenericName[af]=Argiveer Program
GenericName[ar]=أداة أرشفة
GenericName[bg]=Работа с архиви
GenericName[br]=Ostilh merañ an Dielloù
GenericName[bs]=Alat za arhiviranje
GenericName[ca]=Eina d'arxivament
GenericName[cs]=Archivační nástroj
GenericName[cy]=Erfyn Archifo
GenericName[da]=Arkiveringsværktøj
GenericName[de]=Archivprogramm
GenericName[el]=Εργαλείο αρχειοθέτησης
GenericName[eo]=Arĥivilo
GenericName[es]=Archivador
GenericName[et]=Arhiivide haldamise rakendus
GenericName[eu]=Artxibaketa Tresna
GenericName[fi]=Pakettienhallintatyökalu
GenericName[fr]=Outil de manipulation d'archives
GenericName[ga]=Uirlis Chartlainne
GenericName[he]=כלי לניהול ארכיונים
GenericName[hi]=ि
GenericName[hr]=Uslužni program za arhiviranje
GenericName[hu]=Fájltömörítő
GenericName[is]=Vinna með safnskrár
GenericName[it]=Strumento di archiviazione
GenericName[ja]=
GenericName[km]=
GenericName[lt]=Archyvavimo priemonė
GenericName[lv]=Arhivēšanas Rīks
GenericName[mk]=Алатка за архивирање
GenericName[ms]=Alatan Pengarkiban
GenericName[mt]=Għodda tal-arkivji
GenericName[nb]=Arkiveringsverktøy
GenericName[nl]=Archiefgereedschap
GenericName[nn]=Arkiveringsverktøy
GenericName[pa]=
GenericName[pl]=Narzędzie do archiwizacji
GenericName[pt]=Ferramenta de Armazenamento
GenericName[pt_BR]=Ferramenta de Arquivamento
GenericName[ro]=Utilitar de arhivare
GenericName[ru]=Утилита работы с архивами
GenericName[sk]=Archivačný nástroj
GenericName[sl]=Orodje za ravnanje z arhivi
GenericName[sr]=Алат за архивирање
GenericName[sr@Latn]=Alat za arhiviranje
GenericName[sv]=Arkiveringsverktyg
GenericName[ta]= ி
GenericName[tg]=Асбобҳои Бойгонӣ
GenericName[th]=
GenericName[tr]=Arşivleme Aracı
GenericName[uk]=Засіб роботи з архівами
GenericName[uz]=Архивлаш воситаси
GenericName[ven]=Tshishumiswa tsha fhethu huno vhulungelwa hone zwithu zwa kale
GenericName[vi]=Công c nén
GenericName[wa]=Usteye d' årtchivaedje
GenericName[xh]=Isixhobo Sokuphatha i Archive
GenericName[zh_CN]=
GenericName[zh_TW]=
GenericName[zu]=Ithuluzi Lomqulu
Name=Xarchiver
Exec=xarchiver
Version=0.3.1
Comment=A GTK+2 only archive manager
Comment[de]=Ein GTK++2 archivmanager
Comment[it]=Strumento di archiviazione basato solo su GTK+2
Comment[ru]=Менеджер архивов на GTK+2
Icon=xarchiver.png
Terminal=false
Type=Application
X-MultipleArgs=false
Categories=GTK;Application;Utility;X-KDE-Utilities-File;
StartupNotify=true

96
xarchiver.spec Normal file
View File

@ -0,0 +1,96 @@
Name: xarchiver
Version: 0.5.3
Release: 1mamba
Summary: A lightweight GTK2 only frontend to 7zip, arj, rar, zip, bzip2, tar, gzip and rpm
Group: Graphical Desktop/Applications/Archiving
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://xarchiver.xfce.org/
Source0: http://downloads.sourceforge.net/sourceforge/xarchiver/xarchiver-%{version}.tar.bz2
Source1: %{name}.desktop
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libglib-devel
BuildRequires: libglitz-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libselinux-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
%ifnarch arm
Requires: arj
Requires: p7zip
%endif
Requires: tar
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Xarchiver is the only Desktop Environment independent frontend. It only uses GTK+2 for the GUI and nothing else. Obviously you need the command line archivers since Xarchiver is only a frontend.
These are the features:
* Easy to use. No useless options
* Archives are detected by their magic header and not by extension except .tar.bz2 and .tar.gz
* Lightweight, you only need GTK+2 and nothing else
* Smart detection of arj, zip and rar password encrypted archives
* All the info of the files stored are displayed
* All common formats are supported: arj, bzip2, gzip, 7z, rar, tar, tar.bz2, tar.gz, zip and RPM (only extract)
* Fast, even when opening an archive of several megabytes
* Zip, rar, arj and 7z password encrypted archives are fully supported
* Support of RPM files without RPM executable, this is useful on distro no RPM-based like Slackware and Archlinux
* No need of any external viewer like Leafpad or Gedit to view a file in the archive
* User friendly, a progress bar is shown while operating on the archive
%prep
%setup -q
cp %{SOURCE1} .
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/doc/xarchiver
%{_datadir}/pixmaps/xarchiver/
%{_datadir}/icons/hicolor/*/apps/xarchiver.png
%{_datadir}/icons/hicolor/scalable/apps/xarchiver.svg
%{_libexecdir}/thunar-archive-plugin/xarchiver.tap
%doc AUTHORS COPYING ChangeLog README
%changelog
* Tue Feb 11 2014 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
- automatic update by autodist
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.2-1mamba
- automatic update by autodist
* Wed Apr 16 2008 Aleph0 <aleph0@openmamba.org> 0.4.6-1mamba
- update to 0.4.6
* Tue Apr 11 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.3.1-1qilnx
- package created by autospec