Import gigolo 0.3.2:
Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs. It allows you to quickly connect/mount a remote filesystem and manage bookmarks of such.
This commit is contained in:
parent
037755986a
commit
b455f90e12
30
x11/gigolo/Makefile
Normal file
30
x11/gigolo/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 12:07:37 landry Exp $
|
||||
|
||||
COMMENT = GVfs mountpoint manager
|
||||
|
||||
XFCE_VERSION = 0.3.2
|
||||
XFCE_GOODIE = gigolo
|
||||
CATEGORIES = x11
|
||||
|
||||
MAINTAINER = Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
MODULES = x11/xfce4 devel/waf
|
||||
CONFIGURE_STYLE = gnu
|
||||
NO_REGRESS = Yes
|
||||
DESKTOP_FILES = Yes
|
||||
|
||||
LIB_DEPENDS = gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
||||
WANTLIB += pthread-stubs xcb z
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gigolo/distinfo
Normal file
5
x11/gigolo/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gigolo-0.3.2.tar.bz2) = 6BClJbSV0IvOaTF6o31hNA==
|
||||
RMD160 (gigolo-0.3.2.tar.bz2) = Rf8fINXvt4rQaYtCM8zL0B3/8sE=
|
||||
SHA1 (gigolo-0.3.2.tar.bz2) = aPHpyIpIpmgOQ7cRec6X+1IITFQ=
|
||||
SHA256 (gigolo-0.3.2.tar.bz2) = 5LIMBYunDzqgJY/xaBfiODA/XR77h9usSs8BbmKKcVE=
|
||||
SIZE (gigolo-0.3.2.tar.bz2) = 147634
|
22
x11/gigolo/patches/patch-src_settings_c
Normal file
22
x11/gigolo/patches/patch-src_settings_c
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-src_settings_c,v 1.1.1.1 2009/12/28 12:07:37 landry Exp $
|
||||
No HAL
|
||||
--- src/settings.c.orig Sun Dec 27 19:45:45 2009
|
||||
+++ src/settings.c Sun Dec 27 19:46:56 2009
|
||||
@@ -70,7 +70,7 @@ static void gigolo_settings_finalize (GObject* objec
|
||||
|
||||
/* default values */
|
||||
#define DEFAULT_AUTOCONNECT_INTERVAL 60
|
||||
-#define DEFAULT_VM_IMPL "hal"
|
||||
+#define DEFAULT_VM_IMPL "unix"
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -670,7 +670,7 @@ void gigolo_settings_set_vm_impl(GigoloSettings *setti
|
||||
priv = GIGOLO_SETTINGS_GET_PRIVATE(settings);
|
||||
|
||||
if (impl == NULL)
|
||||
- impl = "hal";
|
||||
+ impl = "unix";
|
||||
|
||||
g_free(priv->vm_impl);
|
||||
priv->vm_impl = g_strdup(impl);
|
12
x11/gigolo/patches/patch-wscript
Normal file
12
x11/gigolo/patches/patch-wscript
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-wscript,v 1.1.1.1 2009/12/28 12:07:37 landry Exp $
|
||||
--- wscript.orig Sat Apr 18 16:31:35 2009
|
||||
+++ wscript Sun Dec 27 19:31:34 2009
|
||||
@@ -136,7 +136,7 @@ def build(bld):
|
||||
bld.new_task_gen(
|
||||
features = 'intltool_in',
|
||||
source = 'gigolo.desktop.in',
|
||||
- flags = '-d',
|
||||
+ flags = [ '-d', '-q', '-u', '-c' ],
|
||||
install_path = '${DATADIR}/applications'
|
||||
)
|
||||
|
11
x11/gigolo/pkg/DESCR
Normal file
11
x11/gigolo/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
Gigolo is a frontend to easily manage connections to remote filesystems
|
||||
using GIO/GVfs. It allows you to quickly connect/mount a remote
|
||||
filesystem and manage bookmarks of such.
|
||||
|
||||
GVfs is an userspace virtual filesystem and the successor of GnomeVfs
|
||||
but doesn't depend on Gnome itself. It only requires a recent GLib
|
||||
version and a properly setup DBus system. Then it provides almost
|
||||
transparent access to remote resources like FTP or SFTP (SSH)
|
||||
connections, SMB (windows shares) or special resources like the Trash
|
||||
(trash://), Burn (burn://) or even accessing your digital photo camera
|
||||
(gphoto2://).
|
28
x11/gigolo/pkg/PLIST
Normal file
28
x11/gigolo/pkg/PLIST
Normal file
@ -0,0 +1,28 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/12/28 12:07:37 landry Exp $
|
||||
@bin bin/gigolo
|
||||
@man man/man1/gigolo.1
|
||||
share/applications/gigolo.desktop
|
||||
share/doc/gigolo/
|
||||
share/doc/gigolo/AUTHORS
|
||||
share/doc/gigolo/COPYING
|
||||
share/doc/gigolo/ChangeLog
|
||||
share/doc/gigolo/NEWS
|
||||
share/doc/gigolo/README
|
||||
share/doc/gigolo/TODO
|
||||
share/locale/bg/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ca/LC_MESSAGES/gigolo.mo
|
||||
share/locale/cs/LC_MESSAGES/gigolo.mo
|
||||
share/locale/da/LC_MESSAGES/gigolo.mo
|
||||
share/locale/de/LC_MESSAGES/gigolo.mo
|
||||
share/locale/el/LC_MESSAGES/gigolo.mo
|
||||
share/locale/es/LC_MESSAGES/gigolo.mo
|
||||
share/locale/fr/LC_MESSAGES/gigolo.mo
|
||||
share/locale/gl/LC_MESSAGES/gigolo.mo
|
||||
share/locale/id/LC_MESSAGES/gigolo.mo
|
||||
share/locale/it/LC_MESSAGES/gigolo.mo
|
||||
share/locale/ja/LC_MESSAGES/gigolo.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gigolo.mo
|
||||
share/locale/sv/LC_MESSAGES/gigolo.mo
|
||||
share/locale/tr/LC_MESSAGES/gigolo.mo
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user