diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/nonworking')
5 files changed, 206 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/nonworking/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch b/meta-gnome/recipes-gnome/nonworking/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch new file mode 100644 index 0000000000..0358ed8a64 --- /dev/null +++ b/meta-gnome/recipes-gnome/nonworking/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | From 30f29e7d8e1b67c40cd18a7155ba30c4382692d5 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Seán de Búrca <leftmostcat@gmail.com> | ||
| 3 | Date: Fri, 07 Aug 2009 00:38:52 +0000 | ||
| 4 | Subject: Remove useless Plural-Forms line which breaks build with gnome-doc-utils master | ||
| 5 | |||
| 6 | --- | ||
| 7 | diff --git a/help/el/el.po b/help/el/el.po | ||
| 8 | index ab77264..635b68f 100644 | ||
| 9 | --- a/help/el/el.po | ||
| 10 | +++ b/help/el/el.po | ||
| 11 | @@ -10,7 +10,6 @@ msgstr "" | ||
| 12 | "MIME-Version: 1.0\n" | ||
| 13 | "Content-Type: text/plain; charset=UTF-8\n" | ||
| 14 | "Content-Transfer-Encoding: 8bit\n" | ||
| 15 | -"Plural-Forms: 2\n" | ||
| 16 | "X-Poedit-Language: Greek\n" | ||
| 17 | "X-Poedit-Country: GREECE\n" | ||
| 18 | "X-Generator: Lokalize 0.2\n" | ||
| 19 | -- | ||
| 20 | cgit v0.8.3.1 | ||
diff --git a/meta-gnome/recipes-gnome/nonworking/gnome/gnome-terminal_2.26.3.bb b/meta-gnome/recipes-gnome/nonworking/gnome/gnome-terminal_2.26.3.bb new file mode 100644 index 0000000000..a1777974e2 --- /dev/null +++ b/meta-gnome/recipes-gnome/nonworking/gnome/gnome-terminal_2.26.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "GNOME Terminal" | ||
| 2 | LICENSE = "GPL-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed" | ||
| 4 | DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte" | ||
| 5 | PR = "r2" | ||
| 6 | |||
| 7 | inherit gnome | ||
| 8 | |||
| 9 | SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1" | ||
| 10 | |||
| 11 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
| 12 | |||
| 13 | # Remove an autogenerated file that needs to be rebuilt | ||
| 14 | do_configure_prepend () { | ||
| 15 | rm -f ${S}/src/terminal-type-builtins.c | ||
| 16 | } | ||
| 17 | |||
| 18 | SRC_URI[archive.md5sum] = "0395af0d444ed4fbfabf65d3583119c8" | ||
| 19 | SRC_URI[archive.sha256sum] = "ecddbf523700820524b2646451c307c5b55078b9cebe5fa464ef626b4b4cbda2" | ||
diff --git a/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends-2.10.2/add-angstrom-distro.patch b/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends-2.10.2/add-angstrom-distro.patch new file mode 100644 index 0000000000..cb03fd86e5 --- /dev/null +++ b/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends-2.10.2/add-angstrom-distro.patch | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | From b5084616a3bc2a0d485f43aeae69c6025f3f857e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Fri, 10 Jun 2011 18:44:21 +0200 | ||
| 4 | Subject: [PATCH] add support for the angstrom distribtion | ||
| 5 | |||
| 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
| 7 | --- | ||
| 8 | Utils/Platform.pm | 3 +++ | ||
| 9 | 1 files changed, 3 insertions(+), 0 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/Utils/Platform.pm b/Utils/Platform.pm | ||
| 12 | index fc76360..8b8c770 100644 | ||
| 13 | --- a/Utils/Platform.pm | ||
| 14 | +++ b/Utils/Platform.pm | ||
| 15 | @@ -92,6 +92,7 @@ my $PLATFORM_INFO = { | ||
| 16 | "nexenta-1.0" => [ "Nexenta GNU/Solaris", "1.0", "Ellate" ], | ||
| 17 | "yellowdog-4.1" => [ "Yellow Dog Linux", "4.1", "Sagitta" ], | ||
| 18 | "guadalinex-v4" => [ "Guadalinex", "v4", "Toro" ], | ||
| 19 | + "angstrom" => [ "Angstrom", "", "" ], | ||
| 20 | }; | ||
| 21 | |||
| 22 | sub get_platform_info | ||
| 23 | @@ -143,6 +144,7 @@ sub ensure_distro_map | ||
| 24 | "vine-3.1" => "vine-3.0", | ||
| 25 | "vlos-1.2" => "gentoo", | ||
| 26 | "nexenta-1.0" => "solaris-2.11", | ||
| 27 | + "angstrom" => "debian", | ||
| 28 | ); | ||
| 29 | |||
| 30 | return $metamap{$distro} if ($metamap{$distro}); | ||
| 31 | @@ -375,6 +377,7 @@ sub guess | ||
| 32 | [ \&check_ark ], | ||
| 33 | [ \&check_yoper ], | ||
| 34 | [ \&check_distro_file, "/etc/yellowdog-release", "yellowdog", "^Yellow Dog Linux release (\\S+)" ], | ||
| 35 | + [ \&check_file_exists, "/etc/angstrom-version", "angstrom" ], | ||
| 36 | ], | ||
| 37 | "FreeBSD" => [[ \&check_freebsd ]], | ||
| 38 | "SunOS" => [[ \&check_solaris ]] | ||
| 39 | -- | ||
| 40 | 1.6.6.1 | ||
| 41 | |||
diff --git a/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends-2.10.2/system-tools-backends b/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends-2.10.2/system-tools-backends new file mode 100644 index 0000000000..704c36dbf4 --- /dev/null +++ b/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends-2.10.2/system-tools-backends | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | ### BEGIN INIT INFO | ||
| 3 | # Provides: system-tools-backends | ||
| 4 | # Required-Start: $local_fs dbus | ||
| 5 | # Required-Stop: $local_fs dbus | ||
| 6 | # Should-Start: $syslog | ||
| 7 | # Should-Stop: $syslog | ||
| 8 | # Default-Start: 2 3 4 5 | ||
| 9 | # Default-Stop: 1 | ||
| 10 | # Short-Description: Gnome System Tools Backends | ||
| 11 | # Description: The Gnome System Tools Backends daemon handles root-needed | ||
| 12 | # operations to configure your machine with the Gnome System | ||
| 13 | # Tools. | ||
| 14 | ### END INIT INFO | ||
| 15 | |||
| 16 | PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | ||
| 17 | DAEMON=/usr/bin/system-tools-backends | ||
| 18 | PIDDIR=/var/run | ||
| 19 | PIDFILE=$PIDDIR/system-tools-backends.pid | ||
| 20 | NAME=system-tools-backends | ||
| 21 | DESC="System Tools Backends" | ||
| 22 | |||
| 23 | test -x $DAEMON || exit 0 | ||
| 24 | |||
| 25 | set -e | ||
| 26 | |||
| 27 | do_start() { | ||
| 28 | echo "Starting $DESC" | ||
| 29 | start-stop-daemon --start --startas $DAEMON --quiet --pidfile $PIDFILE | ||
| 30 | } | ||
| 31 | |||
| 32 | do_stop() { | ||
| 33 | echo "Stopping $DESC" | ||
| 34 | start-stop-daemon --stop --oknodo --quiet --pidfile $PIDFILE --startas $DAEMON | ||
| 35 | } | ||
| 36 | |||
| 37 | case "$1" in | ||
| 38 | start) | ||
| 39 | do_start | ||
| 40 | ;; | ||
| 41 | stop) | ||
| 42 | do_stop | ||
| 43 | ;; | ||
| 44 | #reload) | ||
| 45 | # | ||
| 46 | # If the daemon can reload its config files on the fly | ||
| 47 | # for example by sending it SIGHUP, do it here. | ||
| 48 | # | ||
| 49 | # If the daemon responds to changes in its config file | ||
| 50 | # directly anyway, make this a do-nothing entry. | ||
| 51 | # | ||
| 52 | # echo "Reloading $DESC configuration files." | ||
| 53 | # start-stop-daemon --stop --signal 1 --quiet --pidfile \ | ||
| 54 | # /var/run/$NAME.pid --exec $DAEMON | ||
| 55 | #;; | ||
| 56 | restart|force-reload) | ||
| 57 | # | ||
| 58 | # If the "reload" option is implemented, move the "force-reload" | ||
| 59 | # option to the "reload" entry above. If not, "force-reload" is | ||
| 60 | # just the same as "restart". | ||
| 61 | # | ||
| 62 | do_stop | ||
| 63 | sleep 5 | ||
| 64 | do_start | ||
| 65 | ;; | ||
| 66 | *) | ||
| 67 | N=/etc/init.d/$NAME | ||
| 68 | echo "Usage: $N {start|stop|restart|reload|force-reload|status}" >&2 | ||
| 69 | exit 1 | ||
| 70 | ;; | ||
| 71 | esac | ||
| 72 | |||
| 73 | exit 0 | ||
| 74 | |||
diff --git a/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends_2.10.2.bb b/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends_2.10.2.bb new file mode 100644 index 0000000000..ef696f8fe7 --- /dev/null +++ b/meta-gnome/recipes-gnome/nonworking/system-tools/system-tools-backends_2.10.2.bb | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | DESCRIPTION = "gnome system tools backends" | ||
| 2 | LICENSE = "GPLv3" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 4 | |||
| 5 | DEPENDS = "dbus dbus-glib glib-2.0 polkit" | ||
| 6 | |||
| 7 | inherit gnome pkgconfig update-rc.d gettext | ||
| 8 | |||
| 9 | SRC_URI[archive.md5sum] = "edae148b31342aecae035051adc70c74" | ||
| 10 | SRC_URI[archive.sha256sum] = "1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670" | ||
| 11 | |||
| 12 | SRC_URI += " \ | ||
| 13 | file://system-tools-backends \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # This needs to move to meta-angstrom | ||
| 17 | SRC_URI_append_angstrom = " \ | ||
| 18 | file://add-angstrom-distro.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | EXTRA_OECONF = " --with-net-dbus=${libdir}/perl5 " | ||
| 22 | |||
| 23 | do_configure() { | ||
| 24 | rm missing || true | ||
| 25 | automake --add-missing | ||
| 26 | sed -i -e 's:CC=$(CC):CC="$(CC)":g' ${S}/Net-DBus/Makefile.am | ||
| 27 | sed -i -e 's:CC=$(CC):CC="$(CC)":g' ${S}/Net-DBus/Makefile.in | ||
| 28 | libtoolize --force --install | ||
| 29 | aclocal | ||
| 30 | gnu-configize | ||
| 31 | oe_runconf | ||
| 32 | cp ${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool ${S} | ||
| 33 | } | ||
| 34 | |||
| 35 | do_install_append () { | ||
| 36 | install -d ${D}/${sysconfdir}/init.d | ||
| 37 | install -m 0755 ${WORKDIR}/system-tools-backends ${D}/${sysconfdir}/init.d/ | ||
| 38 | } | ||
| 39 | |||
| 40 | INITSCRIPT_NAME = "system-tools-backends" | ||
| 41 | INITSCRIPT_PARAMS = "start 50 2 3 4 5 . stop 70 1 ." | ||
| 42 | |||
| 43 | # Shadow added so there is a full adduser/deluser | ||
| 44 | # (Gnome images tend to pull in shadow anyway) | ||
| 45 | RDEPENDS_${PN} = "shadow" | ||
| 46 | |||
| 47 | FILES_${PN} += " ${sysconfdir}/dbus-1/system.d" | ||
| 48 | FILES_${PN} += " ${libdir}/pkgconfig" | ||
| 49 | FILES_${PN} += " ${datadir}/dbus-1/system-services" | ||
| 50 | FILES_${PN} += " ${datadir}/system-tools-backends-2.0/files" | ||
| 51 | FILES_${PN} += " ${datadir}/system-tools-backends-2.0/scripts" | ||
| 52 | FILES_${PN} += " ${datadir}/polkit*" | ||
