Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Apr 2, 2018
2 parents 2a383ec + df693d9 commit 5b2ea09
Show file tree
Hide file tree
Showing 11 changed files with 1,643 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ include (GNUInstallDirs)
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set (VERSION "1.1.8")
set (VERSION "1.1.9")
set (VERSION_INFO "Stable")
set (EXEC_NAME com.github.donadigo.eddy)
set (PREFIX ${CMAKE_INSTALL_PREFIX})
Expand Down
28 changes: 20 additions & 8 deletions README.md
@@ -1,13 +1,25 @@
# Eddy
<div>
<h1 align="center">Eddy</h1>
<h3 align="center">A debian package installer for elementary OS</h3>
</div>

### A debian package installer for elementary OS
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.donadigo.eddy)
<br/>

![screenshot](Screenshot_1.png)
<p align="center">
<a href="https://appcenter.elementary.io/com.github.donadigo.eddy">
<img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter">
</a>
</p>

<br/>

<p align="center">
<img src="Screenshot_1.png" alt="Screenshot">
</p>

Install, update, uninstall and view information about debian packages.

Eddy can also support other packaging formats such as .rpm thanks to it's PackageKit backend, although it's primary focus is managing debian packages and being designed for elementary OS.
Eddy can also support other packaging formats such as .rpm thanks to it's PackageKit backend, although it's primary focus is managing debian packages and being designed for elementary OS.

## Installation

Expand All @@ -18,16 +30,16 @@ These dependencies must be present before building
- `granite`
- `packagekit-glib2`
- `unity`

You can install these on a Ubuntu-based system by executing this command:

`sudo apt install valac libgranite-dev libpackagekit-glib2-dev libunity-dev`

### Building
```
mkdir build
cd build
cmake ..
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
```

Expand Down
16 changes: 16 additions & 0 deletions data/com.github.donadigo.eddy.appdata.xml
Expand Up @@ -20,6 +20,22 @@
<binary>com.github.donadigo.eddy</binary>
</provides>
<releases>
<release version="1.1.9" date="2017-11-12">
<description>
<p>This release fixes small annoyances with the UI and includes new translations:</p>
<ul>
<li>Brazilian Portuguese translation (Paulo Galardi)</li>
<li>Lithuanian translation (welaq)</li>
<li>Spanish translation (Juan Carlos)</li>
<li>French translation (nvivant)</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Fast switching to the detailed view while loading packages caused unintentional auto-switching to list view</li>
<li>Error dialog now has a proper title</li>
</ul>
</description>
</release>
<release version="1.1.8" date="2017-09-21">
<description>
<p>This release adds small improvements to the user interface and adds initial support for translations.</p>
Expand Down
8 changes: 7 additions & 1 deletion data/com.github.donadigo.eddy.desktop
Expand Up @@ -2,7 +2,11 @@
Type=Application
Name=Eddy
GenericName=Package Installer
GenericName[lt]=Paketų diegimo programa
GenericName[pt_BR]=Instalador de Pacotes
Comment=Simple debian package installer
Comment[lt]=Paprasta debian paketų diegimo programa
Comment[pt_BR]=Um instalador de pacotes Debian simples
Exec=com.github.donadigo.eddy %U
Icon=com.github.donadigo.eddy
Terminal=false
Expand All @@ -15,4 +19,6 @@ Keywords=package;apt;dpkg;install;

[Desktop Action AboutDialog]
Exec=xdg-open appstream://com.github.donadigo.eddy.desktop
Name=About Eddy
Name=About Eddy
Name[lt]=Apie Eddy
Name[pt_BR]=Sobre o Eddy

0 comments on commit 5b2ea09

Please sign in to comment.