Skip to content

The "launcher" or "start menu" component for DDE. This component replaces dde-launcher.

License

Notifications You must be signed in to change notification settings

linuxdeepin/dde-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

866 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDE Launchpad

The "launcher" or "start menu" component for DDE.

Dependencies

Check debian/control for build-time and runtime dependencies, or use cmake to check the missing required dependencies.

Building

Regular CMake building steps applies, in short:

$ mkdir build && cd build
$ cmake ..
$ cmake --build .

After building, a dde-launchpad binary can be found inside the build folder. And you can optionally install it by:

$ cmake --build . --target install # only do this if you know what you are doing

A debian folder is provided to build the package under the deepin linux desktop distribution. To build the package, use the following command:

$ sudo apt build-dep . # install build dependencies
$ dpkg-buildpackage -uc -us -nc -b # build binary package(s)

Update Translations

Once CMake configuration phase is done, use the update_translations target to update the .ts files:

$ cmake --build . --target update_translations
$ # *OR* you can do it manually. Assume you are using GNU Make:
$ make update_translations

Getting Involved

License

dde-launchpad is licensed under GPL-3.0-or-later.

About

The "launcher" or "start menu" component for DDE. This component replaces dde-launcher.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 35