Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by Pieter Lenaerts

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by Pieter Lenaerts
  • Date: Thu, 11 May 2006 11:28:56 +0200

Is this section pulled from git at all or are you doing it just for the fun
of
(g)it?

On Thursday 11 May 2006 09:28, Pieter Lenaerts wrote:
> GIT changes to test grimoire by Pieter Lenaerts <pieter@agoraeus.(none)>:
>
> dev/null |binary
> mobile/wifi-radar/HISTORY | 6 ++++++
> mobile/wifi-radar/INSTALL | 10 ++++++----
> mobile/wifi-radar/PREPARE | 4 ++++
> mobile/wifi-radar/PRE_BUILD | 2 ++
> mobile/wifi-radar/images/wifi-radar.png | 0
> mobile/wifi-radar/wifi-radar_Makefile.patch | 14 ++++++++++++++
> 7 files changed, 32 insertions(+), 4 deletions(-)
>
> New commits:
> commit ec07b4f92281af1cedb3102576b73e5b0014f931
> Author: Pieter Lenaerts <pieter@agoraeus.(none)>
> Commit: Pieter Lenaerts <pieter@agoraeus.(none)>
>
> wifi-radar: needed to add files too :)
>
> commit 0011321c30c22d2acbac0998e4ff08f335f6d1a9
> Author: Pieter Lenaerts <pieter@agoraeus.(none)>
> Commit: Pieter Lenaerts <pieter@agoraeus.(none)>
>
> wifi-radar using upstream Makefile and svn version
>
> diff --git a/mobile/wifi-radar/HISTORY b/mobile/wifi-radar/HISTORY
> index 0331cdb..d014bfc 100755
> --- a/mobile/wifi-radar/HISTORY
> +++ b/mobile/wifi-radar/HISTORY
> @@ -1,3 +1,9 @@
> +2006-05-11 Pieter Lenaerts <e-type AT sourcemage.org>
> + * added PREPARE: using svn version too
> + * added PRE_BUILD, Makefile patch: not using upstream init script
> + * INSTALL: uses upstream Makefile now
> + * removed images/, not needed
> +
> 2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
> * DETAILS: (automated) Add KEYWORDS
>
> diff --git a/mobile/wifi-radar/INSTALL b/mobile/wifi-radar/INSTALL
> index 6a4ddf4..c3480ca 100755
> --- a/mobile/wifi-radar/INSTALL
> +++ b/mobile/wifi-radar/INSTALL
> @@ -1,7 +1,9 @@
> -install -m 755 ${SOURCE_DIRECTORY}/wifi-radar ${INSTALL_ROOT}/usr/sbin/
> && -cp -Ruv ${SOURCE_DIRECTORY}/wifi-radar.conf
> ${INSTALL_ROOT}//etc/sysconfig/ && -cp -Ruv
> ${SPELL_DIRECTORY}/images/wifi-radar.png \
> - ${INSTALL_ROOT}/usr/share/pixmaps
> +make install sbindir="${INSTALL_ROOT}/usr/sbin" \
> + sysconfdir="${INSTALL_ROOT}/etc/sysconfig" \
> + mandir="${INSTALL_ROOT}/usr/share/man" \
> + pixmapsdir="${INSTALL_ROOT}/usr/share/pixmaps" \
> + appsdir="${INSTALL_ROOT}/usr/share/applications" &&
> +
>
> if spell_ok gksu; then
> cp -Ruv ${SPELL_DIRECTORY}/wifi-radar_gksu.desktop \
> diff --git a/mobile/wifi-radar/PREPARE b/mobile/wifi-radar/PREPARE
> new file mode 100755
> index 0000000..61388d2
> --- /dev/null
> +++ b/mobile/wifi-radar/PREPARE
> @@ -0,0 +1,4 @@
> +config_query WIFI_RADAR_SVN "Build the SVN version?" n
> +if [[ "${WIFI_RADAR_SVN}" == "y" ]]
> +then config_query WIFI_RADAR_SVN_AUTOUPDATE "Update svn repo on every
> cast?" n +fi
> diff --git a/mobile/wifi-radar/PRE_BUILD b/mobile/wifi-radar/PRE_BUILD
> new file mode 100755
> index 0000000..0c4c3ac
> --- /dev/null
> +++ b/mobile/wifi-radar/PRE_BUILD
> @@ -0,0 +1,2 @@
> +default_pre_build &&
> +patch -p1 -d ${SOURCE_DIRECTORY} <
> ${SCRIPT_DIRECTORY}/wifi-radar_Makefile.patch diff --git
> a/mobile/wifi-radar/images/wifi-radar.png
> b/mobile/wifi-radar/images/wifi-radar.png deleted file mode 100644
> index 0a0494e..0000000
> Binary files a/mobile/wifi-radar/images/wifi-radar.png and /dev/null differ
> diff --git a/mobile/wifi-radar/wifi-radar_Makefile.patch
> b/mobile/wifi-radar/wifi-radar_Makefile.patch new file mode 100644
> index 0000000..717ae92
> --- /dev/null
> +++ b/mobile/wifi-radar/wifi-radar_Makefile.patch
> @@ -0,0 +1,14 @@
> +diff -urNp wifi-radar-20060511.orig/Makefile wifi-radar-20060511/Makefile
> +--- wifi-radar-20060511.orig/Makefile 2006-05-11 08:42:52.000000000
> +0200
> ++++ wifi-radar-20060511/Makefile 2006-05-11 08:43:37.000000000 +0200
> +@@ -42,8 +42,8 @@ install: all
> + test -d ${mandir}/man5 || install -d -m 755 ${mandir}/man5
> + install -m 644 wifi-radar.conf.5 ${mandir}/man5
> +
> +- test -d ${initdir} || install -d -m 755 ${initdir}
> +- install -m 755 init_script ${initdir}/wifi-radar
> ++# test -d ${initdir} || install -d -m 755 ${initdir}
> ++# install -m 755 init_script ${initdir}/wifi-radar
> +
> + test -d ${pixmapsdir} || install -d -m 755 ${pixmapsdir}
> + install -m 644 pixmaps/wifi-radar.svg ${pixmapsdir}
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
We cannot command nature except by obeying her. --Sir Francis Bacon

Attachment: pgpz1kB0BB4tN.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page