summaryrefslogtreecommitdiffstats
path: root/plugins/apps
Commit message (Collapse)AuthorAgeFilesLines
* tor: enable shared targetsBoris Nagaev2017-05-181-2/+0
|
* tor: build out-of-tree, install -j 1Boris Nagaev2017-05-181-4/+5
|
* tor: update to 0.3.0.7Boris Nagaev2017-05-182-51/+3
| | | | | | The patch "do not use mman-win32" needed updating compat.h as well. Instead I added sed command that undefines HAVE_SYS_MMAN_H in orconfig.h and removed the patch.
* more URL updatesViktor Szakats2017-03-102-5/+5
|
* add package libmmsPavel Vatagin2017-03-061-0/+1
|
* ricochet depends on specific parts of Qt5, not allBoris Nagaev2017-02-021-1/+1
| | | | | | | The list of components was deduced from official build instructions: https://github.com/ricochet-im/ricochet/blob/master/BUILDING.md#fedora See https://github.com/mxe/mxe/pull/1607#pullrequestreview-19498314
* tor: update to 0.2.9.9Boris Nagaev2017-02-011-2/+2
|
* add package liblastfm_qt4Pavel Vatagin2017-01-221-1/+1
|
* add package clementine_qt4 to mxe/plugins/appsPavel Vatagin2017-01-112-0/+168
|
* apps: add ricochet 1.1.4Boris Nagaev2016-12-221-0/+28
|
* update tor to 0.2.9.8Boris Nagaev2016-12-212-7/+7
|
* apply `make cleanup-deps-style`Boris Nagaev2016-12-052-2/+2
|
* add OWNER and WEBSITE fields to plugins/appsBoris Nagaev2016-11-243-0/+6
|
* Add msmtp to plugins/appsandrew-strong2016-11-191-0/+30
|
* keepassx: update download URLBoris Nagaev2016-09-091-1/+1
| | | | see https://github.com/mxe/mxe/issues/1519
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-279-18/+9
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* qbittorrent: link with boost_random, boost_chronoBoris Nagaev2016-05-301-0/+28
|
* qbittorrent, libtorrent: Boost.Asio is header onlyBoris Nagaev2016-05-301-0/+38
| | | | | | | Fix link errors in qbittorrent after libtorrent-rasterbar 1.1.0. Disable BOOST_ASIO_SEPARATE_COMPILATION See http://www.boost.org/doc/libs/1_45_0/doc/html/boost_asio/using.html
* update qbittorrent to 3.3.4Boris Nagaev2016-04-182-153/+2
| | | | | | | | | The following patches were included in the upstream: * convert includes like <Windows.h> to lowercase https://github.com/qbittorrent/qBittorrent/pull/4505 * fix library list https://github.com/qbittorrent/qBittorrent/pull/4824
* add package "wrk" to plugins/appsBoris Nagaev2016-04-062-0/+711
| | | | wrk is modern HTTP benchmarking tool.
* enable native build of luajit in plugin "apps"Boris Nagaev2016-04-061-0/+7
|
* tor: fix linking errors if mman-win32 is installedBoris Nagaev2016-02-281-0/+50
|
* qbittorrent: import/export patchBoris Nagaev2016-01-051-26/+26
| | | | | This commit was not ammended into previous commit to keep diff of previous commit simple.
* qbittorrent: update from 3.2.3 to 3.3.1Boris Nagaev2016-01-052-62/+47
| | | | | | | | | | | | | | * many files were renamed * file filterparserthread.h no longer include Winsock2.h * patch "remove unused members of peerlistwidget" was removed because peerlistwidget no longer has these members * embeded GeoIP.dat is not needed https://github.com/qbittorrent/qBittorrent/pull/3186 remove geoip-database from dependencies * --with-qt4=yes (now Qt5 is the default if both present) * patch "do not check qmake existance" was improved: its target file has multiple equal contexts for the diff and it was applied to wrong section; now applying to all
* qbittorrent: consolidate patchesBoris Nagaev2016-01-055-255/+220
|
* add package "qbittorrent" to plugin "apps"Boris Nagaev2015-12-125-0/+287
| | | | | | | | | | | | | The qBittorrent project aims to provide a Free Software alternative to µtorrent. Additionally, qBittorrent runs and provides the same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar. http://www.qbittorrent.org/ See also https://github.com/mxe/mxe/pull/812
* add package "tor" to plugin "apps"Boris Nagaev2015-12-031-0/+27
| | | | | | | | | Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. https://www.torproject.org/
* plugins: remove *_MAKEFILE boilerplateTony Theodore2015-11-301-1/+0
|
* add native and apps plugin packagesTony Theodore2015-11-262-0/+54