Compare commits
10 Commits
fac2ab34d8
...
90e71e5e06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90e71e5e06 | ||
|
|
0cf317328a | ||
|
|
188d863ed1 | ||
|
|
03c3d505b0 | ||
|
|
44612fcccb | ||
|
|
823c9df578 | ||
|
|
af291410ea | ||
|
|
703082ed8b | ||
|
|
ab832358ad | ||
|
|
6b8f724fac |
@ -1,12 +0,0 @@
|
|||||||
diff -Nur gigolo-0.4.2.orig/gigolo.desktop.in gigolo-0.4.2/gigolo.desktop.in
|
|
||||||
--- gigolo-0.4.2.orig/gigolo.desktop.in 2014-01-09 12:58:20.000000000 -0700
|
|
||||||
+++ gigolo-0.4.2/gigolo.desktop.in 2015-01-30 17:15:12.499169337 -0700
|
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
_GenericName=Gigolo
|
|
||||||
_Comment=A simple frontend to easily connect to remote filesystems
|
|
||||||
Exec=gigolo
|
|
||||||
-Icon=gtk-network
|
|
||||||
+Icon=folder-remote
|
|
||||||
Terminal=false
|
|
||||||
Categories=System;GTK;Filesystem;
|
|
||||||
StartupNotify=true
|
|
||||||
Binary file not shown.
BIN
gigolo-0.5.2.tar.bz2
Normal file
BIN
gigolo-0.5.2.tar.bz2
Normal file
Binary file not shown.
28
gigolo.spec
28
gigolo.spec
@ -1,22 +1,22 @@
|
|||||||
|
%global minorversion 0.5
|
||||||
|
|
||||||
Name: gigolo
|
Name: gigolo
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: frontend to manage connections to remote filesystems using GIO/GVfs
|
Summary: frontend to manage connections to remote filesystems using GIO/GVfs
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://goodies.xfce.org/projects/applications/gigolo/
|
URL: http://goodies.xfce.org/projects/applications/gigolo/
|
||||||
Source0: http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
|
Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||||
# Add patch to switch icon from nonstandard gtk-network to folder-remote
|
|
||||||
Patch1: gigolo-0.4.2-desktop-icon.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRequires: python2
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
Requires: gvfs-fuse
|
|
||||||
|
Requires: gvfs-fuse3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gigolo is a frontend to easily manage connections to remote filesystems
|
Gigolo is a frontend to easily manage connections to remote filesystems
|
||||||
@ -25,7 +25,6 @@ and manage bookmarks of such.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#rm -f waf
|
#rm -f waf
|
||||||
@ -45,11 +44,18 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog NEWS README TODO THANKS
|
%doc AUTHORS ChangeLog NEWS TODO THANKS
|
||||||
%{_bindir}/gigolo
|
%{_bindir}/gigolo
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/org.xfce.gigolo.*
|
||||||
%{_datadir}/applications/gigolo.desktop
|
%{_datadir}/applications/gigolo.desktop
|
||||||
%{_mandir}/man1/gigolo.1.gz
|
%{_mandir}/man1/gigolo.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 18 2022 zhanglin <lin.zhang@turbolinux.com.cn> - 0.5.2-2
|
||||||
|
- fix Require: gvfs-fuse
|
||||||
|
|
||||||
|
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.5.2-1
|
||||||
|
- Update to 0.5.2
|
||||||
|
|
||||||
* Tue Jul 28 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.5.1-1
|
* Tue Jul 28 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.5.1-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo:
|
src_repo: https://gitlab.xfce.org/apps/gigolo.git/
|
||||||
tag_prefix: "gigolo-"
|
tag_prefix: "gigolo-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user