summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2017-06-15 15:17:24 -0400
committerYour Name2017-06-15 15:17:24 -0400
commit6e16a50403fbdf6ac4a686e5f0b4624085d832f8 (patch)
tree13f3ffaca223e694296e559e5a7e26f099049733
parentcb0c658aedc5f529f2783384cad17cae7884e29c (diff)
downloadaur-6e16a50403fbdf6ac4a686e5f0b4624085d832f8.tar.gz
add mobile plugin
-rw-r--r--PKGBUILD7
-rwxr-xr-xplugins.ini10
2 files changed, 11 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f666e996cba..2cc714809c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,8 @@ _plugins=('extra/filemanager'
'extra/fileupload'
'extra/mediastream'
'titlebar'
- 'ratiocolor')
+ 'ratiocolor'
+ 'mobile')
_themes=('MaterialDesign'
'QuickBox'
@@ -45,11 +46,12 @@ source=("plugins.ini"
"titlebar::git+https://github.com/SanKen/rutorrent-titlebar.git"
"ratiocolor::git+https://github.com/senki/rutorrent-ratiocolor.git"
"extra::git+https://github.com/nelu/rutorrent-thirdparty-plugins.git"
+ "mobile::git+https://github.com/xombiemp/rutorrentMobile.git"
"MaterialDesign::git+https://github.com/Phlooo/ruTorrent-MaterialDesign.git"
"QuickBox::git+https://github.com/QuickBox/club-QuickBox.git"
"git+https://github.com/exetico/FlatUI.git")
-md5sums=('5c50a738ee4180d63b596519d07d64d5'
+md5sums=('21b595d878e49dde91fca665a0a8effb'
'3e0002fe9ce69f43513152c515944559'
'SKIP'
'SKIP'
@@ -57,6 +59,7 @@ md5sums=('5c50a738ee4180d63b596519d07d64d5'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {
diff --git a/plugins.ini b/plugins.ini
index 7dbdc2d9649e..d1973a4c3efc 100755
--- a/plugins.ini
+++ b/plugins.ini
@@ -38,16 +38,14 @@ enabled = yes
[datadir]
enabled = yes
[erasedata]
-enabled = user-defined
+enabled = yes
[httprpc]
enabled = yes
canBeShutdowned = no
[show_peers_like_wtorrent]
-enabled = user-defined
+enabled = yes
[theme]
enabled = yes
-[tracklabels]
-enabled = user-defined
;; Enabled
@@ -84,6 +82,8 @@ enabled = user-defined
enabled = user-defined
[geoip]
enabled = user-defined
+[mobile]
+enabled = user-defined
[ratio]
enabled = user-defined
[ratiocolor]
@@ -98,6 +98,8 @@ enabled = user-defined
enabled = user-defined
[titlebar]
enabled = user-defined
+[tracklabels]
+enabled = user-defined
[trafic]
enabled = user-defined
[unpack]