-
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45d5ee5
commit d4d7880
Showing
6 changed files
with
92 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2017 Mirko Brombin <[email protected]> --> | ||
<component type="desktop"> | ||
<id>com.github.mirkobrombin.bottles.desktop</id> | ||
<metadata_license>CC0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Bottles</name> | ||
<summary>Easily manage your Wine bottles</summary> | ||
<developer_name>Mirko Brombin</developer_name> | ||
<description> | ||
<p>Easily manage your Wine bottles (wineprefix)</p> | ||
<ul> | ||
<li>Create new bottles</li> | ||
<li>Simple and functional management</li> | ||
<li>Clone your bottles to save you in case of mistakes</li> | ||
<li>Debugging running programs</li> | ||
<li>Create both 32bit and 64bit bottles</li> | ||
<li>Available documentation</li> | ||
<li>Convert existing third-party wineprefixes</li> | ||
</ul> | ||
</description> | ||
<provides> | ||
<binary>com.github.mirkobrombin.bottles</binary> | ||
</provides> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Easy start manage your bottles</caption> | ||
<image>https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-1.png?raw=true</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Create a new bottle</caption> | ||
<image>https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-2.png?raw=true</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Manage your bottles</caption> | ||
<image>https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-3.png?raw=true</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>List and delete bottles</caption> | ||
<image>https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-4.png?raw=true</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Convert wineprefixs in bottles</caption> | ||
<image>https://github.com/mirkobrombin/Bottles/blob/master/data/screenshot-5.png?raw=true</image> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">https://github.com/mirkobrombin/bottles</url> | ||
<url type="bugtracker">https://github.com/mirkobrombin/bottles/issues/labels/bug</url> | ||
<url type="help">https://github.com/mirkobrombin/Bottles/wiki</url> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#F0E5F2</value> | ||
<value key="x-appcenter-color-primary-text">#95005D</value> | ||
</custom> | ||
<releases> | ||
<release version="0.1.8" date="2018-03-14"> | ||
<description> | ||
<ul> | ||
<li>Various code improvements</li> | ||
</ul> | ||
</description> | ||
</release> | ||
</releases> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Mon, 16 Dec 2019 19:20:00 +0200 | ||
-- Mirko Brombin <[email protected]> Sat, 25 Apr 2020 00:57:00 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,32 @@ Source: com.github.mirkobrombin.bottles | |
Section: utils | ||
Priority: optional | ||
Maintainer: Mirko Brombin <[email protected]> | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters