Skip to content
Snippets Groups Projects
Commit 3e9712dc authored by André Machado's avatar André Machado
Browse files

Add le-control-panel to user apps

parent f93c9115
No related branches found
No related tags found
No related merge requests found
Pipeline #
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
...@@ -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
......
...@@ -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