Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin
package-helpers
Commits
64cc0572
Commit
64cc0572
authored
12 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Updated gnome-speech
parent
21fc7608
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-gnome-speech
+14
-2
14 additions, 2 deletions
helpers/make-gnome-speech
with
14 additions
and
2 deletions
helpers/make-gnome-speech
+
14
−
2
View file @
64cc0572
...
...
@@ -17,13 +17,25 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
1
VERSION
=
2
.
./config
# Disable packaging of contrib packages
for
driver
in
swift dectalk
;
do
rm
-rf
drivers/
$driver
find |
grep
Makefile | xargs
grep
$driver
|cut
-d
:
-f1
| xargs
sed
"/SUBDIRS/s/
$driver
//"
-i
find |
grep
Makefile | xargs
grep
$driver
|cut
-d
:
-f1
| xargs
sed
"/
$driver
/d"
-i
find |grep
$driver
|grep
-v
templates|xargs
rm
done
sed
'/^ac_config_files/s:drivers/dectalk/Makefile::'
-i
configure
sed
'/^ac_config_files/s:drivers/dectalk/GNOME_Speech_SynthesisDriver_Dectalk.server::'
-i
configure
sed
'/^ac_config_files/s:drivers/swift/Makefile::'
-i
configure
sed
'/^ac_config_files/s:drivers/swift/GNOME_Speech_SynthesisDriver_Swift.server::'
-i
configure
sed
'/Package: gnome-speech-swift/,/system\./d'
-i
debian/control.in debian/control
sed
'/Package: gnome-speech-dectalk/,/system\./d'
-i
debian/control.in debian/control
sed
'/; other backends that require proprietary/,/gnome-speech-swift/d'
-i
debian/control.in debian/control
changelog
"Disable packaging of contrib packages gnome-speech-dectalk and gnome-speech-swift, Closes #2338"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment