Added connman-gnome-0.5 build template.
--HG-- extra : convert_revision : ac1db729966e137c57bc40184a6fc379358c665b
This commit is contained in:
parent
33723a8059
commit
2e31d5aea4
2 changed files with 41 additions and 0 deletions
14
srcpkgs/connman-gnome/patches/Fix_desktop_files.diff
Normal file
14
srcpkgs/connman-gnome/patches/Fix_desktop_files.diff
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- properties/connman-properties.desktop.in.orig 2009-12-03 07:24:53.350593600 +0100
|
||||||
|
+++ properties/connman-properties.desktop.in 2009-12-03 07:24:58.559852418 +0100
|
||||||
|
@@ -7,4 +7,3 @@ Exec=connman-properties
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Settings;
|
||||||
|
-OnlyShowIn=GNOME;
|
||||||
|
--- applet/connman-applet.desktop.in.orig 2009-12-03 07:25:39.932888037 +0100
|
||||||
|
+++ applet/connman-applet.desktop.in 2009-12-03 07:25:44.893948081 +0100
|
||||||
|
@@ -7,4 +7,3 @@ Exec=connman-applet
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=
|
||||||
|
-OnlyShowIn=GNOME;
|
27
srcpkgs/connman-gnome/template
Normal file
27
srcpkgs/connman-gnome/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'connman-gnome'
|
||||||
|
pkgname=connman-gnome
|
||||||
|
version=0.5
|
||||||
|
distfiles="${KERNEL_SITE}/network/connman/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Open Source CONNection MANager GTK+2 frontend"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=e2bab2c3d8efea54bb57bc98821b56de4a82e284281f26b8ea162d9ce30ce79e
|
||||||
|
long_desc="
|
||||||
|
The ConnMan project provides a daemon for managing internet connections
|
||||||
|
within embedded devices running the Linux operating system. The Connection
|
||||||
|
Manager is designed to be slim and to use as few resources as possible,
|
||||||
|
so it can be easily integrated. It is a fully modular system that can be
|
||||||
|
extended, through plug-ins, to support all kinds of wired or wireless
|
||||||
|
technologies. Also, configuration methods, like DHCP and domain name
|
||||||
|
resolving, are implemented using plug-ins. The plug-in approach allows for
|
||||||
|
easy adaption and modification for various use cases.
|
||||||
|
|
||||||
|
This provides a GTK+2 frontend for connman."
|
||||||
|
|
||||||
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full connman
|
||||||
|
Add_dependency full gtk+
|
||||||
|
Add_dependency full desktop-file-utils
|
||||||
|
Add_dependency full hicolor-icon-theme
|
Loading…
Reference in a new issue