Skip to content

Commit

Permalink
Preparing normal release
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Jul 8, 2019
1 parent 4ceef4f commit 4971412
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
8 changes: 4 additions & 4 deletions appimage-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ download_dep "pylibacl-0.5.3" "https://github.com/iustin/pylibacl/releases/downl
download_dep "python-gobject-3.26.1" "https://archive.archlinux.org/packages/p/python2-gobject/python2-gobject-3.26.1-1-x86_64.pkg.tar.xz"
download_dep "libpng-1.6.34" "https://archive.archlinux.org/packages/l/libpng/libpng-1.6.34-2-x86_64.pkg.tar.xz"
download_dep "gdk-pixbuf-2.36.9" "https://archive.archlinux.org/packages/g/gdk-pixbuf2/gdk-pixbuf2-2.36.9-1-x86_64.pkg.tar.xz"
download_dep "libcroco-0.6.12" "https://archive.archlinux.org/packages/l/libcroco/libcroco-0.6.12-1-x86_64.pkg.tar.xz"
download_dep "libcroco-0.6.13" "https://archive.archlinux.org/packages/l/libcroco/libcroco-0.6.13-1-x86_64.pkg.tar.xz"
download_dep "libxml2-2.9.7" "https://archive.archlinux.org/packages/l/libxml2/libxml2-2.9.7%2B4%2Bg72182550-2-x86_64.pkg.tar.xz"
download_dep "librsvg-2.42.2" "https://archive.archlinux.org/packages/l/librsvg/librsvg-2%3A2.42.2-1-x86_64.pkg.tar.xz"
download_dep "icu-60.2" "https://archive.archlinux.org/packages/i/icu/icu-60.2-1-x86_64.pkg.tar.xz"
download_dep "zlib-1:1.2.9" "https://archive.archlinux.org/packages/z/zlib/zlib-1%3A1.2.9-1-x86_64.pkg.tar.xz"
download_dep "zlib-1:1.2.11" "https://archive.archlinux.org/packages/z/zlib/zlib-1%3A1.2.11-1-x86_64.pkg.tar.xz"

# Prepare & build deps
export PYTHONPATH=${BUILD_APPDIR}/usr/lib/python2.7/site-packages/
Expand All @@ -72,11 +72,11 @@ build_dep "pylibacl-0.5.3"
unpack_dep "libpng-1.6.34"
unpack_dep "python-gobject-3.26.1"
unpack_dep "gdk-pixbuf-2.36.9"
unpack_dep "libcroco-0.6.12"
unpack_dep "libcroco-0.6.13"
unpack_dep "libxml2-2.9.7"
unpack_dep "librsvg-2.42.2"
unpack_dep "icu-60.2"
unpack_dep "zlib-1:1.2.9"
unpack_dep "zlib-1:1.2.11"

# Remove uneeded files
rm -f "${BUILD_APPDIR}/usr/${LIB}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so"
Expand Down
6 changes: 4 additions & 2 deletions default_profiles/Desktop.sccprofile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"cpad": {
"action": "mouse()"
},
"gyro": {},
"gyro": {
"action": "cemuhook"
},
"is_template": false,
"menus": {},
"pad_left": {
Expand All @@ -57,4 +59,4 @@
"action": "button(Keys.BTN_LEFT)"
},
"version": 1.4
}
}
6 changes: 4 additions & 2 deletions default_profiles/XBox Controller.sccprofile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
}
},
"cpad": {},
"gyro": {},
"gyro": {
"action": "cemuhook"
},
"is_template": false,
"menus": {},
"pad_left": {
Expand All @@ -61,4 +63,4 @@
"action": "axis(Axes.ABS_RZ)"
},
"version": 1.4
}
}
6 changes: 3 additions & 3 deletions glade/about.glade
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ Source code available on <a href="https://github.com/kozec/sc-controller">
I'd like to express my biggest thanks
for all my <b><a href="https://www.patreon.com/kozec">Patreon</a></b> supporters, with special mention of

<b>Deryn L.</b>
<b>Eric Duhamel</b>
<b>Enric Morales</b>
<b>guido haag</b>
<b>Orivej Desh</b>
<b>G. Wilson</b>
<b>Eric Duhamel</b>
<b>Enric Morales</b>
<b>Joshua M</b>
<b>Lutris</b>
<b>Taowa</b>
Expand Down
2 changes: 1 addition & 1 deletion scc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
If SC-Controller is updated while daemon is running, DAEMON_VERSION send by
daemon will differ one one expected by UI and daemon will be forcefully restarted.
"""
DAEMON_VERSION = "0.4.6"
DAEMON_VERSION = "0.4.7"

HPERIOD = 0.02
LPERIOD = 0.5
Expand Down
2 changes: 1 addition & 1 deletion scripts/sc-controller.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Exec=sc-controller
Type=Application
Icon=sc-controller
Categories=GTK;Settings;HardwareSettings;
MimeType=application/x-steamcontrollerdb-profile;application/x-scc-profile;application/x-scc-profile-package
MimeType=application/x-steamcontrollerdb-profile;application/x-scc-profile;application/x-scc-profile-package;

0 comments on commit 4971412

Please sign in to comment.