[Trisquel-devel] Rev 38: Removed gnome packages for 5.5 in file:///home/bzr/package-helpers/trunk/

Ruben Rodriguez ruben at trisquel.info
Thu Feb 16 03:03:23 CET 2012


At file:///home/bzr/package-helpers/trunk/

------------------------------------------------------------
revno: 38
revision-id: ruben en trisquel.info-20120216020318-pkj8z66z81t2twri
parent: ruben en trisquel.info-20120207192650-ovs9zcl7o4ola3s4
committer: Ruben Rodriguez <ruben en trisquel.info>
branch nick: trunk
timestamp: Thu 2012-02-16 03:03:18 +0100
message:
  Removed gnome packages for 5.5
------------ pr�xima parte ------------
=== removed file 'helpers/oneiric/make-gnome-control-center'
--- a/helpers/oneiric/make-gnome-control-center	2012-02-06 01:55:40 +0000
+++ b/helpers/oneiric/make-gnome-control-center	1970-01-01 00:00:00 +0000
@@ -1,43 +0,0 @@
-#!/bin/sh
-#
-#    Copyright (C) 2011  Ruben Rodriguez <ruben en trisquel.info>
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
-
-VERSION=1
-
-. ./config
-
-#% Bring back the desktop effects integration patch, so compiz can be enabled and disabled in the desktop config program
-cp $DATA/95_desktop-effects-integration.patch debian/patches/
-echo 95_desktop-effects-integration.patch >> debian/patches/series
-
-#% Bring back the icons for the desktop config program
-cp $DATA/*.svg debian
-cat << EOF >> debian/capplets-data.install
-debian/visual-effects_custom.svg /usr/share/gnome-control-center/pixmaps
-debian/visual-effects_extra.svg /usr/share/gnome-control-center/pixmaps
-debian/visual-effects_none.svg /usr/share/gnome-control-center/pixmaps
-debian/visual-effects_normal.svg /usr/share/gnome-control-center/pixmaps
-EOF
-
-#% Bring back the translations for the strings in the desktop-effects-integration patch
-cp $DATA/po/* po
-
-changelog "Compiled for Trisquel"
-
-compile
-

=== modified file 'helpers/oneiric/make-gnome-desktop'
--- a/helpers/oneiric/make-gnome-desktop	2012-01-08 18:15:35 +0000
+++ b/helpers/oneiric/make-gnome-desktop	2012-02-16 02:03:18 +0000
@@ -22,6 +22,7 @@
 
 . ./config
 
+sed -i '/LDFLAGS/ s/$/\nCFLAGS += -lm/' debian/rules
 sed -i "s/Ubuntu/Trisquel/g" debian/rules
 
 changelog "Compiled for Trisquel"

=== removed file 'helpers/oneiric/make-gnome-media'
--- a/helpers/oneiric/make-gnome-media	2012-01-08 18:15:35 +0000
+++ b/helpers/oneiric/make-gnome-media	1970-01-01 00:00:00 +0000
@@ -1,31 +0,0 @@
-#!/bin/sh
-#
-#    Copyright (C) 2011  Rub��n Rodr��guez <ruben en trisquel.info>
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
-
-VERSION=1
-COMPONENT=main
-
-. ./config
-
-rm debian/patches/08_no_session_autostart.patch
-find -name *desktop* -exec sed '/NoDisplay/d' -i {} \;
-
-changelog "Removed no_session_autostart patch for gnome volume applet"
-
-compile
-

=== removed file 'helpers/oneiric/make-gnome-menus'
--- a/helpers/oneiric/make-gnome-menus	2012-01-08 18:15:35 +0000
+++ b/helpers/oneiric/make-gnome-menus	1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-#    Copyright (C) 2008-2010  Rub��n Rodr��guez <ruben en trisquel.info>
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
-
-VERSION=1
-COMPONENT=main
-
-. ./config
-
-cp $DATA/09_app_install_entry.patch debian/patches
-
-changelog "Compiled for Trisquel"
-
-compile
-

=== removed file 'helpers/oneiric/make-gnome-session'
--- a/helpers/oneiric/make-gnome-session	2012-02-06 01:55:40 +0000
+++ b/helpers/oneiric/make-gnome-session	1970-01-01 00:00:00 +0000
@@ -1,45 +0,0 @@
-#!/bin/sh
-#
-#    Copyright (C) 2011  Rub��n Rodr��guez <ruben en trisquel.info>
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
-
-VERSION=1
-COMPONENT=main
-
-. ./config
-
-for i in 11_add_failsafe_option.patch 02_add_ubuntu_session.patch 12_add_gnome-2d_session.patch
-do
-    rm debian/patches/$i
-    sed "/$i/d" -i debian/patches/series
-done
-
-for i in `cat debian/patches/series `
-do  
-    echo $i
-    patch -p1 -N < debian/patches/$i
-done
-
-cp data/classic-gnome.session.desktop.in.in data/gnome.session.desktop.in.in
-#sed 's/Required=.*/Required=windowmanager;filemanager;/' -i data/classic-gnome.session.desktop.in.in data/gnome.session.desktop.in.in
-#mv data/gnome.desktop.in data/gnome-desktop.desktop.in
-#replace 'gnome.desktop' 'gnome-desktop.desktop' .
-
-changelog "Rebranded for Trisquel"
-
-compile
-

=== removed file 'helpers/oneiric/make-yelp'
--- a/helpers/oneiric/make-yelp	2012-01-08 18:15:35 +0000
+++ b/helpers/oneiric/make-yelp	1970-01-01 00:00:00 +0000
@@ -1,35 +0,0 @@
-#!/bin/sh
-#
-#    Copyright (C) 2008-2010  Rub��n Rodr��guez <ruben en trisquel.info>
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
-
-VERSION=1
-
-. ./config
-
-for i in 01_lpi.patch 04_new_ubuntu_layout.patch 05_menu_tooltip.patch 07_rosetta_translations_update.patch
-do
-  rm debian/patches/$i
-  sed /$i/d debian/patches/series -i
-done
-
-replace Ubuntu Trisquel .
-
-changelog "Compiled for Trisquel"
-
-compile
-



More information about the Trisquel-devel mailing list