diff --git a/data/com.github.mirkobrombin.bottles.appdata.xml b/data/com.github.mirkobrombin.bottles.appdata.xml index 80ef239bace..78d1a13a506 100644 --- a/data/com.github.mirkobrombin.bottles.appdata.xml +++ b/data/com.github.mirkobrombin.bottles.appdata.xml @@ -52,10 +52,10 @@ #95005D -​ +​
    -
  • Various code improvements
  • +
  • Fixes for Hera
diff --git a/data/com.github.mirkobrombin.bottles.appdata.xml~ b/data/com.github.mirkobrombin.bottles.appdata.xml~ new file mode 100644 index 00000000000..80ef239bace --- /dev/null +++ b/data/com.github.mirkobrombin.bottles.appdata.xml~ @@ -0,0 +1,63 @@ + + + + com.github.mirkobrombin.bottles.desktop + CC0 + GPL-3.0+ + Bottles + Easily manage your Wine bottles + Mirko Brombin + +

Easily manage your Wine bottles (wineprefix)

+
    +
  • Create new bottles
  • +
  • Simple and functional management
  • +
  • Clone your bottles to save you in case of mistakes
  • +
  • Debugging running programs
  • +
  • Create both 32bit and 64bit bottles
  • +
  • Available documentation
  • +
  • Convert existing third-party wineprefixes
  • +
+
+ + com.github.mirkobrombin.bottles + + + + Easy start manage your bottles + https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-1.png?raw=true + + + Create a new bottle + https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-2.png?raw=true + + + Manage your bottles + https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-3.png?raw=true + + + List and delete bottles + https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-4.png?raw=true + + + Convert wineprefixs in bottles + https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-5.png?raw=true + + + https://github.com/mirkobrombin/bottles + https://github.com/mirkobrombin/bottles/issues/labels/bug + https://github.com/mirkobrombin/Bottles/wiki + + #F0E5F2 + #95005D + +​ +​ +​ +​
    +
  • Various code improvements
  • +
+​
+​
+​
+
diff --git a/debian/changelog b/debian/changelog index 6da2239315c..a9d6a01b3e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.mirkobrombin.bottles (0.2.1) precise; urgency=low +com.github.mirkobrombin.bottles (0.2.5) precise; urgency=low - * Fix for elementary juno + * Fix for elementary hera - -- Mirko Brombin Mon, 16 Dec 2019 19:20:00 +0200 + -- Mirko Brombin Sat, 25 Apr 2020 00:57:00 +0000 diff --git a/debian/control b/debian/control index e70c822b75e..20729e18564 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,32 @@ Source: com.github.mirkobrombin.bottles Section: utils Priority: optional Maintainer: Mirko Brombin -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper, dh-python, - python-gi-dev, - python3-distutils-extra + python3, + python3-yaml, + python3-setuptools, + python3-requests, + python3-pil, + python3-gi Standards-Version: 4.4.1 Package: com.github.mirkobrombin.bottles Architecture: any -Depends: ${python3:Depends} - wine-stable +Depends: ${python3:Depends}, + python3, + python3-yaml, + python3-setuptools, + python3-requests, + python3-pil, + python3-gi, + wine-stable, ${misc:Depends} +Recommends: python3-evdev, + gvfs-backends, + libwine-development, + winetricks, + libc6-i386 [amd64], + lib32gcc1 [amd64] Description: Bottles Easily manage your Wine bottles diff --git a/debian/rules b/debian/rules index 40d1fb57bbb..8c74246cb44 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #! /usr/bin/make -f export PYBUILD_NAME=bottles -export PYBUILD_INSTALL_ARGS ?= --install-lib=/usr/share/com.github.mirkobrombin.bottles +export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/share/com.github.mirkobrombin.bottles %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild diff --git a/setup.py b/setup.py index 5134d83664f..35e558c4fb9 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ (inst_path+'/locale/de_DE/LC_MESSAGES',['bottles/locale/de_DE/LC_MESSAGES/bottles.po']),] setup( name='Bottles', - version='0.2.1', + version='0.2.5', author='Mirko Brombin', description='Easily manage your Wine bottles', url='https://github.com/mirkobrombin/bottles',