# dde-store **Repository Path**: Limexb/dde-store ## Basic Information - **Project Name**: dde-store - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

DDE Store

An app store for DDE built with DTK

🇪🇸 Español | 🇩🇪 Deutsch | 🇳🇱 Nederlands | 🇯🇵 日本語 | 🇩🇿 Taqbaylit | 🇹🇷 Türkçe | 🇸🇦 العربية | 🇧🇷 Português

## 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](#deepin-distro) 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](https://www.spark-app.store) or [Deepines Store](https://deepines.com)! ## Installation ### UbuntuDDE ``` sudo apt-get install dde-store ``` ### Arch ``` 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-qt-dev **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](LICENSE)