Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #226 from ubuntu/fix-desktop-launchers
Browse files Browse the repository at this point in the history
Switch to new style desktop launcher format without slash
  • Loading branch information
Daniel Holbach authored Aug 29, 2016
2 parents 544896f + 88a0831 commit 6addb4d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 2048/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ parts:
- qmlscene
stage:
- -usr/share/pkgconfig
after: [desktop/qt5]
after: [desktop-qt5]
2 changes: 1 addition & 1 deletion galculator/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parts:
- libquadmath0
- librsvg2-common
- libwmf0.2-7-gtk
after: [desktop/gtk3]
after: [desktop-gtk3]
integration:
plugin: nil
stage-packages:
Expand Down
2 changes: 1 addition & 1 deletion gitter-im/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ parts:
stage-packages:
- libgl1-mesa-glx
- libnss3
after: [desktop/gtk3, download]
after: [desktop-gtk3, download]

2 changes: 1 addition & 1 deletion hexchat/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ parts:
- libperl-dev
- liblua5.3-dev
after:
- desktop/gtk2
- desktop-gtk2
2 changes: 1 addition & 1 deletion idea/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ parts:
plugin: antIntellij
build-packages: [openjdk-8-jdk, openjfx]
stage-packages: [openjdk-8-jdk, openjfx]
after: [desktop/gtk2]
after: [desktop-gtk2]
2 changes: 1 addition & 1 deletion keepassx/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ parts:
- qttools5-dev-tools
- libgcrypt20-dev
- zlib1g-dev
after: [desktop/qt5]
after: [desktop-qt5]
2 changes: 1 addition & 1 deletion leafpad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project creates a working snap of `leafpad`.

To get this done, we need to do the following:
- uses the launcher from the `desktop/gtk2` part.
- uses the launcher from the `desktop-gtk2` part.
- use the `leafpad` git tree (https://github.com/oluc/leafpad)

## Current state
Expand Down
2 changes: 1 addition & 1 deletion leafpad/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ parts:
build-packages:
- build-essential
- intltool
after: [desktop/gtk2]
after: [desktop-gtk2]

2 changes: 1 addition & 1 deletion openttd/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ parts:
plugin: copy
files:
'*': './'
after: [desktop/qt5]
after: [desktop-qt5]
2 changes: 1 addition & 1 deletion qcomicbook/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ parts:
- unace
- tar
- p7zip
after: [desktop/qt5]
after: [desktop-qt5]

2 changes: 1 addition & 1 deletion qdriverstation/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parts:
- qtmultimedia5-dev
- qtdeclarative5-dev
- qttools5-dev-tools
after: [desktop/qt5]
after: [desktop-qt5]
env:
plugin: nil
stage-packages:
Expand Down
2 changes: 1 addition & 1 deletion qownnotes/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parts:
- qtdeclarative5-dev
- libqt5svg5-dev
- qttools5-dev-tools
after: [desktop/qt5]
after: [desktop-qt5]
env:
plugin: nil
stage-packages:
Expand Down
2 changes: 1 addition & 1 deletion ristretto/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ parts:
- xfce4-dev-tools
stage-packages:
- tumbler
after: [desktop/gtk2]
after: [desktop-gtk2]
2 changes: 1 addition & 1 deletion smplayer/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ parts:
- libxinerama1
- libxpm4
- zlib1g
after: [desktop/qt5]
after: [desktop-qt5]
2 changes: 1 addition & 1 deletion ubuntukylin-icon-theme/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ parts:
"Name=.*$": "Name=ubuntukylin-icon-theme-snap"
stage-packages:
- gsettings-desktop-schemas
after: [desktop/glib-only]
after: [desktop-glib-only]
2 changes: 1 addition & 1 deletion vlc/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ parts:
- qtbase5-dev
- zlib1g-dev
- zsh
after: [desktop/qt5]
after: [desktop-qt5]

env:
plugin: nil
Expand Down

0 comments on commit 6addb4d

Please sign in to comment.