Skip to content

ShuiHuo/dde-store

 
 

Repository files navigation

DDE Store

An app store for DDE built with DTK

🇪🇸 Español | 🇩🇪 Deutsche | 🇹🇷 Türkçe | 🇸🇦 العربية

What is this?

This app store is designed for use with the Deepin Desktop Environment on other distributions. The official Deepin store is built around Debian and a web view with the Deepin repos on it, making it incompatible with other distros. This store is built with PackageKit and AppStream, so it should work perfect on almost any distro!

Deepin Distro

This only applies to the official Deepin distro, not DDE in general. Deepin does not support AppStream, which provides this app with all the needed data. This store is not supported on the Deepin distribution. This was intended for other distros running DDE anyways, so I have no plans on ever supporting it. If Deepin starts using AppStream, I may consider it. If you're running Deepin and looking for an alternative app store, check out some other awesome projects like Spark Store or Deepines Store!

Installation

Ubuntu

sudo add-apt-repository ppa:dekzi/ppa
sudo apt-get update
sudo apt-get install dde-store

Arch/Manjaro

sudo pacman -S deepin-store

Building from source

Dependencies (Ubuntu)

  • cmake
  • qtbase5-dev
  • qttools5-dev
  • libdtkwidget-dev
  • libdtkcore-dev
  • libdtkgui-dev
  • libpackagekitqt5-dev
  • libappstreamqt-dev
  • libsnapd-glib-dev (Optional - Snap support)

Building on Ubuntu

To build on Ubuntu, the UbuntuDDE PPA is needed because libdtkgui-dev is unavailable on the main repos.

sudo add-apt-repository ppa:ubuntudde-dev/stable
sudo apt-get update

Building

git clone https://github.com/dekzi/dde-store.git
cd dde-store
cmake .
sudo make install

Contributions

Pull requests are always welcome for bug fixes, improvements, translations, or anything else!

License

GPLv3

About

An app store for DDE built with DTK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 96.1%
  • CMake 3.9%