Skip to content
Snippets Groups Projects
Commit 27634d3d authored by Alessandro Elias's avatar Alessandro Elias
Browse files

Merge branch 'develop' into 'master'

Add le-control-panel to user apps

See merge request !9
parents f93c9115 ee8ece37
No related branches found
No related tags found
1 merge request!9Add le-control-panel to user apps
Pipeline #
...@@ -20,10 +20,14 @@ test: ...@@ -20,10 +20,14 @@ test:
- ubuntu - ubuntu
- regular - regular
script: script:
- apt-get update && apt-get install -y wget locales
- wget -O- http://repo.c3sl.ufpr.br/le6/le.c3sl.ufpr.br.key | apt-key add -
- echo "deb http://repo.c3sl.ufpr.br/le6/ testing main" > /etc/apt/sources.list.d/le6.list
- locale-gen pt_BR.UTF-8
- export LANG=pt_BR.UTF-8
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install $(pwd)/build/*.deb - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install $(pwd)/build/*.deb
- recommends=$(grep Recommends package/debian/control | cut -d ':' -f2 | tr -d ',') - recommends=$(grep Recommends package/debian/control | cut -d ':' -f2 | tr -d ',')
- DEBIAN_FRONTEND=noninteractive apt-get install -y $recommends - DEBIAN_FRONTEND=noninteractive apt-get install -y $recommends
dependencies: dependencies:
- build - build
......
le-user-apps (0.0.7) testing; urgency=medium
* Add le-control-panel
-- Andre Machado <alsm14@inf.ufpr.br> Mon, 04 Dec 2017 10:00:48 -300
le-user-apps (0.0.6) testing; urgency=medium le-user-apps (0.0.6) testing; urgency=medium
* Include brasero in recommends * Include brasero in recommends
......
...@@ -10,6 +10,6 @@ Vcs-Git: https://gitlab.c3sl.ufpr.br/le6/le-user-apps.git ...@@ -10,6 +10,6 @@ Vcs-Git: https://gitlab.c3sl.ufpr.br/le6/le-user-apps.git
Package: le-user-apps Package: le-user-apps
Architecture: all Architecture: all
Depends: ${misc:Depends} Depends: ${misc:Depends}
Recommends: eog, evince, firefox, gbrainy, gcc, gconjugue, gdebi, gedit, gimp, gnome-calculator, gnome-orca, gnome-terminal, libreoffice, nautilus, network-manager, openshot, rhythmbox, synaptic, tuxtype, unrar, update-manager, vim, vlc, brasero Recommends: eog, evince, firefox, gbrainy, gcc, gconjugue, gdebi, gedit, gimp, gnome-calculator, gnome-orca, gnome-terminal, libreoffice, nautilus, network-manager, openshot, rhythmbox, synaptic, tuxtype, unrar, update-manager, vim, vlc, brasero, le-control-panel
Description: Install third-party applications for LE6 Description: Install third-party applications for LE6
This metapackage installs mostly GUI applications that are useful for LE6 users This metapackage installs mostly GUI applications that are useful for LE6 users
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment